4 Commits

Author SHA1 Message Date
WithoutPants
09392a009e Add User management (#13)
* Add user
* Generate root user
* Add create/update validation
* Disallow removing root user
* Fix packr deprecation message
* Change authorisation to user apikey
* Return error message when apikey fails
* Add integration tests for unauthorised calls
* Ignore .vscode
* Add gitattributes to fix UI eol lint issue
* Misc changes
* Prevent caching of integration test results
* Disallow changing root name or roles
* Remove old api key config
* Ensure api key matches stored key
* Add session management
* Fix empty key detection code
* Allow users to query users, hiding some info
* Add regenerate api key and change password
2020-01-23 07:22:30 +11:00
InfiniteStash
388dc71d1f Align backend and frontend (#10)
* Update URLs
2019-12-21 20:35:18 +11:00
InfiniteStash
84d42c619f Change type of IDs from int64 to uuid (#7)
* Change type of IDs from int64 to uuid
* Rename insertJoins -> insertObjects
2019-12-08 08:57:48 +11:00
WithoutPants
132ca6a511 Add support for postgres database (#4)
* Generalise database
* Add postgres migration
* Add optional support for postgres database
* Add postgres documentation to README
2019-11-29 11:16:59 +11:00