| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-16 | client: fix inconsistent width in adaptive css on post page | Hunternif | |
| 2025-02-16 | client: add help text about post search by category | Hunternif | |
| 2025-02-16 | client: hide "mass edit" buttons when no privilege | Hunternif | |
| 2025-02-16 | client+server: permission posts:bulk-edit:relations | Hunternif | |
| 2025-02-16 | client: hide safety buttons if user doesn't have privilege | Hunternif | |
| 2025-02-16 | client: fix weird Chrome bug where video controls are invisible under div ↵ | Hunternif | |
| class="transparent" | |||
| 2025-02-15 | client: fix logic for placing comment section on mobile | Hunternif | |
| 2025-02-15 | Merge branch 'master' into hunternif | Hunternif | |
| 2024-11-17 | Fixed the google search option in the post details view | anbosuki | |
| 2024-04-26 | Merge pull request #641 from po5/mobile | Neo | |
| Mobile improvements | |||
| 2024-03-21 | client/css: stack bulk tagging toggles horizontally on mobile | Eva | |
| 2024-03-21 | client/posts: reorder elements in mobile layout | Eva | |
| Navigation is always right below the image, and comments are always at the very bottom, to minimize scrolling for common actions. | |||
| 2024-03-21 | client/html: allow mobile browsers to zoom in | Eva | |
| 2024-03-21 | client/posts: fix overextended tag link | Eva | |
| 2024-03-21 | client/posts: fix overextended download link | Eva | |
| 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. | |||
| 2022-10-03 | client: open search links in new tab | Hunternif | |
| 2022-10-02 | client: suggest tags based on lookalike posts | Hunternif | |
| 2022-10-02 | client,server: reverse search post by signature | Hunternif | |
| 2022-09-18 | client: endless view has no page guard | Hunternif | |
| 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-09-03 | client: show similar posts section only with permission | Hunternif | |
| 2021-09-02 | client: link on post page to view all similar posts | Hunternif | |
| 2021-09-01 | client: add to settings the number of similar posts to load | Hunternif | |
| 2021-08-31 | client: add list of similar posts to post sidebar | Hunternif | |
| 2021-08-31 | client: add buttons to quickly search for liked and favorite posts | Hunternif | |
| 2021-08-07 | client: fix errors after merge (escapeTagName) | Hunternif | |
| 2021-08-04 | Merge branch 'master' into hunternif | Hunternif | |
| 2021-08-04 | Merge remote-tracking branch 'origin/master' into hunternif | Hunternif | |
| # Conflicts: # client/css/post-content-control.styl # client/css/post-list-view.styl # client/html/post_edit_sidebar.tpl # client/js/controllers/post_list_controller.js # client/js/controllers/post_main_controller.js # client/js/controllers/post_upload_controller.js # client/js/controllers/tag_controller.js # client/js/controllers/user_list_controller.js # client/js/controls/expander_control.js # client/js/controls/post_content_control.js # client/js/controls/post_edit_sidebar_control.js # client/js/controls/post_readonly_sidebar_control.js # client/js/controls/tag_input_control.js # client/js/main.js # client/js/models/abstract_list.js # client/js/models/post.js # client/js/models/post_list.js # client/js/models/settings.js # client/js/models/tag.js # client/js/models/tag_list.js # client/js/tags.js # client/js/util/search.js # client/js/util/touch.js # client/js/util/uri.js # client/js/util/views.js # client/js/views/post_main_view.js # client/js/views/post_upload_view.js # client/js/views/posts_header_view.js # client/js/views/posts_page_view.js # client/js/views/settings_view.js # client/js/views/tag_view.js # client/package-lock.json # client/package.json # server/config.yaml.dist # server/szurubooru/api/__init__.py # server/szurubooru/api/post_api.py # server/szurubooru/api/tag_api.py # server/szurubooru/func/posts.py # server/szurubooru/func/tags.py # server/szurubooru/model/__init__.py # server/szurubooru/model/post.py # server/szurubooru/model/tag.py # server/szurubooru/search/configs/__init__.py # server/szurubooru/search/configs/post_search_config.py # server/szurubooru/search/executor.py # server/szurubooru/tests/api/test_post_retrieving.py # server/szurubooru/tests/api/test_post_updating.py # server/szurubooru/tests/api/test_tag_updating.py # server/szurubooru/tests/conftest.py # server/szurubooru/tests/func/test_posts.py # server/szurubooru/tests/func/test_tags.py # server/szurubooru/tests/search/configs/test_post_search_config.py | |||
| 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 | |