Commit Graph

14 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 c2f237e901 Don't overwrite global config file on make install 2022-02-10 16:03:44 +00: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 089d4ac500 Update Makefile
- Respect $DESTDIR
- Fix uninstall target
2021-04-02 18:00:21 +00:00
r 8f5fbab8dc Remove kv folder from makefile 2020-11-24 10:55:20 +00:00
r fd2a353770 Refactor things 2020-05-24 04:38:34 +00:00
r 39a3bb7f35 Update makefile and install instructions
Updated makefile now performs installation without overwriting config
and database directory.
2020-02-18 21:48:21 +00:00
r c702a2b501 Fix Makefile 2020-02-01 15:06:32 +00:00
r 9cf648eaa3 Use vendored dependencies 2020-02-01 11:31:44 +00:00
r cd9306294d Add install target for make
- Update default config path accordingly
- Mention use of config file in README
2020-01-31 18:18:31 +00:00
r 2af37d4778 Refactor everything 2020-01-28 17:58:29 +00:00
r e9bd72306e Rename package to bloat 2020-01-01 15:58:27 +00:00
r 0076ee6055 Remove unsed variables from Makefile 2019-12-14 10:59:07 +00:00
r 5e4da01c3a Initial commit 2019-12-13 18:26:24 +00:00