summaryrefslogtreecommitdiffstats
path: root/lib/Sabre
AgeCommit message (Expand)Author
2023-11-13Add overlay on live photoLouis Chemineau
2023-11-09Use new metadata API for providersLouis Chemineau
2023-10-25Filter out some permission for public albumsLouis Chemineau
2023-08-28techdebt(DI): Use public IThrottler interface which exists since Nextcloud 25Joas Schilling
2023-08-08Chore(deps-dev): Bump nextcloud/coding-standard from 1.0.0 to 1.1.1dependabot[bot]
2023-06-05Prevent deletion when album is receive from group shareLouis Chemineau
2023-05-16Revert using display name in shared albums' nameLouis Chemineau
2023-05-06Expose DAV permissions on album and places photosLouis Chemineau
2023-04-17Do not allow deletion from public albumsLouis Chemineau
2023-04-12albums: check copy source owner is the current user and throwVarun Patil
2023-03-09Migrate to the new file_metadata column layoutLouis Chemineau
2023-02-28Tidy up to broad rename from location to placeLouis Chemineau
2023-02-24Rename locations to placesLouis Chemineau
2023-02-23Add DAV endpoint for location groupingLouis Chemineau
2023-02-08Update lib/Sabre/PublicAlbumAuthBackend.phpDariusz Olszewski
2023-02-08Reinstate brute force throttling removed from PublicAlbumAuthBackendDariusz Olszewski
2023-02-08Lint / php-csDariusz Olszewski
2023-02-08Allow anonymous access to photos from public albumsDariusz Olszewski
2023-01-24Satisfy linterSimon Spannagel
2023-01-24SharedAlbumRoot: correctly check if user is collaboratorSimon Spannagel
2023-01-22Fix user folder access, not member but local variableSimon Spannagel
2022-10-18Limit auth backend to public albumsLouis Chemineau
2022-10-11Make sure the default photos folder exists if noneJohn Molakvoæ
2022-10-10Remove public upload codeLouis Chemineau
2022-10-10Make public pages workLouis Chemineau
2022-10-10Refactor getting album storage folderLouis Chemineau
2022-10-10Apply suggestionsLouis Chemineau
2022-10-10Cleaning before reviewLouis Chemineau
2022-10-10Revert "Display album's name instead of token"Louis Chemineau
2022-10-10Generate token in the backendLouis Chemineau
2022-10-10Apply review suggestionsLouis Chemineau
2022-10-10Display album's name instead of tokenLouis Chemineau
2022-10-10Add public link logicLouis Chemineau
2022-09-23Do not get all the files list when fetching the albums listJohn Molakvoæ
2022-09-17Fix missing ownerJohn Molakvoæ
2022-09-17Add Albums uploadJohn Molakvoæ
2022-09-16Rename collaborator.source to .typeLouis Chemineau
2022-09-16Use album owner if album file owner is nullLouis Chemineau
2022-09-16Overall polishing of backend code for albumsLouis Chemineau
2022-09-16Add collaborators management viewsLouis Chemineau
2022-09-13Album uploadJohn Molakvoæ
2022-09-13Allow to PUT files into an albumJohn Molakvoæ
2022-09-13Catch invalid fileInfo in propFindJohn Molakvoæ
2022-08-23Use stub implementationCarl Schwan
2022-08-22Add Albums viewLouis Chemineau
2022-08-22expose location and last-photo in davRobin Appelman
2022-08-22expose more metadataRobin Appelman
2022-08-22fix copyright headersRobin Appelman
2022-08-22use unique filenames in albumsRobin Appelman
2022-08-22dav apiRobin Appelman