summaryrefslogtreecommitdiff
path: root/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused session ID fieldr2023-10-071-4/+0
|
* Use cookies for session storager2022-10-251-91/+0
| | | | | | | | | 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.
* Simplify id generationr2022-01-021-13/+7
|
* Use GO's flag parser instead of getoptr2022-01-021-122/+0
| | | | There's only one flag, so it doesn't matter.
* Refactor thingsr2020-11-221-0/+91
| | | | | - Remove separate auth/logging and merge them into transport.go - Add helper function for http handlers
* Refactor everythingr2020-01-281-4/+4
|
* Update random id generation algorithmr2020-01-261-6/+11
|
* Add CSRF protectionr2020-01-261-0/+4
|
* Add command line flag to specify config filer2020-01-011-0/+122
|
* Initial commitr2019-12-131-0/+22