api/pkg/models
konrad 12eaddc8ee Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00
..
fixtures Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00
bulk_list_task.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
bulk_list_task_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
error.go Integration tests (#71) 2019-04-21 18:18:17 +00:00
label.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
label_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
label_task.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
label_task_rights.go Better caldav support (#73) 2019-05-22 17:48:48 +00:00
label_task_test.go Add the md5-hashed user email to user objects for use with gravatar (#78) 2019-05-31 07:24:59 +00:00
label_test.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
list.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
list_create_test.go Integration tests (#71) 2019-04-21 18:18:17 +00:00
list_read_test.go Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00
list_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
list_task_assignees.go Better caldav support (#73) 2019-05-22 17:48:48 +00:00
list_task_assignees_rights.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
list_task_readall_test.go Fixed duedate spelling issue (#79) 2019-05-31 08:10:56 +00:00
list_tasks.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
list_tasks_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
list_tasks_test.go Better caldav support (#73) 2019-05-22 17:48:48 +00:00
list_users.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
list_users_rights.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
list_users_rights_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
list_users_test.go Add the md5-hashed user email to user objects for use with gravatar (#78) 2019-05-31 07:24:59 +00:00
main_test.go Better config handling with constants (#83) 2019-07-06 20:12:26 +00:00
message.go API Docs improvements (#46) 2019-01-03 22:22:06 +00:00
models.go Better config handling with constants (#83) 2019-07-06 20:12:26 +00:00
namespace.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
namespace_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
namespace_test.go Integration tests (#71) 2019-04-21 18:18:17 +00:00
namespace_users.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
namespace_users_rights.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
namespace_users_rights_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
namespace_users_test.go Add the md5-hashed user email to user objects for use with gravatar (#78) 2019-05-31 07:24:59 +00:00
rights.go Rights performance improvements for lists and namespaces (#54) 2019-01-21 22:08:04 +00:00
team_list.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
team_list_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
team_list_test.go Integration tests (#71) 2019-04-21 18:18:17 +00:00
team_members.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
team_members_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
team_members_test.go Use the username instead of a user when adding a user to a team or giving it rights (#76) 2019-05-25 09:47:16 +00:00
team_namespace.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
team_namespace_rights.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
team_namespace_rights_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
team_namespace_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
teams.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
teams_rights.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
teams_rights_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
teams_test.go Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00
test_fixtures.go Change License to GPLv3 (#26) 2018-11-26 20:17:33 +00:00
unit_tests.go Better config handling with constants (#83) 2019-07-06 20:12:26 +00:00
user.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
user_email_confirm.go API Docs improvements (#46) 2019-01-03 22:22:06 +00:00
user_email_confirm_test.go More unit tests (#34) 2018-12-16 13:21:32 +00:00
user_password_reset.go Better config handling with constants (#83) 2019-07-06 20:12:26 +00:00
user_test.go Integration tests (#71) 2019-04-21 18:18:17 +00:00
users_list.go Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00
users_list_test.go Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00