..
fixtures
Put reminders in an extra table ( #75 )
2019-05-25 07:33:57 +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
DB Migrations ( #67 )
2019-03-29 17:54:35 +00:00
label_create_update.go
API Docs improvements ( #46 )
2019-01-03 22:22:06 +00:00
label_read.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02: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
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
list_create_test.go
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
list_create_update.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
list_delete.go
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
list_read_test.go
Integration tests ( #71 )
2019-04-21 18:18:17 +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.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
list_task_readall_test.go
Fixed duedate spelling issue ( #79 )
2019-05-31 08:10:56 +00:00
list_tasks.go
Put reminders in an extra table ( #75 )
2019-05-25 07:33:57 +00:00
list_tasks_create_update.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
list_tasks_delete.go
Better caldav support ( #73 )
2019-05-22 17:48:48 +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
Fixed user sharing not working
2019-06-04 19:45:09 +02:00
list_users_create.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
list_users_delete.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
list_users_readall.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02: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
list_users_update.go
Fixed check if the user really exists before updating/deleting its rights ( #77 )
2019-05-25 10:16:55 +00:00
main_test.go
Added cli for general usage of Vikunja ( #66 )
2019-03-24 17:15:44 +00:00
message.go
API Docs improvements ( #46 )
2019-01-03 22:22:06 +00:00
models.go
Put reminders in an extra table ( #75 )
2019-05-25 07:33:57 +00:00
namespace.go
Fix rights checks ( #70 )
2019-04-01 19:48:48 +00:00
namespace_create.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
namespace_delete.go
Fix lint errs ( #59 )
2019-02-18 19:32:41 +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_update.go
API Docs improvements ( #46 )
2019-01-03 22:22:06 +00:00
namespace_users.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
namespace_users_create.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
namespace_users_delete.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
namespace_users_readall.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02: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
namespace_users_update.go
Fixed check if the user really exists before updating/deleting its rights ( #77 )
2019-05-25 10:16:55 +00:00
rights.go
Rights performance improvements for lists and namespaces ( #54 )
2019-01-21 22:08:04 +00:00
team_list.go
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
team_list_create.go
Better caldav support ( #73 )
2019-05-22 17:48:48 +00:00
team_list_delete.go
Better caldav support ( #73 )
2019-05-22 17:48:48 +00:00
team_list_readall.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02: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_list_update.go
Better caldav support ( #73 )
2019-05-22 17:48:48 +00:00
team_members_create.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_members_delete.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_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
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
team_namespace_create.go
API Docs improvements ( #46 )
2019-01-03 22:22:06 +00:00
team_namespace_delete.go
API Docs improvements ( #46 )
2019-01-03 22:22:06 +00:00
team_namespace_readall.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02: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
team_namespace_update.go
Fixed rights check on lists and namespaces ( #62 )
2019-03-08 21:31:37 +00:00
teams.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
teams_create.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
teams_delete.go
Fix rights checks ( #70 )
2019-04-01 19:48:48 +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
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
teams_update.go
API Docs improvements ( #46 )
2019-01-03 22:22:06 +00:00
test_fixtures.go
Change License to GPLv3 ( #26 )
2018-11-26 20:17:33 +00:00
unit_tests.go
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
user.go
Use the auth methods to get IDs to avoid unneeded casts
2019-06-28 10:21:48 +02:00
user_add_update.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
user_delete.go
Add prometheus endpoint for getting metrics ( #33 )
2018-12-12 22:50:35 +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
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
user_test.go
Integration tests ( #71 )
2019-04-21 18:18:17 +00:00
users_list.go
Change License to GPLv3 ( #26 )
2018-11-26 20:17:33 +00:00