Commit graph

248 commits

Author SHA1 Message Date
Henri Dickson
14b003a44a add all NeoDB features to NiceDB (#115)
* fix scraping failure with wepb image (merge upstream/fix-webp-scrape)

* add filetype to requirements

* add proxycrawl.com as fallback for douban scraper

* load 3p js/css from cdn

* add fix-cover task

* fix book/album cover tasks

* scrapestack

* bandcamp scrape and preview ;
manage.py scrape <url> ;
make ^C work when DEBUG

* use scrapestack when fix cover

* add user agent to improve compatibility

* search BandCamp for music albums

* add missing MovieGenre

* fix search 500 when song has no parent album

* adjust timeout

* individual scrapers

* fix tmdb parser

* export marks via rq; pref to send public toot; move import to data page

* fix spotify import

* fix edge cases

* export: fix dupe tags

* use rq to manage doufen import

* add django command to manage rq jobs

* fix export edge case

* tune rq admin

* fix detail page 502 step 1: async pull mastodon follow/block/mute list

* fix detail page 502 step 2: calculate relationship by local cached data

* manual sync mastodon follow info

* domain_blocks parsing fix

* marks by who i follows

* adjust label

* use username in urls

* add page to list a user\'s review

* review widget on user home page

* fix preview 500

* fix typo

* minor fix

* fix google books parsing

* allow mark/review visible to oneself

* fix auto sync masto for new user

* fix search 500

* add command to restart a sync task

* reset visibility

* delete user data

* fix tag search result pagination

* not upgrade to django 4 yet

* basic doc

* wip: collection

* wip

* wip

* collection use htmx

* show in-collection section for entities

* fix typo

* add su for easier debug

* fix some 500s

* fix login using alternative domain

* hide data from disabled user

* add item to list from detail page

* my tags

* collection: inline comment edit

* show number of ratings

* fix collection delete

* more detail in collection view

* use item template in search result

* fix 500

* write index to meilisearch

* fix search

* reindex in batch

* fix 500

* show search result from meilisearch

* more search commands

* index less fields

* index new items only

* search highlights

* fix 500

* auto set search category

* classic search if no meili server

* fix index stats error

* support typesense backend

* workaround typesense bug

* make external search async

* fix 500, typo

* fix cover scripts

* fix minor issue in douban parser

* supports m.douban.com and customized bandcamp domain

* move account

* reword with gender-friendly and instance-neutral language

* Friendica does not have vapid_key in api response

* enable anonymous search

* tweak book result template

* API v0

API v0

* fix meilisearch reindex

* fix search by url error

* login via twitter.com

* login via pixelfed

* minor fix

* no refresh on inactive users

* support refresh access token

* get rid of /users/number-id/

* refresh twitter handler automatically

* paste image when review

* support PixelFed (very long token)

* fix django-markdownx version

* ignore single quote for meilisearch for now

* update logo

* show book review/mark from same isbn

* show movie review/mark from same imdb

* fix login with older mastodon servers

* import Goodreads book list and profile

* add timestamp to Goodreads import

* support new google books api

* import goodreads list

* minor goodreads fix

* click corner action icon to add to wishlist

* clean up duplicated code

* fix anonymous search

* fix 500

* minor fix search 500

* show rating only if votes > 5

* Entity.refresh_rating()

* preference to append text when sharing; clean up duplicated code

* fix missing data for user tagged view

* fix page link for tag view

* fix 500 when language field longer than 10

* fix 500 when sharing mark for song

* fix error when reimport goodread profile

* fix minor typo

* fix a rare 500

* error log dump less

* fix tags in marks export

* fix missing param in pagination

* import douban review

* clarify text

* fix missing sheet in review import

* review: show in progress

* scrape douban: ignore unknown genre

* minor fix

* improve review import by guess entity urls

* clear guide text for review import

* improve review import form text

* workaround some 500

* fix mark import error

* fix img in review import

* load external results earlier

* ignore search server errors

* simplify user register flow to avoid inconsistent state

* Add a learn more link on login page

* Update login.html

* show mark created timestamp as mark time

* no 500 for api error

* redirect for expired tokens

* ensure preference object created.

* mark collections

* tag list

* fix tag display

* fix sorting etc

* fix 500

* fix potential export 500; save shared links

* fix share to twittwe

* fix review url

* fix 500

* fix 500

* add timeline, etc

* missing status change in timeline

* missing id in timeline

* timeline view by default

* workaround bug in markdownx...

* fix typo

* option to create new collection when add from detail page

* add missing announcement and tags in timeline home

* add missing announcement

* add missing announcement

* opensearch

* show fediverse shared link

* public review no longer requires login

* fix markdownx bug

* fix 500

* use cloudflare cdn

* validate jquery load and domain input

* fix 500

* tips for goodreads import

* collaborative collection

* show timeline and profile link on nav bar

* minor tweak

* share collection

* fix Goodreads search

* show wish mark in timeline

* resync failed urls with local proxy

* resync failed urls with local proxy: check proxy first

* scraper minor fix

* resync failed urls

* fix fields limit

* fix douban parsing error

* resync

* scraper minor fix

* scraper minor fix

* scraper minor fix

* local proxy

* local proxy

* sync default config from neodb

* configurable site name

* fix 500

* fix 500 for anonymous user

* add sentry

* add git version in log

* add git version in log

* no longer rely on cdnjs.cloudflare.com

* move jq/cash to _common_libs template partial

* fix rare js error

* fix 500

* avoid double submission error

* import tag in lower case

* catch some js network errors

* catch some js network errors

* support more goodread urls

* fix unaired tv in tmdb

* support more google book urls

* fix related series

* more goodreads urls

* robust googlebooks search

* robust search

* Update settings.py

* Update scraper.py

* Update requirements.txt

* make nicedb work

* doc update

* simplify permission check

* update doc

* update doc for bug report link

* skip spotify tracks

* fix 500

* improve search api

* blind fix import compatibility

* show years for movie in timeline

* show years for movie in timeline; thinner font

* export reviews

* revert user home to use jquery https://github.com/fabiospampinato/cash/issues/246

* IGDB

* use IGDB for Steam

* use TMDB for IMDb

* steam: igdb then fallback to steam

* keep change history

* keep change history: add django settings

* Steam: keep localized title/brief while merging IGDB

* basic Docker support

* rescrape

* Create codeql-analysis.yml

* Create SECURITY.md

* Create pysa.yml

Co-authored-by: doubaniux <goodsir@vivaldi.net>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Their Name <they@example.com>
Co-authored-by: Mt. Front <mfcndw@gmail.com>
2022-11-09 19:56:50 +01:00
doubaniux
6c3e377bbe fix tag search result pagination (#109) (#114)
* fix imdb link parsing for DoubanMovie

* delete douban image download mixin

* add readme

* remove usage of eval

* fix tag search result pagination

Co-authored-by: Your Name <you@example.com>
Co-authored-by: doubaniux <56670055+doubaniux@users.noreply.github.com>
Co-authored-by: doubaniux <goodsir@vivaldi.net>

Co-authored-by: alphatownsman <90480431+alphatownsman@users.noreply.github.com>
Co-authored-by: Your Name <you@example.com>
2022-07-27 21:58:25 +02:00
doubaniux
a162fc75d9 Merge pull request #108 from alphatownsman/no-eval
fix potential security issue
2021-12-22 14:53:35 +01:00
doubaniux
031388a6f8 remove usage of eval 2021-12-18 20:36:52 -05:00
doubaniux
3887ce8ecd Update README.md 2021-12-14 12:21:43 +01:00
doubaniux
ae57986f19 Merge pull request #105 from alphatownsman/douban-imdb-fix
fix imdb link parsing for DoubanMovie
2021-10-29 11:01:28 +02:00
doubaniux
0c8e1fa880 add readme 2021-10-29 10:58:10 +02:00
doubaniux
26f3195f6e delete douban image download mixin 2021-10-29 10:11:49 +02:00
doubaniux
58638991e3 Merge pull request #106 from doubaniux/fix-webp-scrape
fix scraping failure with wepb image
2021-10-28 22:43:02 +02:00
doubaniux
622e840c0d fix scraping failure with wepb image 2021-10-27 15:31:49 +02:00
doubaniux
dfe0c3b4e2 fix imdb link parsing for DoubanMovie 2021-10-08 18:14:17 -04:00
doubaniux
7a088d2a62 stop task immediately it is marked finished 2021-09-15 11:36:39 +02:00
doubaniux
288bc9520f add scraperapi key 2021-09-01 12:56:01 +02:00
doubaniux
4930b9faa9 remove imdb api key 2021-09-01 12:51:57 +02:00
doubaniux
eac10cbaaa update UI 2021-09-01 12:17:38 +02:00
doubaniux
7d2c96609c fix progress update logic 2021-09-01 12:08:04 +02:00
doubaniux
c309628af3 fix uploading and parsing bugs 2021-09-01 11:44:00 +02:00
doubaniux
8dd90644bc disable confirm sumbit mark button after click 2021-08-29 20:50:54 +02:00
doubaniux
c8e416fe03 disable confirm delete button after click 2021-08-29 20:43:08 +02:00
doubaniux
689e6befd5 revert setting 2021-08-29 18:14:55 +02:00
doubaniux
8c5c311579 rewrite sync task 2021-08-29 17:52:42 +02:00
doubaniux
bef4c69a99 upgrade JSONField import path 2021-08-01 12:39:19 +02:00
doubaniux
1b0e6f24fe add file path generation func 2021-08-01 12:36:03 +02:00
doubaniux
009236990a hide import data entry 2021-07-23 22:40:47 +02:00
doubaniux
3b007a1493 integrate scraper saas 2021-07-10 11:13:38 +02:00
doubaniux
7c353b88d5 update taginput style 2021-07-05 12:44:21 +02:00
doubaniux
184275a823 fix fail-urls not display without refresh issue 2021-07-04 14:29:39 +02:00
doubaniux
478e97ea72 fix non declared varible bug 2021-06-14 23:47:36 +02:00
doubaniux
aafe13c7c4 comment log line 2021-06-14 23:06:51 +02:00
doubaniux
773a8d4a21 update version number 2021-06-14 23:04:15 +02:00
doubaniux
30e23390d4 fix undefined variable 2021-06-14 23:03:55 +02:00
doubaniux
2bc259880e remove not used field 2021-06-14 22:39:14 +02:00
doubaniux
49fe8feb46 update version number 2021-06-14 22:21:08 +02:00
doubaniux
674d95ca49 implement import douban data function 2021-06-14 22:18:39 +02:00
doubaniux
b744846e8f remove grey scale theme 2021-06-04 23:47:48 +02:00
doubaniux
de1e9d32fb add black and white theme 2021-06-04 08:22:08 +02:00
doubaniux
4c2fe39d67 display marks by added time on home page 2021-04-25 13:03:09 +02:00
doubaniux
2862c4bb53 udpate version number 2021-04-25 11:25:14 +02:00
doubaniux
410c3dcc5d restore misplaced code 2021-04-25 11:24:42 +02:00
doubaniux
33dc7fd4fa add marks number on home page 2021-04-25 11:18:50 +02:00
doubaniux
ab52c94405 re-write marks filter on home page 2021-04-25 11:18:36 +02:00
doubaniux
8f76c5b118 fix "more music" entry missing issue 2021-04-25 10:14:44 +02:00
doubaniux
77dcfd96b2 update afte-login redirect 2021-03-11 18:15:25 +01:00
doubaniux
60faee1263 add bangumi support 2021-02-26 16:36:44 +01:00
doubaniux
9e354fc7b2 register game models in admin panel 2021-02-25 22:08:21 +01:00
doubaniux
1271ab33c4 update steam scraper 2021-02-25 21:52:28 +01:00
doubaniux
1f01871e73 trick steam mature content test 2021-02-25 21:00:44 +01:00
doubaniux
ccb1d95ecd update version number 2021-02-25 20:15:11 +01:00
doubaniux
928ae17216 fix empty mark result problem 2021-02-25 20:12:03 +01:00
doubaniux
2fe6797e83 update setting 2021-02-25 20:05:09 +01:00