summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Fix CURLOPT_FOLLOWLOCATION bug with open_basedir or safe_mode restriction ena...Thomas Müller2014-03-281-4/+45
* | | | | | | | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-283-7/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove unused setUserVars utility methodVincent Petry2014-03-261-11/+0
| * | | | | | | | Cache folder is now configurableVincent Petry2014-03-243-7/+60
* | | | | | | | | Merge pull request #7107 from owncloud/load-apps-proper-masterThomas Müller2014-03-282-5/+1
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into load-apps-proper-masterThomas Müller2014-03-21144-1912/+2785
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Within OC:init() the minimum set of apps is loaded - which is filesystem, aut...Thomas Müller2014-02-061-2/+0
| * | | | | | | | | remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-3/+1
* | | | | | | | | | Merge pull request #7902 from owncloud/ext-xsendfileextstoragefixVincent Petry2014-03-271-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use the correct resolve method to resolve file storageVincent Petry2014-03-261-1/+2
* | | | | | | | | | | 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 anymoreThomas Müller2014-03-261-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* / | | | | | | | | fix undefined index warning in routerRobin Appelman2014-03-261-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #7748 from owncloud/postgresversionwarningThomas Müller2014-03-251-0/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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-253-22/+102
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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-241-13/+37
| * | | | | | | | | | Load the routes when matching or generating a route instead of when creating ...Robin Appelman2014-03-242-5/+13
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #7325 from owncloud/recursive-mkdir-localThomas Müller2014-03-252-2/+2
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into recursive-mkdir-localRobin Appelman2014-02-219-75/+123
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-1335-317/+503
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-1131-309/+450
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Check if fields we need are actually set to prevent errorsRobin Appelman2014-03-032-3/+3
| * | | | | | | | | | | | | | Allow re-using already known fileinfo when calculating folder sizesRobin Appelman2014-02-284-12/+25
* | | | | | | | | | | | | | | use \OC_Mail::validateAddress() to validate the email address - fixes #7862Thomas Müller2014-03-241-1/+1
* | | | | | | | | | | | | | | idn have to be converted before being usedThomas Müller2014-03-241-0/+17
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #7820 from owncloud/core-macwarningMorris Jobke2014-03-211-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Added warning for Mac OS on setup pageVincent Petry2014-03-201-1/+10
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #7611 from owncloud/fix-updaterVincent Petry2014-03-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Use $installedVersion instead of $currentVersionLukas Reschke2014-03-171-1/+1
* | | | | | | | | | | | | | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke2014-03-201-70/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Moved external storage mounting code to files_external appVincent Petry2014-03-191-70/+0
* | | | | | | | | | | | | | | Merge pull request #7808 from owncloud/quota-usequotaevenwhenfreespaceunknownVincent Petry2014-03-201-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Still return quota value when free space is unknownVincent Petry2014-03-191-1/+8
* | | | | | | | | | | | | | | Merge pull request #7732 from owncloud/datafolderexistenceVincent Petry2014-03-204-4/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \