summaryrefslogtreecommitdiff
path: root/client/js
AgeCommit message (Collapse)Author
2025-02-16client: update default settingsHunternif
2025-02-16client: add margin below post for symmetryHunternif
2025-02-16client: fix post width on small screen with scrollbarHunternif
2025-02-16client: fix inconsistent width in adaptive css on post pageHunternif
2025-02-16client: fix null bug in endless page view for short pagesHunternif
2025-02-16client: hide "mass edit" buttons when no privilegeHunternif
2025-02-16client+server: permission posts:bulk-edit:relationsHunternif
2025-02-16client: hide safety buttons if user doesn't have privilegeHunternif
2025-02-16client: enable endless scroll by defaultHunternif
2025-02-15client: remove mobile changes from #641Hunternif
2025-02-15Merge branch 'master' into hunternifHunternif
2024-12-07server+client: use safety rating param in "lookalikes" apiHunternif
2024-09-29Upload from clipboard (#414)Neo
client/upload: upload from clipboard Co-authored-by: Eva <evauwu@riseup.net>
2024-04-27Merge pull request #647 from po5/null-checksNeo
client: add null checks
2024-04-26Merge pull request #641 from po5/mobileNeo
Mobile improvements
2024-04-26Merge branch 'master' into better-linksNeo
2024-03-28client: add null checksEva
2024-03-21client/posts: reorder elements in mobile layoutEva
Navigation is always right below the image, and comments are always at the very bottom, to minimize scrolling for common actions.
2024-03-21client/views: better pool name fallbackEva
2024-03-21client/views: more thorough link fallbacksEva
Prevents a bunch of errors that can happen when a resource is deleted.
2024-02-21Fix Pool SearchXnoe
2023-04-17client+server: add quicktime video supportShyam Sunder
Merge branch 'skybldev-upstream'
2023-04-17client+server: added quicktime upload supportskybldev
2023-01-24client: workaround for #545, but not a fixneobooru
2023-01-19client: add bulk delete feature (#459)Neo
This introduces a new privilege 'posts:bulk-edit:delete' which by default is given to power users.
2022-10-02client: suggest tags based on lookalike postsHunternif
2022-10-02client,server: reverse search post by signatureHunternif
2022-09-18client: don't show the same post in similar postsHunternif
2022-09-18client: use "similar" query to fetch similar posts on post pageHunternif
2022-09-18client: use 20% of page height as scroll threshold in endless page viewHunternif
2022-09-18client: endless view has no page guardHunternif
2022-09-17client: disable random image on swipe downHunternif
2022-08-08client: fix pageCache in all list pagesHunternif
2022-07-24client: fix bug in posts controller using ctx with state from prev pageHunternif
2022-07-24client: page cache is only used for the same queryHunternif
2022-07-23client: clear endless scroll cache on page refreshHunternif
2022-07-22client: rememer scroll position in endless list of postsHunternif
2022-07-22client: cache post list page data in historyHunternif
2022-07-22client: pass browser history state to post list viewHunternif
2022-02-16client/js/markdown: fix processing of inline markdownShyam Sunder
2022-02-14client: update dependenciesShyam Sunder
2022-01-26client: remove URL rewriting from the markdown handlerneobooru
2021-11-29client/upload: restore option to pause upload chain on errorShyam Sunder
2021-11-29client: lintingShyam Sunder
2021-09-13client/upload: force enable 'upload anonymously' for anon usersShyam Sunder
Fixes #425
2021-09-13client/upload: add QoL features for bulk uploadsShyam Sunder
* Continue uploading remaining posts in an upload list even when one fails * Allow option to continue uploading even when similar posts are found Closes #400
2021-09-13Fix styleShyam Sunder
2021-09-13client+server: fixed style errorsShyam Sunder
2021-09-03client: show similar posts section only with permissionHunternif
2021-09-01server, client: honor safety when fetching similar postsHunternif