api/pkg/models
kolaente 1555f04bd2
Fix sorting tasks by bool values
There was a bug where it would return all tasks with a true value before the ones with a false value. This is the exact opposite of what the db does, leading to wrongly sorted values
2019-12-07 16:56:18 +01:00
..
fixtures Task Attachments (#104) 2019-10-16 20:52:29 +00:00
bulk_task.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
bulk_task_test.go Refactor ListTask to Task (#92) 2019-08-14 20:19:04 +00:00
error.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
label.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
label_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
label_task.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
label_task_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
label_task_test.go Improve pagination (#105) 2019-10-23 21:11:40 +00:00
label_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
link_sharing.go Improve pagination (#105) 2019-10-23 21:11:40 +00:00
link_sharing_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_create_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_read_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_team.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_team_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_team_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_users.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_users_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_users_rights_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
list_users_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
main_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
message.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
models.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_team.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_team_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_team_rights_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_team_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_users.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_users_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_users_rights_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
namespace_users_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
task_assignees.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
task_assignees_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
task_attachment.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
task_attachment_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
task_attachment_test.go Fixed a bug where deleting an attachment would cause a nil panic 2019-11-19 23:07:48 +01:00
task_collection.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
task_collection_sort.go Fix sorting tasks by bool values 2019-12-07 16:56:18 +01:00
task_collection_sort_test.go Fix sorting tasks by bool values 2019-12-07 16:56:18 +01:00
task_collection_test.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
task_relation.go Task Relations (#103) 2019-09-25 18:44:41 +00:00
task_relation_rights.go Task Relations (#103) 2019-09-25 18:44:41 +00:00
task_relation_test.go Task Relations (#103) 2019-09-25 18:44:41 +00:00
tasks.go Sort Order for tasks (#110) 2019-12-07 14:30:51 +00:00
tasks_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
tasks_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
team_members.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
team_members_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
team_members_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
teams.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
teams_rights.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
teams_rights_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
teams_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
unit_tests.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
user.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
user_email_confirm.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
user_email_confirm_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
user_password_reset.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
user_test.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
users_list.go Consistent copyright text in file headers (#112) 2019-12-04 19:39:56 +00:00
users_list_test.go Task Attachments (#104) 2019-10-16 20:52:29 +00:00