aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Port share by mail settings to vueCarl Schwan2022-05-19104-212/+326
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-1812-12/+253
|\ | | | | Files: Extend search to also cover tags
| * Files: Extend search to also cover tagsMarcel Klehr2022-05-1712-12/+253
| | | | | | | | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | [tx-robot] updated from transifexNextcloud bot2022-05-18102-162/+250
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-1740-687/+222
|\ \ | | | | | | Cleanup dav
| * | Fix more psalm issuesCarl Schwan2022-05-1629-296/+93
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Cleanup davCarl Schwan2022-05-0526-407/+145
| | | | | | | | | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbookCôme Chilliet2022-05-171-1/+0
|\ \ \ | | | | | | | | [Psalm] Drop redundanten return comment
| * | | Drop redundanten return commentDaniel Kesselberg2022-05-151-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #32427 from nextcloud/boot-event-orderingRobin Appelman2022-05-171-5/+5
|\ \ \ \ | | | | | | | | | | reorder startup events to fix overlapping
| * | | | reorder startup events to fix overlappingRobin Appelman2022-05-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current the `request` and `runtime` events overlap with the `init` event which makes it hard to create usefull visualizations. this reorders things a bit to remove an overlap Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | 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>