Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Properly forward repair errors and warnings | Vincent Petry | 2015-02-27 | 2 | -1/+30 | |
| * | | | | | | | | Do not abort when meeting unfixable legacy storages | Vincent Petry | 2015-02-27 | 1 | -54/+67 | |
* | | | | | | | | | Merge pull request #14791 from owncloud/fix-14516 | Lukas Reschke | 2015-03-11 | 1 | -5/+31 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Adding a more meaningful message for sabre dav exception - fixes #14516 | Thomas Müller | 2015-03-11 | 1 | -5/+31 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14788 from cmeh/patch-3 | Thomas Müller | 2015-03-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Correct "one invalid characters" to "one invalid character" | cmeh | 2015-03-11 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #14789 from owncloud/better-app-install-error-messages | Bernhard Posselt | 2015-03-11 | 1 | -6/+7 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | display app update error messages - fixes #14611 | Thomas Müller | 2015-03-11 | 1 | -6/+7 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Properly handle available databases at runtime and respect setup checks in co... | Thomas Müller | 2015-03-11 | 2 | -16/+103 | |
* | | | | | | | | | No need to restart the web server in cli mode | Thomas Müller | 2015-03-11 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #14759 from owncloud/clean-up-code | Lukas Reschke | 2015-03-10 | 1 | -6/+48 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Clean-up code and use proper exception types | Lukas Reschke | 2015-03-09 | 1 | -6/+48 | |
* | | | | | | | | | Merge pull request #14346 from owncloud/storage-based-path-validation | Lukas Reschke | 2015-03-10 | 9 | -70/+277 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | no translation service in common storage class | Thomas Müller | 2015-03-09 | 2 | -13/+17 | |
| * | | | | | | | | | Respect http header 'Accept-Language' on ocs and remote.php calls | Thomas Müller | 2015-03-09 | 1 | -35/+43 | |
| * | | | | | | | | | translate error messages | Thomas Müller | 2015-03-09 | 2 | -9/+16 | |
| * | | | | | | | | | Optimize loop | Lukas Reschke | 2015-03-09 | 1 | -6/+9 | |
| * | | | | | | | | | deprecate isValidFileName() | Thomas Müller | 2015-03-09 | 1 | -0/+1 | |
| * | | | | | | | | | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 4 | -20/+44 | |
| * | | | | | | | | | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 7 | -22/+182 | |
* | | | | | | | | | | Merge pull request #14689 from owncloud/better-missing-resource-handling | Thomas Müller | 2015-03-09 | 5 | -33/+127 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
| * | | | | | | | | | Log errors and create 404 in network list when a css or js is missing | Joas Schilling | 2015-03-04 | 5 | -33/+127 | |
* | | | | | | | | | | Merge pull request #14429 from owncloud/issue/14176-validate-timezone-before-... | Morris Jobke | 2015-03-09 | 1 | -11/+58 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Etc timezones don't exist for .5 and .75 offsets | Joas Schilling | 2015-03-03 | 1 | -11/+58 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #14713 from owncloud/issue/14671-preview-delete-check-for-... | Joas Schilling | 2015-03-09 | 1 | -9/+10 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Check whether the file id is valid, before using it to delete the previews | Joas Schilling | 2015-03-09 | 1 | -9/+10 | |
* | | | | | | | | | | proper filename for "require version.php" | Morris Jobke | 2015-03-09 | 1 | -1/+1 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14722 from owncloud/master-14711 | Lukas Reschke | 2015-03-06 | 1 | -2/+37 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix totally broken AppStore code... | Lukas Reschke | 2015-03-06 | 1 | -2/+37 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | use insertIfNotExist() in cache put | Thomas Müller | 2015-03-06 | 1 | -5/+11 | |
* | | | | | | | | | Fix PHPDoc on the way .... | Thomas Müller | 2015-03-06 | 1 | -13/+15 | |
* | | | | | | | | | Use an atomic implementation on sqlite for insertIfNotExist() | Thomas Müller | 2015-03-06 | 1 | -33/+9 | |
|/ / / / / / / / | ||||||
* | | | | | | | | \OC\Memcache\Cache implements \OCP\ICache | Robin McCorkell | 2015-03-05 | 1 | -1/+1 | |
* | | | | | | | | Refactor \OC\Memcache\Factory | Robin McCorkell | 2015-03-05 | 2 | -37/+60 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #14682 from owncloud/issue/14681-noop-scanner-outdated | Vincent Petry | 2015-03-04 | 1 | -6/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update scanFile() and scanChildren() to the new signature of the parent class | Joas Schilling | 2015-03-04 | 1 | -6/+7 | |
* | | | | | | | | Merge pull request #14326 from owncloud/remove-unnessary-backslashes-from-tra... | Morris Jobke | 2015-03-04 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove unnecessary backslashes from translations | Joas Schilling | 2015-02-18 | 1 | -2/+2 | |
* | | | | | | | | | Merge pull request #14651 from owncloud/add-some-headers-to-htaccess-for-my-b... | Morris Jobke | 2015-03-04 | 4 | -15/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Let users configure security headers in their Webserver | Lukas Reschke | 2015-03-02 | 4 | -15/+3 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14674 from owncloud/fix-l10n-getlanguagecode-2 | Joas Schilling | 2015-03-03 | 2 | -16/+6 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Fix the behaviour of getLanguageCode() to match the expectation of the name | Joas Schilling | 2015-03-03 | 1 | -14/+5 | |
| * | | | | | | | | Use findLanguage() instead of creating the object first | Joas Schilling | 2015-03-03 | 1 | -2/+1 | |
* | | | | | | | | | Merge pull request #14660 from metaworx/replace-static-dbtableprefix-with-con... | Joas Schilling | 2015-03-03 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | replace 'oc_' with dbtableprefix form config for temporary table names and in... | martin-rueegg | 2015-03-03 | 1 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #14574 from owncloud/fix-irequest-for-older-php-versions | Thomas Müller | 2015-03-03 | 3 | -50/+48 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Simplify code | Lukas Reschke | 2015-03-01 | 1 | -2/+3 | |
| * | | | | | | | | | Read from IRequest instead of reading twice | Lukas Reschke | 2015-02-27 | 3 | -50/+47 | |
* | | | | | | | | | | Merge pull request #14638 from owncloud/issue/14538-repairstep-drop-old-tables | Thomas Müller | 2015-03-03 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add a repair step to delete old tables | Joas Schilling | 2015-03-02 | 1 | -0/+2 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | |