<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/server/szurubooru/rest/app.py, 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-10-12T19:05:48Z</updated>
<entry>
<title>Replace outdated `cgi` module</title>
<updated>2025-10-12T19:05:48Z</updated>
<author>
<name>Jakob L. Kreuze</name>
<email>zerodaysfordays@sdf.org</email>
</author>
<published>2025-10-12T19:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=1bec9ce49f85673a72e0fb78eb9a414309f7e64d'/>
<id>urn:sha1:1bec9ce49f85673a72e0fb78eb9a414309f7e64d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: fix python docstring formatting</title>
<updated>2021-11-29T23:39:34Z</updated>
<author>
<name>Shyam Sunder</name>
<email>sgsunder1@gmail.com</email>
</author>
<published>2021-11-29T23:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=9b3123a8150faee660b4311d9d8c2c85a83b32b5'/>
<id>urn:sha1:9b3123a8150faee660b4311d9d8c2c85a83b32b5</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>server/password-reset: try to construct full URL</title>
<updated>2018-07-08T08:10:06Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2018-07-08T08:04:09Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=c9cb9aa5394d02582b1a716dd9e52e83391d9bea'/>
<id>urn:sha1:c9cb9aa5394d02582b1a716dd9e52e83391d9bea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/api: fix unicode urls (#121)</title>
<updated>2017-02-07T17:03:35Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-02-07T17:03:35Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=7f09306dde6886082e7bf78aa465b7954b49ef8e'/>
<id>urn:sha1:7f09306dde6886082e7bf78aa465b7954b49ef8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server: refactor + add type hinting</title>
<updated>2017-02-05T15:34:45Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-02-04T00:08:12Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=ad842ee8a54c57463b8e28b52970f173ea1d64ea'/>
<id>urn:sha1:ad842ee8a54c57463b8e28b52970f173ea1d64ea</id>
<content type='text'>
- Added type hinting (for now, 3.5-compatible)
- Split `db` namespace into `db` module and `model` namespace
- Changed elastic search to be created lazily for each operation
- Changed to class based approach in entity serialization to allow
  stronger typing
- Removed `required` argument from `context.get_*` family of functions;
  now it's implied if `default` argument is omitted
- Changed `unalias_dict` implementation to use less magic inputs
</content>
</entry>
<entry>
<title>server: make linters happier</title>
<updated>2017-02-03T21:42:14Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-02-03T20:42:15Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=abf1fc2b2d135299fe7e8a700d4e7a18966d7bfe'/>
<id>urn:sha1:abf1fc2b2d135299fe7e8a700d4e7a18966d7bfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/rest: rollback session on query exception</title>
<updated>2017-02-02T18:46:03Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-02-02T18:40:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=af6c35ed6ba25dd4a1c0c51481652bc80bfac9d1'/>
<id>urn:sha1:af6c35ed6ba25dd4a1c0c51481652bc80bfac9d1</id>
<content type='text'>
Kills complaints from sqlalchemy when an error happens during
insertion/update hook.
</content>
</entry>
<entry>
<title>server: fix problems with escaping</title>
<updated>2017-01-20T23:22:53Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-01-20T23:12:28Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=6b42d787a7a591a882792d370622c81202531e26'/>
<id>urn:sha1:6b42d787a7a591a882792d370622c81202531e26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/db: fix closing DB sessions</title>
<updated>2017-01-03T20:29:48Z</updated>
<author>
<name>rr-</name>
<email>rr-@sakuya.pl</email>
</author>
<published>2017-01-03T20:29:48Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/szurubooru.git/commit/?id=902a0d3fe06516ba07edba131b5dd024ddaf58f2'/>
<id>urn:sha1:902a0d3fe06516ba07edba131b5dd024ddaf58f2</id>
<content type='text'>
Certain exception scenarios led to small disasters. Moved database
session management directly to router, since it's that sensitive.
</content>
</entry>
</feed>
