Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #26299 from nextcloud/enh/noid/log-storage-unavailable | Morris Jobke | 2021-03-25 | 1 | -0/+4 |
|\ | | | | | Log when a storage is marked as unavailable | ||||
| * | Log when a storage is marked as unavailable | Morris Jobke | 2021-03-25 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #26287 from nextcloud/Valdnet-patch-6 | Roeland Jago Douma | 2021-03-25 | 1 | -1/+1 |
|\ | | | | | Fix l10n | ||||
| * | Fix l10n | Valdnet | 2021-03-25 | 1 | -1/+1 |
| | | | | | | Issue: #26286 | ||||
* | | Merge pull request #26285 from nextcloud/techdebt/noid/cleanup-update-events | Roeland Jago Douma | 2021-03-25 | 3 | -36/+0 |
|\ \ | |/ |/| | Remove event listener to udpate events that are not present anymore | ||||
| * | Remove event listener to udpate events that are not present anymore | Morris Jobke | 2021-03-25 | 3 | -36/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #26283 from nextcloud/revert-25721-do-not-target-vue-buttons | Christoph Wurst | 2021-03-25 | 1 | -8/+8 |
|\ \ | | | | | | | Revert "Do not target vue buttons with server rules" | ||||
| * | | Revert "Do not target vue buttons with server rules" | Greta | 2021-03-24 | 1 | -8/+8 |
| | | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com> | ||||
* | | | Merge pull request #21484 from nextcloud/better-forbidden-path-errors | Morris Jobke | 2021-03-25 | 1 | -8/+4 |
|\ \ \ | |_|/ |/| | | show better error messages when a file with a forbidden path is encountered | ||||
| * | | show better error messages when a file with a forbidden path is encountered | Robin Appelman | 2021-03-24 | 1 | -8/+4 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #21641 from nextcloud/techdebt/noid/bye-bye-database-xml | Roeland Jago Douma | 2021-03-25 | 30 | -4097/+78 |
|\ \ | | | | | | | Bye bye database xml | ||||
| * | | Cleanup unneeded code around database.xml | Morris Jobke | 2021-03-24 | 28 | -4055/+53 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Bye bye database.xml | Joas Schilling | 2021-03-24 | 3 | -42/+25 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-25 | 158 | -240/+234 |
| | | |||||
* | | Merge pull request #26282 from nextcloud/psalm/avatar/data | Morris Jobke | 2021-03-24 | 1 | -2/+3 |
|\ \ | |/ |/| | improve type handling of Avatar::generateAvatarFromSvg | ||||
| * | improve type handling of Avatar::generateAvatarFromSv | Robin Appelman | 2021-03-24 | 1 | -2/+3 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #26274 from nextcloud/bugfix/noid/make-debugging-easier | Joas Schilling | 2021-03-24 | 1 | -3/+3 |
|\ | | | | | Make debugging easier which header is being set | ||||
| * | Make debugging easier which header is being set | Joas Schilling | 2021-03-24 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #26265 from nextcloud/bugfix/noid/fix-php8-setup-failures | Joas Schilling | 2021-03-24 | 12 | -45/+54 |
|\ \ | |/ |/| | Fix casing of core test folder, bring back missing tests | ||||
| * | Fix language codes test result order | Vincent Petry | 2021-03-24 | 1 | -0/+1 |
| | | | | | | | | | | | | Fixes issue with Oracle by enforcing the order of the results to check. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
| * | Bring back forgotten tests | Vincent Petry | 2021-03-24 | 5 | -5/+5 |
| | | | | | | | | | | | | | | | | Remove "ocs-provider" test folder reference as it doesn't exist any more. Added back "Test" test subdir and fixed the tests inside. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
| * | Fix more controller tests in Core subdir | Vincent Petry | 2021-03-24 | 2 | -8/+10 |
| | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
| * | Fix more tests in the Core subdir | Vincent Petry | 2021-03-24 | 3 | -13/+20 |
| | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
| * | Fix core tests command for app enabling/disabling | Vincent Petry | 2021-03-23 | 2 | -17/+17 |
| | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
| * | Fix casing of core test folder | Vincent Petry | 2021-03-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | It seems Phpunit < 9 was case insensitive. Fixed the phpunit config to target the correct name for the "Core" test directory. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | | Merge pull request #26270 from nextcloud/fix/invalid-source-storage-path | John Molakvoæ | 2021-03-24 | 1 | -0/+4 |
|\ \ | | | | | | | Catch invalid cache source storage path | ||||
| * | | Catch invalid cache source storage path | John Molakvoæ (skjnldsv) | 2021-03-24 | 1 | -0/+4 |
|/ / | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #26255 from nextcloud/Valdnet-patch-6 | John Molakvoæ | 2021-03-24 | 1 | -1/+1 |
|\ \ | | | | | | | l10n: Separate ellipsis | ||||
| * | | l10n: Separate ellipsis | Valdnet | 2021-03-23 | 1 | -1/+1 |
| |/ | | | | | Unifying the text string with the others. | ||||
* | | Merge pull request #26269 from ↵ | Roeland Jago Douma | 2021-03-24 | 1 | -5/+0 |
|\ \ | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml | ||||
| * | | Update psalm baseline | Nextcloud-PR-Bot | 2021-03-24 | 1 | -5/+0 |
|/ / | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* / | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-24 | 40 | -34/+84 |
|/ | |||||
* | Merge pull request #25776 from nextcloud/fix/sabre-file-checksum-no-file-info | Roeland Jago Douma | 2021-03-23 | 1 | -1/+4 |
|\ | | | | | Only write checksum if we have a valid file info | ||||
| * | Only write checksum if we have a valid file info | Christoph Wurst | 2021-03-22 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #26033 from nextcloud/enh/comments/to_initialstate | Christoph Wurst | 2021-03-23 | 10 | -126/+54 |
|\ \ | | | | | | | Move comments to initial state | ||||
| * | | Move comments to initial state | Roeland Jago Douma | 2021-03-22 | 10 | -126/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not extend the jssettings * Just use the proper intial state * Use it in the js code as well Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> | ||||
* | | | Merge pull request #26253 from ↵ | Roeland Jago Douma | 2021-03-23 | 1 | -3/+0 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml | ||||
| * | | | Update psalm baseline | Nextcloud-PR-Bot | 2021-03-23 | 1 | -3/+0 |
|/ / / | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-23 | 376 | -756/+828 |
| | | | |||||
* | | | Merge pull request #26198 from nextcloud/unified-search-node | Morris Jobke | 2021-03-22 | 11 | -229/+452 |
|\ \ \ | | | | | | | | | Handle limit offset and sorting in files search | ||||
| * | | | use node search api for legacy file search endpoint | Robin Appelman | 2021-03-19 | 3 | -23/+33 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | pass order from unified search to file search | Robin Appelman | 2021-03-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | handle ordering in folder search | Robin Appelman | 2021-03-19 | 4 | -55/+98 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | folder filtering in sql | Robin Appelman | 2021-03-19 | 2 | -17/+20 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | cleanup fileinfo creation | Robin Appelman | 2021-03-19 | 2 | -69/+46 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | format | Robin Appelman | 2021-03-18 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | handle limit and offset in folder file search | Robin Appelman | 2021-03-18 | 2 | -47/+208 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | only require user to be set in a query that handles tags | Robin Appelman | 2021-03-18 | 4 | -25/+24 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | unify handling of Folder::search methods into "new" query objects | Robin Appelman | 2021-03-18 | 1 | -45/+61 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | use "newer" node search api directly in unified search | Robin Appelman | 2021-03-18 | 1 | -31/+42 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |