summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-11-0112-4/+256
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-312-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Bump vue-router from 3.5.2 to 3.5.3dependabot[bot]2021-10-302-3/+3
| | | | | | | | | | | | | | | | | Bumps [vue-router](https://github.com/vuejs/vue-router) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/vuejs/vue-router/releases) - [Changelog](https://github.com/vuejs/vue-router/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-router/compare/v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-302-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-292-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-282-0/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Detect mimetype by content only with contentJoas Schilling2021-10-271-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-276-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix "No entries in this …" templateJoas Schilling2021-10-264-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move to combined files entrypointJulius Härtl2021-10-2615-383/+393
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Implement local filtering in file listJulius Härtl2021-10-262-0/+44
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2021-10-2628-2/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Respect user enumeration settings in user status listsJonas Meurer2021-10-253-7/+101
| | | | | | | | | | | | | | | | | | | | | | | | So far, the functions to find user statuses listed didn't respect user enumeration settings (`shareapi_allow_share_dialog_user_enumeration` and `shareapi_restrict_user_enumeration_to_group` core app settings). Fix this privacy issue by returning an empty list in case `shareapi_allow_share_dialog_user_enumeration` is unset or `shareapi_restrict_user_enumeration_to_group` is set. In the long run, we might want to return users from common groups if `shareapi_restrict_user_enumeration_to_group` is set. It's complicated to implement this in a way that scales, though. See the discussion at https://github.com/nextcloud/server/pull/27879#pullrequestreview-753655308 for details. Also, don't register the user_status dashboard widget at all if `shareapi_allow_share_dialog_user_enumeration` is unset or `shareapi_restrict_user_enumeration_to_group` is set. Fixes: #27122 Signed-off-by: Jonas Meurer <jonas@freesources.org>
* [tx-robot] updated from transifexNextcloud bot2021-10-2524-82/+256
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #29393 from nextcloud/backport/26725/stable22MichaIng2021-10-246-17/+37
|\ | | | | [stable22] Fix federated scope not shown when public addressbook upload is disabled
| * Split capabilityDaniel Calviño Sánchez2021-10-232-12/+21
| | | | | | | | | | | | | | The "federated" and "published" scopes are independent one from each other, so the capability that encompassed both needs to be split. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Hide "federated" scope when Federation app is disabledDaniel Calviño Sánchez2021-10-234-1/+12
| | | | | | | | | | | | | | If the Federation app is disabled it is not possible to synchronize the users from a different server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Fix "Federated" scope not shown when the lookup server is disabledDaniel Calviño Sánchez2021-10-232-5/+5
| | | | | | | | | | | | | | | | When the lookup server is disabled the address books can still be exchanged between trusted servers. Therefore the user should be able to set the "Federated" scope in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2412-0/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29419 from nextcloud/backport/29400/stable22blizzz2021-10-241-1/+1
|\ \ | | | | | | [stable22] fixes an undefined index when getAccessList returns an empty array
| * | fixes an undefined index when getAccessList returns an empty arrayArthur Schiwon2021-10-231-1/+1
| |/ | | | | | | | | | | - [] is a valid return value that should be honored as having no access Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #29391 from nextcloud/backport/29220/stable22MichaIng2021-10-233-144/+235
|\ \ | |/ |/| [stable22] s3 external storage fixes
| * cache versioning enabled statusRobin Appelman2021-10-221-2/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * minor directory detect improvementsRobin Appelman2021-10-221-2/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * always set Key field in `headObject`Robin Appelman2021-10-221-1/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * more reliable hasUpdated for s3Robin Appelman2021-10-221-0/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * remove old migration methodRobin Appelman2021-10-221-31/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * optimize filetype for s3 directories a bitRobin Appelman2021-10-221-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * ciRobin Appelman2021-10-222-0/+49
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * more reliable directory copyRobin Appelman2021-10-221-20/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * doesDirectoryExist fixesRobin Appelman2021-10-221-4/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * s3 external storage listing reworkRobin Appelman2021-10-221-96/+147
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2326-22/+128
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29385 from nextcloud/backport/28997/stable22John Molakvoæ2021-10-223-25/+85
|\ \
| * | Update attendence for external usersDaniel Kesselberg2021-10-223-25/+85
| | | | | | | | | | | | | | | | | | | | | For local users it's possible to select their calendar via the principal url and first update their own attendance status. External users have no calendar event hence the recipient is the organizer. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Scheduling plugin not updating responding attendee status take twoAnna Larch2021-10-221-1/+1
| |/ | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* / Make calendar schedule options translatableJulius Härtl2021-10-221-2/+2
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #29316 from nextcloud/backport/29180/stable22John Molakvoæ2021-10-2212-116/+207
|\
| * Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-195-78/+136
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Fix two mistakes in previous migration to LoggerInterface in ↵Côme Chilliet2021-10-192-2/+3
| | | | | | | | | | | | OCA\User_LDAP\Access Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-196-37/+65
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-191-1/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2212-0/+196
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2142-64/+728
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2068-194/+474
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29263 from nextcloud/backport/29090/stable22MichaIng2021-10-202-3/+90
|\ \ | | | | | | [stable22] Add configuration flag to disable the background job for files_versions
| * | Add configuration flag to disable the background job for files_versionsDaniel Kesselberg2021-10-152-3/+90
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #29262 from nextcloud/backport/29125/stable22MichaIng2021-10-202-18/+65
|\ \ \ | | | | | | | | [stable22] Add configuration flag to disable the background job for files_trashbin
| * | | Add configuration flag to disable the background job for files_trashbinDaniel Kesselberg2021-10-152-18/+65
| |/ / | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #29283 from nextcloud/backport/28250/stable22John Molakvoæ2021-10-192-1/+7
|\ \ \