Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-15 | 24 | -110/+450 |
| | |||||
* | Merge pull request #1405 from nextcloud/update_moment_js | Roeland Jago Douma | 2016-09-14 | 5 | -2392/+4905 |
|\ | | | | | update moment.js to 2.15 | ||||
| * | update moment.js to 2.15 | Georg Ehrke | 2016-09-14 | 5 | -2392/+4905 |
| | | |||||
* | | Merge pull request #1375 from ↵ | Lukas Reschke | 2016-09-14 | 2 | -5/+11 |
|\ \ | | | | | | | | | | | | | nextcloud/display-that-updating-failed-for-htaccess Display an error when updating .htaccess failed | ||||
| * | | Update docs | Joas Schilling | 2016-09-13 | 1 | -1/+2 |
| | | | |||||
| * | | Display an error when updating .htaccess failed | Joas Schilling | 2016-09-13 | 2 | -4/+9 |
| |/ | |||||
* | | Merge pull request #1401 from nextcloud/rename-file-to-copying | Morris Jobke | 2016-09-14 | 2 | -3/+3 |
|\ \ | | | | | | | Rename COPYING-AGPL to COPYING | ||||
| * | | Rename COPYING-AGPL to COPYING | Lukas Reschke | 2016-09-13 | 2 | -3/+3 |
| | | | | | | | | | | | | That way GitHub properly indexes the license information and displays it inline. Also renamed one old usage of "ownCloud" to Nextcloud. | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2016-09-14 | 20 | -4/+114 |
|/ / | |||||
* | | Merge pull request #1395 from nextcloud/issue-369-htaccess-max-sizes | Morris Jobke | 2016-09-13 | 5 | -14/+14 |
|\ \ | | | | | | | Make sure memory limit is > post size and upload filesize | ||||
| * | | Make sure memory limit is > post size and upload filesize | Joas Schilling | 2016-09-13 | 5 | -14/+14 |
| |/ | |||||
* | | Merge pull request #1348 from karakayasemi/patch-1 | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
|\ \ | | | | | | | Bug fix CachedMountInfo for user home storage | ||||
| * | | Update CachedMountInfo for user home storage | Semih Serhat Karakaya | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | In getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change. Related owncloud commit : https://github.com/owncloud/core/pull/26017 | ||||
* | | | Merge pull request #1400 from nextcloud/fix-mysql-racecondition | Roeland Jago Douma | 2016-09-13 | 2 | -9/+5 |
|\ \ \ | | | | | | | | | add actual check if mysql is up already | ||||
| * | | | add actual check if mysql is up already | Morris Jobke | 2016-09-13 | 2 | -9/+5 |
|/ / / | |||||
* | | | Merge pull request #1338 from nextcloud/fix-trashbin-errors | Roeland Jago Douma | 2016-09-13 | 5 | -0/+37 |
|\ \ \ | | | | | | | | | Opening the trashbin causes errors in log for files without preview | ||||
| * | | | Opening the trashbin causes errors in log for files without preview | Morris Jobke | 2016-09-09 | 5 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * put a file without a generated preview in the trashbin (e.g. a *.docx file) * open the trashbin * following errors will show up in the nextcloud.log: - filesize(): stat failed for ... - fopen(...): failed to open stream: No such file or directory at ... - fread() expects parameter 1 to be resource, boolean given at ... - fclose() expects parameter 1 to be resource, boolean given at ... - imagecreatefromstring(): Empty string or invalid image at ... This is because the preview code tries to load an SVG image, which is obviously only text. The fix simply handles this before the loading happens and the web UI keeps showing the default mimetype icon. | ||||
* | | | | Merge pull request #1396 from nextcloud/fix-phpunit-4.8 | Roeland Jago Douma | 2016-09-13 | 3 | -6/+24 |
|\ \ \ \ | | | | | | | | | | | Make tests work with 4.8 at least | ||||
| * | | | | Make tests work with 4.8 at least | Joas Schilling | 2016-09-13 | 3 | -6/+24 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #1399 from nextcloud/use-tests-to-drone-from-travis | Roeland Jago Douma | 2016-09-13 | 4 | -81/+75 |
|\ \ \ \ | | | | | | | | | | | Move Travis tests to DroneCI | ||||
| * | | | | Move Travis tests to DroneCI | Lukas Reschke | 2016-09-13 | 4 | -81/+75 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should give us some quicker test execution speed as we're not limited by Travis Explicitly invoke with "bash" Install instance already Use newest litmus container | ||||
* | | | | Merge pull request #1393 from longsleep/redirect_url-on-setup-support | Lukas Reschke | 2016-09-13 | 1 | -0/+11 |
|\ \ \ \ | |/ / / |/| | | | Pass redirect_url through setup form | ||||
| * | | | Pass redirect_url through setup form | Simon Eisenmann | 2016-09-13 | 1 | -0/+11 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When accessing a 'not set up' Nextcloud with a redirect_url parameter the parameter will is added to the setup POST request, resulting in the requested redirect after setup is complete. This is required in scenarios where Nextcloud is used as authorization provider like on the Spreedbox to allow redirection to the required page when normally a login form would be shown but the setup form is shown instead. | ||||
* | | | Merge pull request #1383 from nextcloud/improve-ci-speed | Christoph Wurst | 2016-09-13 | 1 | -10/+4 |
|\ \ \ | | | | | | | | | clone depth of 1 and execute integration tests first | ||||
| * | | | clone depth of 1 and execute integration tests first | Morris Jobke | 2016-09-13 | 1 | -10/+4 |
| | | | | | | | | | | | | | | | | * specify git image | ||||
* | | | | Merge pull request #1386 from nextcloud/better-mentions | Morris Jobke | 2016-09-13 | 1 | -6/+3 |
|\ \ \ \ | | | | | | | | | | | Try to mention 3 people that will leave comments | ||||
| * | | | | add nextcloud-bot to userBlacklist | Morris Jobke | 2016-09-13 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Try to mention 3 people that will leave comments | Joas Schilling | 2016-09-13 | 1 | -6/+2 |
| |/ / / | |||||
* | | | | Merge pull request #1370 from nextcloud/dav-fixassemblystreamperf | Morris Jobke | 2016-09-13 | 2 | -11/+94 |
|\ \ \ \ | | | | | | | | | | | [uc] Improve chunk upload AssemblyStream performance | ||||
| * | | | | Improve chunk upload AssemblyStream performance | Vincent Petry | 2016-09-13 | 2 | -11/+94 |
| |/ / / | |||||
* | | | | Merge pull request #1378 from nextcloud/phpunit_db_fix | Morris Jobke | 2016-09-13 | 24 | -310/+352 |
|\ \ \ \ | | | | | | | | | | | Fix getMock phpunit warnings | ||||
| * | | | | Fix getMock UtilTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+8 |
| | | | | | |||||
| * | | | | Fix getMock UsersControllerTest | Roeland Jago Douma | 2016-09-13 | 1 | -13/+16 |
| | | | | | |||||
| * | | | | Fix getMock User | Roeland Jago Douma | 2016-09-13 | 4 | -136/+146 |
| | | | | | |||||
| * | | | | Fix getMock UrlGeneratortest | Roeland Jago Douma | 2016-09-13 | 1 | -10/+12 |
| | | | | | |||||
| * | | | | Fix getMock TagTest | Roeland Jago Douma | 2016-09-13 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Fix getMock ManagerTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix getMock CertificateMangerTest | Roeland Jago Douma | 2016-09-13 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | Fix getMock RepairUnmergedSharesTest | Roeland Jago Douma | 2016-09-13 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Fix getMock DBLockingProviderTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix getMock HelperStorageTest | Roeland Jago Douma | 2016-09-13 | 1 | -6/+5 |
| | | | | | |||||
| * | | | | Fix getMock ViewTest | Roeland Jago Douma | 2016-09-13 | 1 | -6/+7 |
| | | | | | |||||
| * | | | | Fix getMock scannertest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix getMock QuotaTest | Roeland Jago Douma | 2016-09-13 | 1 | -9/+9 |
| | | | | | |||||
| * | | | | Fix getMock FolderTests | Roeland Jago Douma | 2016-09-13 | 1 | -96/+104 |
| | | | | | |||||
| * | | | | Fix getMock UserMountcacheTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix getMock Cache | Roeland Jago Douma | 2016-09-13 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | Fix getMock DecryptAllTest | Roeland Jago Douma | 2016-09-13 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix getMock ManagerTest | Roeland Jago Douma | 2016-09-13 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | Fix getMock FileCacheTest | Roeland Jago Douma | 2016-09-13 | 1 | -5/+5 |
| | | | | |