<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/server/szurubooru/tests/api/test_post_retrieving.py, branch master</title>
<subtitle>Fork of Szurubooru with patches for running on a modern system sans Docker
</subtitle>
<id>https://www.git.jakob.space/szurubooru.git/atom?h=master</id>
<link rel='self' href='https://www.git.jakob.space/szurubooru.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/'/>
<updated>2025-02-16T19:03:18Z</updated>
<entry>
<title>server: add privilege to view &amp; list "sketchy" posts</title>
<updated>2025-02-16T19:03:18Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-16T19:03:18Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=399c6a9b78b31469a8f2fe7c6f50f1fda0027472'/>
<id>urn:sha1:399c6a9b78b31469a8f2fe7c6f50f1fda0027472</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'priv-view-unsafe-posts' into hunternif</title>
<updated>2025-02-16T02:03:11Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-16T02:03:11Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=de70036baba5b5dff869c79c3ec79e8726990b49'/>
<id>urn:sha1:de70036baba5b5dff869c79c3ec79e8726990b49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: fix tests for unsafe posts</title>
<updated>2025-02-16T01:59:39Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-16T01:59:39Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=7e09f39cb9c6ad5ffb20411906c13aca74343617'/>
<id>urn:sha1:7e09f39cb9c6ad5ffb20411906c13aca74343617</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'priv-view-unsafe-posts' into hunternif</title>
<updated>2025-02-16T01:27:21Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-16T01:27:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=a859d448b2573bab7990521aa4dcb823ba576801'/>
<id>urn:sha1:a859d448b2573bab7990521aa4dcb823ba576801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: add privilege posts:view:unsafe</title>
<updated>2025-02-16T01:21:59Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2025-02-15T23:55:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=778db7d510ccb7d772d4ed6677325f784ed96f0b'/>
<id>urn:sha1:778db7d510ccb7d772d4ed6677325f784ed96f0b</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://www.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+server: fix linter issues due to updated pre-commit hooks</title>
<updated>2020-09-01T18:07:39Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-09-01T18:06:22Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=0dd427755b601da8dadf9af1a34ecad03f8446f9'/>
<id>urn:sha1:0dd427755b601da8dadf9af1a34ecad03f8446f9</id>
<content type='text'>
</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://www.git.jakob.space/szurubooru.git/commit/?id=57193b57157b7a42896c887a2d5930493ac7b290'/>
<id>urn:sha1:57193b57157b7a42896c887a2d5930493ac7b290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: implement median for posts, for any query</title>
<updated>2019-05-01T20:57:31Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2019-05-01T20:57:31Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=0b4bdc57894c885ba055aed74de8b9c94c8e2f60'/>
<id>urn:sha1:0b4bdc57894c885ba055aed74de8b9c94c8e2f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: use index-based paging (#123)</title>
<updated>2017-02-09T21:40:00Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-02-08T23:48:06Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=fdad08e176b52f1b47930a5e9b22116c70c542a8'/>
<id>urn:sha1:fdad08e176b52f1b47930a5e9b22116c70c542a8</id>
<content type='text'>
</content>
</entry>
</feed>
