aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * | | | | Fix PublishingTest class nameCôme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Remove use of mixed type which is not available in PHP 7.4Côme Chilliet2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-038-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-021184-6734/+1522
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / / [tx-robot] updated from transifexNextcloud bot2022-05-028-0/+8
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix theming setEnabledThemes unique arrayJohn Molakvoæ2022-04-302-1/+33
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Allow to override the default themeJohn Molakvoæ2022-04-308-29/+329
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-04-3018-0/+38
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #31703 from nextcloud/techdebt/noid/emojihelper-interfaceJoas Schilling2022-04-298-244/+24
|\ \ \ \ | | | | | | | | | | Emojihelper interface
| * | | | Extract the EmojiService from user status and add an OCP interfaceJoas Schilling2022-04-288-244/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Revert "Show the child folders in the breadcrumb menu when on a parent entry."Simon L2022-04-292-24/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2022-04-2944-106/+132
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32204 from nextcloud/fix/invert-logoJohn Molakvoæ2022-04-282-5/+14
|\ \ \ \ \
| * | | | | Fix header apps iconsJohn Molakvoæ2022-04-282-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>