summaryrefslogtreecommitdiff
path: root/client/html
AgeCommit message (Collapse)Author
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: 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: 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-15Merge branch 'master' into hunternifHunternif
2024-11-17Fixed the google search option in the post details viewanbosuki
2024-04-26Merge pull request #641 from po5/mobileNeo
Mobile improvements
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/posts: fix overextended tag linkEva
2024-03-21client/posts: fix overextended download linkEva
2023-04-17client+server: add quicktime video supportShyam Sunder
Merge branch 'skybldev-upstream'
2023-04-17client+server: added quicktime upload supportskybldev
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-03client: open search links in new tabHunternif
2022-10-02client: suggest tags based on lookalike postsHunternif
2022-10-02client,server: reverse search post by signatureHunternif
2022-09-18client: endless view has no page guardHunternif
2021-11-29client/upload: restore option to pause upload chain on errorShyam 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-03client: show similar posts section only with permissionHunternif
2021-09-02client: link on post page to view all similar postsHunternif
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-07client: fix errors after merge (escapeTagName)Hunternif
2021-08-04Merge branch 'master' into hunternifHunternif
2021-08-04Merge remote-tracking branch 'origin/master' into hunternifHunternif
# 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-01Merge branch 'avif'neobooru
Merges PR #399
2021-05-14Merge pull request #404 from Ruin0x11/bmp-supportneobooru
Support BMP format uploads
2021-05-14Improve compilation speed for development builds (#402)Ruin0x11
* Improve incremental build times * Live-reloading in development mode
2021-05-09Support BMP format uploadsRuin0x11
2021-05-07Option to always upload similar posts instead of confirming every timeRuin0x11
2021-05-07Add AVIF/HEIF/HEIC upload supportRuin0x11
2021-05-07Add AVIF/HEIC detectionRuin0x11
ffmpeg doesn't support HEIC decoding yet...
2021-04-10client: rename escapeColons to escapeTagName and also escape dotsneobooru
2021-01-08client/posts: provide link for danbooru image searchShyam Sunder
2021-01-05server/search: add MD5-based searchShyam Sunder
2020-09-27client/posts: support content aware post flow optionShyam Sunder
2020-09-19client+server: add tag category ordering featureneobooru
Fixes #209
2020-08-28client/html/help: fix typoShyam Sunder
2020-08-26client/css: implement dark theme optionShyam Sunder
2020-06-23client/pools: inherit option to show underscores as spacesShyam Sunder
2020-06-22client/html: fixed pool summary viewShyam Sunder
2020-06-04client+server: add post pools featureShyam Sunder