aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8006 from wakeup/masterMorris Jobke2014-04-021-1/+1
|\ | | | | Fix admin-dir_permissions redirection when cannot write warning is shown.
| * Fix admin-dir_permissions redirection when cannot write warningVolkan Gezer2014-04-021-1/+1
| | | | | | | | is shown.
* | Merge pull request #7968 from owncloud/core-overwritewebrootwithrootVincent Petry2014-04-021-2/+3
|\ \ | | | | | | Allow using "/" in "overwritewebroot"
| * | Allow using "/" in "overwritewebroot"Vincent Petry2014-03-311-2/+3
| | | | | | | | | | | | | | | Whenever the reverse proxy is using "/" as the webroot, it is now possible to set that value in "overwritewebroot"
* | | Merge pull request #7979 from owncloud/core-fixfilegetcontentsloopVincent Petry2014-04-021-6/+6
|\ \ \ | | | | | | | | Correctly read the full stream in file_get_contents
| * | | 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
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using user-defined stream wrappers, PHP will return a maximum of 8192 bytes even if more was requested. This fix uses stream_get_contents to make sure the full stream is read and not only the first 8 KB. Added unit test with a bigger test file to cover this case.
* | | 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 available
| * | | 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
|\ \ \ \ | |_|_|/ |/| | | Make getPath work for shared files
| * | | 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
|\ \ \ \ | | | | | | | | | | Fixed chunking and insufficient storage check
| * | | | Fixed chunking and insufficient storage checkVincent Petry2014-03-172-3/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed free space detection based on the already uploaded chunks - now deleting chunks as soon as it is read out before writing it into the part file, which reduces the space needed when assembling part files
* | | | | Merge pull request #7966 from owncloud/url_generation_hackMorris Jobke2014-04-011-1/+6
|\ \ \ \ \ | | | | | | | | | | | | Check if web root has already been appended
| * | | | | Check if web root has already been appendedThomas Tanghus2014-03-311-1/+6
| | |_|_|/ | |/| | |
* / | | | select statement always need to contain file_source respectively item_sourceBjoern Schiessle2014-03-311-2/+2
|/ / / /
* | | | Merge pull request #7939 from owncloud/wring_redirect_on_loginVincent Petry2014-03-312-6/+6
|\ \ \ \ | | | | | | | | | | Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936
| * | | | Sub-dir was prepended twiceThomas Tanghus2014-03-291-1/+1
| | | | |
| * | | | Sub-dir was prepended twiceThomas Tanghus2014-03-291-2/+1
| | | | |
| * | | | Use UrlGenerator in OC\Util::redirectToDefaultPage(). Fix #7936Thomas Tanghus2014-03-281-4/+5
| | | | |
* | | | | Merge pull request #7932 from owncloud/update-phpdoc-statement-wrapper-masterMorris Jobke2014-03-281-3/+11
|\ \ \ \ \ | |/ / / / |/| | | | adding @method annotation to declare methods which can be called on the ...
| * | | | adding @method annotation to declare methods which can be called on the ↵Thomas Müller2014-03-281-3/+11
| | | | | | | | | | | | | | | | | | | | wrapped statement object
* | | | | Emit event after setting a new expiration for a shareMorris Jobke2014-03-281-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | all credits to @frisco82 https://github.com/owncloud/core/pull/5335
* | | | | Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-283-4/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix parameter order for Storage\Local::hash
| * | | | | fix temporary file based common hashRobin Appelman2014-03-211-2/+1
| | | | | |
| * | | | | Fix parameter order for Storage\Local::hashRobin Appelman2014-03-202-2/+2
| | | | | |
* | | | | | Merge pull request #7879 from owncloud/sharing_cleanup_public_apiVincent Petry2014-03-284-0/+1966
|\ \ \ \ \ \ | | | | | | | | | | | | | | sharing api cleanup, first step
| * | | | | | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-251-2/+4
| | | | | | |
| * | | | | | fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-251-2/+7
| | | | | | |
| * | | | | | don't assign variables in if conditionBjoern Schiessle2014-03-251-18/+17
| | | | | | |
| * | | | | | add todoBjoern Schiessle2014-03-251-1/+1
| | | | | | |
| * | | | | | always return an arrayBjoern Schiessle2014-03-251-11/+4
| | | | | | |
| * | | | | | seperate formatResults()Bjoern Schiessle2014-03-251-18/+31
| | | | | | |
| * | | | | | don't assign variables in if conditionsBjoern Schiessle2014-03-251-2/+4
| | | | | | |
| * | | | | | use variableBjoern Schiessle2014-03-251-6/+5
| | | | | | |
| * | | | | | seperate transformDBResultsBjoern Schiessle2014-03-251-24/+33
| | | | | | |
| * | | | | | seperate creation of select statementBjoern Schiessle2014-03-251-38/+44
| | | | | | |
| * | | | | | remove prepFileTarget() seems that it is no longer in useBjoern Schiessle2014-03-251-18/+0
| | | | | | |
| * | | | | | add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-254-302/+372
| | | | | | | | | | | | | | | | | | | | | | | | | | | | to a "constants" class
| * | | | | | added private share apiBjoern Schiessle2014-03-251-0/+1886
| | | | | | |
* | | | | | | Merge pull request #7613 from owncloud/fix_urlGenerator2Vincent Petry2014-03-281-1/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add \OC::$WEBROOT to URLGenerator::getAbsoluteURL()
| * | | | | | Add \OC:: to URLGenerator::getAbsoluteURL()Thomas Tanghus2014-03-061-1/+2
| | | | | | |
* | | | | | | Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction ↵Thomas Müller2014-03-281-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled. Squashed commit of the following: commit eaf4f43f687db59137a0b00bc0e12ed4eb0d0943 Merge: 1e9c5be 1e7d7bd Author: Thomas Müller <thomas.mueller@tmit.eu> Date: Fri Mar 28 11:49:04 2014 +0100 Merge branch 'master' of https://github.com/kev300/core into kev300-master commit 1e7d7bdd8b5c7f301501cb822cdf2ef0ad3f2872 Author: kev300 <admin@gadeco.de> Date: Tue Dec 17 14:11:42 2013 +0100 Update util.php commit 3f0723f054a27a506be7f26932ccb54fff6f2be9 Author: kev300 <admin@gadeco.de> Date: Tue Dec 17 14:09:15 2013 +0100 Update util.php commit 512176abdcfbe5b2b060b91033abc9608912d1f8 Author: kev300 <admin@gadeco.de> Date: Tue Dec 17 14:02:04 2013 +0100 Update util.php commit 6cbefd080188d287024e0b047b88dd4525d6c2c1 Author: kev300 <admin@gadeco.de> Date: Mon Dec 16 16:44:46 2013 +0100 Update util.php Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction enabled.
* | | | | | | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-283-7/+49
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Cache folder is now configurable
| * | | | | | | Remove unused setUserVars utility methodVincent Petry2014-03-261-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That method was moved to the external storage recently so isn't needed here any more.
| * | | | | | | Cache folder is now configurableVincent Petry2014-03-243-7/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using an external cache folder, it is automatically mounted in FileSystem::initFileSystem so that any app can use it transparently by creating a view on the "/$user/cache" directory.
* | | | | | | | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-282-5/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Load apps proper master
| * | | | | | | Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-21144-1912/+2785
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/rawlist.php cron.php ocs/v1.php
| * | | | | | | | Within OC:init() the minimum set of apps is loaded - which is filesystem, ↵Thomas Müller2014-02-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authentication and logging