summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-08-264-4/+10
|
* Fix permanent display of favorite iconJan-Christoph Borchardt2017-08-251-0/+6
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2017-08-2536-108/+328
|
* Don't fetch the translation from core but from filesRoeland Jago Douma2017-08-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-08-2488-250/+358
|
* Replace ... with …Morris Jobke2017-08-232-4/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Show "Uploading..." in web UI for long uploadsMorris Jobke2017-08-231-0/+4
| | | | | | | | If the estimated upload time is bigger than 4 hours it shows the text "Uploading..." because the time then doesn't give any good hint to the user anyways. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-08-232-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-08-2284-332/+400
|
* Move GDrive external storage to a separate repoVincent Petry2017-08-21147-244502/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6180 from nextcloud/fix-warningsMorris Jobke2017-08-211-3/+3
|\ | | | | Fix PHPUnit warnings
| * Fix PHPUnit warningsLukas Reschke2017-08-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ``` 1) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetForm with data set #0 (true) PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 2) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetForm with data set #1 (false) PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 3) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetSection PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead 4) OCA\FederatedFileSharing\Tests\Settings\AdminTest::testGetPriority PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead ``` Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | [tx-robot] updated from transifexNextcloud bot2017-08-2118-66/+192
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-2014-86/+224
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-1922-80/+200
|/
* [tx-robot] updated from transifexNextcloud bot2017-08-1810-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-08-1784-552/+586
|
* Bye bye Dropbox v1Vincent Petry2017-08-1623-6155/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6130 from nextcloud/cleanup-unused-methodsMorris Jobke2017-08-164-5/+5
|\ | | | | Cleanup unused methods
| * Cleanup unused methodsMorris Jobke2017-08-154-5/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-168-32/+136
| |
* | Merge pull request #6128 from nextcloud/primary-font-color-in-capabilitiesMorris Jobke2017-08-152-9/+22
|\ \ | | | | | | Add the primary font color to the capabilities as well
| * | Add the primary font color to the capabilities as wellJoas Schilling2017-08-152-9/+22
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #6132 from nextcloud/do-not-log-maintenance-modeMorris Jobke2017-08-152-3/+10
|\ \ \ | | | | | | | | Do not log WebDAV maintenance mode exception
| * | | Do not log WebDAV maintenance mode exceptionMorris Jobke2017-08-152-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-1Lukas Reschke2017-08-151-6/+1
|\ \ \ | | | | | | | | Missing array assignment in Swift.php
| * | | Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-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-errorLukas Reschke2017-08-151-5/+21
|\ \ \ | |_|/ |/| | Catch exceptions on error of cloud id resolution
| * | Catch exceptions on error of cloud id resolutionJoas Schilling2017-08-141-5/+21
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #6123 from nextcloud/cleanup-shareItemMorris Jobke2017-08-154-8/+8
|\ \ \ | | | | | | | | Cleanup usage of shareItem in internal code base
| * | | Cleanup usage of shareItem in internal code baseMorris Jobke2017-08-154-8/+8
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Use proper methods for registerBackendMorris Jobke2017-08-153-4/+4
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6116 from nextcloud/cleanup-unused-methodsMorris Jobke2017-08-151-63/+0
|\ \ \ | | | | | | | | Cleanup unused methods
| * | | Cleanup unused methodsMorris Jobke2017-08-151-63/+0
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / [tx-robot] updated from transifexNextcloud bot2017-08-154-0/+16
|/ /
* | Merge pull request #6080 from nextcloud/header-bottom-borderMorris Jobke2017-08-141-0/+20
|\ \ | | | | | | Add buttom border for header
| * | Add buttom border for headerMorris Jobke2017-08-141-0/+20
| |/ | | | | | | | | | | | | * 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-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/| Filter magic dot object when swift directory
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-08-1412-4/+54
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-1310-20/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-1212-8/+58
| |
* | Merge pull request #5861 from nextcloud/shareinfoLukas Reschke2017-08-117-118/+646
|\ \ | | | | | | Move shareinfo over to proper controller
| * | Add unit testsRoeland Jago Douma2017-08-104-16/+437
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Remove old code + add MiddlewareRoeland Jago Douma2017-08-105-125/+96
| | | | | | | | | | | | | | | | | | | | | * Add proper middleware for shareinfo * Remove old shareinfo routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Move shareinfo over to proper controllerRoeland Jago Douma2017-08-102-1/+137
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-08-114-18/+38
| | |
* | | Merge pull request #5616 from ↵Morris Jobke2017-08-103-20/+7
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/ldap-wizard-remove-LDAPTLS_REQCERT-attempt LDAP Wizard: do not attempt to recognise cert issue by using LDAPTLS_REQCERT
| * | | fix phpdoc return types (no code change)Arthur Schiwon2017-07-212-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | do not attempt to recognise cert issue by using LDAPTLS_REQCERTArthur Schiwon2017-07-211-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | first, it does not work (at least not everywhere/reliably), second if it did it was not reset properly. Removes a bit of complexity. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>