aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-01-3130-70/+1164
|
* [tx-robot] updated from transifexNextcloud bot2021-01-3038-292/+958
|
* Merge pull request #25368 from nextcloud/version/20.0.7/RC1v20.0.7RC1Roeland Jago Douma2021-01-291-2/+2
|\ | | | | 20.0.7 RC1
| * 20.0.7 RC1Roeland Jago Douma2021-01-281-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25374 from nextcloud/backport/25369/stable20Roeland Jago Douma2021-01-291-1/+1
|\ \ | | | | | | [stable20] The objectid is a string
| * | The objectid is a stringRoeland Jago Douma2021-01-291-1/+1
|/ / | | | | | | | | | | | | This allows the query to use the index. Else it has to resort on scanning all the rows. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2930-64/+1102
| |
* | Merge pull request #25366 from nextcloud/backport/25361/stable20Julius Härtl2021-01-281-1/+3
|\ \ | | | | | | [stable20] fix parameter provided as string not array
| * | fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25352 from nextcloud/backport/25185/stable20Julius Härtl2021-01-283-5/+17
|\ \ | |/ |/| [stable20] Show the actual error on share requests
| * Show the actual error on share requestsJulius Härtl2021-01-273-5/+17
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2834-24/+986
| |
* | Merge pull request #25347 from nextcloud/backport/25335/stable20Roeland Jago Douma2021-01-273-12/+25
|\ \ | |/ |/| [stable20] Fix/app fetcher php compat comparison
| * Fix app fetcher php comparison to allow wider rangesChristoph Wurst2021-01-272-10/+23
| | | | | | | | | | | | | | | | | | | | | | When app app specifies php 7.4 as upper limit we have to allow the installation on php>7.4.0. The previous version check didn't do that. This adjusts the regexes to discard any irrelevant suffix after the three version numbers so that we can use more fine granular checks than php's version_compare can do out of the box, like for php 7.4 we only compare the major and minor version numbers and ignore the patch level. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Revert "Fix comparison of PHP versions"Christoph Wurst2021-01-271-2/+2
|/ | | | This reverts commit bedd9acf7874b836bef224989c2ce7f5e3b0a2fa.
* [tx-robot] updated from transifexNextcloud bot2021-01-27122-208/+282
|
* Merge pull request #25324 from nextcloud/backport/25310/stable20Christoph Wurst2021-01-262-64/+116
|\ | | | | [stable20] [CalDAV] Validate notified emails
| * [CalDAV] Validate notified emailsThomas Citharel2021-01-252-64/+116
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2614-2/+232
|/
* Merge pull request #25315 from nextcloud/backport/25313/stable20Roeland Jago Douma2021-01-251-0/+2
|\ | | | | [stable20] 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>
* | Merge pull request #25294 from nextcloud/version/20.0.6/finalv20.0.6Roeland Jago Douma2021-01-251-2/+2
|\ \ | |/ |/| 20.0.6
| * 20.0.6Roeland Jago Douma2021-01-231-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2514-4/+104
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-246-2/+28
|/
* Merge pull request #25244 from nextcloud/backport/25234/stable20Roeland Jago Douma2021-01-235-5/+14
|\ | | | | [stable20] Fix encoding issue with OC.Notification.show
| * Fix encoding issue with OC.Notification.showJoas Schilling2021-01-215-5/+14
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-01-23108-74/+138
| |
* | Merge pull request #25278 from nextcloud/backport/25274/stable20Morris Jobke2021-01-221-1/+1
|\ \ | | | | | | [stable20] 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 #25276 from nextcloud/backport/25128/stable20Morris Jobke2021-01-222-18/+59
|\ \ \ | | | | | | | | [stable20] 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-222-18/+59
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #25261 from nextcloud/backport/25255/stable20Roeland Jago Douma2021-01-221-1/+1
|\ \ \ | |/ / |/| | [stable20] 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 #25263 from nextcloud/backport/25253/stable20Morris Jobke2021-01-221-1/+1
|\ \ | | | | | | [stable20] 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>
* / [tx-robot] updated from transifexNextcloud bot2021-01-2232-12/+282
|/
* [tx-robot] updated from transifexNextcloud bot2021-01-2124-50/+596
|
* Merge pull request #25225 from nextcloud/backport/24600/stable20Morris Jobke2021-01-204-4/+24
|\ | | | | [stable20] Update handling of user credentials
| * Fix potential empty resultJoas Schilling2021-01-201-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Compare and store the login name via the eventJoas Schilling2021-01-203-5/+19
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Also fix the username when it changedJoas Schilling2021-01-201-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Don't save credentials of another userJoas Schilling2021-01-201-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #25219 from nextcloud/backport/25216/stable20Roeland Jago Douma2021-01-201-240/+33
|\ \ | |/ |/| [stable20] Bump CA bundle
| * Bump CA bundleRoeland Jago Douma2021-01-191-240/+33
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2022-0/+44
|/
* Merge pull request #25203 from nextcloud/version/20.0.6/RC1v20.0.6RC1Roeland Jago Douma2021-01-191-2/+2
|\ | | | | 20.0.6 RC1
| * 20.0.6 RC1Roeland Jago Douma2021-01-191-2/+2
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25199 from nextcloud/update-3rdpartyMorris Jobke2021-01-191-0/+0
|\ | | | | [stable20] Update 3rdparty after Archive_Tar