aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve accessibility of the title of the settingsCarl Schwan2022-05-165-17/+35
| | | | | | | | | | | Before every setting page had the same title and this is causing issues for screenreaders since they can't differenciate the title of page. Now a new variable is available for apps to declare the page subtitle. This new variable is implemented for the settings app and while at it I added a bit more type hinting to the stuff I touched :) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 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>
| * | | | | | | | Fix jsunitJohn MolakvoƦ2022-05-132-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
| * | | | | | | | Add workflow testJohn MolakvoƦ2022-05-131-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
| * | | | | | | | Cleanup and compileJohn MolakvoƦ2022-05-1389-528/+17393
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
| * | | | | | | | Npm scriptJohn MolakvoƦ2022-05-132-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
| * | | | | | | | Migrate apps scssJohn MolakvoƦ2022-05-139-34/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
| * | | | | | | | Migrate core scssJohn MolakvoƦ2022-05-1310-170/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
| * | | | | | | | Remove SCSSCacherJohn MolakvoƦ2022-05-1312-1116/+10
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #32376 from ā†µJohn MolakvoƦ2022-05-131-4/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | nextcloud/debt/noid/fix-psalm-warning-for-zip-response
| * | | | | | | Fix psalm warning for zip response due wrong typeDaniel Kesselberg2022-05-131-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #32366 from nextcloud/bug/noid/fix-property-nameCarl Schwan2022-05-131-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Use property name for addType