summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-07-0320-24/+800
|
* Merge pull request #21573 from nextcloud/backport/21558/stable19Morris Jobke2020-07-021-7/+3
|\ | | | | [stable19] relax permissions mask check for detecting part file rename
| * relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
| | | | | | | | | | | | with files drop uploads the original file name isn't always used for the '.ocTransferId' source path Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #21584 from nextcloud/backport/21530/stable19Morris Jobke2020-07-021-6/+1
|\ \ | | | | | | [stable19] Remove rescanDelay from directory mtime
| * | Remove rescanDelay from directory mtimeJulius Härtl2020-06-251-6/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #21660 from nextcloud/backport/21657/stable19Roeland Jago Douma2020-07-021-1/+1
|\ \ \ | | | | | | | | [stable19] Check if debugMode is defined before using it
| * | | Check if debugMode is defined before using itRoeland Jago Douma2020-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Else the sabre error page (where the var is not defined) will throw warnings all the time. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #21655 from nextcloud/backport/21653/stable19Roeland Jago Douma2020-07-022-0/+34
|\ \ \ \ | |/ / / |/| | | [stable19] Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validating
| * | | Fix IPv6 remote addresses from X_FORWARDED_FOR headers before validatingJoas Schilling2020-07-022-0/+34
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #21652 from nextcloud/enh/log_dep_as_debugRoeland Jago Douma2020-07-021-1/+1
|\ \ \ | | | | | | | | Log deprecated events as debug
| * | | Log deprecated events as debugRoeland Jago Douma2020-07-021-1/+1
|/ / / | | | | | | | | | | | | | | | | | | Since this can spam the log quite agressively we should log it as debug and not info. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #21638 from nextcloud/backport/21588/stable19Roeland Jago Douma2020-07-021-1/+2
|\ \ \ | | | | | | | | [stable19] Update presign method to match with interface again.
| * | | Update presign method to match with interface again.Daniel Kesselberg2020-06-301-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | Merge pull request #21405 from nextcloud/backport/21221/stable19Joas Schilling2020-07-012-17/+29
|\ \ \ \ | | | | | | | | | | [stable19] Fix pagination of contacts search
| * | | | Fix pagination of contacts searchJoas Schilling2020-06-152-17/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #21538 from nextcloud/backport/21452/stable19Joas Schilling2020-07-013-49/+71
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Fix autocomplete for LDAP with `shareapi_only_share_with_group_members` on
| * | | | | Fix unit testsJoas Schilling2020-06-232-38/+48
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix PHP CSJoas Schilling2020-06-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Add another test for exact matching of a user in group restrictionJoas Schilling2020-06-231-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Move back to IGroupManager::displayNamesInGroup()Joas Schilling2020-06-231-10/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that despite it's name IGroup::searchDisplayName() only searches by userid and this is less fixable than changing back to this method here Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-07-014-0/+58
| | | | | |
* | | | | | Merge pull request #21583 from nextcloud/backport/21576/stable19Roeland Jago Douma2020-06-305-25/+45
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | [stable19] fix strings being passed where arrays where expected
| * | | | | fix strings being passed where arrays where expectedArthur Schiwon2020-06-255-25/+45
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | also brought type hints up to internal API level Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #21622 from nextcloud/backport/21594/stable19Roeland Jago Douma2020-06-304-6/+32
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Precalculate the primary element color for dark mode too
| * | | | | Fix PHP CSJoas Schilling2020-06-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Precalculate the primary element color for dark mode tooJoas Schilling2020-06-294-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-06-3014-96/+110
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-292-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-284-0/+6
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-06-2716-0/+32
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2020-06-254-0/+8
| | | |
* | | | Merge pull request #21568 from nextcloud/backport/21564/stable19blizzz2020-06-241-1/+1
|\ \ \ \ | | | | | | | | | | [stable19] fix obsolete usage of OCdialogs
| * | | | fix obsolete usage of OCdialogsArthur Schiwon2020-06-241-1/+1
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #21571 from nextcloud/backport/21565/stable19blizzz2020-06-241-2/+1
|\ \ \ \ | |/ / / |/| | | [stable19] comment was wrong, block is needed nevertheless
| * | | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #21541 from nextcloud/backport/21417/stable19Joas Schilling2020-06-249-11/+20
|\ \ \ | | | | | | | | [stable19] Fix modal support for vue apps and dark theme
| * | | Rebuild JS filesJoas Schilling2020-06-236-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Darker background for dark modeJoas Schilling2020-06-231-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Make the confirm dialog modal by defaultJoas Schilling2020-06-231-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Fix modal support for vue appsJoas Schilling2020-06-231-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #21550 from nextcloud/backport/21535/stable19Roeland Jago Douma2020-06-243-40/+65
|\ \ \ \ | | | | | | | | | | [stable19] Fix language in share notes email for users
| * | | | Fix language in share notes email for usersJoas Schilling2020-06-233-40/+65
| |/ / / | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / / / [tx-robot] updated from transifexNextcloud bot2020-06-24142-420/+430
|/ / /
* | | Merge pull request #21526 from nextcloud/backport/21479/stable19Roeland Jago Douma2020-06-235-12/+36
|\ \ \ | |/ / |/| | [stable19] Allow to specify the cookie type for appframework responses
| * | available since 19.0.1Arthur Schiwon2020-06-221-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Allow to specify the cookie type for appframework responsesRoeland Jago Douma2020-06-225-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | In general it is good to set them to Lax. But also to give devs more control over them is not a bad thing. Helps with #21474 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2020-06-236-6/+6
| | |
* | | Merge pull request #21447 from nextcloud/backport/21406/stable19Roeland Jago Douma2020-06-221-2/+3
|\ \ \ | |/ / |/| | [stable19] Disable Client-Side Monitoring on AWS storage
| * | Disable Client-Side Monitoring on AWS storageChristoph Wurst2020-06-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The S3 client enables this by default and then tries to read `.aws/config`. This causes `open_basedir` restriction related error for some setups. So this patch disables the CSM because it's most likely unused anyway. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #21521 from nextcloud/backport/21478/stable19Roeland Jago Douma2020-06-221-2/+2
|\ \ \ | | | | | | | | [stable19] Clarify that the email is always shared within the instance