summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32366 from nextcloud/bug/noid/fix-property-nameCarl Schwan2022-05-131-2/+2
|\
| * Use property name for addTypeDaniel Kesselberg2022-05-121-2/+2
* | Merge pull request #30863 from nextcloud/performance/saving-user-profile-infoCarl Schwan2022-05-133-32/+45
|\ \
| * | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
| * | Minor optimizations for saving user personal informationCarl Schwan2022-05-123-19/+24
| |/
* | 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
* | | [tx-robot] updated from transifexNextcloud bot2022-05-1350-92/+166
| |/ |/|
* | Merge pull request #32077 from nextcloud/cleanup/lockCarl Schwan2022-05-121-11/+6
|\ \
| * | Cleanup lock related codeCarl Schwan2022-05-121-11/+6
* | | Merge pull request #32362 from nextcloud/fix-buttons-workflowCarl Schwan2022-05-123-47/+36
|\ \ \
| * | | add vue button component in workflow rule.vueVanessa Pertsch2022-05-121-42/+27
| * | | add vue button component in workflow operation.vueVanessa Pertsch2022-05-122-5/+9
| | |/ | |/|
* / | l10n: Delete spaceValdnet2022-05-121-1/+1
|/ /
* | 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
* | | 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
| |/ /
* | | Merge pull request #31900 from nextcloud/feat/server-container-publicCarl Schwan2022-05-104-23/+34
|\ \ \ | |/ / |/| |
| * | Add a public replacement for OC::$server->getCarl Schwan2022-05-104-23/+34
* | | [tx-robot] updated from transifexNextcloud bot2022-05-102-0/+46
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0914-2/+26
* | | [tx-robot] updated from transifexNextcloud bot2022-05-082-0/+2
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0710-0/+12
* | | [tx-robot] updated from transifexNextcloud bot2022-05-0636-62/+126
* | | Merge pull request #32276 from nextcloud/fix/ldap_error_handlingblizzz2022-05-051-1/+4
|\ \ \
| * | | Do not dispatch postSetPassword when setPassword failsLouis Chemineau2022-05-051-1/+4
| |/ /
* | | Merge pull request #32246 from nextcloud/performance/remove-bind-hashVincent Petry2022-05-051-8/+3
|\ \ \
| * | | Don't use slow hashing to check the LDAP bindingCarl Schwan2022-05-051-8/+3
* | | | Merge pull request #32110 from plumbeo/binary-encoding-4Vincent Petry2022-05-053-35/+85
|\ \ \ \
| * | | | Save encrypted files in binary formatplumbeo2022-05-043-35/+85
* | | | | Merge pull request #31964 from nextcloud/feat/ignore_mail_during_contact_lookupLouis2022-05-054-18/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Do not display search option in Shares settingsLouis Chemineau2022-05-031-27/+0
| * | | | Add setting to ignore email during searchLouis Chemineau2022-05-034-0/+15
* | | | | [tx-robot] updated from transifexNextcloud bot2022-05-05162-598/+242
* | | | | Merge pull request #32262 from nextcloud/fix/noid/extra-leading-minusCarl Schwan2022-05-041-1/+1
|\ \ \ \ \
| * | | | | remove leading minus which thankfully crashes because this operand does not a...Julien Veyssier2022-05-041-1/+1
* | | | | | Merge pull request #31963 from nextcloud/feat/use_setting_in_dav_searchLouis2022-05-042-3/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Use email settings in DAV searchLouis Chemineau2022-04-192-1/+6
| * | | | | Use share setting in DAV searchLouis Chemineau2022-04-191-2/+4
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-05-04110-102/+22
| |/ / / / |/| | | |
* | | | | Merge pull request #32213 from nextcloud/fix/theming-layoutJoas Schilling2022-05-033-7/+26
|\ \ \ \ \
| * | | | | Fix dark theme descriptionJohn Molakvoæ2022-05-011-1/+1
| * | | | | Improve theming layoutJohn Molakvoæ2022-04-302-6/+25
* | | | | | Merge pull request #31775 from nextcloud/fix/migrate-dav-away-from-iloggerCôme Chilliet2022-05-0350-381/+216
|\ \ \ \ \ \
| * | | | | | Fix use of $logger from another scope in apps/dav/lib/Server.phpCôme Chilliet2022-05-021-0/+1
| * | | | | | Add missing use for LoggerInterfaceCôme Chilliet2022-05-021-0/+1
| * | | | | | Migrate last instances of $server::getLogger() from davCôme Chilliet2022-05-026-9/+12
| * | | | | | Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-0242-369/+199
| * | | | | | Fix namespace of RefreshWebcalServiceTestCôme Chilliet2022-05-021-1/+1