summaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use cookies for session storager2022-10-251-3/+1
| | | | | | | | | 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.
* Don't overwrite global config file on make installr2022-02-101-4/+5
|
* Change config file lookupr2022-01-021-8/+5
| | | | | - Look for both local and global config file - Directly generate the global config file with make install
* Update Makefiler2021-04-021-10/+11
| | | | | - Respect $DESTDIR - Fix uninstall target
* Remove kv folder from makefiler2020-11-241-1/+0
|
* Refactor thingsr2020-05-241-3/+0
|
* Update makefile and install instructionsr2020-02-181-18/+33
| | | | | Updated makefile now performs installation without overwriting config and database directory.
* Fix Makefiler2020-02-011-1/+1
|
* Use vendored dependenciesr2020-02-011-0/+1
|
* Add install target for maker2020-01-311-3/+24
| | | | | - Update default config path accordingly - Mention use of config file in README
* Refactor everythingr2020-01-281-2/+0
|
* Rename package to bloatr2020-01-011-5/+5
|
* Remove unsed variables from Makefiler2019-12-141-1/+0
|
* Initial commitr2019-12-131-0/+14