Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: improve moving object store items to trashbinobject-store-trash-move | Robin Appelman | 2024-09-19 | 1 | -11/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 11 | -21/+25 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Improve typing and phpdoc comments | Côme Chilliet | 2024-09-16 | 1 | -2/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -3/+4 |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 10 | -34/+34 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Merge branch 'master' into jr-readdir-false-false | John Molakvoæ | 2024-08-16 | 43 | -984/+729 |
|\ | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
| * | Merge pull request #46812 from ↵ | Kate | 2024-08-14 | 1 | -3/+4 |
| |\ | | | | | | | | | | nextcloud/refactor/files_trashbin/security-attributes | ||||
| | * | refactor(files_trashbin): Replace security annotations with respective ↵ | provokateurin | 2024-07-27 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | attributes Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
| * | | Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationsteps | Stephan Orbaugh | 2024-08-06 | 1 | -0/+3 |
| |\ \ | | | | | | | | | feat(migrations): add metadata to existing migrations | ||||
| | * | | feat(migrations): add metadata to existing migrations | Maxence Lange | 2024-08-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | | | fix(files_trashbin): Original name of the deleted files should be set as ↵ | Ferdinand Thiessen | 2024-08-05 | 1 | -0/+5 |
| |/ / | | | | | | | | | | | | | | | | display name for DAV Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * / | fix(trashbin): Improve documentation of since/until timestamps of restore ↵ | Joas Schilling | 2024-07-30 | 1 | -2/+2 |
| |/ | | | | | | | | | | | trashbin Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | feat: add base class for extending the query builder | Robin Appelman | 2024-07-12 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix(files_trashbin): Make files view registering an init script | Ferdinand Thiessen | 2024-06-23 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 43 | -892/+97 |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
| * | feat(trashbin): Add deleted by properties | Christopher Ng | 2024-04-23 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | chore(trashbin): Add method to get deleted by from trash item | Christopher Ng | 2024-04-23 | 8 | -44/+55 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | chore(trashbin): Store deleted by user | Christopher Ng | 2024-04-23 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | chore(trashbin): Add deleted_by column to files_trash | Christopher Ng | 2024-04-23 | 1 | -0/+56 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 4 | -9/+9 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | fix(files): Do not require files_trashbin in live photo sync listener | Louis Chemineau | 2024-03-14 | 2 | -0/+152 |
| | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/43299 Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | perf: switch places that always use the first getById result to getFirstNodeById | Robin Appelman | 2024-03-04 | 1 | -3/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | chore(files_trashbin): Migrate away from deprecated ILogger | Côme Chilliet | 2024-02-20 | 1 | -5/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps | Côme Chilliet | 2024-02-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | use deletion time instead of mtime in trashbin handling | Robin Appelman | 2024-01-03 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Synchronize operation on live photo files | Louis Chemineau | 2023-11-29 | 3 | -4/+151 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 11 | -13/+12 |
| | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
| * | Support getting and setting metadata in DAV requests | Louis Chemineau | 2023-11-08 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+10 |
| | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
| * | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -4/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Merge pull request #39818 from ↵ | Robin Windey | 2023-09-18 | 1 | -42/+170 |
| |\ | | | | | | | | | | | | | nextcloud/feature/trashbin-restore-improvements#39724 Let `occ trashbin:restore` restore also from groupfolders and add filters | ||||
| | * | Rename since/until in verbose message | Robin Windey | 2023-08-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
| | * | Code adjustments according to PR review | Robin Windey | 2023-08-18 | 1 | -54/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete unnecessary function docs * Rename parameters to 'since' and 'until' * Style: use '&&' instead of 'and' * Add types Signed-off-by: GitHub <noreply@github.com> | ||||
| | * | Make scope parsing more readable | Robin Windey | 2023-08-18 | 1 | -9/+10 |
| | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
| | * | Decouple from groupfolders app & remove PSALM warnings | Robin Windey | 2023-08-18 | 1 | -13/+18 |
| | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
| | * | Let occ trashbin:restore restore also from groupfolders and add additional ↵ | Robin Windey | 2023-08-18 | 1 | -29/+173 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filters * Using the TrashManager allows access to all deleted files * Add 'scope' parameter to choose where to restore from (user or groupfolders) * Add 'restore-from' and 'restore-to' date parameters to filter files to be restored by their deletion date * Add 'dry-run' flag to be able to see which files would be restored and being able to adjust the filter parameters accordingly Signed-off-by: GitHub <noreply@github.com> | ||||
| * | | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | only gather dependencies for trashbin wrapper once | Robin Appelman | 2023-08-18 | 1 | -33/+30 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event | Joas Schilling | 2023-07-19 | 2 | -5/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | files_trashbin: Add OpenAPI spec | jld3103 | 2023-07-13 | 2 | -1/+14 |
| | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
| * | feat(files): favorites | John Molakvoæ | 2023-07-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Clean-up some remaining readdir calls with undesirable false evaluation ↵ | Josh Richards | 2023-06-24 | 1 | -1/+1 |
|/ | | | | | | potential Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | Correctly react to bad configuration | Côme Chilliet | 2023-06-08 | 1 | -13/+23 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Do not cast sizes to int in Trashbin class | Côme Chilliet | 2023-06-08 | 1 | -29/+24 |
| | | | | | | This helps with 32bits support Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(trashbin): Truncate long filenames | Christopher Ng | 2023-05-31 | 5 | -19/+43 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | feat(UserMigration)!: 32-bit support | Christopher Ng | 2023-05-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(files_trashbin): set real filename on trashbin download | John Molakvoæ | 2023-04-11 | 1 | -3/+20 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> |