Commit graph

240 commits

Author SHA1 Message Date
Your Name
ca5342c827 tweak item card 2023-05-21 17:35:14 -04:00
Your Name
aeea2e8f02 fix podcast comment action label in timeline 2023-05-21 14:32:41 -04:00
Your Name
5959f52fc1 fix float in item page 2023-05-21 11:13:06 -04:00
Your Name
2db748dff6 tweak collection page 2023-05-21 10:35:50 -04:00
Your Name
8d49ff4bf2 more spacing tweak 2023-05-21 10:05:13 -04:00
Your Name
a60c51d9d1 add more spacing to desktop view; less init js load 2023-05-21 09:42:25 -04:00
Your Name
b63185a42e fix item card 2023-05-20 14:17:39 -04:00
Henri Dickson
0ffd47ca96
new style
* new style with picocss
* djlint
* rate distribution
* collection item drag to order
* discover available for guest
* search combine movie tv
2023-05-20 11:01:18 -04:00
Your Name
8e3b96ef70 add support for books.com.tw 2023-04-25 19:07:42 -04:00
Your Name
a6787b186d remove redundent dropdown triangle in css 2023-04-25 09:12:18 -04:00
Your Name
e3203d27e6 fix profile page overflow 2023-04-24 00:23:43 -04:00
Your Name
02f90ced15 improve calendar performance 2023-04-21 18:31:59 -04:00
Your Name
c6a6deb093 no jquery 2023-04-20 23:03:59 -04:00
Your Name
cbb36c3ea4 add calendar grid view 2023-04-20 22:44:45 -04:00
Your Name
d1861d023b optimize mobile header 2023-04-20 10:16:34 -04:00
Your Name
0b46193e7d catalog discover page 2023-04-19 22:36:45 -04:00
Your Name
f570083565 use newer js with hash 2023-02-15 16:29:42 -05:00
Your Name
e103b6d565 add api for catalog 2023-02-15 16:29:42 -05:00
Your Name
d1670658be fix reveal spoiler in feed 2023-02-14 17:23:45 -05:00
Your Name
ae45aaaf1d fix duplicated user info 2023-02-12 12:16:46 -05:00
Your Name
26eddd848a minor security fix 2023-02-11 23:23:53 -05:00
Your Name
eee3dbe411 add like; replace inline icons with font-awesome 2023-02-11 20:43:19 -05:00
Your Name
11e62cebef improve mobile view 2023-02-04 11:40:25 -05:00
Your Name
6cffa069ce fix a few minor display issues 2023-02-04 11:40:25 -05:00
Your Name
40a3fa4e43 add color to discogs label 2023-02-03 16:37:36 -05:00
Your Name
adce46e3ab show podcast episode comment on timeline 2023-02-01 22:55:26 -05:00
Your Name
d891a58971 comment podcast episodes 2023-02-01 22:55:26 -05:00
Your Name
7b3873e649 import, mark and search podcast 2023-02-01 22:55:26 -05:00
Your Name
c9e1cf72ce fix sass 2023-01-31 11:29:38 -05:00
Your Name
60378b0b6d spoiler 2023-01-31 11:29:38 -05:00
Your Name
d30c2d5ddf improve markdown css 2023-01-31 11:29:38 -05:00
Your Name
d4b90c5e9d improve markdown css 2023-01-31 11:29:38 -05:00
Your Name
dbaf7e9bdf use monospace font for editor 2023-01-30 22:11:47 -05:00
Your Name
97d13e94f1 remove unused js 2023-01-26 21:27:13 -05:00
Your Name
5c1e5e80df cookie consent on login page 2023-01-26 17:02:12 -05:00
Your Name
6c6e41d3b0 get rid of jQuery, except for relation list which should be rewritten. 2023-01-26 14:27:28 -05:00
Your Name
13eab483fa minor collection display fix 2023-01-16 22:34:43 -05:00
Your Name
1a51d00cd4 add objective collection to timeline 2023-01-14 09:03:38 -05:00
Your Name
6a745b6dfa user can track featured collections 2023-01-14 07:20:58 -05:00
Your Name
57ae96873e add/edit item page 2023-01-05 03:06:13 -05:00
Your Name
c706c7f10e ignore generated css 2022-12-22 22:31:10 -05:00
Your Name
080c0bb8b7 fix current js errors 2022-12-22 22:25:45 -05:00
Henri Dickson
e8b0b85f37
Merge pull request #9 from doubaniux/minor-ui-improvements
Minor UI improvements & other fixes
2022-12-19 09:00:10 -05:00
doubaniux
1e00c51337 minor-ui-improvements 2022-12-19 14:07:33 +01:00
Te Llamas
5e036650c1 remove log in js 2022-12-09 23:48:41 +00:00
Te Llamas
b5c849d6b0 merge from main 2022-12-09 23:42:05 +00:00
Te Llamas
8558623ad8 highlight current page in navbar 2022-12-09 19:43:02 +00:00
doubaniux
ef70e5f9c6 generalize instance related code 2022-11-11 18:40:02 +01:00
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
Your Name
0f03dfa785 IGDB 2022-09-07 00:35:11 -04:00