Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #51837 from nextcloud/artonge/chore/increase_log_in_trashbin | Louis | 2025-04-07 | 1 | -4/+14 |
|\ | | | | | chore(files_trashbin): Add user details in log from Trashbin | ||||
| * | chore(files_trashbin): Add user details in log from Trashbinartonge/chore/increase_log_in_trashbin | Louis Chemineau | 2025-04-07 | 1 | -4/+14 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | fix: Catch exceptions when expiring trashbinartonge/fix/catch_exception_in_expire_trash | Louis Chemineau | 2025-04-02 | 2 | -10/+22 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | chore: Use iterator in ExpireTrash command | Louis Chemineau | 2025-04-02 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat: Limit trash expire job to 30 minutesartonge/feat/allow_partial_seen_users | Louis Chemineau | 2025-03-30 | 1 | -11/+19 |
| | | | | | | And pick up where it left off, leveraging getSeenUsers. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 5 | -42/+52 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Replace getInstalledApps calls with getEnabledAppsfix/clarify-app-manager-methods | Côme Chilliet | 2025-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat: Support X-NC-Skip-Trashbin header | Louis Chemineau | 2025-01-24 | 1 | -18/+24 |
| | | | | | | This is useful for clients that want to directly and permanently delete a file. Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | feat(files_trashbin): Allow preventing trash to be deleted permanently | provokateurin | 2025-01-13 | 7 | -2/+95 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(OpenAPI): Adjust scopes to match previous behavior | provokateurin | 2025-01-06 | 1 | -0/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(trashbin): Add backend dav property | Christopher Ng | 2024-12-03 | 1 | -0/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntax | provokateurin | 2024-11-05 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(apps): Fix wrong or missing castsfix/apps/wrong-missing-casts | provokateurin | 2024-10-23 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 17 | -177/+59 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(deps): Bump nextcloud/coding-standard in /vendor-bin/cs-fixerdependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.3.2 | dependabot[bot] | 2024-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -19/+7 |
| | | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 9 | -25/+35 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor(files_trashbin): Add Storage parameter strong types | provokateurin | 2024-10-07 | 1 | -8/+5 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(files_trashbin): Fix all IStorage return types | provokateurin | 2024-09-26 | 1 | -23/+9 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Use SPDX headers and property promotion in new files | Côme Chilliet | 2024-09-23 | 1 | -18/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | feat(trashbin): Port files trashbin events to IEventDispatcher/IEventListener | Carl Schwan | 2024-09-23 | 5 | -52/+90 |
| | | | | | | | | oc_hooks is deprecated and will at some point be removed Signed-off-by: Carl Schwan <carl@carlschwan.eu> Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 3 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | 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> |