summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26299 from nextcloud/enh/noid/log-storage-unavailableMorris Jobke2021-03-251-0/+4
|\ | | | | Log when a storage is marked as unavailable
| * Log when a storage is marked as unavailableMorris Jobke2021-03-251-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #26287 from nextcloud/Valdnet-patch-6Roeland Jago Douma2021-03-251-1/+1
|\ | | | | Fix l10n
| * Fix l10nValdnet2021-03-251-1/+1
| | | | | | Issue: #26286
* | Merge pull request #26285 from nextcloud/techdebt/noid/cleanup-update-eventsRoeland Jago Douma2021-03-253-36/+0
|\ \ | |/ |/| Remove event listener to udpate events that are not present anymore
| * Remove event listener to udpate events that are not present anymoreMorris Jobke2021-03-253-36/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #26283 from nextcloud/revert-25721-do-not-target-vue-buttonsChristoph Wurst2021-03-251-8/+8
|\ \ | | | | | | Revert "Do not target vue buttons with server rules"
| * | Revert "Do not target vue buttons with server rules"Greta2021-03-241-8/+8
| | | | | | | | | | | | Signed-off-by: GretaD <gretadoci@gmail.com>
* | | Merge pull request #21484 from nextcloud/better-forbidden-path-errorsMorris Jobke2021-03-251-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 encounteredRobin Appelman2021-03-241-8/+4
| |/ | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #21641 from nextcloud/techdebt/noid/bye-bye-database-xmlRoeland Jago Douma2021-03-2530-4097/+78
|\ \ | | | | | | Bye bye database xml
| * | Cleanup unneeded code around database.xmlMorris Jobke2021-03-2428-4055/+53
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Bye bye database.xmlJoas Schilling2021-03-243-42/+25
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-03-25158-240/+234
| |
* | Merge pull request #26282 from nextcloud/psalm/avatar/dataMorris Jobke2021-03-241-2/+3
|\ \ | |/ |/| improve type handling of Avatar::generateAvatarFromSvg
| * improve type handling of Avatar::generateAvatarFromSvRobin Appelman2021-03-241-2/+3
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #26274 from nextcloud/bugfix/noid/make-debugging-easierJoas Schilling2021-03-241-3/+3
|\ | | | | Make debugging easier which header is being set
| * Make debugging easier which header is being setJoas Schilling2021-03-241-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26265 from nextcloud/bugfix/noid/fix-php8-setup-failuresJoas Schilling2021-03-2412-45/+54
|\ \ | |/ |/| Fix casing of core test folder, bring back missing tests
| * Fix language codes test result orderVincent Petry2021-03-241-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 testsVincent Petry2021-03-245-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 subdirVincent Petry2021-03-242-8/+10
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix more tests in the Core subdirVincent Petry2021-03-243-13/+20
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix core tests command for app enabling/disablingVincent Petry2021-03-232-17/+17
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * Fix casing of core test folderVincent Petry2021-03-231-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-pathJohn Molakvoæ2021-03-241-0/+4
|\ \ | | | | | | Catch invalid cache source storage path
| * | Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)2021-03-241-0/+4
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #26255 from nextcloud/Valdnet-patch-6John Molakvoæ2021-03-241-1/+1
|\ \ | | | | | | l10n: Separate ellipsis
| * | l10n: Separate ellipsisValdnet2021-03-231-1/+1
| |/ | | | | Unifying the text string with the others.
* | Merge pull request #26269 from ↵Roeland Jago Douma2021-03-241-5/+0
|\ \ | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | Update psalm baselineNextcloud-PR-Bot2021-03-241-5/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / [tx-robot] updated from transifexNextcloud bot2021-03-2440-34/+84
|/
* Merge pull request #25776 from nextcloud/fix/sabre-file-checksum-no-file-infoRoeland Jago Douma2021-03-231-1/+4
|\ | | | | Only write checksum if we have a valid file info
| * Only write checksum if we have a valid file infoChristoph Wurst2021-03-221-1/+4
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #26033 from nextcloud/enh/comments/to_initialstateChristoph Wurst2021-03-2310-126/+54
|\ \ | | | | | | Move comments to initial state
| * | Move comments to initial stateRoeland Jago Douma2021-03-2210-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 Douma2021-03-231-3/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | Update psalm baselineNextcloud-PR-Bot2021-03-231-3/+0
|/ / / | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-03-23376-756/+828
| | |
* | | Merge pull request #26198 from nextcloud/unified-search-nodeMorris Jobke2021-03-2211-229/+452
|\ \ \ | | | | | | | | Handle limit offset and sorting in files search
| * | | use node search api for legacy file search endpointRobin Appelman2021-03-193-23/+33
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | pass order from unified search to file searchRobin Appelman2021-03-191-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | handle ordering in folder searchRobin Appelman2021-03-194-55/+98
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | folder filtering in sqlRobin Appelman2021-03-192-17/+20
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | cleanup fileinfo creationRobin Appelman2021-03-192-69/+46
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | formatRobin Appelman2021-03-181-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | handle limit and offset in folder file searchRobin Appelman2021-03-182-47/+208
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | only require user to be set in a query that handles tagsRobin Appelman2021-03-184-25/+24
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | unify handling of Folder::search methods into "new" query objectsRobin Appelman2021-03-181-45/+61
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | use "newer" node search api directly in unified searchRobin Appelman2021-03-181-31/+42
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>