vikunja/models
konrad bc580e0115
Added method to add a user to a team
2018-07-26 09:53:32 +02:00
..
fixtures updated fixtures 2018-06-10 11:37:24 +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 updated todo 2018-07-24 17:47:08 +02:00
helper.go Fixed lint + fmt 2018-07-10 14:02:23 +02:00
list.go Implemented proper check for team rights on lists 2018-07-25 00:40:24 +02:00
list_create_update.go Implemented creating a team <-> list relation 2018-07-24 17:29:13 +02:00
list_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
list_items.go implemented update method via param binder 2018-07-21 15:17:02 +02:00
list_items_create_update.go implemented update method via param binder 2018-07-21 15:17:02 +02:00
list_items_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
list_items_rights.go implemented update method via param binder 2018-07-21 15:17:02 +02:00
list_rights.go Implemented proper check for team rights on namespaces 2018-07-25 00:49:44 +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 Optimized right checking 2018-07-12 21:07:59 +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 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
namespace_rights.go Implemented proper check for team rights on namespaces 2018-07-25 00:49:44 +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 implemented viewing all teams of a list 2018-07-24 17:29:46 +02:00
team_list_rights.go updated todo 2018-07-24 17:47:08 +02:00
team_members_create.go Added method to add a user to a team 2018-07-26 09:53:32 +02:00
team_members_rights.go Added method to add a user to a team 2018-07-26 09:53:32 +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
teams.go Added method to add a user to a team 2018-07-26 09:53:32 +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 Added method to add a user to a team 2018-07-26 09:53:32 +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 made tests work again 2018-06-10 11:41:10 +02:00
users_list.go made tests work again 2018-06-10 11:41:10 +02:00