aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16064 from nextcloud/version/16.0.2/RC1v16.0.2RC1Roeland Jago Douma2019-06-291-2/+2
|\ | | | | 16.0.2 RC1
| * 16.0.2 RC1Roeland Jago Douma2019-06-281-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-06-2920-4/+20
|/
* Merge pull request #16146 from nextcloud/backport/16070/stable16Roeland Jago Douma2019-06-284-28/+28
|\ | | | | [stable16] Do not show a internet connectivity warning if internet access is dis…
| * Do not show a internet connectivity warning if internet access is disabledChristoph Wurst2019-06-284-28/+28
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #16133 from nextcloud/backport/16121/stable16Roeland Jago Douma2019-06-281-1/+1
|\ | | | | [stable16] Don't allow to disable encryption via the API
| * Don't allow to disable encryption via the APIJoas Schilling2019-06-271-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-2820-28/+54
| |
* | Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocusRoeland Jago Douma2019-06-2713-9310/+5
|\ \ | |/ |/| Remove auto focus of share input field on dialog open, fix #15261
| * Remove auto focus of share input field on dialog open, fix #15261Jan-Christoph Borchardt2019-06-2613-9310/+5
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | Merge pull request #16125 from nextcloud/backport/16114/stable16Roeland Jago Douma2019-06-271-3/+5
|\ \ | | | | | | [stable16] Fix download link included in public share page with hidden download
| * | Fix download link included in public share page with hidden downloadDaniel Calviño Sánchez2019-06-271-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | The preview element in the public share page was always wrapped with a link to download the file; now that link is included only if the "Hide download" option of the share is not enabled. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #16128 from nextcloud/backport/16107/stable16Roeland Jago Douma2019-06-271-0/+21
|\ \ \ | | | | | | | | [stable16] verify that paths are valid for recursive local move
| * | | verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #16127 from nextcloud/backport/16097/stable16Roeland Jago Douma2019-06-274-6/+291
|\ \ \ | |/ / |/| | [stable16] Better check reshare permissions
| * | Fix sharing testsRoeland Jago Douma2019-06-271-0/+230
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Add integration test for increasing sub reshare permissionsDaniel Calviño Sánchez2019-06-272-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | The tests check an user share and a link share; there is a slight difference in style between them as each one is based on the test above it, which tests increasing reshare permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Do not create folders with admin userDaniel Calviño Sánchez2019-06-271-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The admin user is not deleted after each integration test is run, so folders created by the admin user in one test are still there when the next tests run; tests should be independent one from each other, so a regular user that is created and deleted for each test should be used instead. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Correctly check share permissions when updating a re-sub-shareJoas Schilling2019-06-271-3/+13
|/ / | | | | | | | | | | | | | | | | | | Before this change the node you shared was checked for permissions. This works when you reshare the folder that was shared with you. However when you reshared a subfolder (e.g. as public link), you could afterwards update the permissions and grant create+update permissions although the share you receive was read-only. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16112 from nextcloud/backport/16101/stable16Roeland Jago Douma2019-06-273-7/+37
|\ \ | | | | | | [stable16] invalidates user when plugin reported deletion success
| * | Also invalidate groups after deletionArthur Schiwon2019-06-271-2/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | invalidates user when plugin reported deletion successArthur Schiwon2019-06-272-5/+26
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #16105 from nextcloud/backport/16088/stable16Roeland Jago Douma2019-06-272-5/+7
|\ \ \ | |/ / |/| | [stable16] Allow apps to store longer messages in the comments API
| * | Allow apps to store longer messages in the comments APIJoas Schilling2019-06-272-5/+7
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-278-2/+36
| |
* | Merge pull request #16091 from nextcloud/backport/16027/stable16Roeland Jago Douma2019-06-261-1/+3
|\ \ | | | | | | [stable16] Check if uploading to lookup server is enabled before verifying
| * | Check if uploading to lookup server is enabled before verifyingJoas Schilling2019-06-261-1/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16082 from nextcloud/backport/15832/stable16Roeland Jago Douma2019-06-262-2/+5
|\ \ | | | | | | [stable16] Fix full text search for groupfolders
| * | Fix full text search for groupfoldersMorris Jobke2019-06-252-2/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #16089 from nextcloud/backport/16021/stable16Roeland Jago Douma2019-06-262-0/+6
|\ \ \ | |_|/ |/| | [stable16] Fall back to black for non-color values
| * | Fall back to black for non-color valuesJoas Schilling2019-06-262-0/+6
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-2610-2/+68
| |
* | Merge pull request #16080 from nextcloud/backport/15956/stable16Roeland Jago Douma2019-06-251-2/+2
|\ \ | | | | | | [stable16] Fix appid argument for integrity:check-app
| * | Fix appid argument for integrity:check-appGeorg Ehrke2019-06-251-2/+2
| |/ | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #16038 from nextcloud/backport/15889/stable16Roeland Jago Douma2019-06-252-1/+9
|\ \ | |/ |/| [stable16] handle storage exceptions when trying to set mtime
| * fix testsRobin Appelman2019-06-251-0/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * handle storage exceptions when trying to set mtimeRobin Appelman2019-06-251-1/+6
| | | | | | | | | | | | | | not all storage backends can handle setting the mtime and they might not always handle that error correctly. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #15948 from nextcloud/backport/15947/stable16Roeland Jago Douma2019-06-251-0/+1
|\ \ | |/ |/| [stable16] Add core/js/dist/ to l10nignore
| * Add core/js/dist/ to l10nignoreJulius Härtl2019-06-251-0/+1
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #16068 from nextcloud/revert-15925-backport/15912/stable16Roeland Jago Douma2019-06-252-6/+4
|\ | | | | Revert "[stable16] Fix userid casting in notifications"
| * Revert "[stable16] Fix userid casting in notifications"Roeland Jago Douma2019-06-252-6/+4
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-06-2518-24/+152
|
* [stable16] Prevent faulty logs from nested setupFS calls (#16029)John Molakvoæ2019-06-241-2/+3
|\ | | | | [stable16] Prevent faulty logs from nested setupFS calls
| * Prevent faulty logs from nested setupFS callsJoas Schilling2019-06-211-2/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #16051 from nextcloud/backport/16033/stable16blizzz2019-06-243-44/+32
|\ \ | | | | | | [stable16] fix LDAP Wizard forgetting groups on select with search
| * | fixes LDAP Wizard forgetting groups on select with searchArthur Schiwon2019-06-243-44/+32
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-06-2420-6/+126
| |
* | [tx-robot] updated from transifexNextcloud bot2019-06-2318-2/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2019-06-222-0/+872
|/
* [stable16] Fix window scroll container (#16016)John Molakvoæ2019-06-211-2/+2
|\ | | | | [stable16] Fix window scroll container