Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-05 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-23 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-21 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-17 | 4 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-15 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Master is now 25 | Joas Schilling | 2022-04-14 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #31839 from nextcloud/feat/metadata-server | Vincent Petry | 2022-04-14 | 2 | -1/+6 | |
|\ | | | | | Add a metadata service to store file metadata | |||||
| * | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 2 | -1/+6 | |
| | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-14 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | 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> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-13 | 14 | -0/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@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> | |||||
* | Merge pull request #28935 from cahogan/trashbin-restore | Vincent Petry | 2022-04-06 | 5 | -2/+166 | |
|\ | | | | | Add trashbin:restore occ command | |||||
| * | 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 | 5 | -2/+154 | |
| | | | | | | | | Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-06 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-05 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Build autoloader with new composer version | Côme Chilliet | 2022-03-30 | 5 | -15/+8 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-30 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #31575 from nextcloud/enh/add-trashbin-migrator | Côme Chilliet | 2022-03-29 | 4 | -4/+148 | |
|\ | | | | | 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 | 4 | -4/+141 | |
| | | | | | | | | 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> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-18 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-17 | 2 | -0/+10 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Update composer generated files to latest version | Carl Schwan | 2022-03-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-06 | 2 | -2/+26 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 1 | -0/+4 | |
|\ | | | | | move root mount setup to mountproviders | |||||
| * | skip localstorage dependend trashbin test when not using local user storage | Robin Appelman | 2022-02-25 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-28 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-27 | 2 | -30/+40 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-31 | 2 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-22 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #30572 from nextcloud/fix/lint_warnings | Louis | 2022-01-12 | 5 | -5/+5 | |
|\ | | | | | Fix lint warnings | |||||
| * | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 5 | -5/+5 | |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | | Removed obselete language files - Pt. II | rakekniven | 2022-01-10 | 18 | -130/+0 | |
|/ | | | | | | | | | | For these files there are no associated languages setup at Transifex. Fix for #30501 Related to nextcloud/docker-ci#341 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | |||||
* | Merge pull request #30561 from nextcloud/rakekniven-branch2 | John Molakvoæ | 2022-01-10 | 18 | -304/+0 | |
|\ | ||||||
| * | Removed obselete language files | rakekniven | 2022-01-09 | 18 | -304/+0 | |
| | | | | | | | | | | | | | | | | Those files are remnants of old languages after renaming, mapping or deleting. Fix for #30501 Related to https://github.com/nextcloud/docker-ci/issues/341 | |||||
* | | Delete outdated bundles | John Molakvoæ (skjnldsv) | 2022-01-08 | 2 | -81/+0 | |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | |||||
* | | Remove old configs | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -35/+0 | |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.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> | |||||
* | | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 1 | -0/+2 | |
| | | | | | | | | | | | | files_trashbin and theming apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-12-08 | 2 | -0/+10 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | list.php files are only invoked via ViewController and APIController | Joas Schilling | 2021-12-01 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | Both of them actually check that the user is logged in before and also the list.php files themselves would break with getUserSession()->getUser()->getUID() which they contain. Signed-off-by: Joas Schilling <coding@schilljs.com> |