summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow the expiration date to be set to nullMorris Jobke2017-08-262-2/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Also for reset passwordJoas Schilling2017-08-241-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add meta information to emails for better customisationJoas Schilling2017-08-244-4/+45
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-08-24100-364/+562
|
* Merge pull request #6239 from nextcloud/fix-uploading-messageRoeland Jago Douma2017-08-232-3/+7
|\ | | | | Show "Uploading..." in web UI for long uploads
| * 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>
* | Merge pull request #6164 from nextcloud/dont-show-error-message-when-sql-failedRoeland Jago Douma2017-08-233-3/+29
|\ \ | | | | | | Prevent SQL error message in case of error
| * | Prevent SQL error message in case of errorLukas Reschke2017-08-173-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `\OC\User\Database::createUser` can throw a PHP exception in case the UID is longer than permitted in the database. This is against it's PHPDocs and we should cast this to `false`, so that the regular error handling triggers in. The easiest way to reproduce is on MySQL: 1. Create user `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa` in admin panel 2. Create user `aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa` in admin panel again 3. See SQL exception as error message Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #6165 from nextcloud/bump-dompurifyMorris Jobke2017-08-233-10/+12
|\ \ \ | |_|/ |/| | Bump DOMPurify
| * | Bump merged JSLukas Reschke2017-08-171-2/+3
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * | Bump DOMPurify to 1.0.0Lukas Reschke2017-08-172-8/+9
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Merge pull request #6236 from nextcloud/drone-ci-imagesMorris Jobke2017-08-231-1/+0
|\ \ \ | | | | | | | | Fix phan test
| * | | Fix phan testMorris Jobke2017-08-231-1/+0
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6229 from nextcloud/drone-ci-imagesMorris Jobke2017-08-231-71/+76
|\ \ \ | | | | | | | | Use docker images without XDebug and with Opcache
| * | | Use docker images without XDebug and with OpcacheMorris Jobke2017-08-231-71/+76
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #6218 from nextcloud/sabre-xml-fixMorris Jobke2017-08-231-0/+0
|\ \ \ \ | |/ / / |/| | | [3rdparty] Fix sabre/xml empty prop parsing
| * | | [3rdparty] Fix sabre/xml empty prop parsingRoeland Jago Douma2017-08-221-0/+0
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-236-0/+14
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-08-2294-346/+464
| | |
* | | Merge pull request #6149 from nextcloud/downstream-26539Morris Jobke2017-08-21147-244502/+2
|\ \ \ | | | | | | | | Downstream 26539 & 28074 - proper handling of invalid config
| * | | Move GDrive external storage to a separate repoVincent Petry2017-08-21147-244502/+2
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #6179 from nextcloud/no-password-reset-for-disabled-usersMorris Jobke2017-08-212-3/+41
|\ \ \ \ | | | | | | | | | | No password reset for disabled users
| * | | | No password reset for disabled usersJoas Schilling2017-08-182-3/+41
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #6201 from nextcloud/dropdown-contrastMorris Jobke2017-08-212-10/+9
|\ \ \ \ \ | | | | | | | | | | | | Increase contrast of dropdown menu text, fix accessibility & visibility issues
| * | | | | Increase contrast of dropdown menu text, fix accessibility & visibility issuesJan-Christoph Borchardt2017-08-212-10/+9
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Merge pull request #6169 from nextcloud/check-encoding-logLukas Reschke2017-08-211-1/+12
|\ \ \ \ \ | | | | | | | | | | | | Ensure log message is UTF-8 encoded
| * | | | | Ensure log message is UTF-8 encodedLukas Reschke2017-08-171-1/+12
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP's json_encode only accept proper UTF-8 strings, loop over all elements to ensure that they are properly UTF-8 compliant or convert them manually. Without this somebody passing an invalid User Agent may make json_encode return false which will get logged as empty newline. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #6194 from nextcloud/proper-l10n-for-app-passwordsMorris Jobke2017-08-211-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | | Use correct l10n for app password menu
| * | | | Use correct l10n for app password menuMorris Jobke2017-08-211-2/+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-2132-74/+1072
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-2022-88/+252
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-08-1930-84/+270
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-08-1832-6/+124
| | |
* | | Merge pull request #6161 from nextcloud/drone-s3Morris Jobke2017-08-173-357/+3
|\ \ \ | |/ / |/| | Enable S3 tests on drone again
| * | Enable object storage tests againMorris Jobke2017-08-172-3/+3
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Remove windows config settings in testsMorris Jobke2017-08-172-354/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6158 from nextcloud/always-log-cron-executionLukas Reschke2017-08-175-40/+22
|\ \ | |/ |/| Always log cron execution
| * Always log cron executionMorris Jobke2017-08-175-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-searchRoeland Jago Douma2017-08-171-1/+8
|\ \ | | | | | | Trigger search after re-focus
| * | Trigger search after re-focusMorris Jobke2017-08-151-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 transifexNextcloud bot2017-08-1794-560/+632
| | |
* | | Merge pull request #6136 from nextcloud/fix_groupmanagementJoas Schilling2017-08-161-3/+4
|\ \ \ | |_|/ |/| | Fix group management which was broken since #5847
| * | Fix group management which was broken since #5847Tobia De Koninck2017-08-151-3/+4
| | | | | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* | | Merge pull request #6146 from nextcloud/downstream-28073Morris Jobke2017-08-1623-6155/+1
|\ \ \ | | | | | | | | Downstream - removal of outdated API
| * | | 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-168-77/+20
|\ \ \ | | | | | | | | Cleanup unused methods
| * | | Cleanup unused methodsMorris Jobke2017-08-158-77/+20
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>