summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-102-0/+46
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0914-2/+26
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-082-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0710-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0636-62/+126
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-1/+4
|\ \ \ | | | | | | | | Do not dispatch postSetPassword when setPassword fails
| * | | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-1/+4
| |/ / | | | | | | | | | | | | | | | Also Improve error message when setPassword fails Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry2022-05-051-8/+3
|\ \ \ | | | | | | | | Don't use hash to check if binding worked
| * | | Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using password_hash is expensive and should be used for hashing passwords when saving them in the database. Here we just want to see if the bind was already done with the given password, so use a fast hashing algorythm. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-053-35/+85
|\ \ \ \ | | | | | | | | | | Save encrypted files in binary format
| * | | | Save encrypted files in binary formatplumbeo2022-05-043-35/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default to the more space-efficient binary encoding for newly encrypted files instead of the traditional base64 encoding, eliminating the 33% overhead. The new option 'encryption.use_legacy_encoding' allows to force the legacy encoding format if needed. Files encoded in the old format remain readable. Based on https://github.com/owncloud/encryption/pull/224 and https://github.com/owncloud/core/pull/38249 by karakayasemi. Signed-off-by: plumbeo <plumbeo@users.noreply.github.com>
* | | | | Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis2022-05-054-18/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | Add setting to ignore email during search
| * | | | Do not display search option in Shares settingsLouis Chemineau2022-05-031-27/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | Add setting to ignore email during searchLouis Chemineau2022-05-034-0/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-05162-598/+242
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan2022-05-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove leading "minus"
| * | | | | remove leading minus which thankfully crashes because this operand does not ↵Julien Veyssier2022-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apply to PsrLoggerAdapter Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
* | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-042-3/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use share setting in DAV search
| * | | | | Use email settings in DAV searchLouis Chemineau2022-04-192-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shareapi_restrict_user_enumeration_full_match_ignore_second_display_name was introduced to ignore second display name during search from the share panel. But this setting was not respected by search from the calendar application. This fix it. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-04110-102/+22
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling2022-05-033-7/+26
|\ \ \ \ \ | | | | | | | | | | | | Improve theming layout
| * | | | | Fix dark theme descriptionJohn Molakvoæ2022-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * | | | | Improve theming layoutJohn Molakvoæ2022-04-302-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet2022-05-0350-381/+216
|\ \ \ \ \ \ | | | | | | | | | | | | | | Migrate dav application from ILogger to LoggerInterface
| * | | | | | Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Add missing use for LoggerInterfaceCôme Chilliet2022-05-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-026-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0242-369/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix namespace of RefreshWebcalServiceTestCôme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>