summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop redundanten return commentDaniel Kesselberg2022-05-151-1/+0
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #32359 from nextcloud/dept/use_mutualized_scssCarl Schwan2022-05-122-50/+1
|\ | | | | Use toast.scss from @nextcloud/dialogs
| * Use toast.scss from @nextcloud/dialogsLouis Chemineau2022-05-122-50/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #32008 from nextcloud/fix/getSize-boolCarl Schwan2022-05-121-5/+10
|\ \ | | | | | | Fix Call to a member function getSize() on bool
| * | Fix Call to a member function getSize() on boolCarl Schwan2022-05-121-5/+10
| | | | | | | | | | | | | | | | | | getFileInfo might return false, handle this case by ignoring the result Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32335 from nextcloud/storage-info-dont-unjailCarl Schwan2022-05-121-4/+1
|\ \ \ | | | | | | | | Don't unjail the path when getting the storage info
| * | | don't unjail the path when getting the storage infoRobin Appelman2022-05-111-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the original reason for adding it no longer exist. This was added with #30985 since then the share source storage was also used, however this was changed with #32076 Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32185 from nextcloud/fix/default-share-provider-oracleCarl Schwan2022-05-121-7/+18
|\ \ \ \ | | | | | | | | | | Fix getting shares in a folder on Oracle
| * | | | Fix getting shares in a folder on OracheCarl Schwan2022-05-121-7/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-129-243/+142
|\ \ \ \ \ | | | | | | | | | | | | Cleanup lock related code
| * | | | | Cleanup lock related codeCarl Schwan2022-05-129-243/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32362 from nextcloud/fix-buttons-workflowCarl Schwan2022-05-125-50/+39
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix buttons in workflow
| * | | | | | add vue button component in workflow rule.vueVanessa Pertsch2022-05-123-45/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
| * | | | | | add vue button component in workflow operation.vueVanessa Pertsch2022-05-122-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* | | | | | | Merge pull request #32358 from nextcloud/Valdnet-patch-2rakekniven2022-05-121-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | l10n: Delete space
| * | | | | | l10n: Delete spaceValdnet2022-05-121-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | | Merge pull request #32355 from nextcloud/bugfix/noid/prevent-invalid-lengthJoas Schilling2022-05-122-2/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Validate requested length is random string generator
| * | | | | Validate requested length is random string generatorVincent Petry2022-05-122-2/+22
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | Merge pull request #32328 from ↵blizzz2022-05-121-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652242827 [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-05-111-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | Merge pull request #32344 from ↵Joas Schilling2022-05-121-9/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/always-free-db-result-qbmapper-find-entities Always free the DB result in QBMapper::findEntities
| * | | | | | Always free the DB result in QBMapper::findEntitiesChristoph Wurst2022-05-121-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this patch it only happened if the code ran through without any errors. Now the result is also freed in the case of an error. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #32339 from nextcloud/appdatafactory-publicCarl Schwan2022-05-125-14/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make it possible to get the appdata folder using the public API
| * | | | | | | Make it possible to get the appdata folder using the public APICarl Schwan2022-05-115-14/+34
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #32278 from nextcloud/remove-default-phpJohn Molakvoæ2022-05-121-10/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Remove default valuesGit'Fellow2022-05-051-10/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These values are already the default on supported PHP versions. I suggest to remove these calls.
* | | | | | | Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROSJoas Schilling2022-05-111-0/+19
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Add talk-poll to the ROS definitions
| * | | | | | Add talk-poll to the ROS definitionsJoas Schilling2022-05-111-0/+19
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #32326 from nextcloud/fix/icons-cacherJohn Molakvoæ2022-05-1136-1328/+2874
|\ \ \ \ \ \
| * | | | | | Compile themingJohn Molakvoæ2022-05-1111-18/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | Remove old legacy SvgController and IconsCacherJohn Molakvoæ2022-05-108-835/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | Migrate to static icons coloursJohn Molakvoæ2022-05-1019-481/+2866
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #32149 from nextcloud/fix-transferring-groupfoldersJohn Molakvoæ2022-05-111-1/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | fix for transferring ownership of groupfoldersVanessa Pertsch2022-05-101-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* | | | | | Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-1011-28/+103
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add a public replacement for OC::$server->get
| * | | | | | Add a public replacement for OC::$server->getCarl Schwan2022-05-1011-28/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #31664 from nextcloud/fix/232/keyboard-focusVincent Petry2022-05-101-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | keyboard focus on login input fields
| * | | | | | keyboard focus on login input fieldsVanessa Pertsch2022-05-101-0/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
* | | | | | Merge pull request #32318 from nextcloud/increase-waitForS3-delayCarl Schwan2022-05-101-3/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Increase retry delay on 'Wait for S3' CI job
| * | | | | | Increase retry delay on 'Wait for S3' CI jobGit'Fellow2022-05-091-3/+2
| | | | | | | | | | | | | | | | | | | | | 1 second means 10 seconds before failure (1x10). Increasing to 10x10 before failure.
* | | | | | | Merge pull request #32315 from ↵John Molakvoæ2022-05-101-2/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/noid/preview-duplicate-folder-creation
| * | | | | | | Fix preview generator trying to recreate an existing folderRichard Steinmetz2022-05-091-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #32274 from nextcloud/tooltip-overflowJohn Molakvoæ2022-05-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix indentationGit'Fellow2022-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | TypoGit'Fellow2022-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | | Switch to overflow-wrapGit'Fellow2022-05-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | | | | | Fix tooltips overflowGit'Fellow2022-05-051-1/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-106-2/+136
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Set loglevel for IMagick Thumbnail error to infoAlexander F2022-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #32263 Signed-off-by: Alexander Fleischer <Alexander.Fleischer@tu-ilmenau.de>
* | | | | | | Merge pull request #32288 from nextcloud/techdebt/noid/fix-json-errorJoas Schilling2022-05-091-11/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Fix JSON error when comment has no reactions