-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API to change upload date & fix API token auth #1591
Conversation
Codecov Report
Additional details and impacted files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@qwerty287 feel free to review the front-end I proposed.
Thanks, please don't merge yet. There's an improvement I'd like to add to this. If the new upload date is after the current |
This reverts commit 43e26e7.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Tested.
Closes #984
Adds
Photo::setUploadDate
and fixes a bug of the API token auth that tried to read the token from the header calledtoken
while it should readAuthorization
.Associated front-end LycheeOrg/Lychee-front#353