Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | 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> | ||||
* | fix(files_trashbin): previews crop support | John Molakvoæ | 2023-04-06 | 1 | -3/+4 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat(files_trashbin): migrate to vue | John Molakvoæ | 2023-04-06 | 2 | -12/+48 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | add a bit more verbose option for trashbin cleanup | Robin Appelman | 2023-04-03 | 1 | -7/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #36465 from nextcloud/bugfix/trashbin-concurrency | Julius Härtl | 2023-02-15 | 1 | -24/+0 |
|\ | |||||
| * | fix(files_trashbin): Remove unnecessary scanner logic when getting versions ↵ | Julius Härtl | 2023-02-02 | 1 | -24/+0 |
| | | | | | | | | | | | | from trash Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Silence errors of return type mismatch from Sabre for now | Côme Chilliet | 2023-02-07 | 2 | -1/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
| | | | | | | | Found via `codespell -q 3 -S l10n,./apps/files_external/3rdparty -L adn,ba,boxs,keypair,jus,optionel,ressource,tabel ./apps/` Signed-off-by: luz paz <luzpaz@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> | ||||
* | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecated | Carl Schwan | 2022-08-23 | 1 | -35/+17 |
|\ | | | | | Deprecated ILogger from IJob | ||||
| * | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -35/+17 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | | Remove OCP\App and OCP\BackgroundJob | Carl Schwan | 2022-08-01 | 1 | -3/+4 |
|/ | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Merge pull request #32507 from carlcsaposs/restore | Vincent Petry | 2022-07-12 | 1 | -1/+5 |
|\ | | | | | Sort files by deletion time before restoring in RestoreAllFiles | ||||
| * | Sort files by deletion time before restoring in RestoreAllFiles | Carl Csaposs | 2022-07-04 | 1 | -1/+5 |
| | | | | | | | | | | | | | | Restoring in order of most recently deleted preserves nested file paths. See https://github.com/nextcloud/server/issues/31200#issuecomment-1130358549 Signed-off-by: Carl Csaposs <carl@csaposs.com> | ||||
* | | Fix trashbin expiration notice casing | Christopher Ng | 2022-07-06 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #33068 from nextcloud/enh/note-trashbin-expiration | Pytal | 2022-06-30 | 1 | -1/+1 |
|\ | |||||
| * | Add trashbin export expiration notice | Christopher Ng | 2022-06-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | use size from cache to determine whether to skip the trashbin | Robin Appelman | 2022-06-29 | 1 | -5/+11 |
|/ | | | | | | this way large folders also get skipped Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update method name | Christopher Ng | 2022-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Move new IMigrator method to a specific interface ISizeEstimationMigrator | Côme Chilliet | 2022-05-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Implement getExportEstimatedSize in migrators | Côme Chilliet | 2022-05-30 | 1 | -0/+17 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix psalm errors fron the end of the baseline file | Carl Schwan | 2022-05-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix migrators according to exceptions | Vincent Petry | 2022-04-13 | 1 | -4/+6 |
| | | | | | | | | Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Adapt existing migrators to new API | Côme Chilliet | 2022-04-13 | 1 | -7/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use Migrators id instead of class names | Côme Chilliet | 2022-04-11 | 1 | -1/+1 |
| | | | | | | | This will help with UI and means migrators can move in namespaces without changing export format. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Extend trashbin migrator | Christopher Ng | 2022-04-08 | 1 | -1/+27 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | more concise output, code style fixes | Robin Appelman | 2022-03-30 | 1 | -31/+43 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add trashbin:restore occ command | cahogan | 2022-03-30 | 1 | -0/+149 |
| | | | | Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com> | ||||
* | Merge pull request #31575 from nextcloud/enh/add-trashbin-migrator | Côme Chilliet | 2022-03-29 | 2 | -4/+146 |
|\ | | | | | Add trashbin migrator to export and import trashbin data | ||||
| * | Add a guard to check that trashbin folder is a folder | Côme Chilliet | 2022-03-24 | 1 | -1/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Improve wording of output for trashbin migrator | Côme Chilliet | 2022-03-24 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Rename PATH constants to show if folder or file | Côme Chilliet | 2022-03-22 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Rename $insert var to $qb | Côme Chilliet | 2022-03-17 | 1 | -8/+8 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | Add trashbin migrator to export and import trashbin data | Côme Chilliet | 2022-03-17 | 2 | -4/+139 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 1 | -8/+14 |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #28438 from csware/issue-1649 | John Molakvoæ | 2021-12-21 | 1 | -3/+14 |
|\ | |||||
| * | Don't die with LockedException when removing/restoring multiple files from trash | Sven Strickroth | 2021-08-19 | 1 | -3/+14 |
| | | | | | | | | | | | | fixes issue #16491 Signed-off-by: Sven Strickroth <email@cs-ware.de> | ||||
* | | Show most recently deleted files first in trash can | Orzu Ionut | 2021-11-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Orzu Ionut <orzu.ionut@gmail.com> | ||||
* | | Add configuration flag to disable the background job for files_trashbin | Daniel Kesselberg | 2021-10-11 | 1 | -8/+16 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Improve auto expiration hint | szaimen | 2021-08-08 | 1 | -1/+1 |
|/ | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Co-Authored-By: Pytal <24800714+Pytal@users.noreply.github.com> | ||||
* | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 1 | -3/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 36 | -66/+27 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Drop \OCP\User | Christoph Wurst | 2021-05-21 | 2 | -9/+9 |
| | | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |