summaryrefslogtreecommitdiff
path: root/client/js/controls
AgeCommit message (Collapse)Author
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-15client: remove mobile changes from #641Hunternif
2025-02-15Merge branch 'master' into hunternifHunternif
2024-09-29Upload from clipboard (#414)Neo
client/upload: upload from clipboard Co-authored-by: Eva <evauwu@riseup.net>
2024-04-27Merge pull request #647 from po5/null-checksNeo
client: add null checks
2024-03-28client: add null checksEva
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.
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
2021-11-29client: lintingShyam Sunder
2021-09-13client+server: fixed style errorsShyam Sunder
2021-09-03client: show similar posts section only with permissionHunternif
2021-09-01server, client: honor safety when fetching 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-07client: fix error after mergeHunternif
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-07-05client/css: dark mode contrast fixes (#388)Ben Klein
* client/css: fix dark mode pagination header bg * client/css/post-main-view: dark uses box-shadow * client/css: animate compact-tags updates * client: tag input animations fixed * client/css: darken darktheme success bg * client/css: dark tag background colors * client/css/tag-input-control: dark suggest header * client/css: darktheme mobile site-name in nav
2021-04-12client/tags: escape dots in search term and don't allow '.' and '..' as tagsneobooru
2021-04-10client: rename escapeColons to escapeTagName and also escape dotsneobooru
2020-08-22client/search: fix autocomplete for composite queriesShyam Sunder
Fixes #342
2020-06-23client/pools: inherit option to show underscores as spacesShyam Sunder
2020-06-22client/html: fix upload error when pool input is disabledShyam Sunder
2020-06-06client+server: implement code autoformatting using prettier and blackShyam Sunder
2020-06-04client+server: add post pools featureShyam Sunder
2020-06-04client/js: format code to ESLintShyam Sunder
2020-06-02PR fixesRuin0x11
2020-05-04Implement pool mergingRuin0x11
2020-05-04Implement updating pools of a post from details sidebarRuin0x11
2020-05-04Add pool input box in post detailsRuin0x11
2020-05-04Add list of posts to poolsRuin0x11
2020-05-03Add pool CRUD operations/pagesRuin0x11
2020-04-20client/file-dropper: fix undefined variablerr-
2020-01-26client/posts: allow for multiple source URLs to be entered and viewedShyam Sunder
2019-05-22Add setting to display underscores as spaces in tagsneobooru
2019-05-08client: pass query to post page and metric sorterHunternif
2019-05-07client: start metric sorting from post viewHunternif
2019-05-07client: save post id in metric sorter urlHunternif
2019-05-07client: don't auto-resize posts on mobile to prevent size jerk when scrollingHunternif
2019-05-07client: tags with categories are saved immediately after input, in all ↵Hunternif
places: upload page, post editor, bulk tag editor
2019-05-03client: fix "Start sorting" button, so that it immediately updates the url ↵Hunternif
with selected metrics. Also fix non-focusable links.
2019-05-03client: metric sorter UI, view & controllerHunternif
2019-04-29client: selecting metrics modifies query, but doesn't show in search boxHunternif
2019-04-29client: re-open bulk edit and metrics blocks when returning to post list.Hunternif
+ select metrics on click; + improve header style
2019-04-27client,server: populate metrics menu on post list headerHunternif
2019-04-24client: button to remove post metricsHunternif