summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32439 from nextcloud/enh/noid/database-checksSimon L2022-05-171-3/+3
|\ | | | | adjust wording for database checks
| * adjust wording for database checksszaimen2022-05-161-3/+3
| | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | Merge pull request #32216 from SUNET/masterLouis2022-05-171-6/+13
|\ \ | | | | | | Respect user settings in php.ini if they are big enough
| * | Fix suggestions by @artonageMicke Nordin2022-05-161-3/+3
| | | | | | | | | | | | Signed-off-by: Micke Nordin <kano@sunet.se>
| * | Simpler version as proposed by @artonageMikael Nordin2022-04-301-14/+5
| | | | | | | | | | | | | | | Co-authored-by: Louis <6653109+artonge@users.noreply.github.com> Signed-off-by: Micke Nordin <kano@sunet.se>
| * | Respect user settings in php.ini if they are big enoughMicke Nordin2022-04-291-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the admin guide: * https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/big_file_upload_configuration.html it is mentioned that you can tweek: * max_input_time * max_execution_time in order to enable larger file uploads. However, the current codebase will hard code these values to one hour, no matter what the user sets in php.ini. This patch will allow the user to set these settings in php.ini and they will be respected, if and only if, they are set to something bigger than 3600 seconds. Signed-off-by: Micke Nordin <kano@sunet.se>
* | | Merge pull request #32405 from nextcloud/debt/noid/psalm-warning-isearchrequestJohn Molakvoæ2022-05-171-1/+1
|\ \ \
| * | | Fix spelling for return typeDaniel Kesselberg2022-05-151-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #31623 from nextcloud/tweak-default-scopes-accountsJulius Härtl2022-05-174-58/+158
|\ \ \ \ | | | | | | | | | | Allow to tweak default scopes for accounts
| * | | | Allow to tweak default scopes for accountsThomas Citharel2022-05-164-58/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #6582 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-17162-306/+298
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #31584 from nextcloud/fix/accessibilityJohn Molakvoæ2022-05-1645-105/+404
|\ \ \ \
| * | | | Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-1645-105/+404
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add visible-focus effect on each header entry - Show focus outline when using focus-visible (keyboard navigation) - Add polyfy for focus-visible since it's only very recently available on webkit - Change text for link to home button to describe the destination and not the current page - Improve focus effect in app sidebar navigation Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configurationJulius Härtl2022-05-161-21/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | | Migrate phpunit configuration to new format
| * | | | Migrate phpunit configuration to new formatCôme Chilliet2022-05-091-21/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: Warning: Your XML configuration validates against a deprecated schema. Suggestion: Migrate your XML configuration using "--migrate-configuration"! Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #32357 from nextcloud/user-delete-remove-wrappersJulius Härtl2022-05-161-0/+8
|\ \ \ \ \ | | | | | | | | | | | | remove storage wrappers when deleting the user storage
| * | | | | remove storage wrappers when deleting the user storageRobin Appelman2022-05-121-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #32412 from nextcloud/bugfix/noid/maintenance-scriptJulius Härtl2022-05-161-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Properly import maintenance script
| * | | | | | Properly import maintenance scriptJulius Härtl2022-05-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #32413 from nextcloud/fix/psalm-oc-legacyCarl Schwan2022-05-167-68/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix psalm errors from the end of the baseline file
| * | | | | | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-167-68/+15
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #32372 from nextcloud/Valdnet-patch-2Louis2022-05-161-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | l10n: Remove asterisk
| * | | | | | | l10n: Remove asteriskValdnet2022-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removal of a meaningless asterisk for the given sentence. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | | | | Merge pull request #32393 from ↵Côme Chilliet2022-05-160-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652505516 [Automated] Update psalm-baseline.xml
| * | | | | | | | Update psalm baselinenextcloud-command2022-05-141-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handlingLouis2022-05-161-10/+18
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Use stored user for PasswordUpdatedEvent
| * | | | | | | | Use stored user for PasswordUpdatedEventLouis Chemineau2022-05-101-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When handling PasswordUpdatedEvent event, we are calling getLoginName which does not exists. This PR adds a condition to use the previously stored user when handling PasswordUpdatedEvent. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | Merge pull request #32382 from nextcloud/event-logger-log-minimumRobin Appelman2022-05-162-2/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | only log diagnostic events if a treshhold is set
| * | | | | | | | | only log diagnostic events if a treshhold is setRobin Appelman2022-05-132-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this prevents log spam and it's rare that you actually want to very short events logged anyway Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimmingJoas Schilling2022-05-162-3/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix user agent trimming on installation
| * | | | | | | | | | Fix user agent trimming on installationJoas Schilling2022-05-092-3/+8
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #32375 from ↵Joas Schilling2022-05-166-36/+82
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/show-user-account-on-grant-loginflow-step Show user account on grant loginflow step
| * | | | | | | | | Extend testsJoas Schilling2022-05-162-33/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | | Show user account on grant loginflow stepJoas Schilling2022-05-134-3/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | | | Merge pull request #32388 from nextcloud/feature/remove-depreceted-elementJulius Härtl2022-05-161-1/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 🔥 remove deprecated element
| * | | | | | | | | | 🔥 remove deprecated elementVinicius Reis2022-05-131-1/+0
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-166-28/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #32398 from ↵Carl Schwan2022-05-151-12/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1652587922 [Automated] Update psalm-baseline.xml
| * | | | | | | | | Update psalm baselinenextcloud-command2022-05-151-12/+0
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | Merge pull request #32389 from ↵dependabot[bot]2022-05-142-8/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/vue-5.8.3
| * | | | | | | | | Bump @testing-library/vue from 5.8.2 to 5.8.3dependabot[bot]2022-05-142-8/+8
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/testing-library/vue-testing-library/releases) - [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.2...v5.8.3) --- updated-dependencies: - dependency-name: "@testing-library/vue" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / / / / / / / / [tx-robot] updated from transifexNextcloud bot2022-05-1438-78/+52
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Remove stale debug modeJohn Molakvoæ2022-05-131-1/+1
| | | | | | | |
* | | | | | | | Update command-rebase.ymlJohn Molakvoæ2022-05-131-4/+1
| | | | | | | |
* | | | | | | | Merge pull request #31662 from nextcloud/modernize-contactmenuJohn Molakvoæ2022-05-1320-454/+268
|\ \ \ \ \ \ \ \
| * | | | | | | | Modernize contacts menuThomas Citharel2022-05-1220-454/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | | Merge pull request #32384 from nextcloud/improve-psalm-server-getJohn Molakvoæ2022-05-132-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve psalm annotation to make it stricterCarl Schwan2022-05-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now using class-string<T> as input will only return T, and any other string will return mixed Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | | | Merge pull request #32261 from nextcloud/feat/remove-scss-supportJohn Molakvoæ2022-05-13131-1876/+17598
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix profile and add gradient-primary-backgroundJohn Molakvoæ2022-05-1316-19/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>