aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib
Commit message (Expand)AuthorAgeFilesLines
* refactor(files_trashbin): Add Storage parameter strong typesprovokateurin2024-10-071-8/+5
* fix(files_trashbin): Fix all IStorage return typesprovokateurin2024-09-261-23/+9
* chore: Use SPDX headers and property promotion in new filesCôme Chilliet2024-09-231-18/+2
* feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListenerCarl Schwan2024-09-235-52/+90
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-203-3/+3
* fix: improve moving object store items to trashbinobject-store-trash-moveRobin Appelman2024-09-191-11/+8
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1911-21/+25
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-2/+3
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-3/+4
* chore: adjust code to adhere to coding standardAnna Larch2024-09-052-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2510-34/+34
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-1643-984/+729
|\
| * Merge pull request #46812 from nextcloud/refactor/files_trashbin/security-att...Kate2024-08-141-3/+4
| |\
| | * refactor(files_trashbin): Replace security annotations with respective attrib...provokateurin2024-07-271-3/+4
| * | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationstepsStephan Orbaugh2024-08-061-0/+3
| |\ \
| | * | feat(migrations): add metadata to existing migrationsMaxence Lange2024-08-021-0/+3
| * | | fix(files_trashbin): Original name of the deleted files should be set as disp...Ferdinand Thiessen2024-08-051-0/+5
| |/ /
| * / fix(trashbin): Improve documentation of since/until timestamps of restore tra...Joas Schilling2024-07-301-2/+2
| |/
| * feat: add base class for extending the query builderRobin Appelman2024-07-121-4/+4
| * fix(files_trashbin): Make files view registering an init scriptFerdinand Thiessen2024-06-231-1/+1
| * chore: Add SPDX headerAndy Scherzinger2024-06-0243-892/+97
| * 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
* | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2023-06-241-1/+1
|/