| Age | Commit message (Collapse) | Author |
|
class="transparent"
|
|
|
|
|
|
|
|
|
|
`break-all` makes it hard to read actual comments.
|
|
Mobile improvements
|
|
|
|
|
|
Navigation is always right below the image, and comments are always
at the very bottom, to minimize scrolling for common actions.
|
|
|
|
|
|
fixes ugly horizontal scrollbar appearing when a post with extremely wide image is present in the posts list
|
|
|
|
Fixes regression caused by 648121d7
|
|
|
|
This introduces a new privilege 'posts:bulk-edit:delete' which by default is given to power users.
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
# 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
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
Closes #334. This solution should function similar to single post
tagging. Implications are automatically added but this also allows
for them to review and manually remove any unwanted implications.
|
|
using alpha and an is-dark check to support dark color schemes in the
history page
|
|
Fixes #322
|
|
|
|
|
|
|
|
|
|
this uses the optionally implemented "image-orientation: from-image"
CSS property, and will not work on every browser.
see #311
|
|
|
|
|
|
and fit 2 images.
|
|
|
|
with selected metrics. Also fix non-focusable links.
|
|
|
|
|
|
+ select metrics on click; + improve header style
|
|
|