|
ddc3477efd
|
Make it work with modules
|
2021-05-16 00:39:09 +02:00 |
|
|
0b1212f428
|
fmt
|
2018-04-13 15:05:23 +02:00 |
|
|
c097264bde
|
Made tests work again
|
2018-04-13 15:03:36 +02:00 |
|
|
2bc349a33b
|
Added test fixtures
|
2018-04-13 15:03:22 +02:00 |
|
|
5673acdd60
|
Fixed lint
|
2018-04-13 14:41:31 +02:00 |
|
|
0b4891c3ef
|
Added translations for viewing logs
|
2018-03-07 16:19:56 +01:00 |
|
|
db5e3a7cbc
|
When viewing logs via the ui, you can now click on the item to show it
|
2018-03-07 16:07:56 +01:00 |
|
|
0030372879
|
started adding view logs via ui
|
2018-03-06 16:32:28 +01:00 |
|
|
3de6ecf579
|
Added viewing logs via api
|
2018-03-06 15:33:18 +01:00 |
|
|
91e10eb78b
|
Fixed doer missing
|
2018-03-06 14:01:46 +01:00 |
|
|
5fbc08cf65
|
fmt
|
2018-03-06 13:43:07 +01:00 |
|
|
0763ae07b0
|
Properly implemented logging
|
2018-03-06 12:36:49 +01:00 |
|
|
d553ca743b
|
Moved to new namespace
|
2018-03-05 12:53:12 +01:00 |
|
|
8565772ab0
|
Added package-log.json
|
2018-03-05 12:49:26 +01:00 |
|
|
cfb68b9f79
|
Updated makefile to work with go 1.10
|
2018-03-05 12:12:20 +01:00 |
|
|
7a3bc05243
|
Fixed typo in readme
|
2018-03-05 12:10:10 +01:00 |
|
|
5b7fb1be87
|
Merge remote-tracking branch 'origin/master'
|
2018-03-05 11:09:59 +01:00 |
|
|
0bf37c2ac0
|
Fixed build
|
2018-03-05 11:09:41 +01:00 |
|
|
eebb8eb4c4
|
'Readme.md' ändern
|
2018-03-04 22:51:43 +00:00 |
|
|
d46cbc2d67
|
fmt
|
2018-01-30 12:44:22 +01:00 |
|
|
537aebc873
|
Added tests for deleting the last user
|
2018-01-30 12:40:47 +01:00 |
|
|
152a399567
|
Don't delete a user if its the last one
|
2018-01-30 12:22:00 +01:00 |
|
|
ca88232109
|
Fixed cors
|
2018-01-30 11:23:00 +01:00 |
|
|
12d8b8f0fa
|
Added frontend links to manage users + view logs
|
2018-01-29 16:38:59 +01:00 |
|
|
56a3215147
|
Return 400 instead of 500 when deleting or showing something where the id is not an int
|
2018-01-29 16:04:20 +01:00 |
|
|
989ab530dd
|
Return 400 instead of 500 when updateing something where the id is not an int
|
2018-01-29 15:46:56 +01:00 |
|
|
80f86527ed
|
Obfuscated user passwords when returning a user object
|
2018-01-29 15:33:38 +01:00 |
|
|
87529b5e3e
|
Updated Readme
|
2018-01-27 16:47:12 +01:00 |
|
|
b6d0570e79
|
Updated gitignore
|
2018-01-27 14:00:23 +01:00 |
|
|
e99aeb67c6
|
fmt
|
2018-01-26 16:44:58 +01:00 |
|
|
f09e5c6f84
|
Added check if the emailaddress is already used when creating a new user
|
2018-01-26 16:00:18 +01:00 |
|
|
63a74ee7ac
|
Fixed a bug where a user couldn't update its own password
|
2018-01-26 15:09:33 +01:00 |
|
|
aa5b510424
|
Improved unit tests
|
2018-01-26 12:37:11 +01:00 |
|
|
7ddbec7a6f
|
Added more unit tests for authors
|
2018-01-26 12:29:16 +01:00 |
|
|
ab19edfbd3
|
updated gitignore
|
2018-01-25 22:31:50 +01:00 |
|
|
3b38e61ab8
|
Updated gitignore
|
2018-01-25 16:33:34 +01:00 |
|
|
96ad0fc31b
|
Small improvements to unit tests
|
2018-01-25 16:28:02 +01:00 |
|
|
66b6dbf4f3
|
Small improvements to unit tests
|
2018-01-25 14:39:27 +01:00 |
|
|
70d6278540
|
removed unused lib
|
2018-01-25 12:27:48 +01:00 |
|
|
068bfc942e
|
Beautified error messages
|
2018-01-25 12:23:51 +01:00 |
|
|
a734f21ac2
|
Added custom error type when no username and password are given when creating a new user
|
2018-01-25 12:15:12 +01:00 |
|
|
3d27bb1438
|
Added custom error type when a publisher has no name
|
2018-01-24 23:55:10 +01:00 |
|
|
815ec40696
|
removed unused lib
|
2018-01-24 13:20:46 +01:00 |
|
|
a4b8a44e47
|
Added custom error for could not get User ID from JWT
|
2018-01-24 13:18:17 +01:00 |
|
|
c8da860eab
|
Modified http status code on error
|
2018-01-24 13:15:28 +01:00 |
|
|
dec5db7649
|
Added custom error type for no book title
|
2018-01-24 13:13:55 +01:00 |
|
|
c3cfc73840
|
Added error type for no item title
|
2018-01-24 13:04:47 +01:00 |
|
|
2e2877156b
|
Added custom error type for ID cannot be 0
|
2018-01-24 12:58:00 +01:00 |
|
|
d309d5b3b6
|
fixed lint + gofmt
|
2018-01-23 16:20:37 +01:00 |
|
|
bcb8b08001
|
Added check if the wants to change its own password
|
2018-01-23 15:58:01 +01:00 |
|