vikunja-api/pkg/models
konrad e5e30d0915 List Backgrounds (#568)
Return the updated list when setting a list background

Add swagger docs for unsplash methods

Add unsplash info to search results

Fix misspell

Fix lint

Add rights check for setting and getting backgrounds

Show unsplash information when loading a single list

Make application id for pingbacks configurable

Remove old backgrounds when setting a new one

Return 404 if the list does not have a background

Implement getting list backgrounds

Implement actually setting a photo from unsplash as list background

go mod tidy

Add migration for background file id

Roughly implement setting a list background from unsplash

Implement saving a background

Add migration for unsplash photo table

Add unsplash search

Fix parsing page param

Fix parsing page param

Fix background config

Add unsplash wrapper library

Add enabled background providers to info endpoint

Add config options for backgrounds

Add unsplash background provider

Add routing handler for backgrounds

Add basic background provider interface

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/568
2020-05-26 20:07:55 +00:00
..
bulk_task.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
bulk_task_test.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
error.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
kanban.go Add checking and logging when trying to put a task into a nonexisting bucket 2020-05-07 10:20:10 +02:00
kanban_rights.go Kanban (#393) 2020-04-19 07:27:28 +00:00
kanban_test.go Add real buckets for tasks which don't have one (#446) 2020-04-25 20:32:02 +00:00
label.go Task filters (#243) 2020-04-11 14:20:33 +00:00
label_rights.go Update xorm to v1 (#323) 2020-04-12 17:29:24 +00:00
label_task.go Fix total label count when getting all labels (#477) 2020-05-03 21:28:36 +00:00
label_task_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
label_task_test.go Add proxying gravatar requests for user avatars (#148) 2020-03-01 20:30:37 +00:00
label_test.go Add proxying gravatar requests for user avatars (#148) 2020-03-01 20:30:37 +00:00
link_sharing.go Fix link share creation & creating admin link shares without admin rights 2020-04-27 12:51:09 +02:00
link_sharing_rights.go Fix link share creation & creating admin link shares without admin rights 2020-04-27 12:51:09 +02:00
list.go List Backgrounds (#568) 2020-05-26 20:07:55 +00:00
list_rights.go Add support for archiving lists and namespaces (#152) 2020-03-15 21:50:39 +00:00
list_team.go Change all json fields to snake_case 2020-04-12 22:48:46 +02:00
list_team_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
list_team_test.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
list_test.go Update copyright header 2020-02-07 17:27:45 +01:00
list_users.go Fix team rights not updating for namespace rights 2020-05-11 18:39:30 +02:00
list_users_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
list_users_rights_test.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
list_users_test.go Add proxying gravatar requests for user avatars (#148) 2020-03-01 20:30:37 +00:00
main_test.go Update copyright header 2020-02-07 17:27:45 +01:00
message.go Update copyright header 2020-02-07 17:27:45 +01:00
models.go Kanban (#393) 2020-04-19 07:27:28 +00:00
namespace.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
namespace_rights.go Add support for archiving lists and namespaces (#152) 2020-03-15 21:50:39 +00:00
namespace_team.go Fix team rights not updating for namespace rights 2020-05-11 18:39:30 +02:00
namespace_team_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
namespace_team_rights_test.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
namespace_team_test.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
namespace_test.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
namespace_users.go Fix tests after renaming json fields to snake_case 2020-04-13 23:27:55 +02:00
namespace_users_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
namespace_users_rights_test.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
namespace_users_test.go Add proxying gravatar requests for user avatars (#148) 2020-03-01 20:30:37 +00:00
rights.go Update copyright header 2020-02-07 17:27:45 +01:00
task_assignees.go Update xorm to v1 (#323) 2020-04-12 17:29:24 +00:00
task_assignees_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
task_attachment.go Update xorm to v1 (#323) 2020-04-12 17:29:24 +00:00
task_attachment_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
task_attachment_test.go Add postgres support (#135) 2020-02-16 21:42:04 +00:00
task_collection.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
task_collection_filter.go Make the _unix suffix optional when sorting tasks 2020-05-15 16:07:36 +02:00
task_collection_sort.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
task_collection_sort_test.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
task_collection_test.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
task_comment_rights.go Task Comments (#138) 2020-02-19 21:57:56 +00:00
task_comments.go Update xorm to v1 (#323) 2020-04-12 17:29:24 +00:00
task_comments_test.go Make sure the author is returned when creating a new comment 2020-02-25 21:18:42 +01:00
task_relation.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
task_relation_rights.go Update copyright year (#118) 2020-01-09 17:33:22 +00:00
task_relation_test.go Refactor User and DB handling (#123) 2020-01-26 17:08:06 +00:00
tasks.go Don't return all tasks when a user has no lists 2020-05-19 17:22:10 +02:00
tasks_rights.go Add moving tasks between lists (#389) 2020-04-18 12:35:37 +00:00
tasks_test.go Ensure consistent naming of title fields (#528) 2020-05-16 10:17:44 +00:00
team_members.go Update copyright header 2020-02-07 17:27:45 +01:00
team_members_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
team_members_test.go Add postgres support (#135) 2020-02-16 21:42:04 +00:00
teams.go Change all json fields to snake_case 2020-04-12 22:48:46 +02:00
teams_rights.go Update copyright header 2020-02-07 17:27:45 +01:00
teams_rights_test.go Return iso dates for everything date related from the api (#130) 2020-02-08 12:48:49 +00:00
teams_test.go Add postgres support (#135) 2020-02-16 21:42:04 +00:00
unit_tests.go Kanban (#393) 2020-04-19 07:27:28 +00:00
unsplash.go List Backgrounds (#568) 2020-05-26 20:07:55 +00:00
user_list.go Update xorm to use the new import path (#133) 2020-02-14 16:34:25 +00:00
users_list_test.go Add proxying gravatar requests for user avatars (#148) 2020-03-01 20:30:37 +00:00