Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump last version digit for rebuildv20.0.14 | Arthur Schiwon | 2021-11-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #29669 from nextcloud/backport/29664/stable20 | blizzz | 2021-11-11 | 2 | -2/+2 |
|\ | | | | | [stable20] Fix updating with apps | ||||
| * | Fix updating with apps | Joas Schilling | 2021-11-11 | 2 | -2/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-11 | 70 | -38/+200 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #29627 from nextcloud/version/20.0.14/final | blizzz | 2021-11-10 | 1 | -2/+2 |
|\ | | | | | 20.0.14 | ||||
| * | 20.0.14 | Arthur Schiwon | 2021-11-10 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-10 | 42 | -36/+286 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-09 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-08 | 14 | -6/+40 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-07 | 16 | -2/+60 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-06 | 60 | -72/+318 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-05 | 54 | -152/+48 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #29548 from nextcloud/backposkjnldsv/update-psalm-baseline-20 | John Molakvoæ | 2021-11-04 | 1 | -18/+28 |
|\ | |||||
| * | Add branch-suffix to update-psalm-baseline PR creation | John Molakvoæ | 2021-11-04 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
| * | [stable20] Update update-psalm-baseline workflow | John Molakvoæ | 2021-11-04 | 1 | -18/+26 |
|/ | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #29540 from nextcloud/version/20.0.14/rc1v20.0.14rc1 | John Molakvoæ | 2021-11-04 | 1 | -2/+2 |
|\ | |||||
| * | 20.0.14 RC1 | Arthur Schiwon | 2021-11-03 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #29290 from nextcloud/backport/28768/stable20 | John Molakvoæ | 2021-11-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Simplify :) | acsfer | 2021-10-21 | 1 | -1/+1 |
| | | | |||||
| * | | Replace `file_exists()` method by `is_file()` | acsfer | 2021-10-21 | 1 | -1/+1 |
| | | | |||||
| * | | Get `filesize()` if `file_exists()` | acsfer | 2021-10-21 | 1 | -1/+1 |
| | | | | | | | | | Should make sense. | ||||
* | | | Merge pull request #29505 from nextcloud/backport/29465/stable20 | John Molakvoæ | 2021-11-04 | 1 | -31/+32 |
|\ \ \ | |||||
| * | | | update CRL | Arthur Schiwon | 2021-11-01 | 1 | -31/+32 |
| | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | Merge pull request #29417 from nextcloud/backport/27440/stable20 | John Molakvoæ | 2021-11-04 | 2 | -6/+6 |
|\ \ \ \ | |||||
| * | | | | Update Tests | acsfer | 2021-10-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Tests update | acsfer | 2021-10-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Handle files with is_file instead of file_exists | acsfer | 2021-10-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | Should fix things like `fread(): read of 8192 bytes failed with errno=21 Is a directory` | ||||
* | | | | | Merge pull request #29314 from nextcloud/backport/29180/stable20 | John Molakvoæ | 2021-11-04 | 12 | -102/+178 |
|\ \ \ \ \ | |||||
| * | | | | | Fix Access constructor call | Côme Chilliet | 2021-10-29 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | Use Psr\Log\LoggerInterface where it can easily be used in user_ldap | Côme Chilliet | 2021-10-29 | 4 | -63/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | Fix two mistakes in previous migration to LoggerInterface in ↵ | Côme Chilliet | 2021-10-29 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OCA\User_LDAP\Access Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access | Côme Chilliet | 2021-10-29 | 6 | -37/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | | | | | Avoid PHP errors when the LDAP attribute is not found | Côme Chilliet | 2021-10-29 | 1 | -1/+5 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | | | Merge pull request #29095 from nextcloud/backport/29075/stable20 | John Molakvoæ | 2021-11-04 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fix path of file_get_contents | acsfer | 2021-10-06 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #29072 from nextcloud/backport/29056/stable20 | John Molakvoæ | 2021-11-04 | 2 | -0/+7 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Allow "TwoFactor Nextcloud Notifications" to pull the state of the 2FA again | Joas Schilling | 2021-10-04 | 2 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-03 | 42 | -152/+370 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-02 | 104 | -512/+640 |
| |_|_|/ / |/| | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-11-01 | 14 | -4/+262 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-10-31 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-10-30 | 2 | -0/+6 |
| |_|/ / |/| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-10-29 | 4 | -0/+120 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #29457 from nextcloud/backport/29454/stable20 | Julius Härtl | 2021-10-28 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Detect mimetype by content only with content | Joas Schilling | 2021-10-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-10-28 | 2 | -0/+72 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Merge pull request #26630 from nextcloud/backport/25189/stable20 | John Molakvoæ | 2021-10-27 | 4 | -0/+135 |
|\ \ \ \ | |||||
| * | | | | cast ints | Robin Appelman | 2021-10-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | handle the cache where a cache entry with the correct path has already been ↵ | Robin Appelman | 2021-10-19 | 1 | -6/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recreated Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | also repair storage id | Robin Appelman | 2021-10-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> |