aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | 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-252-27/+0
| | | | | | | |
| * | | | | | | add a "helper" and a "hooks" class. Move constants needed by multiple classesBjoern Schiessle2014-03-256-355/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a "constants" class
| * | | | | | | added private share apiBjoern Schiessle2014-03-252-1647/+1944
| | | | | | | |
* | | | | | | | 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-283-23/+7
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | Load apps proper master
| * | | | | | | | all authentication apps are loaded at first - everything else relies on ↵Thomas Müller2014-03-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these apps
| * | | | | | | | Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-21240-2341/+3915
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-062-13/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | authentication and logging
| * | | | | | | | | remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-062-8/+1
| | | | | | | | | |
| * | | | | | | | | remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller2014-02-061-2/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #7902 from owncloud/ext-xsendfileextstoragefixVincent Petry2014-03-271-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Use the correct resolve method to resolve file storage (x-sendfile)
| * | | | | | | | | | Use the correct resolve method to resolve file storageVincent Petry2014-03-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When detecting whether the file to be downloaded is on external storage, the correct path needs to be used. It turns out that \OC\Files\View is needed to resolve the path correctly relative to the user's home.
* | | | | | | | | | | Merge pull request #7893 from owncloud/no-routed-link-for-css-filesThomas Müller2014-03-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | css files are not to be routed through index.php anymore
| * | | | | | | | | | css files are not to be routed through index.php anymoreThomas Müller2014-03-261-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* / | | | | | | | | fix undefined index warning in routerRobin Appelman2014-03-261-1/+1
|/ / / / / / / / /
* | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-261-0/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #7748 from owncloud/postgresversionwarningThomas Müller2014-03-251-0/+35
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Added PostgreSQL version warning on upgrade
| * | | | | | | | | fixing code styleThomas Müller2014-03-251-2/+1
| | | | | | | | | |
| * | | | | | | | | Log exception when PostgreSQL version check failedVincent Petry2014-03-241-1/+3
| | | | | | | | | |
| * | | | | | | | | Added PostgreSQL version warning on upgradeVincent Petry2014-03-171-0/+34
| | | | | | | | | |
* | | | | | | | | | Merge pull request #7864 from owncloud/routing-performanceThomas Müller2014-03-254-25/+103
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Routing performance
| * | | | | | | | | | Fix routes getting lost when loading app routes twiceRobin Appelman2014-03-251-7/+9
| | | | | | | | | | |
| * | | | | | | | | | fix incorect arrayRobin Appelman2014-03-251-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Only load core routes for ocs and settingsRobin Appelman2014-03-251-1/+2
| | | | | | | | | | |
| * | | | | | | | | | Only load core routes when matching a core routeRobin Appelman2014-03-241-3/+5
| | | | | | | | | | |
| * | | | | | | | | | Cache generated urls for routesRobin Appelman2014-03-241-0/+43
| | | | | | | | | | |
| * | | | | | | | | | Only load routes from the apps we needRobin Appelman2014-03-242-14/+38
| | | | | | | | | | |
| * | | | | | | | | | Load the routes when matching or generating a route instead of when creating ↵Robin Appelman2014-03-243-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the router
* | | | | | | | | | | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Recursive mkdir fixes #7047
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into recursive-mkdir-localRobin Appelman2014-02-2110-75/+124
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Also make "regular" local storage's mkdir recursiveRobin Appelman2014-02-201-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Recursive mkdir fixes #7047Joshua Medeiros2014-02-201-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-252-2/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manually triger the filecache update hooks before any other hook
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-1396-602/+808
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix check if fileinfo is validRobin Appelman2014-03-061-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix updater when getFileInfo failsRobin Appelman2014-03-031-1/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Also send explicit cache hooks when calling file_put_contents with a resourceRobin Appelman2014-02-281-0/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-0/+20
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-254-14/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | Allow re-using already known fileinfo when calculating folder sizes