summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32442 from nextcloud/debt/noid/hello-chunkperfblizzz2022-05-191-79/+0
|\ | | | | Bye Bye chunkperf.php :wave:
| * Remove chunkperf.phpDaniel Kesselberg2022-05-171-85/+0
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * Make chunkperf.php work againDaniel Kesselberg2022-05-171-9/+15
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2022-05-1918-10/+48
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32428 from nextcloud/enhancement/validate-emailChristoph Wurst2022-05-182-89/+42
|\ \ | | | | | | Add Email validation
| * | Add email validationAnna Larch2022-05-182-89/+42
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Merge pull request #26813 from nextcloud/feature/files-search-tagsSimon L2022-05-186-1/+227
|\ \ \ | |/ / |/| | Files: Extend search to also cover tags
| * | Files: Extend search to also cover tagsMarcel Klehr2022-05-176-1/+227
| | | | | | | | | | | | | | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-1886-162/+218
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-1739-577/+222
|\ \ | | | | | | Cleanup dav
| * | Fix more psalm issuesCarl Schwan2022-05-1628-191/+93
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Cleanup davCarl Schwan2022-05-0525-402/+145
| | | | | | | | | | | | | | | | | | | | | - Remove unused class AppEnabledPlugin - Add more type hinting when possible Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | 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>
* | | | [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-1616-32/+91
|\ \ \ \ | |/ / / |/| | |
| * | | Improve accessibility with more visible focus indication for non vue appsCarl Schwan2022-05-1616-32/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 #32413 from nextcloud/fix/psalm-oc-legacyCarl Schwan2022-05-161-1/+1
|\ \ \ \ | | | | | | | | | | Fix psalm errors from the end of the baseline file
| * | | | Fix psalm errors fron the end of the baseline fileCarl Schwan2022-05-161-1/+1
| |/ / / | | | | | | | | | | | | 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 #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 #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>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-1438-78/+52
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix profile and add gradient-primary-backgroundJohn MolakvoƦ2022-05-132-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: John MolakvoƦ <skjnldsv@protonmail.com>
* | | | Cleanup and compileJohn MolakvoƦ2022-05-1343-293/+6602
| | | | | | | | | | | | | | | | 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>
* | | | Merge pull request #32366 from nextcloud/bug/noid/fix-property-nameCarl Schwan2022-05-131-2/+2
|\ \ \ \ | | | | | | | | | | Use property name for addType
| * | | | Use property name for addTypeDaniel Kesselberg2022-05-121-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-133-32/+45
|\ \ \ \ \ | | | | | | | | | | | | Minor optimizations for saving user personal information
| * | | | | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | Minor optimizations for saving user personal informationCarl Schwan2022-05-123-19/+24
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove double hook: the OC_User::changeUser triggers an OC\AccountManager::userUpdated and the app is already listening to this signal in its Application definition * Make createCard not check if an card exists if we already checked previously. We also don't try to get the card if the user is disabled as we don't use the card in this case We this change we go from 100 DB requests to 80 DB requests when saving an user email address. Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit c6fd482edf33214a9ad4787e4cac278f871fa7c8)
* | | | | Merge pull request #32250 from nextcloud/cleanup/cappedmemorycacheJohn MolakvoƦ2022-05-138-77/+46
|\ \ \ \ \
| * | | | | Add stricter psalm type for CappedMemoryCacheCarl Schwan2022-05-128-77/+46
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-1350-92/+166
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-121-11/+6
|\ \ \ \ \ | | | | | | | | | | | | Cleanup lock related code
| * | | | | Cleanup lock related codeCarl Schwan2022-05-121-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-123-47/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix buttons in workflow
| * | | | | | add vue button component in workflow rule.vueVanessa Pertsch2022-05-121-42/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* / | | | | l10n: Delete spaceValdnet2022-05-121-1/+1
|/ / / / / | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | | Merge pull request #32326 from nextcloud/fix/icons-cacherJohn MolakvoƦ2022-05-114-12/+19
|\ \ \ \ \
| * | | | | Migrate to static icons coloursJohn MolakvoƦ2022-05-104-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | 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-104-23/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add a public replacement for OC::$server->get
| * | | | | Add a public replacement for OC::$server->getCarl Schwan2022-05-104-23/+34
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>