aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Fix a wrong WebDAV Warning with self-signed-certskondou2014-04-132-0/+15
* Only encode dangerous dangerous charactersLukas Reschke2014-04-111-1/+1
* Merge pull request #8139 from owncloud/fix-middleware-registrationBernhard Posselt2014-04-101-3/+3
|\
| * register middleware as string to not force request to be instantiated too ear...Bernhard Posselt2014-04-091-3/+3
* | Merge pull request #8107 from owncloud/dav-negativetimestampfixThomas Müller2014-04-101-3/+6
|\ \
| * | Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry2014-04-091-3/+6
* | | Merge pull request #8137 from owncloud/routeing-requirementsThomas Müller2014-04-101-1/+9
|\ \ \
| * | | add requirements to routingBernhard Posselt2014-04-091-1/+9
| | |/ | |/|
* | | Merge pull request #8138 from owncloud/allow-app-in-routes.phpThomas Müller2014-04-101-1/+9
|\ \ \
| * | | To isolate the variable scope used inside the $file it is required in it's ow...Thomas Müller2014-04-091-1/+9
| |/ /
* | | Merge pull request #8027 from owncloud/routes-ocsTom Needham2014-04-101-1/+1
|\ \ \
| * | | Load all routes when matching an ocs routeRobin Appelman2014-04-031-1/+1
* | | | Merge pull request #8018 from owncloud/ocs_result_success_is_100Vincent Petry2014-04-101-1/+1
|\ \ \ \
| * | | | Only accept success as 100 like the OCS spec doestomneedham2014-04-021-1/+1
| |/ / /
* | | | Merge pull request #7825 from owncloud/hash-streamVincent Petry2014-04-101-3/+5
|\ \ \ \
| * | | | use binary safe readRobin Appelman2014-04-021-1/+1
| * | | | Use streams when generating hashes of remote filesRobin Appelman2014-04-021-3/+5
* | | | | Merge pull request #8053 from owncloud/preview-hook-rootVincent Petry2014-04-101-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Pass the correct root to the preview on post_writeRobin Appelman2014-04-041-1/+1
* | | | | Fix Undefined index: storage in share.phpJoas Schilling2014-04-091-1/+1
| |_|_|/ |/| | |
* | | | Make hardcoded exception messages translatableVolkan Gezer2014-04-081-5/+6
* | | | using array_key_exists() instead of isset() - required because in case the va...Thomas Müller2014-04-071-1/+1
* | | | Merge pull request #8083 from owncloud/fix-link-to-syncThomas Müller2014-04-071-2/+2
|\ \ \ \
| * | | | Switch to HTTPSLukas Reschke2014-04-061-1/+1
| * | | | Remove wrong whitespace from URL and use HTTPSLukas Reschke2014-04-061-1/+1
* | | | | Removed two unused functionsLukas Reschke2014-04-041-27/+0
|/ / / /
* | | | Merge pull request #8055 from owncloud/getfileinfo-existsicewind19912014-04-041-0/+3
|\ \ \ \
| * | | | dont scan not existing files in View->getFileInfoRobin Appelman2014-04-041-0/+3
| |/ / /
* | | | Merge pull request #8039 from owncloud/chunking-removeexpireinhaskeyVincent Petry2014-04-041-5/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Do not expire chunks while checking for their existenceVincent Petry2014-04-031-5/+0
| | |/ | |/|
* | | Merge pull request #8015 from owncloud/storageinfo-reuseVincent Petry2014-04-041-3/+6
|\ \ \
| * | | Allow reusing FileInfo for getStorageInfoRobin Appelman2014-04-021-3/+6
| |/ /
* | | Merge pull request #7476 from owncloud/type-hintingThomas Müller2014-04-0311-20/+15
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into type-hintingBart Visscher2014-03-3163-1115/+3277
| |\ \
| * | | More PHPDoc updatesBart Visscher2014-02-282-5/+6
| * | | More PHPDoc fixes, using scrutinizer patches as hintsBart Visscher2014-02-288-14/+10
| * | | Update PHPDoc for I10N, OC_Config, OC\Template\Base and OCP\IL10NBart Visscher2014-02-283-21/+20
* | | | Merge pull request #8006 from wakeup/masterMorris Jobke2014-04-021-1/+1
|\ \ \ \
| * | | | Fix admin-dir_permissions redirection when cannot write warningVolkan Gezer2014-04-021-1/+1
* | | | | Merge pull request #7968 from owncloud/core-overwritewebrootwithrootVincent Petry2014-04-021-2/+3
|\ \ \ \ \
| * | | | | Allow using "/" in "overwritewebroot"Vincent Petry2014-03-311-2/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloopVincent Petry2014-04-021-6/+6
|\ \ \ \ \
| * | | | | Added missing fclose in file_get_contents and file_put_contentsVincent Petry2014-04-011-1/+4
| * | | | | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-5/+2
| |/ / / /
* | | | | Merge pull request #7884 from owncloud/use-idn_to_ascii-if-availableThomas Müller2014-04-011-0/+3
|\ \ \ \ \
| * | | | | idn_to_ascii is only used if availableThomas Müller2014-03-261-0/+3
* | | | | | Merge pull request #7935 from owncloud/getpath-sharedVincent Petry2014-04-012-6/+31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Improve phpdocRobin Appelman2014-03-311-1/+3
| * | | | | Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-03-282-6/+29
* | | | | | Merge pull request #7696 from owncloud/chunk-remainingspacefixVincent Petry2014-04-012-3/+48
|\ \ \ \ \ \