<feed xmlns='http://www.w3.org/2005/Atom'>
<title>szurubooru.git/server/szurubooru/model/user.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>2020-06-06T12:58:23Z</updated>
<entry>
<title>client+server: implement code autoformatting using prettier and black</title>
<updated>2020-06-06T12:58:23Z</updated>
<author>
<name>Shyam Sunder</name>
</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/auth: add token authentication</title>
<updated>2018-03-25T20:23:29Z</updated>
<author>
<name>ReAnzu</name>
</author>
<published>2018-02-25T10:44:02Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=2a69f0193f9e5aa451e0dbcb8c89070f3e49ffa5'/>
<id>urn:sha1:2a69f0193f9e5aa451e0dbcb8c89070f3e49ffa5</id>
<content type='text'>
* Users are only authenticated against their password on login,
  and to retrieve a token
* Passwords are wiped from the GUI frontend and cookies
  after login and token retrieval
* Tokens are revoked at the end of the session/logout
* If the user chooses the "remember me" option,
  the token is stored in the cookie
* Tokens correctly delete themselves on logout
* Tokens can expire at user-specified date
* Tokens have their last usage time
* Tokens can have user defined descriptions
* Users can manage login tokens in their account settings
</content>
</entry>
<entry>
<title>server/users: harden password hashes</title>
<updated>2018-03-08T22:40:47Z</updated>
<author>
<name>ReAnzu</name>
</author>
<published>2018-02-25T05:45:00Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=3f52aceca44bc52e0c8654f46c66073320109ae9'/>
<id>urn:sha1:3f52aceca44bc52e0c8654f46c66073320109ae9</id>
<content type='text'>
- Changed password setup to use libsodium and argon2id (regular SHA256
  hashing for passwords is inadequate as modern GPU's can hash generate
  billions of hashes per second).
- Added code to auto migrate old passwords to the new password_hash if
  the existing password_hash matches either of the legacy password
  generation schemes (SHA1 or SHA256).
- Added migration to support new password_hash format length
- Added column password_revision. This field will default to 0, which
  all passwords will have till they're updated. After that each password
  hash method has a revision.
</content>
</entry>
<entry>
<title>server: refactor + add type hinting</title>
<updated>2017-02-05T15:34:45Z</updated>
<author>
<name>rr-</name>
</author>
<published>2017-02-04T00:08:12Z</published>
<link rel='alternate' type='text/html' href='https://www.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/general: be more pythonic</title>
<updated>2016-04-03T21:21:22Z</updated>
<author>
<name>rr-</name>
</author>
<published>2016-04-03T20:03:58Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=219ab7c2c350c4893cea57ba2fa81438680a5cdf'/>
<id>urn:sha1:219ab7c2c350c4893cea57ba2fa81438680a5cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>server/general: improve pylint score</title>
<updated>2016-04-03T17:17:54Z</updated>
<author>
<name>rr-</name>
</author>
<published>2016-04-03T17:00:47Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=2578a297bfc95b165401436110d0d810df4ed4b2'/>
<id>urn:sha1:2578a297bfc95b165401436110d0d810df4ed4b2</id>
<content type='text'>
+ incorporate some in-house rules - no more useless doc strings...
</content>
</entry>
<entry>
<title>split files into client/ and server/</title>
<updated>2016-04-01T16:48:16Z</updated>
<author>
<name>rr-</name>
</author>
<published>2016-04-01T16:45:25Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/szurubooru.git/commit/?id=e487adcc97b8d2bd111a34b7d3c72d66001deb8b'/>
<id>urn:sha1:e487adcc97b8d2bd111a34b7d3c72d66001deb8b</id>
<content type='text'>
</content>
</entry>
</feed>
