vikunja/pkg/models
kolaente d44caccbec
All checks were successful
continuous-integration/drone/pr Build is passing
Added proper duplicate types
2019-09-25 20:32:58 +02:00
..
fixtures Fixed tests 2019-09-24 20:28:50 +02:00
bulk_task_test.go Refactor ListTask to Task (#92) 2019-08-14 20:19:04 +00:00
bulk_task.go Fixed some tests 2019-09-24 20:06:47 +02:00
error.go Added error when trying to relate a task with itself 2019-09-24 21:51:05 +02:00
label_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
label_task_rights.go Better caldav support (#73) 2019-05-22 17:48:48 +00:00
label_task_test.go Refactor ListTask to Task (#92) 2019-08-14 20:19:04 +00:00
label_task.go Fixed labels being displayed multiple times if they were associated with more than one task (#99) 2019-09-20 15:52:09 +00:00
label_test.go Use the auth methods to get IDs to avoid unneeded casts 2019-06-28 10:21:48 +02:00
label.go Fixed labels being displayed multiple times if they were associated with more than one task (#99) 2019-09-20 15:52:09 +00:00
link_sharing_rights.go Small link share fixes (#96) 2019-09-07 13:19:23 +00:00
link_sharing.go Small link share fixes (#96) 2019-09-07 13:19:23 +00:00
list_create_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
list_read_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
list_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
list_team_rights.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
list_team_test.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
list_team.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
list_users_rights_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
list_users_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +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
list_users.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
list.go Small link share fixes (#96) 2019-09-07 13:19:23 +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 Started adding tests 2019-09-22 17:40:28 +02:00
namespace_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
namespace_team_rights_test.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
namespace_team_rights.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
namespace_team_test.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
namespace_team.go Moved teams_{namespace|list}_* to {namespace|list}_teams_* for better consistency (#101) 2019-09-20 16:39:02 +00:00
namespace_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
namespace_users_rights_test.go Let rights methods return errors (#64) 2019-03-24 12:35:50 +00:00
namespace_users_rights.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
namespace_users.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
namespace.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
rights.go Rights performance improvements for lists and namespaces (#54) 2019-01-21 22:08:04 +00:00
task_assignees_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
task_assignees.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
task_readall_test.go Fixed tests 2019-09-24 20:28:50 +02:00
task_relation_rights.go Added rights tests 2019-09-25 19:53:31 +02:00
task_relation_test.go Added tests for nonexisting tasks 2019-09-25 19:57:32 +02:00
task_relation.go Added proper duplicate types 2019-09-25 20:32:58 +02:00
tasks_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
tasks_test.go Refactor ListTask to Task (#92) 2019-08-14 20:19:04 +00:00
tasks.go Fixed cyclo 2019-09-24 20:34:20 +02:00
team_members_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
team_members_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
team_members.go Simplify structure by having less files (#86) 2019-07-16 14:15:40 +00:00
teams_rights_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
teams_rights.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
teams_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
teams.go Sharing of lists via public links (#94) 2019-08-31 20:56:41 +00:00
test_fixtures.go Change License to GPLv3 (#26) 2018-11-26 20:17:33 +00:00
unit_tests.go Logger refactoring (#90) 2019-07-20 18:12:10 +00:00
user_email_confirm_test.go More unit tests (#34) 2018-12-16 13:21:32 +00:00
user_email_confirm.go API Docs improvements (#46) 2019-01-03 22:22:06 +00:00
user_password_reset.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
user_test.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00
user.go Fixed metrics on/off setting 2019-09-01 18:39:03 +02:00
users_list_test.go Added http endpoint to list all users on a list (#87) 2019-07-18 16:38:21 +00:00
users_list.go GetUser now returns a pointer (#93) 2019-08-14 19:59:31 +00:00