summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-24154-300/+302
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35795 from ↵Julia Kirschenheuter2022-12-238-49/+10
|\ | | | | | | | | nextcloud/enh/35770-Replace_custom_tooltips_with_native_one_for_files Replace custom tooltips with native ones in files
| * Replace custom tooltips with native ones in filesjulia.kirschenheuter2022-12-229-51/+11
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #35785 from ↵Julia Kirschenheuter2022-12-236-15/+8
|\ \ | | | | | | | | | | | | nextcloud/enh/35654-js-files/replace_custom_tooltips_with_native_one_for_files_sharing Replace custom tooltips with native one for files sharing
| * | Replace custom tooltips with native ones in files_sharingjulia.kirschenheuter2022-12-226-15/+8
| | | | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2376-212/+212
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #35213 from PLUTEX/32611-ocs-api-share-permissionsJulius Härtl2022-12-223-9/+13
|\ \ \ | |_|/ |/| | Honor permissions of new link share via OCS API
| * | Honor permissions of new link share via OCS APIJan-Philipp Litza2022-12-063-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The API currently overrides the supplied permissions with "read only" when a file is shared via link. It allows to update the permissions later, however. This keeps the default to "read only" but honors the permissions supplied by API call if any. Signed-off-by: Jan-Philipp Litza <jpl@plutex.de>
* | | Merge pull request #35761 from nextcloud/fix/remove-guests-commentsJulius Härtl2022-12-223-33/+4
|\ \ \ | |_|/ |/| | Remove comment and guests option from Invitations UI
| * | Remove comment and guests option from Invitations UIAnna Larch2022-12-203-33/+4
| | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-2216-8/+122
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If basic auth is used on WebDAV endpoints, we will not setup a session by default but instead set a test cookie. Clients which handle session cookies properly will send back the cookie then on the second request and a session will be initialized which can be resued for authentication. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #35836 from nextcloud/fix/remove-other-share-when-deletedJulius Härtl2022-12-211-1/+12
|\ \ \ | | | | | | | | fix: remove other shares from ui when deleted
| * | | fix: remove other shares from ui when deletedMax2022-12-201-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the share entry in question when unsharing a folder from within the `others with access` section of a file within that folder. Using the code from the ShareList view here as well. Just copying the code here as this is a bugfix that will need to be backported. Signed-off-by: Max <max@nextcloud.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-21856-2942/+810
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | 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>