<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/client/js/util/views.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-15T18:12:57Z</updated>
<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/views: better pool name fallback</title>
<updated>2024-03-21T21:16:05Z</updated>
<author>
<name>Eva</name>
<email>evauwu@riseup.net</email>
</author>
<published>2023-05-26T08:06:28Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=8d971234a2cb72d0594ef53afbd37602f7e4ed43'/>
<id>urn:sha1:8d971234a2cb72d0594ef53afbd37602f7e4ed43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client/views: more thorough link fallbacks</title>
<updated>2024-03-21T20:53:11Z</updated>
<author>
<name>Eva</name>
<email>evauwu@riseup.net</email>
</author>
<published>2023-05-26T07:48:27Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=a16bb198ab937ae0a0661c85c0bc2997d6407d5d'/>
<id>urn:sha1:a16bb198ab937ae0a0661c85c0bc2997d6407d5d</id>
<content type='text'>
Prevents a bunch of errors that can happen when a resource is deleted.
</content>
</entry>
<entry>
<title>client: fix errors after merge (escapeTagName)</title>
<updated>2021-08-07T00:55:01Z</updated>
<author>
<name>Hunternif</name>
<email>hunternif@gmail.com</email>
</author>
<published>2021-08-07T00:55:01Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=b703ee610af5dd7f007ea3b274466891a7bef5eb'/>
<id>urn:sha1:b703ee610af5dd7f007ea3b274466891a7bef5eb</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/js/views: fix pool links for deleted pools</title>
<updated>2020-07-08T21:28:20Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-07-08T21:28:20Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=13e2888ae4be027162f037246d36cf316a3072b1'/>
<id>urn:sha1:13e2888ae4be027162f037246d36cf316a3072b1</id>
<content type='text'>
Fixes #333
</content>
</entry>
<entry>
<title>client/pools: inherit option to show underscores as spaces</title>
<updated>2020-06-23T16:36:26Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-23T16:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=d420609f97e81d3bb696ec1b8bad927ae15b5c7b'/>
<id>urn:sha1:d420609f97e81d3bb696ec1b8bad927ae15b5c7b</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://git.jakob.space/szurubooru.git/commit/?id=57193b57157b7a42896c887a2d5930493ac7b290'/>
<id>urn:sha1:57193b57157b7a42896c887a2d5930493ac7b290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>client+server: add post pools feature</title>
<updated>2020-06-05T01:01:28Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2020-06-05T01:01:28Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=c5358f7f83ef49f51d5ba557dde1b16ce2c83d1d'/>
<id>urn:sha1:c5358f7f83ef49f51d5ba557dde1b16ce2c83d1d</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>
</feed>
