aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-04-2838-52/+84
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32164 from nextcloud/pierreozoux-patch-2Pytal2022-04-271-0/+2
|\
| * Adds uploadPartSize to config sample.Pierre Ozoux2022-04-271-0/+2
| | | | | | | | | | | | closes https://github.com/nextcloud/server/issues/24390 Signed-off-by: Pierre Ozoux <pierre@ozoux.net>
* | Merge pull request #32189 from nextcloud/fix/local_loading_for_profileSimon L2022-04-273-4/+7
|\ \ | | | | | | Mount Profile view after DOMContentLoaded
| * | Mount profile after DOMContentLoadedLouis Chemineau2022-04-273-4/+7
| | | | | | | | | | | | | | | | | | Fix https://github.com/nextcloud/server/issues/32187 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #32180 from nextcloud/fix/dashboardJohn Molakvoæ2022-04-2714-126/+94
|\ \ \ | |/ / |/| |
| * | Dashboard fixesJohn Molakvoæ2022-04-2714-126/+94
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Merge pull request #32139 from nextcloud/fix/31970/fix-social-sharing-buttonsCarl Schwan2022-04-272-6/+7
|\ \ \ | | | | | | | | fix social sharing buttons
| * | | fix social sharing buttonsszaimen2022-04-262-6/+7
| | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | Merge pull request #32034 from ↵Carl Schwan2022-04-271-1/+1
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/bugfix/noid/satisfy-binary-operation-order Make the binary operation order explicit
| * | | Make the binary operation order explicitJoas Schilling2022-04-211-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #32173 from nextcloud/Valdnet-patch-3John Molakvoæ2022-04-271-1/+1
|\ \ \ \
| * | | | l10n: Fix codeValdnet2022-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Issue: #32171. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | Merge pull request #32154 from nextcloud/Valdnet-patch-2Simon L2022-04-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | l10n: Change apostrophe
| * | | | l10n: Change apostropheValdnet2022-04-261-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-2784-84/+136
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32167 from ↵blizzz2022-04-261-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/workflow-auto-update-command-rebase.yml Updating command-rebase.yml workflow from template
| * | | | | Updating command-rebase.yml workflow from templateNextcloud bot2022-04-261-2/+5
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #31467 from nextcloud/feat/workflow-auto-update-node.ymlJohn Molakvoæ2022-04-261-3/+4
|\ \ \ \ \
| * | | | | Updating node.yml workflow from templateNextcloud bot2022-03-061-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #31492 from nextcloud/fix/check-secret-configuredJohn Molakvoæ2022-04-262-1/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Only check if secret is set if the nextcloud is installedCarl Schwan2022-03-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Also check for instanceid and passwordhashCarl Schwan2022-03-093-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Require the secret config to be configuredCarl Schwan2022-03-083-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it's not configured the instance will look like it is working but various features will silently break (end to end encryption, setting alternate email and probably more). One issue is that changing the secret from empty to something will break various other stuff (app token). I don't think there is a good way to solve this issue other than breaking early instead of having to handle a painful migration later on. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32155 from ↵Joas Schilling2022-04-262-1/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-translations-with-trailing-colon Fx translations with trailing colon
| * | | | | Fix translations with trailing colonsJoas Schilling2022-04-261-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add a unit test for translation with trailing colonJoas Schilling2022-04-261-0/+7
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #32146 from nextcloud/fix/dark-themeJohn Molakvoæ2022-04-265-17/+21
|\ \ \ \ \
| * | | | | Fix mix factorJohn Molakvoæ2022-04-264-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | Fix dark theme primary mixJohn Molakvoæ2022-04-262-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #32142 from ↵Simon L2022-04-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/enable-helper-app-with-force Enable Talk with --force to have less issues during transition period…
| * | | | | | Enable Talk with --force to have less issues during transition period after ↵Joas Schilling2022-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a branch-off Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #32137 from ↵Joas Schilling2022-04-261-0/+32
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/give-hints-on-correct-migration-names Give hints on correct migration versioning
| * | | | | | Fix type fixingJoas Schilling2022-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Give hints on correct migration versioningJoas Schilling2022-04-251-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #32147 from nextcloud/fix/css-default-load-setup-guestJohn Molakvoæ2022-04-261-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix default fallback theme on setup any guests pages
| * | | | | | | Fix default fallback theme on setup ang guests pagesJohn Molakvoæ2022-04-261-1/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | Merge pull request #32114 from nextcloud/fix/31915/up-to-date-fixSimon L2022-04-265-9/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | fix showing of all apps are up-to-date in apps management
| * | | | | | | fix showing of all apps are up-to-date in apps managementszaimen2022-04-255-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #32145 from nextcloud/fix/phpcolorsJohn Molakvoæ2022-04-2629-1786/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fix mexitek/phpcolors
| * | | | | | | Update 3rdpartyJohn Molakvoæ2022-04-261-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | | | Fix mexitek/phpcolorsJohn Molakvoæ2022-04-2628-1786/+12
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | / / / / [tx-robot] updated from transifexNextcloud bot2022-04-26156-330/+558
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32084 from nextcloud/root-setup-groupfoldersVincent Petry2022-04-251-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | only need to setup root for groupfolders
| * | | | | | Only need to setup root for groupfoldersRobin Appelman2022-04-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #32069 from nextcloud/cleanup/allconfig-sqlCarl Schwan2022-04-252-78/+64
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cleanup AllConfig
| * | | | | | | Cleanup AllConfigCarl Schwan2022-04-222-78/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Port to QueryBuilder - More typing when possible - Import classes with 'use' Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #32033 from nextcloud/fix/metadata-scan-app-dataVincent Petry2022-04-251-1/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix scanning app data with metadata
| * | | | | | | | Fix scanning app data with metadataCarl Schwan2022-04-221-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we were listening to change in the appdata folder but an appdata scan didn't setup the file system, so the view was unavailable. **Test plan:** 1. rm -rf data/appdata_...../preview data/<user>/Media 2. occ files:scan-app-data 3. occ files:scan <user> No errors and the files and metadata are correctly removed from the database too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | Merge pull request #32121 from nextcloud/enh/noid/cronjob-description-updateSimon L2022-04-251-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | update description of cronjob settings to be aligned to the documenta…