Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #26799 from nextcloud/backport/26785/stable19 | Julius Härtl | 2021-04-28 | 4 | -3/+49 | |
|\ \ \ \ | | | | | | | | | | | [stable19] LDAP: do not bother to search after the last page | |||||
| * | | | | do not try to search after the last page | Arthur Schiwon | 2021-04-27 | 4 | -3/+49 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | - saves an LDAP requests in these cases - prevents a Protocol Error logged on < 7.3 API (for backports) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-28 | 174 | -268/+330 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-27 | 18 | -130/+132 | |
| | | | ||||||
* | | | Merge pull request #26772 from nextcloud/backport/26763/stable19 | Roeland Jago Douma | 2021-04-26 | 1 | -18/+2 | |
|\ \ \ | | | | | | | | | [stable19] Improve federated permission handling | |||||
| * | | | Improve federated permission handling | Roeland Jago Douma | 2021-04-26 | 1 | -18/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | | Merge pull request #26769 from nextcloud/backport/26762/stable19 | Julius Härtl | 2021-04-26 | 1 | -2/+19 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Log deprecation only as debug | Joas Schilling | 2021-04-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
| * | | | Respect the error level when logging | Joas Schilling | 2021-04-26 | 1 | -2/+17 | |
|/ / / | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-26 | 18 | -6/+62 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-25 | 28 | -16/+188 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-24 | 30 | -6/+44 | |
| |/ |/| | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-23 | 192 | -270/+296 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-22 | 398 | -764/+884 | |
| | | ||||||
* | | Merge pull request #26676 from nextcloud/backport/26658/stable19 | Morris Jobke | 2021-04-21 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable19] Do not stop directory listing when ACL is blocking access | |||||
| * | | Continue iterating over diretory contents and just hide file if denied by acl | Julius Härtl | 2021-04-21 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-21 | 172 | -144/+690 | |
| | | ||||||
* | | Merge pull request #26646 from nextcloud/backport/26625/stable19 | Roeland Jago Douma | 2021-04-20 | 2 | -4/+9 | |
|\ \ | | | | | | | [stable19] Fix empty password check for mail shares | |||||
| * | | Fix empty password check for mail shares | Vincent Petry | 2021-04-20 | 2 | -4/+9 | |
| |/ | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | |||||
* | | Merge pull request #26644 from nextcloud/backport/26639/stable19 | Roeland Jago Douma | 2021-04-20 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable19] ensure redis returns bool for hasKey | |||||
| * | | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | |||||
* | | | Merge pull request #26619 from nextcloud/backport/26614/stable19 | Roeland Jago Douma | 2021-04-20 | 1 | -33/+33 | |
|\ \ \ | | | | | | | | | [stable19] Update root.crl due to revoked news.crt | |||||
| * | | | Update root.crl due to revoked news.crt | Morris Jobke | 2021-04-19 | 1 | -33/+33 | |
| | |/ | |/| | | | | | | | | | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/382 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | | Merge pull request #26645 from nextcloud/backport/26633/stable19 | Morris Jobke | 2021-04-20 | 1 | -1/+1 | |
|\ \ \ | |_|/ |/| | | [stable19] Make lookup search explicit | |||||
| * | | Make lookup search explicit | Roeland Jago Douma | 2021-04-20 | 1 | -1/+1 | |
|/ / | | | | | | | | | | | Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #26638 from nextcloud/backport/26615/stable19 | Morris Jobke | 2021-04-20 | 1 | -0/+8 | |
|\ \ | | | | | | | [stable19] Require read permissions for federated shares | |||||
| * | | Require read permissions for federated shares | Roeland Jago Douma | 2021-04-19 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | Else they end up as weird shares that can't be properly utilized by other parties anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-20 | 98 | -96/+556 | |
|/ / | ||||||
* | | Merge pull request #26623 from nextcloud/backport/26613/stable19 | Roeland Jago Douma | 2021-04-19 | 2 | -10/+23 | |
|\ \ | |/ |/| | [stable19] Do not allow adding file drop shares to your own cloud | |||||
| * | Do not allow adding file drop shares to your own cloud | Roeland Jago Douma | 2021-04-19 | 2 | -10/+23 | |
|/ | | | | | | | There is no reason for this and you can't create such shares normally anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Merge pull request #26603 from ↵ | Roeland Jago Douma | 2021-04-19 | 1 | -3/+3 | |
|\ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/stable19/ssri-6.0.2 [Security] Bump ssri from 6.0.1 to 6.0.2 | |||||
| * | [Security] Bump ssri from 6.0.1 to 6.0.2 | dependabot-preview[bot] | 2021-04-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-19 | 36 | -60/+106 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-18 | 2 | -2/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-17 | 52 | -32/+106 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-16 | 40 | -74/+276 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-15 | 46 | -14/+178 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-14 | 44 | -6/+136 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-13 | 100 | -106/+116 | |
| | ||||||
* | Merge pull request #26513 from nextcloud/backport/26439/stable19 | Roeland Jago Douma | 2021-04-12 | 2 | -4/+12 | |
|\ | | | | | [stable19] Increase subnet matcher | |||||
| * | Increase subnet matcher | Lukas Reschke | 2021-04-12 | 2 | -4/+12 | |
|/ | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | |||||
* | Merge pull request #26510 from nextcloud/backport/26230/stable19 | Roeland Jago Douma | 2021-04-12 | 2 | -2/+2 | |
|\ | | | | | [stable19] l10n: Add word user in FederatedShareProvider.php | |||||
| * | l10n: Add word user in FederatedShareProvider.php | Valdnet | 2021-04-12 | 2 | -2/+2 | |
|/ | | | | | | Standardizing text strings with other Nextcloud applications. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-12 | 88 | -88/+172 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-11 | 6 | -6/+22 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-10 | 24 | -52/+162 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-09 | 10 | -20/+98 | |
| | ||||||
* | Merge pull request #26455 from nextcloud/version/19.0.10/finalv19.0.10 | Roeland Jago Douma | 2021-04-08 | 1 | -2/+2 | |
|\ | | | | | 19.0.10 final | |||||
| * | 19.0.10 final | Roeland Jago Douma | 2021-04-08 | 1 | -2/+2 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Merge pull request #26450 from nextcloud/3rdparty/stable19/phpseclib-2.0.31 | Roeland Jago Douma | 2021-04-08 | 1 | -0/+0 | |
|\ \ | |/ |/| | [3rdparty][stable19] phpseclib-2.0.31 |