| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(files_trashbin): Allow preventing trash to be deleted permanently | provokateurin | 2025-01-13 | 1 | -2/+3 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 2 | -18/+19 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 3 | -81/+95 |
* | refactor(files_trashbin): Add Storage parameter strong types | provokateurin | 2024-10-07 | 1 | -2/+2 |
* | fix: preserve fileid when moving from objectstore to non-objectstore | Robin Appelman | 2024-09-27 | 1 | -4/+0 |
* | fix(files_trashbin): Fix all IStorage return types | provokateurin | 2024-09-26 | 1 | -2/+2 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 1 | -2/+2 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -2/+2 |
* | test: fix trashbin StorageTest | Robin Appelman | 2024-09-18 | 1 | -0/+1 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 7 | -44/+44 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 3 | -9/+9 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 8 | -183/+22 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -1/+0 |
* | only gather dependencies for trashbin wrapper once | Robin Appelman | 2023-08-18 | 1 | -1/+2 |
* | fix(files_trashbin): Migrate to IEventDispatcher and emit as typed event | Joas Schilling | 2023-07-19 | 1 | -2/+2 |
* | feat(files): favorites | John Molakvoæ | 2023-07-05 | 1 | -1/+1 |
* | fix(trashbin): Truncate long filenames | Christopher Ng | 2023-05-31 | 1 | -0/+45 |
* | feat(files): implement sorting per view | John Molakvoæ | 2023-04-06 | 1 | -1/+1 |
* | feat(files_trashbin): migrate to vue | John Molakvoæ | 2023-04-06 | 2 | -467/+0 |
* | add a bit more verbose option for trashbin cleanup | Robin Appelman | 2023-04-03 | 1 | -20/+32 |
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
* | Handle empty files in version creation logic | Louis Chemineau | 2023-01-26 | 1 | -2/+0 |
* | Adapt files_versions tests to modernized hooks | Louis Chemineau | 2023-01-26 | 1 | -12/+4 |
* | Fix jsunit tests | Julius Härtl | 2022-09-01 | 1 | -2/+2 |
* | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 1 | -6/+9 |
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -4/+9 |
* | Remove legacy #dir element in files list | Vincent Petry | 2022-07-27 | 1 | -8/+0 |
* | Replace files app ids to classes | Vincent Petry | 2022-07-26 | 1 | -6/+6 |
* | skip localstorage dependend trashbin test when not using local user storage | Robin Appelman | 2022-02-25 | 1 | -0/+4 |
* | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 2 | -2/+2 |
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 1 | -0/+2 |
* | Update filelist test | Orzu Ionut | 2021-11-10 | 1 | -1/+1 |
* | Add configuration flag to disable the background job for files_trashbin | Daniel Kesselberg | 2021-10-11 | 1 | -10/+49 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 8 | -12/+4 |
* | Fix broken Expiration test | Joas Schilling | 2021-04-20 | 1 | -9/+11 |
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 2 | -29/+37 |
* | Merge pull request #25568 from nextcloud/move-storage-disable-cache | Robin Appelman | 2021-03-02 | 1 | -0/+29 |
|\ |
|
| * | disable trasbin during the moveFromStorage fallback | Robin Appelman | 2021-02-17 | 1 | -0/+29 |
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -2/+2 |
|/ |
|
* | Re-use fetched dependencies in lib/base.php | Morris Jobke | 2021-01-20 | 1 | -1/+1 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -1/+2 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -2/+3 |
* | FIX | Roeland Jago Douma | 2020-12-07 | 1 | -36/+1 |
* | Bump jquery from 2.2.4 to 3.1.0 | Christoph Wurst | 2020-11-13 | 1 | -8/+8 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -3/+7 |
* | Sort deleted files by most recently deleted first | Jan C. Borchardt | 2020-10-13 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -10/+10 |
* | Update license headers for Nextcloud 20 (again) | Christoph Wurst | 2020-09-07 | 1 | -0/+1 |
* | Tests only: Forward calls to getUserValue and getAppValue | Daniel Kesselberg | 2020-09-01 | 1 | -4/+14 |