summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2022-12-07build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /clientdependabot[bot]
2022-10-03client: open search links in new tabHunternif
2022-10-03client: bring back search links in post sidebarHunternif
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-07-20build(deps-dev): bump terser from 3.7.7 to 4.8.1 in /clientdependabot[bot]
2022-06-21build(deps): bump shell-quote from 1.6.1 to 1.7.3 in /clientdependabot[bot]
2022-06-17build(deps): bump jpeg-js from 0.4.0 to 0.4.4 in /clientdependabot[bot]
2022-03-31build(deps): bump minimist from 1.2.5 to 1.2.6 in /clientdependabot[bot]
2022-03-31build(deps): bump minimist from 1.2.5 to 1.2.6 in /clientdependabot[bot]
2022-02-16client/js/markdown: fix processing of inline markdownShyam Sunder
2022-02-14client: update dependenciesShyam Sunder
2022-02-14client/docker: Do not pin LTS version of NodeShyam Sunder
2022-02-08build(deps): bump path-parse from 1.0.6 to 1.0.7 in /clientdependabot[bot]
2022-01-27build(deps): bump cached-path-relative from 1.0.2 to 1.1.0 in /clientdependabot[bot]
2022-01-26client: remove URL rewriting from the markdown handlerneobooru
2022-01-15build(deps): bump marked from 0.7.0 to 4.0.10 in /clientdependabot[bot]
2021-11-29client/upload: restore option to pause upload chain on errorShyam Sunder
2021-11-29client: lintingShyam Sunder
2021-11-29client/docker: Do not pin LTS version of NodeShyam Sunder
2021-09-19client+server/docker: fix ARM build platform issueShyam Sunder
2021-09-19client+server: migrate to GitHub actionsShyam Sunder
2021-09-13client/upload: force enable 'upload anonymously' for anon usersShyam Sunder
2021-09-13client/upload: add QoL features for bulk uploadsShyam Sunder
2021-09-13Fix styleShyam Sunder
2021-09-13client+server: fixed style errorsShyam Sunder
2021-09-03client: more compact margins in post sidebarHunternif
2021-09-03client: show similar posts section only with permissionHunternif
2021-09-02client: link on post page to view all similar postsHunternif
2021-09-01server, client: honor safety when fetching similar postsHunternif
2021-09-01client: adjust colors for darkthemeHunternif
2021-09-01client: add to settings the number of similar posts to loadHunternif
2021-08-31client: add list of similar posts to post sidebarHunternif
2021-08-31client: add buttons to quickly search for liked and favorite postsHunternif
2021-08-08client: fix settings, store them for all users :(Hunternif
2021-08-07client: fix errors after merge (escapeTagName)Hunternif
2021-08-07client: adjust thumb size on mobileHunternif
2021-08-07client: fix error after mergeHunternif