summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2025-10-12Get rid of Docker artifactsHEADmasterJakob L. Kreuze
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: add help text about post search by categoryHunternif
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-16client: fix weird Chrome bug where video controls are invisible under div ↵Hunternif
class="transparent"
2025-02-15client: fix logic for placing comment section on mobileHunternif
2025-02-15client: fix post navigation buttons styleHunternif
2025-02-15client: fix Font Awesome mass delete iconHunternif
2025-02-15client: use dos2unix in Dockerfile to fix running on WindowsHunternif
2025-02-15client: npm installHunternif
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-11-17Fixed the google search option in the post details viewanbosuki
2024-09-29Upload from clipboard (#414)Neo
client/upload: upload from clipboard Co-authored-by: Eva <evauwu@riseup.net>
2024-09-29client/css: fix comment word-breakZak B. Elep
`break-all` makes it hard to read actual comments.
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/css: stack bulk tagging toggles horizontally on mobileEva
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/html: allow mobile browsers to zoom inEva
2024-03-21client/css: constrain thumbnails to parent to prevent overextended linksEva
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-03-21client/posts: fix overextended tag linkEva
2024-03-21client/posts: fix overextended download linkEva
2024-03-21client/users: fix overextended avatar linksEva
2024-02-29posts page ugly horizontal bar fixhujle
fixes ugly horizontal scrollbar appearing when a post with extremely wide image is present in the posts list
2024-02-21Fix Pool SearchXnoe
2023-11-05fix overflow on comments, prevents ugly unnecesary horizontal scrollewof
2023-04-17client/upload: fix thumbnail width in post uploadsShyam Sunder
Fixes regression caused by 648121d7
2023-04-17client: fix post flow view on webkit browsersShyam Sunder
Merge branch 'SediSocks-master'
2023-04-17client+server: add quicktime video supportShyam Sunder
Merge branch 'skybldev-upstream'
2023-04-17client+server: added quicktime upload supportskybldev
2023-04-17client: merge dependabot version bumpsShyam Sunder
Merge remote-tracking branches: - 'project/dependabot/npm_and_yarn/client/cookiejar-2.1.4' - 'project/dependabot/npm_and_yarn/client/decode-uri-component-0.2.2' - 'project/dependabot/npm_and_yarn/client/jpeg-js-0.4.4' - 'project/dependabot/npm_and_yarn/client/minimist-1.2.6' - project/dependabot/npm_and_yarn/client/qs-6.11.0' - 'project/dependabot/npm_and_yarn/client/shell-quote-1.7.3' - 'project/dependabot/npm_and_yarn/client/terser-4.8.1'
2023-04-17server+client: bump versions in pre-commitShyam Sunder
2023-03-13fix flow view on webkit browsersSediSocks
2023-01-24client: workaround for #545, but not a fixneobooru
2023-01-23build(deps): bump cookiejar from 2.1.2 to 2.1.4 in /clientdependabot[bot]
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/bmeck/node-cookiejar/releases) - [Commits](https://github.com/bmeck/node-cookiejar/commits) --- updated-dependencies: - dependency-name: cookiejar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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-12-07build(deps): bump qs from 6.5.2 to 6.11.0 in /clientdependabot[bot]
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.11.0. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.11.0) --- updated-dependencies: - dependency-name: qs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>