api/models
kolaente 5a83ce1216
/namespaces now also gets lists
2018-09-17 07:27:49 +02:00
..
fixtures Updated tests 2018-09-13 19:24:40 +02:00
config.go added options to configure cache 2018-09-13 19:53:03 +02:00
crudable.go implemented update method via param binder 2018-07-21 15:17:02 +02:00
error.go Added namespace user rights 2018-09-04 20:15:24 +02:00
list.go when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +02:00
list_create_test.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +02:00
list_create_update.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +02:00
list_delete.go Renamed list items to tasks 2018-08-30 08:09:17 +02:00
list_items.go when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +02:00
list_items_create_update.go Fixed un-setting a task as done not working 2018-09-10 19:38:35 +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 Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +02:00
list_rights.go fixed lint + fmt 2018-09-12 21:45:30 +02:00
list_users.go Added namespace user rights 2018-09-04 20:15:24 +02:00
list_users_create.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +02:00
list_users_delete.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +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 revoke a users access to a list 2018-08-30 18:52:12 +02:00
lists_get_test.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +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 fmt 2018-09-13 22:14:53 +02:00
models_test.go Vikunja now uses viper to handle config 2018-09-08 13:29:35 +02:00
namespace_create.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +02:00
namespace_delete.go Renamed list items to tasks 2018-08-30 08:09:17 +02:00
namespace_rights.go Fixed user_namespace relation not working 2018-09-06 18:52:10 +02:00
namespace_test.go when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +02:00
namespace_update.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +02:00
namespace_users.go Added namespace user rights 2018-09-04 20:15:24 +02:00
namespace_users_create.go Added namespace user rights 2018-09-04 20:15:24 +02:00
namespace_users_delete.go Added namespace user rights 2018-09-04 20:15:24 +02:00
namespace_users_readall.go Added namespace user rights 2018-09-04 20:15:24 +02:00
namespace_users_rights.go Added namespace user rights 2018-09-04 20:15:24 +02:00
namespaces.go /namespaces now also gets lists 2018-09-17 07:27:49 +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 Cleanup/fixing methods 2018-08-30 19:00:27 +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 when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +02:00
team_members_create.go Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +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 Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +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 Cleanup/fixing methods 2018-08-30 19:00:27 +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 Fixed creating of new users 2018-09-04 19:39:31 +02:00
teams.go when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +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 Refactor GetUser & GetUserByID 2018-08-30 19:14:02 +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 Vikunja now uses viper to handle config 2018-09-08 13:29:35 +02:00
user.go when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +02:00
user_add_update.go Fixed creating of new users 2018-09-04 19:39:31 +02:00
user_delete.go initial commit 2018-06-10 11:11:42 +02:00
user_test.go when ID = 0 is passed to a 'GetSthByID'-function, it now returns a 'not exist' error 2018-09-13 20:07:11 +02:00
users_list.go made tests work again 2018-06-10 11:41:10 +02:00