| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-17 | client+server: add quicktime video support | Shyam Sunder | |
| Merge branch 'skybldev-upstream' | |||
| 2023-04-17 | client+server: added quicktime upload support | skybldev | |
| 2023-01-19 | client: add bulk delete feature (#459) | Neo | |
| This introduces a new privilege 'posts:bulk-edit:delete' which by default is given to power users. | |||
| 2021-11-29 | client/upload: restore option to pause upload chain on error | Shyam Sunder | |
| 2021-09-13 | client/upload: force enable 'upload anonymously' for anon users | Shyam Sunder | |
| Fixes #425 | |||
| 2021-09-13 | client/upload: add QoL features for bulk uploads | Shyam 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-06-01 | Merge branch 'avif' | neobooru | |
| Merges PR #399 | |||
| 2021-05-14 | Merge pull request #404 from Ruin0x11/bmp-support | neobooru | |
| Support BMP format uploads | |||
| 2021-05-14 | Improve compilation speed for development builds (#402) | Ruin0x11 | |
| * Improve incremental build times * Live-reloading in development mode | |||
| 2021-05-09 | Support BMP format uploads | Ruin0x11 | |
| 2021-05-07 | Option to always upload similar posts instead of confirming every time | Ruin0x11 | |
| 2021-05-07 | Add AVIF/HEIF/HEIC upload support | Ruin0x11 | |
| 2021-05-07 | Add AVIF/HEIC detection | Ruin0x11 | |
| ffmpeg doesn't support HEIC decoding yet... | |||
| 2021-04-10 | client: rename escapeColons to escapeTagName and also escape dots | neobooru | |
| 2021-01-08 | client/posts: provide link for danbooru image search | Shyam Sunder | |
| 2021-01-05 | server/search: add MD5-based search | Shyam Sunder | |
| 2020-09-27 | client/posts: support content aware post flow option | Shyam Sunder | |
| 2020-09-19 | client+server: add tag category ordering feature | neobooru | |
| Fixes #209 | |||
| 2020-08-28 | client/html/help: fix typo | Shyam Sunder | |
| 2020-08-26 | client/css: implement dark theme option | Shyam Sunder | |
| 2020-06-23 | client/pools: inherit option to show underscores as spaces | Shyam Sunder | |
| 2020-06-22 | client/html: fixed pool summary view | Shyam Sunder | |
| 2020-06-04 | client+server: add post pools feature | Shyam Sunder | |
| 2020-06-02 | PR fixes | Ruin0x11 | |
| 2020-05-04 | Add pool information to API.md | Ruin0x11 | |
| 2020-05-04 | Implement pool merging | Ruin0x11 | |
| 2020-05-04 | Implement updating pools of a post from details sidebar | Ruin0x11 | |
| 2020-05-04 | Add pool input box in post details | Ruin0x11 | |
| 2020-05-04 | Add list of posts to pools | Ruin0x11 | |
| 2020-05-03 | Add pool CRUD operations/pages | Ruin0x11 | |
| 2020-04-01 | client/posts: don't define flags on post upload | Shyam Sunder | |
| 2020-01-26 | client/posts: allow for multiple source URLs to be entered and viewed | Shyam Sunder | |
| 2019-12-17 | client/post_view: Force inline playback for iOS | Shyam Sunder | |
| Fixes #295 | |||
| 2019-10-08 | all: add support for webp images | neobooru | |
| Includes webp test image Merges #283 | |||
| 2019-05-22 | Add setting to display underscores as spaces in tags | neobooru | |
| 2019-04-08 | client/tags: fix post search links | rr- | |
| 2019-04-07 | server/search: allow searching by source URL content | Shyam Sunder | |
| 2019-02-09 | Merge pull request #224 from sgsunder/post-view-icons | Marcin Kurczewski | |
| client/posts: Add some UI icons | |||
| 2019-02-08 | client: Reimplement post source functionality | raku-cat | |
| 2019-02-05 | client/posts: Add some UI icons | Shyam Sunder | |
| 2018-09-24 | server/search: allow searching by post flags | Shyam Sunder | |
| 2018-09-24 | server+client: added sound flag to video posts | Shyam Sunder | |
| 2018-09-13 | client: Stop showing mp4 files as undefined | Shyam Sunder | |
| 2018-08-23 | client/js/router.js: Reads <base> href tag | Shyam Sunder | |
| 2018-08-23 | client: adapted code to use <base> HTML tag | Shyam Sunder | |
| 2018-08-06 | client: add basic web app support | Michael Serajnik | |
| 2018-07-06 | client: improved build.js, use relative links | Shyam Sunder | |
| * Removed unnecessary require('config.js') calls * 'markdown.js' now uses rel. links in EntityPermalinkWrapper * 'password_reset.py' now generates rel. links * Removed 'Base URL' config parameter * Removed 'API URL' config parameter * 'build.js' no longer reads/requires config.yaml * Updated documentation * Removed unnecessary node packages used in 'build.js' abandon api_url parameter | |||
| 2018-03-25 | server/auth: add token authentication | ReAnzu | |
| * Users are only authenticated against their password on login, and to retrieve a token * Passwords are wiped from the GUI frontend and cookies after login and token retrieval * Tokens are revoked at the end of the session/logout * If the user chooses the "remember me" option, the token is stored in the cookie * Tokens correctly delete themselves on logout * Tokens can expire at user-specified date * Tokens have their last usage time * Tokens can have user defined descriptions * Users can manage login tokens in their account settings | |||
| 2018-03-10 | client/css: improve mobile styling | Michael Serajnik | |
| 2017-12-02 | client/help: fix spelling issues | Michael Serajnik | |