summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-28495-2230/+2370
|
* Merge pull request #10653 from owncloud/x-forwarded-forClark Tomlinson2014-08-276-6/+72
|\ | | | | Add support for getting the real client IP behind proxies
| * Add support for getting the real client IP behind proxiesLukas Reschke2014-08-276-6/+72
| | | | | | | | | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10624 Fix copy paste fail Add unittest for comma separated headers Revert 3rdparty
* | Merge pull request #10666 from ogasser/appframework_db_testsLukas Reschke2014-08-272-7/+7
|\ \ | | | | | | Make Entity properties ```protected``` as in docs
| * | Make Entity properties ```protected``` as in docsOliver Gasser2014-08-272-7/+7
|/ / | | | | | | | | | | | | Entity properties are marked as ```protected``` to correctly reflect the documentation. See also owncloud/documentation@644f2eedac8e912c3019366b29ecdfbd9a15c5d9
* | Merge pull request #9915 from suraia/unsharefromself-sourceBjörn Schießle2014-08-273-8/+33
|\ \ | | | | | | Allow specifying the item source in unshareFromSelf().
| * | Add unit tests for new unshareFromSelf() functionality.Michael Kuhn2014-08-231-0/+24
| | |
| * | Allow specifying the item source in unshareFromSelf().Michael Kuhn2014-07-262-8/+9
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-2730-115/+155
| | |
* | | Merge pull request #10641 from callahad/email-input-typeLukas Reschke2014-08-261-1/+1
|\ \ \ | | | | | | | | Set email input field to type=email for better UX
| * | | Set email input field to type=email for better UXDan Callahan2014-08-261-1/+1
| | | |
* | | | Merge pull request #10640 from owncloud/add_moment_jsClark Tomlinson2014-08-262-0/+9084
|\ \ \ \ | |_|_|/ |/| | | add moment.js
| * | | add moment.jsGeorg Ehrke2014-08-262-0/+9084
| | | |
* | | | Merge pull request #10604 from owncloud/fixing-faviconThomas Müller2014-08-263-3/+3
|\ \ \ \ | |_|/ / |/| | | Adding type to favicon
| * | | Adding type to faviconClark Tomlinson2014-08-223-3/+3
| | | |
* | | | Merge pull request #9844 from OliverKohlDSc/patch-1Thomas Müller2014-08-261-2/+4
|\ \ \ \ | | | | | | | | | | CRON call ends in null exception
| * | | | Update cron.phpOliver Kohl D.Sc.2014-07-241-2/+1
| | | | |
| * | | | CRON call ends in null exceptionOliver Kohl D.Sc.2014-07-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [error] 4461#0: *186285 FastCGI sent in stderr: "PHP message : PHP Fatal error: Call to a member function execute() on null in /var/www/ownc loud/cron.php on line 125" while reading response header from upstream, client: 217.13.183.252, server: cloud.mycloud.com, request: "GET /cron.php HTTP/1.1", upstre am: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "cloud.mycloud.com", referrer: " https://cloud.mycloud.com/"
* | | | | Merge pull request #10619 from owncloud/issue/6722Thomas Müller2014-08-262-37/+59
|\ \ \ \ \ | |_|_|/ / |/| | | | Add a test to break the slugifyPath() with folder and file afterwards
| * | | | Use md5() of the original name instead of uniqid() for slugifyingJoas Schilling2014-08-251-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we used uniqid() here. However this means that the behaviour is not reproducable, so when uploading files into a "empty" folder, the folders name is different. If there would be a md5() hash collition, the deduplicate check will spot this and append an index later, so this should not be a problem. Fix #6722
| * | | | Fix code layout before fixing the functionJoas Schilling2014-08-251-13/+9
| | | | |
| * | | | Use a data provider instead of calling the function manually everytimeJoas Schilling2014-08-251-33/+35
| | | | |
| * | | | Add a test to break the slugifyPath() with folder and file afterwardsJoas Schilling2014-08-251-1/+14
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-26500-1577/+1694
| | | | |
* | | | | Merge pull request #10623 from owncloud/not-a-valid-resource-log-entriesClark Tomlinson2014-08-251-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Do not try to close the same resource multiple times
| * | | | | Do not try to close the same resource multiple timesJoas Schilling2014-08-251-1/+6
| |/ / / /
* | | | | Merge pull request #10421 from owncloud/share-external-deleteClark Tomlinson2014-08-251-1/+11
|\ \ \ \ \ | | | | | | | | | | | | Remove no longer existing files from the cache when scanning external storage
| * | | | | Remove no longer existing files from the cache when scanning external storageRobin Appelman2014-08-141-1/+11
| | | | | |
* | | | | | Merge pull request #10023 from owncloud/tmp-file-created-statusVincent Petry2014-08-251-2/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Log unsuccessful temp file creation and return false
| * | | | | | Log unsuccessful temp file creation and return falseVictor Dubiniuk2014-07-301-2/+14
| | | | | | |
* | | | | | | Merge pull request #10108 from owncloud/files_external-allowed-backendVincent Petry2014-08-251-6/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Only load personal external storages for allowed backends
| * | | | | | | Only load personal external storages for allowed backendsRobin Appelman2014-08-011-6/+10
| | | | | | | |
* | | | | | | | Merge pull request #10598 from owncloud/warn_on_encryption_occ_pwresetLukas Reschke2014-08-251-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Warn user on resetting passwords via occ when encryption is enabled
| * | | | | | | | Warn user on resetting passwords via occ when encryption is enabledkondou2014-08-221-0/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #10591 from owncloud/routes_for_files_externalVincent Petry2014-08-251-0/+17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | explicit routes for files_external
| * | | | | | | | | explicit routes for files_externalJörn Friedrich Dreyer2014-08-221-0/+17
| | | | | | | | | |
* | | | | | | | | | Merge pull request #10595 from owncloud/swift-streamJörn Friedrich Dreyer2014-08-251-5/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | Stream downloads from Swift object stores without downloading it first
| * | | | | | | | | Stream downloads from Swift object stores without downloading it firstRobin Appelman2014-08-221-5/+4
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-25477-3418/+3447
| | | | | | | | | |
* | | | | | | | | | Merge pull request #10528 from owncloud/fix-htaccess-check-errorLukas Reschke2014-08-241-184/+225
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix htaccess check error
| * | | | | | | | | | Throw exception if file cannot be accessed via httpClark Tomlinson2014-08-221-184/+225
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format file Removing calls to deprecated classes and using internal method to get via http Missed a character Fix inverted logic
* | | | | | | | | | Merge pull request #9818 from owncloud/fix-mount-file-configRobin McCorkell2014-08-241-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Comment out mount_file config option
| * | | | | | | | | | Comment out mount_file config optionRobin McCorkell2014-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents sample config issues with external storages. Fixes #9734
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-24525-1121/+1258
| | | | | | | | | | |
* | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-23617-3328/+5497
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #10584 from owncloud/simple-wizard-trusted-domainsThomas Müller2014-08-227-12/+58
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add a trusted domain wizard
| * | | | | | | | | | Redirect user after clicking on linkLukas Reschke2014-08-222-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use DI
| * | | | | | | | | | Expose setSystemValueLukas Reschke2014-08-222-6/+4
| | | | | | | | | | |
| * | | | | | | | | | Add a trusted domain wizardLukas Reschke2014-08-215-6/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a little button to the trusted domain warning, if an admin clicks on the warning he will be redirected to ownCloud and asked whether he want to trust this domain. By far not the cleanest code, or clean at all, but does the job and I don't see a reason to make a lot of changes for this little improvement.
* | | | | | | | | | | Merge pull request #10590 from owncloud/fix-10585Clark Tomlinson2014-08-221-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add require_once to update.php due to routing