summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.org headers, year in LICENSE HEAD masterAndinus2021-01-222-5/+4
|
* Initial perseus rewriteAndinus2020-03-2926-177/+475
|
* Prepare for rewrite on several functionsAndinus2020-03-2811-407/+13
| | | | | | | | User struct now exports everything, encapsulation is not necessary over here. Instead of introducing a new variable uInfo we'll use user.User and pass that. Handlers & related functions will be rewritten to work with this change. This will make it easier to work on later as the program grows. I'm also rethinking error handling.
* Add login handlerAndinus2020-03-276-12/+145
|
* Add version numberAndinus2020-03-274-1/+11
|
* Enforce registration rulesAndinus2020-03-271-4/+17
|
* Add registration handlerAndinus2020-03-274-0/+166
|
* Add AddUser funcAndinus2020-03-272-35/+43
|
* Move token functions to its own packageAndinus2020-03-273-47/+61
|
* Add token related functionsAndinus2020-03-273-0/+138
|
* Add Login funcAndinus2020-03-271-0/+46
|
* Change database schemaAndinus2020-03-272-47/+18
|
* Remove linux and darwin from build pipelineAndinus2020-03-271-16/+0
| | | | This will reduce the build time, they can be added later if required.
* Add go vet in ci testingAndinus2020-03-271-5/+10
|
* Add test for hashPass funcAndinus2020-03-272-3/+38
|
* Improve checkPass func testsAndinus2020-03-271-4/+24
|
* Fix common typosAndinus2020-03-272-2/+2
|
* Test only packages that have testsAndinus2020-03-271-1/+1
|
* Add checkPass func and it's testsAndinus2020-03-272-0/+33
|
* Add contributing fileAndinus2020-03-261-0/+26
|
* Add build filesAndinus2020-03-261-0/+38
|
* Add auth and user packageAndinus2020-03-268-9/+170
|
* Update database schema, add registration tableAndinus2020-03-261-20/+50
|
* Add cmd/perseus & remove unused importsAndinus2020-03-265-1/+15
|
* Add storage & sqlite3 packageAndinus2020-03-262-0/+91
|
* Initial commitAndinus2020-03-263-0/+27