aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* feat(trashbin): Add deleted by propertiesChristopher Ng2024-04-231-0/+10
* chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-238-44/+55
* chore(trashbin): Store deleted by userChristopher Ng2024-04-231-2/+4
* chore(trashbin): Add deleted_by column to files_trashChristopher Ng2024-04-231-0/+56
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-9/+9
* fix(files): Do not require files_trashbin in live photo sync listenerLouis Chemineau2024-03-142-0/+152
* perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-3/+4
* chore(files_trashbin): Migrate away from deprecated ILoggerCôme Chilliet2024-02-201-5/+5
* chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some appsCôme Chilliet2024-02-051-1/+1
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-301-0/+1
* use deletion time instead of mtime in trashbin handlingRobin Appelman2024-01-032-3/+3
* Synchronize operation on live photo filesLouis Chemineau2023-11-293-4/+151
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2311-13/+12
* Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-081-1/+3
* IFilesMetadataMaxence Lange2023-11-071-0/+10
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-4/+2
* Merge pull request #39818 from nextcloud/feature/trashbin-restore-improvement...Robin Windey2023-09-181-42/+170
|\
| * Rename since/until in verbose messageRobin Windey2023-08-181-2/+2
| * Code adjustments according to PR reviewRobin Windey2023-08-181-54/+32
| * Make scope parsing more readableRobin Windey2023-08-181-9/+10
| * Decouple from groupfolders app & remove PSALM warningsRobin Windey2023-08-181-13/+18
| * Let occ trashbin:restore restore also from groupfolders and add additional fi...Robin Windey2023-08-181-29/+173
* | add IFileInfo::getParentIdRobin Appelman2023-09-041-0/+4
* | only gather dependencies for trashbin wrapper onceRobin Appelman2023-08-181-33/+30
|/
* fix(files_trashbin): Migrate to IEventDispatcher and emit as typed eventJoas Schilling2023-07-192-5/+7
* files_trashbin: Add OpenAPI specjld31032023-07-132-1/+14
* feat(files): favoritesJohn Molakvoæ2023-07-051-1/+1
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
* Correctly react to bad configurationCôme Chilliet2023-06-081-13/+23
* Do not cast sizes to int in Trashbin classCôme Chilliet2023-06-081-29/+24
* fix(trashbin): Truncate long filenamesChristopher Ng2023-05-315-19/+43
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-2/+2
* fix(files_trashbin): set real filename on trashbin downloadJohn Molakvoæ2023-04-111-3/+20
* fix(files_trashbin): previews crop supportJohn Molakvoæ2023-04-061-3/+4
* feat(files_trashbin): migrate to vueJohn Molakvoæ2023-04-062-12/+48
* add a bit more verbose option for trashbin cleanupRobin Appelman2023-04-031-7/+20
* Merge pull request #36465 from nextcloud/bugfix/trashbin-concurrencyJulius Härtl2023-02-151-24/+0
|\
| * fix(files_trashbin): Remove unnecessary scanner logic when getting versions f...Julius Härtl2023-02-021-24/+0
* | Silence errors of return type mismatch from Sabre for nowCôme Chilliet2023-02-072-1/+5
* | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-1/+1
|/
* Fix typos in apps/ subdirectoryluz paz2022-09-051-1/+1
* Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-231-35/+17
|\
| * Port existing server code to new interfaceCarl Schwan2022-08-081-35/+17
* | Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-011-3/+4
|/
* Merge pull request #32507 from carlcsaposs/restoreVincent Petry2022-07-121-1/+5
|\
| * Sort files by deletion time before restoring in RestoreAllFilesCarl Csaposs2022-07-041-1/+5
* | Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
|/
* Merge pull request #33068 from nextcloud/enh/note-trashbin-expirationPytal2022-06-301-1/+1
|\
| * Add trashbin export expiration noticeChristopher Ng2022-06-291-1/+1
* | use size from cache to determine whether to skip the trashbinRobin Appelman2022-06-291-5/+11
|/