Commit Graph

7 Commits

Author SHA1 Message Date
localhost_frssoft f9702f81a9 Merge patch and add useredit template...
Patch from: https://git.freesoftwareextremist.com/bloat/commit/?id=887ed241d64ba5db3fd3d87194fb5595e5ad7d73
Patch description:
Use cookies for session
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
2022-11-12 01:20:49 +03:00
r 65cd928041 Fix typo 2020-10-19 10:08:35 +00:00
r 61020d8837 Update config description 2020-08-07 09:28:57 +00:00
r 55ed6a480e Add single instance mode 2020-04-19 08:18:36 +00:00
r 9d2e24a7de Update default config 2020-02-02 11:42:13 +00:00
r 4613e9cc7b Update config 2020-01-28 20:49:58 +00:00
r cad01cb1f8 Add command line flag to specify config file 2020-01-01 15:18:04 +00:00