summaryrefslogtreecommitdiffstats
path: root/lib/Album/AlbumMapper.php
AgeCommit message (Expand)Author
2023-06-06fix: use owner instead of owner_id to delete photos by ownerDaniel Kesselberg
2023-06-06Listen to more events for albumsLouis Chemineau
2023-05-16Revert using display name in shared albums' nameLouis Chemineau
2023-05-15Use display name instead of id in share album titleLouis Chemineau
2023-01-24Allow fetching albums without filesSimon Spannagel
2023-01-24AlbumMapper: add possibility to remove group from collabsSimon Spannagel
2023-01-24AlbumMapper: new method to remove all files for a given userSimon 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-24Fix sharing with individual userSimon Spannagel
2023-01-24Fix comparisons in isCollaboratorSimon Spannagel
2023-01-24AlbumMapper: add method to check if user is collaborator for albumSimon Spannagel
2023-01-24reuse user delete method to remove collaboratorsSimon Spannagel
2023-01-24Remove photos from user if they removed themselvesSimon Spannagel
2023-01-24Shared albums: remove photos from collaborators when removedSimon Spannagel
2022-11-03Add primary key index to collaborators tableLouis Chemineau
2022-10-19Fix logic of share album content fetchingLouis Chemineau
2022-10-10Fix e2e testsLouis Chemineau
2022-10-10Make public pages workLouis 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-27Fix psalm errorsLouis Chemineau
2022-09-23Do not get all the files list when fetching the albums listJohn Molakvoæ
2022-09-20Allow album owner to get file added by collaboratorsLouis Chemineau
2022-09-20Merge pull request #1247 from nextcloud/polish/albumsLouis
2022-09-20Support receiving two albums with the same namesLouis Chemineau
2022-09-20Disambiguate `album_id` on group byLouis Chemineau
2022-09-16Add public sharingLouis Chemineau
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-09Handle node deletion eventLouis Chemineau
2022-08-22store album location and last added photoRobin Appelman
2022-08-22cast to intRobin Appelman
2022-08-22better error for duplicateRobin Appelman
2022-08-22retreive more metadata for album filesRobin Appelman
2022-08-22add album database management bitsRobin Appelman