summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Do not target vue progressbar with server stylesMarco Ambrosini2021-01-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
* | | | | | Merge pull request #25313 from nextcloud/bugfix/noid/harden-unexist-subfolderVincent Petry2021-01-251-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Catch NotFoundException when querying quota
| * | | | | Catch NotFoundException when querying quotaVincent Petry2021-01-251-0/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes parent folder that becomes inaccessible when it contains a non-existing / broken entry because the quota check made the PROPFIND on parent fail altogether. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-2514-4/+104
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-246-2/+28
| | | | |
* | | | | Merge pull request #25288 from ↵dependabot-preview[bot]2021-01-232-18/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/webpack-cli-4.4.0
| * | | | | Bump webpack-cli from 4.3.1 to 4.4.0dependabot-preview[bot]2021-01-232-18/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.3.1...webpack-cli@4.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | Merge pull request #25289 from ↵Roeland Jago Douma2021-01-231-18/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselineNextcloud-PR-Bot2021-01-231-18/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / / / [tx-robot] updated from transifexNextcloud bot2021-01-23108-74/+138
|/ / / / /
* | | | | Merge pull request #25281 from nextcloud/enh/comments/moment_onceChristoph Wurst2021-01-227-7/+7
|\ \ \ \ \ | | | | | | | | | | | | Only include moments once in comments
| * | | | | Only include moments once in commentsRoeland Jago Douma2021-01-227-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shaves off a decent amount of the code size. Let alone the parsing. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | Merge pull request #25183 from ↵Christoph Wurst2021-01-221-0/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/league/flysystem-1.1.3 Bump league/flysystem from 1.0.64 to 1.1.3
| * | | | | | Bump league/flysystem from 1.0.64 to 1.1.3Christoph Wurst2021-01-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25273 from ↵Morris Jobke2021-01-222-2/+42
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/hide-two-factor-settings-if-no-providers Do not show 2FA settings if the user has no providers available
| * | | | | | | Do not show 2FA settings if the user has no providers availableChristoph Wurst2021-01-222-2/+42
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25275 from nextcloud/fix/two-factor-token-typeMorris Jobke2021-01-222-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Convert 2FA token type to string
| * | | | | | | Convert 2FA token type to stringChristoph Wurst2021-01-222-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The IConfig service is documented to handle its data as strings, hence this changes the code a bit to ensure we store keys as string and convert them back when reading. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #25279 from ↵Morris Jobke2021-01-221-0/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/fully-deprecate-old-initial-state-interface Fully deprecate the old initial state interface, not just the methods
| * | | | | | | Fully deprecate the old initial state interface, not just the methodsChristoph Wurst2021-01-221-0/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25241 from ↵dependabot-preview[bot]2021-01-221-207/+110
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/build/socket.io-2.4.1
| * | | | | | | [Security] Bump socket.io from 2.3.0 to 2.4.1 in /builddependabot-preview[bot]2021-01-201-207/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1. **This update includes a security fix.** - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/2.4.1/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.3.0...2.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | | Merge pull request #25274 from ↵Roeland Jago Douma2021-01-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/fix/19647/federated_users_are_not_valid_users Do not obtain userFolder of a federated user
| * | | | | | | | Do not obtain userFolder of a federated userRoeland Jago Douma2021-01-221-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Federated shares are somewhat special. So we can't move the files from the main user and we should try to get it from the intialized root already. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | | Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz2021-01-222-18/+59
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
| * | | | | | | adjust since blizzz2021-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Co-authored-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-192-18/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #25271 from ↵Roeland Jago Douma2021-01-221-0/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/aws/aws-sdk-php-3.171.21 Bump aws/aws-sdk-php from 3.133.27 to 3.171.21
| * | | | | | | Bump aws/aws-sdk-php from 3.133.27 to 3.171.21Christoph Wurst2021-01-221-0/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25269 from ↵Christoph Wurst2021-01-221-0/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/swiftmailer/swiftmailer-6.2.5 Bump swiftmailer/swiftmailer from 6.2.4 to 6.2.5
| * | | | | | Bump swiftmailer/swiftmailer from 6.2.4 to 6.2.5Christoph Wurst2021-01-221-0/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-01-2232-12/+282
| | | | | |
* | | | | | Merge pull request #25253 from nextcloud/fix/noid/log-noiseMorris Jobke2021-01-211-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | silence log message
| * | | | | | silence log messageArthur Schiwon2021-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - this appears too often (in some configurations) when qualifying group members which do not meet the criteria Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #25255 from nextcloud/dav-storage-copy-directoryMorris Jobke2021-01-211-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | also use storage copy when dav copying directories
| * | | | | | | also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Merge pull request #25257 from nextcloud/dependabot/composer/sabre/dav-4.1.4Morris Jobke2021-01-211-0/+0
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Bump sabre/dav from 4.1.3 to 4.1.4
| * | | | | | | Bump sabre/dav from 4.1.3 to 4.1.4Christoph Wurst2021-01-211-0/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25252 from ↵Morris Jobke2021-01-211-0/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/giggsey/libphonenumber-for-php-8.12.16 Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16
| * | | | | | | Bump giggsey/libphonenumber-for-php from 8.12.4 to 8.12.16Christoph Wurst2021-01-211-0/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25214 from ↵Morris Jobke2021-01-214-3/+38
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/phpseclib/phpseclib-2.0.30 Bump phpseclib/phpseclib from 2.0.25 to 2.0.30
| * | | | | | Also load CA properly in integrity checkRoeland Jago Douma2021-01-201-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | phpsec lib can't parse multiple certs in one goRoeland Jago Douma2021-01-201-2/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So we have to split it manually and do it ourselves Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | | | Bump phpseclib/phpseclib from 2.0.25 to 2.0.30Christoph Wurst2021-01-192-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | Merge pull request #25238 from nextcloud/enh/noid/apps-defacto-in-rootRoeland Jago Douma2021-01-211-9/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Apps folder is defacto in root folder and not above
| * | | | | | | Apps folder is defacto in root folder and not aboveMorris Jobke2021-01-201-9/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #25240 from nextcloud/enh/noid/re-use-fetched-dependenciesRoeland Jago Douma2021-01-218-47/+45
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Re-use fetched dependencies in lib/base.php
| * | | | | | | Re-use fetched dependencies in lib/base.phpMorris Jobke2021-01-208-47/+45
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces calls to DI container by reusing already fetched dependencies. For status.php it went from 355 to 344. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #25119 from nextcloud/version/21/beta7v21.0.0beta7Roeland Jago Douma2021-01-211-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | 21 beta7
| * | | | | | | 21 beta7Roeland Jago Douma2021-01-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>