summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* | [tx-robot] updated from transifexNextcloud bot2021-10-2524-82/+256
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2412-0/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | 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>
* | [tx-robot] updated from transifexNextcloud bot2021-10-2326-22/+128
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29390 from nextcloud/backport/29375/stable21Julius Härtl2021-10-221-2/+2
|\ \
| * | Make calendar schedule options translatableJulius Härtl2021-10-221-2/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Update attendence for external usersDaniel Kesselberg2021-10-223-25/+84
| | | | | | | | | | | | | | 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>
* [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>
* Merge pull request #29315 from nextcloud/backport/29180/stable21blizzz2021-10-2012-116/+207
|\ | | | | [stable21] Avoid PHP errors when the LDAP attribute is not found
| * 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>
* | Merge pull request #29268 from nextcloud/backport/29125/stable21Daniel2021-10-202-18/+64
|\ \ | | | | | | [stable21] 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/+64
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-2068-194/+474
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #29267 from nextcloud/backport/29090/stable21MichaIng2021-10-202-3/+90
|\ \ \ | | | | | | | | [stable21] 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 #29182 from nextcloud/backport/29028/stable21John Molakvoæ2021-10-191-0/+5
|\ \ \
| * | | add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle2021-10-121-0/+5
| | | | | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Merge pull request #29282 from nextcloud/backport/28250/stable21John Molakvoæ2021-10-192-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix bug introduced on drag and drop external filespjft2021-10-172-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drag and drop of external (OS filesystem) to subdirectories in the browser would fail on specific cases, mainly when the subdirectory was no longer off the root folder. This seemed to have been an issue introduced with the subdirectory free space calculation [here](https://github.com/nextcloud/server/commit/f9536b08096ed1c80391af36d33a18198be1fced) and it seems to fail for any subdirectory that doesn't belong to the root folder. Bug reports: - https://help.nextcloud.com/t/drag-drop-into-subfolders/120731 - https://github.com/nextcloud/server/issues/24720 I couldn't find any reference on scenarios or quota management that would suggest when a subdirectory's free space would be different to the parent's free space, other than when on the root folder, where subdirectories can be external mounts. As such, if my understanding is correct (please review), this calculation can - and should - be made by getting the free space from the first subdirectory in the total path, which caters for all subdirectory scenarios. Please advise, happy to help improve this. Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: pjft <pjft@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-10-1994-76/+140
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-10-1810-10/+0
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-1712-94/+104
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-10-16370-370/+370
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #29159 from nextcloud/backport/24185/stable21Daniel2021-10-151-0/+1
|\ \ | | | | | | [stable21] Properly handle folder deletion on external s3 storage
| * | Delete object to cleanup leftover of paths when removing directoriesJulius Härtl2021-10-111-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #29194 from nextcloud/revert-29178-backport/25774/stable21John Molakvoæ2021-10-151-3/+1
|\ \ \
| * | | Revert "[stable21] Add button color variables"John Molakvoæ2021-10-131-3/+1
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-10-154-0/+42
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #29222 from nextcloud/backport/29214/stable21blizzz2021-10-141-8/+11
|\ \ \ \ | | | | | | | | | | [stable21] Don't setup the filesystem to check for a favicon we don't use anyway
| * | | | Don't setup the filesystem to check for a favicon we don't use anywayJoas Schilling2021-10-131-8/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-10-142-0/+2
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / / / Fix translated app detailsJoas Schilling2021-10-132-15/+25
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | / [tx-robot] updated from transifexNextcloud bot2021-10-136-4/+26
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Add new variables for buttonsmarco2021-10-121-1/+3
| | | | | | | | Signed-off-by: marco <marcoambrosini@pm.me>
* | [tx-robot] updated from transifexNextcloud bot2021-10-122-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-116-2/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-108-6/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-0914-2/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Update icewind/streams to 0.7.5 in files_externalVincent Petry2021-10-089-368/+491
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-0818-4/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2021-10-0742-46/+94
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* file-upload: Correctly handle error responses for HTTP2Jakub Onderka2021-10-061-1/+1
| | | | Signed-off-by: Jakub Onderka <ahoj@jakubonderka.cz>
* Merge pull request #29074 from nextcloud/bug/noid/no-execute-query-in-21Daniel2021-10-061-2/+2
|\ | | | | [stable21] executeQuery and executeStatement are 22+
| * executeQuery and executeStatement are 22+Daniel Kesselberg2021-10-041-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2021-10-064-2/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>