summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32561 from nextcloud/port/vue-personal-federationPytal2022-06-2719-325/+289
|\
| * Port federatedfilesharing personal settings to vueCarl Schwan2022-06-1519-325/+289
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32998 from nextcloud/fix/setting_nameLouis2022-06-279-18/+12
|\ \ | | | | | | Rename setting name to reduce its length
| * | Rename setting name to reduce its lengthLouis Chemineau2022-06-279-18/+12
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-272-0/+28
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33016 from ↵dependabot[bot]2022-06-251-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.5
| * | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.4...7.4.5) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-252-0/+26
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #33006 from ↵Carl Schwan2022-06-241-0/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.5 Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5
| * | | Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5Carl Schwan2022-06-241-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/pull/1088 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | Merge pull request #32820 from ↵blizzz2022-06-241-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.4.4 Update guzzlehttp/guzzle requirement from 7.4.2 to 7.4.4 in /build/integration
| * | | | Update guzzlehttp/guzzle requirement in /build/integrationdependabot[bot]2022-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/master/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.4.2...7.4.4) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | Merge pull request #32863 from nextcloud/feature/add-comments-expire-dateblizzz2022-06-2410-1/+181
|\ \ \ \ \ | | | | | | | | | | | | Add comments expire date
| * | | | | Follow the most common pattern used in projectVitor Mattos2022-06-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` git grep strval|wc -l 32 git grep "(string)"|wc -l 481 ``` Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | | | | Fix test to check the expire dateVitor Mattos2022-06-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitor Mattos <vitor@php.rio>
| * | | | | Add comments expire dateVitor Mattos2022-06-159-1/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/nextcloud/spreed/pull/7327 Signed-off-by: Vitor Mattos <vitor@php.rio>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2414-10/+118
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #32980 from ↵blizzz2022-06-234-17/+26
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/32887/dashboard-load-only-enabled-apps load dashboard widgets of enabled apps only
| * | | | | avoid early DI of IAppManagerArthur Schiwon2022-06-221-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - might break install Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | load widgets only of enabled appsArthur Schiwon2022-06-224-17/+24
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - per design, all enabled apps have their registration run - limitations, e.g. enabled by group, are not considered in that state, because we do not have a session (and might need apps?) - before instantiation of widget it has to be checked whether the providing app is actually enabled for the logged in user. - a public interface is being changed, but it is not meant to be implemented or used outside of the core handling. Therefore save to backport. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #32957 from nextcloud/fix/import-floatCarl Schwan2022-06-231-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix importing float value
| * | | | | Fix importing float valueCarl Schwan2022-06-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32962 from nextcloud/getstoragestat-change-urlCarl Schwan2022-06-232-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove .php from url
| * | | | | | Remove .php from urlCarl Schwan2022-06-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probably here for legacy reasons, but it is a bit weird to call an .php endpoint that doesn't correspond to a .php file Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #32701 from nextcloud/fix/type-error-objectreeCarl Schwan2022-06-233-7/+118
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix type error in Sabre/Connector/Directory
| * | | | | | | Add testCarl Schwan2022-06-232-5/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | | | | | | Fix type error in Sabre/Connector/DirectoryCarl Schwan2022-06-141-2/+2
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #32988 from nextcloud/fix/improve-local-domain-detectionJohn Molakvoæ2022-06-231-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Improve local domain detectionCôme Chilliet2022-06-231-2/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | / / / [tx-robot] updated from transifexNextcloud bot2022-06-2312-2/+64
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32971 from ↵Daniel2022-06-221-11/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | Update psalm baselinenextcloud-command2022-06-221-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | Merge pull request #32884 from nextcloud/typing/dav-sharingCarl Schwan2022-06-2211-253/+154
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add typing to Sharing Backend
| * | | | | | Add typing to Sharing BackendCarl Schwan2022-06-2211-299/+156
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | [tx-robot] updated from transifexNextcloud bot2022-06-2238-46/+238
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #32964 from nextcloud/feat/add-title-folderviewSimon L2022-06-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add title to file name
| * | | | | | Add title to file nameCarl Schwan2022-06-211-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #32157 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | Merge pull request #32242 from nextcloud/fix-logging-data-arrayblizzz2022-06-214-25/+76
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix logging data context to file
| * | | | | | Fix logging data context to fileThomas Citharel2022-05-024-25/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was only logged when an exception was provided or when using logData (which is not being much used). We make sure the interpolated parameters are not logged. Only tested with file write logger, but shouldn't work differently. Crash reporters always had the context. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | | Merge pull request #32941 from ↵Carl Schwan2022-06-211-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/guzzlehttp/guzzle-7.4.4 Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4
| * | | | | | | Bump guzzlehttp/guzzle from 7.4.0 to 7.4.4Carl Schwan2022-06-211-0/+0
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/nextcloud/3rdparty/pull/1072 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | Merge pull request #31475 from nextcloud/kofemann-patch-1blizzz2022-06-211-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | files: close open directory file descriptor on error path
| * | | | | | | files: close open directory file descriptor on error pathTiramisu Mokka2022-03-071-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #32823 from ↵Daniel2022-06-211-46/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/master-update-psalm-baseline [master] Update psalm-baseline.xml
| * | | | | | | Update psalm baselinenextcloud-command2022-06-211-46/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | Merge pull request #32924 from nextcloud/memcached-binary-protocolCarl Schwan2022-06-211-24/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Enable binary protocol again
| * | | | | | | | memcached should not throw arbitrary exceptionsArthur Schiwon2022-06-171-24/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | | | | | Enable binary protocol againCarl Schwan2022-06-171-1/+1
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | | | | | Merge pull request #32954 from ↵Côme Chilliet2022-06-211-0/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/replace-opis-closure-by-laravel-fork-cleanup Sync back with 3rdparty master
| * | | | | | | | Sync back with 3rdparty masterCôme Chilliet2022-06-211-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>