Commit Graph

37 Commits

Author SHA1 Message Date
f969593c0a
Improved error handling
All checks were successful
the build was successful
2018-10-06 15:04:14 +02:00
e724aeb206 Added new checks (#2)
All checks were successful
the build was successful
* added gocyclo-check
* Added new tests to drone
* Added new checks to makefile
2018-09-23 19:15:14 +00:00
f2758e239c
Added namespace user rights
All checks were successful
the build was successful
2018-09-04 20:15:24 +02:00
aeb1521cc4
Cleanup/fixing methods 2018-08-30 19:00:27 +02:00
efaa277751
Added methods to revoke a users access to a list 2018-08-30 18:52:12 +02:00
b1c3e92f66
Added methods to give users access to a list 2018-08-30 08:58:09 +02:00
d31f16aff1
Renamed list items to tasks 2018-08-30 08:09:17 +02:00
261136c2bc
Added tests for team members
Some checks failed
the build failed
2018-07-27 19:20:49 +02:00
935aef8a38
Added check for list title when creating a new list 2018-07-26 10:29:09 +02:00
7b07137b67
fmt 2018-07-26 10:08:01 +02:00
80e9021ba6
Fixed a bug where it was possible to add the same user multiple times to a team 2018-07-26 10:06:41 +02:00
7dc8699cbd
updated todo
+ fmt
2018-07-24 17:47:08 +02:00
26c2ad078f
Fixed a bug where it was possible to add a team multiple times to a list/namespace 2018-07-24 17:46:32 +02:00
edf9b6f2c7
Implemented creating a team <-> list relation 2018-07-24 17:29:13 +02:00
935c99be45
implemented read all method for namespace teams 2018-07-18 22:06:29 +02:00
7feb82702d
implemented create team <-> namespace relation 2018-07-17 08:44:21 +02:00
4cf0cd233c
Implemented team update method 2018-07-14 18:29:24 +02:00
e1c58843e9
implemented team create method 2018-07-14 17:34:59 +02:00
261aaba315
implemented namespace update via interface method 2018-07-12 00:30:31 +02:00
0aa84e653f
implemented namespace creation via interface method 2018-07-12 00:09:16 +02:00
592dc20af4
List item creation is now done via handler 2018-07-11 02:13:53 +02:00
237874eda6
Fixed lint + fmt 2018-07-10 14:02:23 +02:00
b1de837c4f
Implemented Create and Update methods on list 2018-07-09 23:17:19 +02:00
462dfc8868
Implemented method to add a list to a namespace 2018-07-05 08:52:05 +02:00
93efaa95f8
Implemented method to delete a namespace 2018-07-04 19:21:04 +02:00
f59917e721
Fixed getting all lists of one namespace 2018-07-04 08:56:52 +02:00
124e4f4a5b
Added method to show all namespaces a user has access to 2018-07-02 08:54:44 +02:00
6dfdcb9571
Added basic functions + endpoints to add/update namespaces 2018-07-02 08:40:24 +02:00
4589f3b4bb
Added docs via swagger 2018-06-13 13:45:22 +02:00
1b3b2ccb59
Improved item deletion rights check 2018-06-12 18:49:56 +02:00
1bb7187285
Added check to only let a user delete his own list 2018-06-12 18:46:59 +02:00
be18247682
Added check to only let a user delete his own list 2018-06-12 18:35:36 +02:00
91f67dc364
Added functions for adding items to a todolist 2018-06-10 19:49:40 +02:00
2cf20fe1c4
fixed lint + fmt 2018-06-10 14:22:37 +02:00
f372128784
Added list create and update methods 2018-06-10 14:14:10 +02:00
d840651a24
removed unused errors 2018-06-10 11:35:53 +02:00
479cf54ada
initial commit 2018-06-10 11:11:42 +02:00