albertony
|
ec117593f1
|
Fix lint issues reported by staticcheck
Used staticcheck 2022.1.2 (v0.3.2)
See: staticcheck.io
|
2022-06-13 21:13:50 +02:00 |
|
Nicolas Rueff
|
f5af761466
|
gphotos: new flag --gphotos-include-archived - fixes #4728
New flag --gphotos-include-archived to download and view archived media when needed.
|
2021-01-28 16:51:31 +00:00 |
|
Brandon Philips
|
633f50cd3e
|
googlephotos: create feature/favorites directory - Fixes #4189
Enable access “Favorite” images on Google Photos backend.
This adds a “feature/favorites” folder in the Google Photos backend
and uses the Feature Filter API:
https://developers.google.com/photos/library/reference/rest/v1/mediaItems/search#Filters
|
2020-05-18 17:55:16 +01:00 |
|
Daven
|
4c258787b5
|
googlephotos: make the start year configurable - fixes #3630
|
2020-04-15 18:08:07 +01:00 |
|
Nick Craig-Wood
|
58a531a203
|
rest: add context propagation to rest library #3257
This fixes up the calling and propagates the contexts for the backends
which use lib/rest.
|
2019-09-09 23:27:07 +01:00 |
|
Nick Craig-Wood
|
57d5de6fba
|
build: fix up package paths after repo move
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
|
2019-07-28 18:47:38 +01:00 |
|
Nick Craig-Wood
|
a1cfe61ffd
|
googlephotos: Backend for accessing Google Photos #369
|
2019-07-02 15:26:55 +01:00 |
|