Commit Graph

12 Commits

Author SHA1 Message Date
localhost_frssoft ab58d8a900 Merge remote-tracking branch 'upstream/master' into localhost_custom 2023-11-06 12:07:24 +03:00
r ed521dd33d Restrict instance level custom CSS to static directory 2023-10-15 15:46:54 +00:00
localhost_frssoft 4379eab5bf merge with upstream 2023-10-12 15:32:55 +03:00
r 60392e61c7 Disable access log by default
Access logs aren't really useful during normal operation. Add a new flag
-v to enable the verbose logging mode, which is still useful during the
development.

Also remove the log_file config because it's no longer useful.
2023-09-09 06:38:52 +00:00
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 887ed241d6 Use cookies for session storage
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-10-25 14:14:46 +00: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
Renamed from default.conf (Browse further)