..
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
Improved log error messages
2018-10-06 18:44:04 +02:00
list.go
Fixed lint & misspell
2018-10-06 13:07:42 +02:00
list_create_test.go
Refactor GetUser & GetUserByID
2018-08-30 19:14:02 +02:00
list_create_update.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
list_delete.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
list_items.go
Addded indecies everywhere
2018-10-05 18:46:01 +02:00
list_items_create_update.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
list_items_delete.go
Renamed list items to tasks
2018-08-30 08:09:17 +02:00
list_items_rights.go
Added more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +02:00
list_items_test.go
Refactor GetUser & GetUserByID
2018-08-30 19:14:02 +02:00
list_rights.go
Added more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +02:00
list_users.go
Addded indecies everywhere
2018-10-05 18:46:01 +02:00
list_users_create.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
list_users_delete.go
Refactor GetUser & GetUserByID
2018-08-30 19:14:02 +02:00
list_users_readall.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
list_users_rights.go
Fixed lint & misspell
2018-10-06 13:07:42 +02:00
list_users_update.go
Added endpoint to update a users right for a list
2018-09-19 07:54:47 +02:00
lists_get_test.go
Refactor GetUser & GetUserByID
2018-08-30 19:14:02 +02:00
logging.go
improved logging format
2018-10-05 18:49:56 +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
Added more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +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
Fixed namespace update not working
2018-09-19 08:44:00 +02:00
namespace_users.go
Addded indecies everywhere
2018-10-05 18:46:01 +02:00
namespace_users_create.go
Fixed a bug where it was not possible to give a user access to a namespace
2018-09-19 08:03:05 +02:00
namespace_users_delete.go
Added namespace user rights
2018-09-04 20:15:24 +02:00
namespace_users_readall.go
/namepspaces/{namespacesID}/users now also returns the user right
2018-09-17 19:39:14 +02:00
namespace_users_rights.go
Added more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +02:00
namespace_users_update.go
Added endpoint to update a user <-> namespace relation
2018-09-19 08:03:39 +02:00
namespaces.go
cleanup
2018-10-05 19:17:39 +02:00
rights.go
implemented update method via param binder
2018-07-21 15:17:02 +02:00
team_list.go
Addded indecies everywhere
2018-10-05 18:46:01 +02:00
team_list_create.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
team_list_delete.go
Cleanup/fixing methods
2018-08-30 19:00:27 +02:00
team_list_readall.go
Added extra function to get a list without tasks or user objects
2018-10-06 13:05:29 +02:00
team_list_rights.go
Fixed lint & misspell
2018-10-06 13:07:42 +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_list_update.go
Added an endpoint to update a team <-> namespace relation
2018-09-19 08:16:04 +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 more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +02:00
team_members_test.go
Refactor GetUser & GetUserByID
2018-08-30 19:14:02 +02:00
team_namespace.go
Addded indecies everywhere
2018-10-05 18:46:01 +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
/namespaces/{namespaceID}/teams now also returns the team right
2018-09-18 08:17:18 +02:00
team_namespace_rights.go
Added more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +02:00
team_namespace_test.go
Fixed creating of new users
2018-09-04 19:39:31 +02:00
team_namespace_update.go
Added an endpoint to update a team <-> namespace relation
2018-09-19 08:16:04 +02:00
teams.go
Addded indecies everywhere
2018-10-05 18:46:01 +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 more checks to not leave an error unpassed when checking for rights
2018-10-06 13:25:37 +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
Added new checks ( #2 )
2018-09-23 19:15:14 +00: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
Added the ability to update a users password
2018-10-03 19:28:17 +02:00
user_delete.go
initial commit
2018-06-10 11:11:42 +02:00
user_test.go
Added the ability to update a users password
2018-10-03 19:28:17 +02:00
users_list.go
Added endpoint to search for users
2018-09-20 19:42:01 +02:00