summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2024-04-18feat: Check download attribute when fetching previewsLouis Chemineau
2024-01-04Allow to hide People nav entry for adminLouis Chemineau
2023-12-04Don't check display name on nullGit'Fellow
2023-10-25Filter out some permission for public albumsLouis Chemineau
2023-07-10Merge pull request #1824 from nextcloud/backport/1823/stable27Arthur Schiwon
2023-07-07style: cleanup and remove duplicated codeArthur Schiwon
2023-07-07fix: remove now unneeded tags-count initial stateArthur Schiwon
2023-06-06fix: use owner instead of owner_id to delete photos by ownerDaniel Kesselberg
2023-05-22fix: properly handle public link share deletionVarun Patil
2023-05-16Revert using display name in shared albums' nameLouis Chemineau
2023-05-10Use display name instead of id in share album titleLouis Chemineau
2023-05-09Log silenced exception and use elseifLouis Chemineau
2023-05-09Merge listeners related to albumsLouis Chemineau
2023-05-09Listen to more events for albumsLouis Chemineau
2023-05-09Merge pull request #1693 from nextcloud/artonge/fix/dont_silence_errorJohn Molakvoæ
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-04-12Merge pull request #1692 from nextcloud/artonge/feat/adapte_to_new_file_metad...Louis
2023-03-13Merge pull request #1524 from rkben/patch-webp-mimeSimon L
2023-03-09Do not silence error when setting a placeLouis Chemineau
2023-03-09Migrate to the new file_metadata column layoutLouis Chemineau
2023-03-06Create headings for photos pagesjulia.kirschenheuter
2023-03-03Add webp mimetypeRichard Benson
2023-02-28Tidy up to broad rename from location to placeLouis Chemineau
2023-02-24perf(autoloader): Force own autoloaderJohn Molakvoæ
2023-02-24Rename locations to placesLouis Chemineau
2023-02-23Add DAV endpoint for location groupingLouis Chemineau
2023-02-22Add commands and listeners to generate location data of files:Louis 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-30fix(tags performance): Cache tag counts on server and load them using initial...Marcel Klehr
2023-01-30fix(tags perforamnce): Cache tag counts on server and load them using initial...Marcel Klehr
2023-01-24Group deletion listener: use new mapper methodSimon Spannagel
2023-01-24Allow fetching albums without filesSimon Spannagel
2023-01-24Use tab as indentationSimon Spannagel
2023-01-24Add listener for GroupDeletedEvent to drop this group as collaboratorSimon Spannagel
2023-01-24AlbumMapper: add possibility to remove group from collabsSimon Spannagel
2023-01-24Group sharing: remove photos by user if user is remved from groupSimon Spannagel
2023-01-24AlbumMapper: new method to remove all files for a given userSimon Spannagel
2023-01-24Merge pull request #1598 from simonspa/p/node-deleted-eventLouis
2023-01-24Remove CacheEntryRemoved listenerSimon Spannagel
2023-01-24Merge pull request #1600 from simonspa/p/fix-group-sharingLouis
2023-01-24Go for === in favor of strcmp for claritySimon Spannagel
2023-01-24Satisfy linterSimon Spannagel
2023-01-24Fix sharing with individual userSimon Spannagel
2023-01-24Fix comparisons in isCollaboratorSimon Spannagel
2023-01-24SharedAlbumRoot: correctly check if user is collaboratorSimon Spannagel