<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/client/js/views/posts_header_view.js, branch master</title>
<subtitle>Fork of Szurubooru with patches for running on a modern system sans Docker
</subtitle>
<id>https://git.jakob.space/szurubooru.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/szurubooru.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/'/>
<updated>2025-02-16T19:28:29Z</updated>
<entry>
<title>client: hide "mass edit" buttons when no privilege</title>
<updated>2025-02-16T19:28:29Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-16T19:28:29Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=9c8ed801d821d8bcd0bb07cfd938d519cc488a3f'/>
<id>urn:sha1:9c8ed801d821d8bcd0bb07cfd938d519cc488a3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into hunternif</title>
<updated>2025-02-15T18:12:57Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-15T18:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=6a5300502df8b4de9c8f269b444cd309f02b28ad'/>
<id>urn:sha1:6a5300502df8b4de9c8f269b444cd309f02b28ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: add bulk delete feature (#459)</title>
<updated>2023-01-19T17:44:31Z</updated>
<author>
<name>Neo</name>
<email>50623835+neobooru@users.noreply.github.com</email>
</author>
<published>2023-01-19T17:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=e3062b1c77b52ff9fad23a279844b946d6491417'/>
<id>urn:sha1:e3062b1c77b52ff9fad23a279844b946d6491417</id>
<content type='text'>
This introduces a new privilege 'posts:bulk-edit:delete' which by default is given to power users.</content>
</entry>
<entry>
<title>client: linting</title>
<updated>2021-11-29T23:44:20Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2021-11-29T23:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=9f95e9eb90258f77518f7f5d3d7421333ba28e34'/>
<id>urn:sha1:9f95e9eb90258f77518f7f5d3d7421333ba28e34</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client: add buttons to quickly search for liked and favorite posts</title>
<updated>2021-08-31T01:27:14Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2021-08-31T00:01:52Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=deb7ab6ba6249e4ec85f95d0aa3451a20a3818ec'/>
<id>urn:sha1:deb7ab6ba6249e4ec85f95d0aa3451a20a3818ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into hunternif</title>
<updated>2021-08-04T00:56:00Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2021-08-04T00:56:00Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=ca861cdc44ca476cec2949f237bbc7503862ad58'/>
<id>urn:sha1:ca861cdc44ca476cec2949f237bbc7503862ad58</id>
<content type='text'>
# 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
</content>
</entry>
<entry>
<title>client/posts: add tag implications when autocompleting mass tag inputs</title>
<updated>2020-08-23T17:11:19Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-08-23T17:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=1bbcaf11f7b064f2a40245b79d392cbbf0324484'/>
<id>urn:sha1:1bbcaf11f7b064f2a40245b79d392cbbf0324484</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>client+server: implement code autoformatting using prettier and black</title>
<updated>2020-06-06T12:58:23Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-05T22:03:37Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=57193b57157b7a42896c887a2d5930493ac7b290'/>
<id>urn:sha1:57193b57157b7a42896c887a2d5930493ac7b290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/js: format code to ESLint</title>
<updated>2020-06-04T23:02:33Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-04T18:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=4329b1620fe38c2a7bf44615cfb176daa2837590'/>
<id>urn:sha1:4329b1620fe38c2a7bf44615cfb176daa2837590</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/posts: remember offset when opening/closing bulk editor</title>
<updated>2019-10-25T15:10:56Z</updated>
<author>
<name>neobooru</name>
<email>50623835+neobooru@users.noreply.github.com</email>
</author>
<published>2019-10-25T12:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=eb49aea683a64f905965b58f6f81c348a4aa0e99'/>
<id>urn:sha1:eb49aea683a64f905965b58f6f81c348a4aa0e99</id>
<content type='text'>
Fixes rr-#274
Squashed with commit "client/posts: make prevQuery a const"
</content>
</entry>
</feed>
