summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-1380-6/+370
|
* Add cURL as hard-dependencyLukas Reschke2015-03-121-3/+4
| | | | It is required by other functionalities such as S2S anyways and ownCloud will fail hard at a lot of places without it.
* [tx-robot] updated from transifexJenkins for ownCloud2015-03-1226-0/+92
|
* Merge pull request #14357 from owncloud/fix/1373Morris Jobke2015-03-111-7/+7
|\ | | | | Run `updateDataDirectory` after Update
| * Run `updateDataDirectory` after UpdateLukas Reschke2015-03-021-7/+7
| | | | | | | | Fixes https://github.com/owncloud/core/issues/13731
* | Merge pull request #14705 from rullzer/avatarcontrollerLukas Reschke2015-03-115-7/+89
|\ \ | | | | | | Move AvatarController to AppFramework
| * | Avatar controller moved to AppFrameWorkRoeland Jago Douma2015-03-115-7/+89
| | | | | | | | | | | | | | | | | | | | | | | | * Original avatarcontroller migrated to the appframework * Added DataDisplayResponse that show data inline in the browser (used to retrun the image) * Removed some unneeded code * Added unit tests for the avatarcontroller
* | | Merge pull request #13893 from owncloud/create-cachedir-on-userMorris Jobke2015-03-112-26/+28
|\ \ \ | | | | | | | | Only make sure the cache directory exists when we use it
| * | | Only make sure the cache directory exists when we use itRobin Appelman2015-02-042-26/+28
| | | |
* | | | Merge pull request #14798 from owncloud/enable-oci-autotest-masterLukas Reschke2015-03-111-6/+11
|\ \ \ \ | | | | | | | | | | Setting oci as supported database
| * | | | Don't play with config values ...Thomas Müller2015-03-111-6/+11
| | | | |
* | | | | Merge pull request #13648 from oparoz/sfnt-fonts-previewMorris Jobke2015-03-112-1/+21
|\ \ \ \ \ | | | | | | | | | | | | Add support for font previews
| * | | | | Add support for font previewsOlivier Paroz2015-02-242-1/+21
| | | | | |
* | | | | | Merge pull request #13839 from ↵Morris Jobke2015-03-112-1/+31
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | owncloud/issue/13678-improve-remote-domain-detection-in-sharedropdown Better finding the remote URL from user input in share dropdown
| * | | | | Extract the remote host from user input in share dropdownJoas Schilling2015-02-232-1/+31
| | | | | | | | | | | | | | | | | | | | | | | | Fix #13678
* | | | | | Merge pull request #13513 from owncloud/repair-legacystoragenofatalfailMorris Jobke2015-03-112-55/+97
|\ \ \ \ \ \ | | | | | | | | | | | | | | Do not abort when meeting unfixable legacy storages
| * | | | | | Properly forward repair errors and warningsVincent Petry2015-02-272-1/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes repair errors and warnings visible for the user when upgrading on the command line or in the web UI.
| * | | | | | Do not abort when meeting unfixable legacy storagesVincent Petry2015-02-271-54/+67
| | | | | | |
* | | | | | | Merge pull request #14791 from owncloud/fix-14516Lukas Reschke2015-03-111-5/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Adding a more meaningful message for sabre dav exception
| * | | | | | | Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-111-5/+31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #14788 from cmeh/patch-3Thomas Müller2015-03-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Correct "one invalid characters" to "one invalid character"
| * | | | | | | Correct "one invalid characters" to "one invalid character"cmeh2015-03-111-1/+1
| |/ / / / / / | | | | | | | | | | | | | | Corrected "one invalid characters" to "one invalid character" in line 1575.
* | | | | | | Merge pull request #14789 from owncloud/better-app-install-error-messagesBernhard Posselt2015-03-111-6/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | display app update error messages
| * | | | | | | display app update error messages - fixes #14611Thomas Müller2015-03-111-6/+7
| |/ / / / / /
* | | | | | | Properly handle available databases at runtime and respect setup checks in ↵Thomas Müller2015-03-113-17/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | command line as well
* | | | | | | No need to restart the web server in cli modeThomas Müller2015-03-111-1/+1
| | | | | | |
* | | | | | | Use occ to install ownCloud in autotest.shThomas Müller2015-03-111-1/+1
|/ / / / / /
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-114-4/+16
| | | | | |
* | | | | | Merge pull request #14759 from owncloud/clean-up-codeLukas Reschke2015-03-101-6/+48
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean-up code and use proper exception types
| * | | | | | Clean-up code and use proper exception typesLukas Reschke2015-03-091-6/+48
| | | | | | |
* | | | | | | Merge pull request #14346 from owncloud/storage-based-path-validationLukas Reschke2015-03-1013-70/+361
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | adding storage specific filename verification
| * | | | | | | no translation service in common storage classThomas Müller2015-03-094-13/+91
| | | | | | | |
| * | | | | | | Respect http header 'Accept-Language' on ocs and remote.php callsThomas Müller2015-03-091-35/+43
| | | | | | | |
| * | | | | | | translate error messagesThomas Müller2015-03-092-9/+16
| | | | | | | |
| * | | | | | | Optimize loopLukas Reschke2015-03-091-6/+9
| | | | | | | |
| * | | | | | | deprecate isValidFileName()Thomas Müller2015-03-092-0/+2
| | | | | | | |
| * | | | | | | fixing namespaces and PHPDocThomas Müller2015-03-094-20/+44
| | | | | | | |
| * | | | | | | adding storage specific filename verification - refs #13640Thomas Müller2015-03-098-22/+191
| | | | | | | |
* | | | | | | | Merge pull request #14534 from owncloud/add-child-srcThomas Müller2015-03-101-0/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add support for 'child-src' directive
| * | | | | | | | Add support for 'child-src' directiveLukas Reschke2015-02-281-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required when working with stuff such as PDF.js in the files_pdfviewer application. Opt-in only. Master change only because the stable CSP policies has a failback that allows nearly anything :see_no_evil:
* | | | | | | | | Merge pull request #14689 from owncloud/better-missing-resource-handlingThomas Müller2015-03-095-33/+127
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Log errors and create 404 in network list when a css or js is missing
| * | | | | | | | | Log errors and create 404 in network list when a css or js is missingJoas Schilling2015-03-045-33/+127
| | | | | | | | | |
* | | | | | | | | | Merge pull request #14429 from ↵Morris Jobke2015-03-091-11/+58
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/14176-validate-timezone-before-using Etc timezones don't exist for .5 and .75 offsets
| * | | | | | | | | | Etc timezones don't exist for .5 and .75 offsetsJoas Schilling2015-03-031-11/+58
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #14713 from ↵Joas Schilling2015-03-091-9/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue/14671-preview-delete-check-for-valid-fileid Check whether the file id is valid, before using it to delete the previews
| * | | | | | | | | | Check whether the file id is valid, before using it to delete the previewsJoas Schilling2015-03-091-9/+10
| | | | | | | | | | |
* | | | | | | | | | | proper filename for "require version.php"Morris Jobke2015-03-091-1/+1
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-094-0/+8
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-088-4/+12
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-03-076-8/+12
| | | | | | | | | |