aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #26327 from nextcloud/fix-get-returnMorris Jobke2021-03-271-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | fix return value of Root::get
| * | | | | | | | fix return value of Root::getRobin Appelman2021-03-261-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / / / / / / [tx-robot] updated from transifexNextcloud bot2021-03-2710-2/+84
|/ / / / / / /
* | | | | | | Merge pull request #26308 from ↵Roeland Jago Douma2021-03-261-2/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/timed-job-interval-description Document that the TimedJob interval is in seconds
| * | | | | | | Document that the TimedJob interval is in secondsChristoph Wurst2021-03-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #26281 from hosting-de/fix/emailRoeland Jago Douma2021-03-265-8/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Change my email address
| * | | | | | | Change my email addressJohannes Leuker2021-03-245-8/+8
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | | | | | Merge pull request #22201 from cweiske/20492-move-contacts-with-birthdayJohn Molakvoæ2021-03-261-3/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Delete old birthday calendar object when moving contact to another ad…
| * | | | | | | Delete old birthday calendar object when moving contact to another address bookChristian Weiske2021-03-261-3/+17
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an contact is moved to another address book, the contact is copied to the second address book. During copying, the birthday event is created - but it gets the same UID as the contact's birthday event in the first address book. To prevent the "Calendar object with uid already exists" error that followed, we need to delete the old entry before the new one is created. Resolves: https://github.com/nextcloud/server/issues/20492 Signed-off-by: Christian Weiske <cweiske@cweiske.de>
* | | | | | | Merge pull request #26304 from ↵Morris Jobke2021-03-261-10/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | | Update psalm baselineNextcloud-PR-Bot2021-03-261-10/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2021-03-26248-636/+858
| | | | | | |
* | | | | | | 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>