aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #35839 from nextcloud/feat/user_ldap-longer-ttl-for-fallbackVincent Petry2022-12-201-4/+5
|\ | | | | Apply a longer TTL of 15min to falling back on backup server
| * Apply a longer TTL of 15min to falling back on backup serverCôme Chilliet2022-12-201-4/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-0/+8
|\ \ | | | | | | fix reading newly written encrypted files before their cache entry is written
| * | clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+8
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-2010-97/+74
|\ \ \ | | | | | | | | Make sure to use AccessFactory to create Access instances and use DI
| * \ \ Merge branch 'master' into fix/clean-ldap-access-factory-usageCôme Chilliet2022-11-21990-9466/+7979
| |\ \ \ | | | | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
| * | | | Adapt test to User_Proxy constructorCôme Chilliet2022-10-251-7/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix return type for countUsers methodCôme Chilliet2022-10-254-10/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-256-81/+53
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #25768 from nextcloud/workflow-use-cache-for-mimetypeVincent Petry2022-12-202-6/+202
|\ \ \ \ \ | | | | | | | | | | | | Use mimetype from cache for workflow checks
| * | | | | add some tests for mimetype checkRobin Appelman2022-12-201-0/+192
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the method is only called if the file exists already a check against storing the fallback mimetype is added as a safety instead Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #35769 from nextcloud/rakekniven-patch-1John Molakvoæ2022-12-201-1/+8
|\ \ \ \ \ | |/ / / / |/| | | | l10n: Align notification messages for server version and apps
| * | | | l10n: Align notification messages for server version and appsrakekniven2022-12-201-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Solution for #35768 Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
* | | | | Merge pull request #35229 from ↵blizzz2022-12-203-28/+38
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feat/user_ldap-specific-server-for-background Use a dedicated LDAP host and port for background jobs if configured
| * | | | | Fixed backup host logicCôme Chilliet2022-12-192-27/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now forcing backup host applies to both main and background. And background will fallback to backup if not responding. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Make code clearer for background hostCôme Chilliet2022-12-191-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | Use a dedicated LDAP host and port for background jobs if configuredCôme Chilliet2022-12-192-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #35814 from nextcloud/fix/fix-parameter-type-setreadmarkerCôme Chilliet2022-12-201-5/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix parameter type for EntityCollection::setReadMarker in comments app
| * | | | | | Fix parameter type for EntityCollection::setReadMarker in comments appCôme Chilliet2022-12-191-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #35828 from nextcloud/fix/fix-oauth2-test-dynamic-propertyVincent Petry2022-12-201-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix PHP error on PHP >= 8.2 about dynamic property use in tests
| * | | | | | | Fix PHP error on PHP >= 8.2 about dynamic property use in testsCôme Chilliet2022-12-191-1/+6
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* / | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-20460-1394/+1394
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #35231 from ↵Côme Chilliet2022-12-192-8/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/user_ldap-cache-fetched-list-of-groups Cache the fetched list of groups
| * | | | | | Fix user_ldap tests now that list of groups gets cachedCôme Chilliet2022-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Cache the fetched list of groupsCôme Chilliet2022-11-171-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | Merge pull request #33709 from nextcloud/enh/displayname-cache-getStorageInfoVincent Petry2022-12-191-0/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Use display name cache on getStorageInfo
| * | | | | | Use display name cache on getStorageInfoJulius Härtl2022-12-161-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Adapt test to also run isolated Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-1917-262/+65
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Compute notification parsed subject from rich subject when possible
| * | | | | | | Fix comments and dav tests with Notifications and Activity changesCôme Chilliet2022-12-192-24/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Revert changes to systemtags applicationCôme Chilliet2022-11-291-32/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | | Get rid of all useless calls to setParsedSubject now that setRichSubject is ↵Côme Chilliet2022-11-2915-339/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | able to do it Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-186-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1712-8/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Add unit test for case insensitive email savingVincent Petry2022-12-161-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | | | | Fix case sensitivity of email when saving settingsCarl Schwan2022-12-161-1/+1
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise we detect a email change all the time and since email are immutable in ldap this prevent updating other fields. Related: https://github.com/nextcloud/server/pull/33813 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #35108 from nextcloud/encryption-fix-versions-allVincent Petry2022-12-162-14/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | allow running encryption:fix-encrypted-version for all users
| * | | | | | | allow running encryption:fix-encrypted-version for all usersRobin Appelman2022-11-292-14/+39
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #35609 from nextcloud/add-data-section-idVincent Petry2022-12-162-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add section-id and section-type data attributes to settings <li> navigation items
| * | | | | | | Add section-id and section-type data attributes to settings <li> navigation ↵Thomas Citharel2022-12-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | items Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | | Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-eventVincent Petry2022-12-1625-50/+50
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent
| * | | | | | | | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-1525-50/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-168-8/+10
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | / / / / [tx-robot] updated from transifexNextcloud bot2022-12-154-4/+4
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35533 from nextcloud/revert-35240-enh/a11y-share-buttonJohn Molakvoæ2022-12-142-39/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Revert "Copy to clipboard with button instead of link"
| * | | | | | | Revert "Copy to clipboard with button instead of link"Christopher Ng2022-12-142-39/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4ffc022c8b5d2a4df3b1b1452de769c4ad27fe4f. Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-12-1412-92/+124
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #35621 from nextcloud/enh/noid/sabre-plugin-publicwebdavJulien Veyssier2022-12-131-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Allow additional Sabre plugins in publicwebdav.php
| * | | | | | | use modern event dispatchJulien Veyssier2022-12-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>