Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #16064 from nextcloud/version/16.0.2/RC1v16.0.2RC1 | Roeland Jago Douma | 2019-06-29 | 1 | -2/+2 |
|\ | | | | | 16.0.2 RC1 | ||||
| * | 16.0.2 RC1 | Roeland Jago Douma | 2019-06-28 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-29 | 20 | -4/+20 |
|/ | |||||
* | Merge pull request #16146 from nextcloud/backport/16070/stable16 | Roeland Jago Douma | 2019-06-28 | 4 | -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 disabled | Christoph Wurst | 2019-06-28 | 4 | -28/+28 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #16133 from nextcloud/backport/16121/stable16 | Roeland Jago Douma | 2019-06-28 | 1 | -1/+1 |
|\ | | | | | [stable16] Don't allow to disable encryption via the API | ||||
| * | Don't allow to disable encryption via the API | Joas Schilling | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-28 | 20 | -28/+54 |
| | | |||||
* | | Merge pull request #16010 from nextcloud/backport/design/share-remove-autofocus | Roeland Jago Douma | 2019-06-27 | 13 | -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 #15261 | Jan-Christoph Borchardt | 2019-06-26 | 13 | -9310/+5 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Merge pull request #16125 from nextcloud/backport/16114/stable16 | Roeland Jago Douma | 2019-06-27 | 1 | -3/+5 |
|\ \ | | | | | | | [stable16] Fix download link included in public share page with hidden download | ||||
| * | | Fix download link included in public share page with hidden download | Daniel Calviño Sánchez | 2019-06-27 | 1 | -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/stable16 | Roeland Jago Douma | 2019-06-27 | 1 | -0/+21 |
|\ \ \ | | | | | | | | | [stable16] verify that paths are valid for recursive local move | ||||
| * | | | verify that paths are valid for recursive local move | Robin Appelman | 2019-06-27 | 1 | -0/+21 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Merge pull request #16127 from nextcloud/backport/16097/stable16 | Roeland Jago Douma | 2019-06-27 | 4 | -6/+291 |
|\ \ \ | |/ / |/| | | [stable16] Better check reshare permissions | ||||
| * | | Fix sharing tests | Roeland Jago Douma | 2019-06-27 | 1 | -0/+230 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | Add integration test for increasing sub reshare permissions | Daniel Calviño Sánchez | 2019-06-27 | 2 | -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 user | Daniel Calviño Sánchez | 2019-06-27 | 1 | -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-share | Joas Schilling | 2019-06-27 | 1 | -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/stable16 | Roeland Jago Douma | 2019-06-27 | 3 | -7/+37 |
|\ \ | | | | | | | [stable16] invalidates user when plugin reported deletion success | ||||
| * | | Also invalidate groups after deletion | Arthur Schiwon | 2019-06-27 | 1 | -2/+11 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | invalidates user when plugin reported deletion success | Arthur Schiwon | 2019-06-27 | 2 | -5/+26 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #16105 from nextcloud/backport/16088/stable16 | Roeland Jago Douma | 2019-06-27 | 2 | -5/+7 |
|\ \ \ | |/ / |/| | | [stable16] Allow apps to store longer messages in the comments API | ||||
| * | | Allow apps to store longer messages in the comments API | Joas Schilling | 2019-06-27 | 2 | -5/+7 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-27 | 8 | -2/+36 |
| | | |||||
* | | Merge pull request #16091 from nextcloud/backport/16027/stable16 | Roeland Jago Douma | 2019-06-26 | 1 | -1/+3 |
|\ \ | | | | | | | [stable16] Check if uploading to lookup server is enabled before verifying | ||||
| * | | Check if uploading to lookup server is enabled before verifying | Joas Schilling | 2019-06-26 | 1 | -1/+3 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #16082 from nextcloud/backport/15832/stable16 | Roeland Jago Douma | 2019-06-26 | 2 | -2/+5 |
|\ \ | | | | | | | [stable16] Fix full text search for groupfolders | ||||
| * | | Fix full text search for groupfolders | Morris Jobke | 2019-06-25 | 2 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #16089 from nextcloud/backport/16021/stable16 | Roeland Jago Douma | 2019-06-26 | 2 | -0/+6 |
|\ \ \ | |_|/ |/| | | [stable16] Fall back to black for non-color values | ||||
| * | | Fall back to black for non-color values | Joas Schilling | 2019-06-26 | 2 | -0/+6 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-26 | 10 | -2/+68 |
| | | |||||
* | | Merge pull request #16080 from nextcloud/backport/15956/stable16 | Roeland Jago Douma | 2019-06-25 | 1 | -2/+2 |
|\ \ | | | | | | | [stable16] Fix appid argument for integrity:check-app | ||||
| * | | Fix appid argument for integrity:check-app | Georg Ehrke | 2019-06-25 | 1 | -2/+2 |
| |/ | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #16038 from nextcloud/backport/15889/stable16 | Roeland Jago Douma | 2019-06-25 | 2 | -1/+9 |
|\ \ | |/ |/| | [stable16] handle storage exceptions when trying to set mtime | ||||
| * | fix tests | Robin Appelman | 2019-06-25 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | handle storage exceptions when trying to set mtime | Robin Appelman | 2019-06-25 | 1 | -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/stable16 | Roeland Jago Douma | 2019-06-25 | 1 | -0/+1 |
|\ \ | |/ |/| | [stable16] Add core/js/dist/ to l10nignore | ||||
| * | Add core/js/dist/ to l10nignore | Julius Härtl | 2019-06-25 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #16068 from nextcloud/revert-15925-backport/15912/stable16 | Roeland Jago Douma | 2019-06-25 | 2 | -6/+4 |
|\ | | | | | Revert "[stable16] Fix userid casting in notifications" | ||||
| * | Revert "[stable16] Fix userid casting in notifications" | Roeland Jago Douma | 2019-06-25 | 2 | -6/+4 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-25 | 18 | -24/+152 |
| | |||||
* | [stable16] Prevent faulty logs from nested setupFS calls (#16029) | John Molakvoæ | 2019-06-24 | 1 | -2/+3 |
|\ | | | | | [stable16] Prevent faulty logs from nested setupFS calls | ||||
| * | Prevent faulty logs from nested setupFS calls | Joas Schilling | 2019-06-21 | 1 | -2/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #16051 from nextcloud/backport/16033/stable16 | blizzz | 2019-06-24 | 3 | -44/+32 |
|\ \ | | | | | | | [stable16] fix LDAP Wizard forgetting groups on select with search | ||||
| * | | fixes LDAP Wizard forgetting groups on select with search | Arthur Schiwon | 2019-06-24 | 3 | -44/+32 |
|/ / | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-24 | 20 | -6/+126 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-23 | 18 | -2/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-22 | 2 | -0/+872 |
|/ | |||||
* | [stable16] Fix window scroll container (#16016) | John Molakvoæ | 2019-06-21 | 1 | -2/+2 |
|\ | | | | | [stable16] Fix window scroll container |