Commit Graph

7 Commits

Author SHA1 Message Date
SinTan1729
99073bfd6c Changed name of folder, project etc. 2022-11-11 17:50:12 -06:00
Przemek Dragańczuk
7f275bf6af
Sqlite as storage backend (#1)
Some platforms has some problems with file locking, so I was forced to use an alternative. SQLite seems be the best option currently available


* Migrated to an sqlite database

* Removed unnecessary IOExceptions

* Removed an util class not needed anymore

* Updated README.md and docker-compose.yml to reflect new storage mechanism
2020-03-24 09:07:25 +01:00
Przemek Dragańczuk
487e9022ab Fixed wrong gradle configuration for auth api 2020-02-22 22:09:22 +01:00
Przemek Dragańczuk
59b6d43aea Added Basic auth and GZIP compression 2020-02-16 15:46:29 +01:00
Przemek Dragańczuk
20881d85d4 Small fixes 2020-02-14 20:11:02 +01:00
Przemek Dragańczuk
204d0a9bc1 Random intellij fixes 2020-02-14 18:40:36 +01:00
Przemek Dragańczuk
d80024c494 Base api works 2020-02-13 23:52:33 +01:00