Commit Graph

9 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 003233d60d Change config file lookup
- Look for both local and global config file
- Directly generate the global config file with make install
2022-01-02 10:55:26 +00:00
r fa27d9c6eb Refactor things
- Remove separate auth/logging and merge them into transport.go
- Add helper function for http handlers
2020-11-22 17:29:58 +00:00
r 55ed6a480e Add single instance mode 2020-04-19 08:18:36 +00:00
r 4613e9cc7b Update config 2020-01-28 20:49:58 +00:00
r e9bd72306e Rename package to bloat 2020-01-01 15:58:27 +00:00
r 591360f2a8 Add post format selection 2019-12-26 11:25:29 +00:00
r 656ff3931c Update header template and add option for custom css 2019-12-25 16:38:47 +00:00
r 5e4da01c3a Initial commit 2019-12-13 18:26:24 +00:00