..
fixtures
Added tests for team <-> list relations
2018-08-29 08:50:52 +02:00
config.go
initial commit
2018-06-10 11:11:42 +02:00
config_test.go
initial commit
2018-06-10 11:11:42 +02:00
crudable.go
implemented update method via param binder
2018-07-21 15:17:02 +02:00
error.go
Added methods to give users access to a list
2018-08-30 08:58:09 +02:00
list.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_create_test.go
Added tests for namespaces
2018-07-27 15:52:50 +02:00
list_create_update.go
Added check if the namespace exists when creating a list
2018-07-26 10:49:33 +02:00
list_delete.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_items.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_items_create_update.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_items_delete.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_items_rights.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_items_test.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_rights.go
Implemented proper check for team rights on namespaces
2018-07-25 00:49:44 +02:00
list_users.go
Added methods to give users access to a list
2018-08-30 08:58:09 +02:00
list_users_create.go
Added methods to give users access to a list
2018-08-30 08:58:09 +02:00
list_users_readall.go
Added methods to give users access to a list
2018-08-30 08:58:09 +02:00
list_users_rights.go
Added methods to give users access to a list
2018-08-30 08:58:09 +02:00
lists_get_test.go
Added tests for team <-> list relations
2018-08-29 08:50:52 +02:00
main_test.go
initial commit
2018-06-10 11:11:42 +02:00
message.go
initial commit
2018-06-10 11:11:42 +02:00
models.go
Added methods to give users access to a list
2018-08-30 08:58:09 +02:00
models_test.go
initial commit
2018-06-10 11:11:42 +02:00
namespace_create.go
implemented creation of thing via parambinder
2018-07-18 08:56:19 +02:00
namespace_delete.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
namespace_rights.go
Implemented proper check for team rights on namespaces
2018-07-25 00:49:44 +02:00
namespace_test.go
fmt
2018-07-27 15:53:01 +02:00
namespace_update.go
implemented update method via param binder
2018-07-21 15:17:02 +02:00
namespaces.go
implemented readone with parambinder
2018-07-21 15:08:46 +02:00
rights.go
implemented update method via param binder
2018-07-21 15:17:02 +02:00
team_list.go
Implemented creating a team <-> list relation
2018-07-24 17:29:13 +02:00
team_list_create.go
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
team_list_delete.go
implemented deletomg a team from a list
2018-07-24 17:32:08 +02:00
team_list_readall.go
Added tests for team <-> list relations
2018-08-29 08:50:52 +02:00
team_list_rights.go
updated todo
2018-07-24 17:47:08 +02:00
team_list_test.go
Added tests for team <-> list relations
2018-08-29 14:33:04 +02:00
team_members_create.go
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
team_members_delete.go
Added tests for team members
2018-07-27 19:20:49 +02:00
team_members_rights.go
Added method to delete a user from a team
2018-07-26 09:58:48 +02:00
team_members_test.go
fmt
2018-07-27 19:28:12 +02:00
team_namespace.go
Implemented creating a team <-> list relation
2018-07-24 17:29:13 +02:00
team_namespace_create.go
updated todo
2018-07-24 17:47:08 +02:00
team_namespace_delete.go
implemented creation of thing via parambinder
2018-07-18 08:56:19 +02:00
team_namespace_readall.go
fmt + lint + docs
2018-07-21 15:28:09 +02:00
team_namespace_rights.go
fmt + lint + docs
2018-07-21 15:28:09 +02:00
team_namespace_test.go
Added tests for team <-> list relations
2018-08-29 14:33:04 +02:00
teams.go
Added tests for team <-> list relations
2018-08-29 08:50:52 +02:00
teams_create.go
Added method to add a user to a team
2018-07-26 09:53:32 +02:00
teams_delete.go
implemented binding url params directly to struct instead of passing them to the method for deleting items
2018-07-18 08:15:38 +02:00
teams_rights.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
teams_test.go
Added tests for team members
2018-07-27 19:20:49 +02:00
teams_update.go
implemented update method via param binder
2018-07-21 15:17:02 +02:00
test_fixtures.go
initial commit
2018-06-10 11:11:42 +02:00
unit_tests.go
unit tests improvments
2018-06-10 14:24:33 +02:00
user.go
Fixed lint + fmt
2018-07-10 14:02:23 +02:00
user_add_update.go
implemented creation of thing via parambinder
2018-07-18 08:56:19 +02:00
user_delete.go
initial commit
2018-06-10 11:11:42 +02:00
user_test.go
Added tests for namespaces
2018-07-27 15:52:50 +02:00
users_list.go
made tests work again
2018-06-10 11:41:10 +02:00