Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6158 from nextcloud/always-log-cron-execution | Lukas Reschke | 2017-08-17 | 5 | -40/+22 |
|\ | | | | | Always log cron execution | ||||
| * | Always log cron execution | Morris Jobke | 2017-08-17 | 5 | -40/+22 |
| | | | | | | | | | | | | | | | | | | | | | | There was a setting to disable the last execution of cron. There is no known problem with this write access and it was also questioned when this feature was build in https://github.com/owncloud/core/pull/7689#issuecomment-38264707 Recently there was also a bug report about a non-visible last cron execution (#6088) - let's better remove this. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #6126 from nextcloud/trigger-search | Roeland Jago Douma | 2017-08-17 | 1 | -1/+8 |
|\ \ | | | | | | | Trigger search after re-focus | ||||
| * | | Trigger search after re-focus | Morris Jobke | 2017-08-15 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the share input field is unfocused, the autocomplete list is closed. Once the field was focused again it was not properly opened again. This adds a trigger to redo the search and show the results again. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-17 | 94 | -560/+632 |
| | | | |||||
* | | | Merge pull request #6136 from nextcloud/fix_groupmanagement | Joas Schilling | 2017-08-16 | 1 | -3/+4 |
|\ \ \ | |_|/ |/| | | Fix group management which was broken since #5847 | ||||
| * | | Fix group management which was broken since #5847 | Tobia De Koninck | 2017-08-15 | 1 | -3/+4 |
| | | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
* | | | Merge pull request #6146 from nextcloud/downstream-28073 | Morris Jobke | 2017-08-16 | 23 | -6155/+1 |
|\ \ \ | | | | | | | | | Downstream - removal of outdated API | ||||
| * | | | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 23 | -6155/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #6130 from nextcloud/cleanup-unused-methods | Morris Jobke | 2017-08-16 | 8 | -77/+20 |
|\ \ \ | | | | | | | | | Cleanup unused methods | ||||
| * | | | Cleanup unused methods | Morris Jobke | 2017-08-15 | 8 | -77/+20 |
| |/ / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-16 | 80 | -218/+354 |
| | | | |||||
* | | | Merge pull request #6128 from nextcloud/primary-font-color-in-capabilities | Morris Jobke | 2017-08-15 | 2 | -9/+22 |
|\ \ \ | | | | | | | | | Add the primary font color to the capabilities as well | ||||
| * | | | Add the primary font color to the capabilities as well | Joas Schilling | 2017-08-15 | 2 | -9/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | Merge pull request #6132 from nextcloud/do-not-log-maintenance-mode | Morris Jobke | 2017-08-15 | 2 | -3/+10 |
|\ \ \ \ | | | | | | | | | | | Do not log WebDAV maintenance mode exception | ||||
| * | | | | Do not log WebDAV maintenance mode exception | Morris Jobke | 2017-08-15 | 2 | -3/+10 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | Log the maintenance mode exception only in debug level. Fixes #6124 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #6101 from cbartz/patch-1 | Lukas Reschke | 2017-08-15 | 1 | -6/+1 |
|\ \ \ \ | | | | | | | | | | | Missing array assignment in Swift.php | ||||
| * | | | | Remove tmpFiles Array in Swift.php | Christopher Bartz | 2017-08-14 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tmpFiles Array is unnecessary and there has been a reference without an assignment which lead to a bug making swift external storage unuseable. | ||||
* | | | | | Merge pull request #6099 from nextcloud/issue-3457-no-exception-on-sharee-error | Lukas Reschke | 2017-08-15 | 2 | -5/+22 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Catch exceptions on error of cloud id resolution | ||||
| * | | | | Document that it throws | Joas Schilling | 2017-08-14 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | Catch exceptions on error of cloud id resolution | Joas Schilling | 2017-08-14 | 1 | -5/+21 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #6123 from nextcloud/cleanup-shareItem | Morris Jobke | 2017-08-15 | 9 | -51/+33 |
|\ \ \ \ \ | | | | | | | | | | | | | Cleanup usage of shareItem in internal code base | ||||
| * | | | | | Cleanup usage of shareItem in internal code base | Morris Jobke | 2017-08-15 | 9 | -51/+33 |
| | |_|_|/ | |/| | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | Merge pull request #6121 from nextcloud/cleanup-registerBackend | Morris Jobke | 2017-08-15 | 7 | -21/+8 |
|\ \ \ \ \ | | | | | | | | | | | | | Use proper methods for registerBackend | ||||
| * | | | | | Use proper methods for registerBackend | Morris Jobke | 2017-08-15 | 7 | -21/+8 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | Merge pull request #6118 from nextcloud/cleanup-checkPasswordProtectedShare | Morris Jobke | 2017-08-15 | 3 | -13/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | Use proper methods for checkPasswordProtectedShare | ||||
| * | | | | Use proper methods for checkPasswordProtectedShare | Morris Jobke | 2017-08-15 | 3 | -13/+2 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #6116 from nextcloud/cleanup-unused-methods | Morris Jobke | 2017-08-15 | 5 | -1781/+3 |
|\ \ \ \ | | | | | | | | | | | Cleanup unused methods | ||||
| * | | | | Cleanup unused methods | Morris Jobke | 2017-08-15 | 5 | -1781/+3 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-15 | 60 | -114/+132 |
|/ / / | |||||
* | | | Merge pull request #6098 from nextcloud/fix-federation-scope | Roeland Jago Douma | 2017-08-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix federation scope dropdown | ||||
| * | | | Fix federation scope dropdown | Morris Jobke | 2017-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #6080 from nextcloud/header-bottom-border | Morris Jobke | 2017-08-14 | 2 | -0/+25 |
|\ \ \ \ | | | | | | | | | | | Add buttom border for header | ||||
| * | | | | Add buttom border for header | Morris Jobke | 2017-08-14 | 2 | -0/+25 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | * allows to distinct the header from the rest of the UI for bright colors * ref #5654 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #5872 from nextcloud/swift-filter-dot | Robin Appelman | 2017-08-14 | 1 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Filter magic dot object when swift directory | ||||
| * | | | Filter magic dot object when swift directory | Robin Appelman | 2017-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #6091 from nextcloud/authpage-design | Morris Jobke | 2017-08-14 | 1 | -1/+5 |
|\ \ \ \ | |_|_|/ |/| | | | Add heading to account access page | ||||
| * | | | Remove quotes around device name | Morris Jobke | 2017-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | Highlight client identifier in auth grant page | Morris Jobke | 2017-08-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | Add heading to account access page | Jan-Christoph Borchardt | 2017-08-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | Merge pull request #6097 from nextcloud/issue-6078-accounts-table-missing | Morris Jobke | 2017-08-14 | 4 | -3/+102 |
|\ \ \ \ | | | | | | | | | | | Make sure the accounts table exists | ||||
| * | | | | Update autoloader | Morris Jobke | 2017-08-14 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | | Fix headers | Joas Schilling | 2017-08-14 | 2 | -6/+44 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | Make sure the accounts table exists | Joas Schilling | 2017-08-14 | 2 | -1/+60 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #6090 from nextcloud/federationscope-title-bold | Morris Jobke | 2017-08-14 | 1 | -0/+4 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Bold federation scope title in dropdown menu, as intended | ||||
| * | | | | Bold federation scope title in dropdown menu, as intended | Jan-Christoph Borchardt | 2017-08-12 | 1 | -0/+4 |
| | |/ / | |/| | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-14 | 16 | -4/+98 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-13 | 16 | -24/+82 |
|/ / / | |||||
* | | | Merge pull request #6084 from nextcloud/brand-it | Roeland Jago Douma | 2017-08-12 | 1 | -3/+3 |
|\ \ \ | | | | | | | | | Brand it 🙈 | ||||
| * | | | Brand it :see_no_evil: | Lukas Reschke | 2017-08-11 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |