aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-2/+2
* Use SystemConfig internallyRoeland Jago Douma2015-12-181-6/+6
* Inject Config into SystemConfigRoeland Jago Douma2015-12-181-2/+2
* Get rid of legacy OC_ConfigRoeland Jago Douma2015-12-181-6/+11
* Remove deprecated function OC_User::getManagerRoeland Jago Douma2015-12-171-1/+1
* Use URLGenerator instead of hard-coded WEBROOTLukas Reschke2015-12-031-2/+2
* Execute only for web and not for CLILukas Reschke2015-12-021-7/+7
* Ensure that ownCloud is always accessed with a trailing slashLukas Reschke2015-12-021-0/+8
* Untangle the linkToDocs method in OC_HelperMorris Jobke2015-11-261-2/+5
* Add warning log entry when user accesses untrusted domainLukas Reschke2015-11-101-0/+9
* [autoloader] Make sure to load construct full pathsRoeland Jago Douma2015-11-061-6/+0
* Use IRequest's `getScriptName` functionality instead of $_SERVER['SCRIPT_NAME']Lukas Reschke2015-10-211-1/+13
* Delete cookie instead of emptying valueLukas Reschke2015-10-191-1/+2
* Make sure that remote shares use the correct uid casingJoas Schilling2015-10-061-0/+8
* update licence headers via scriptMorris Jobke2015-10-051-1/+3
* cache result of \OCP\Util::needUpgrade()Individual IT Services2015-09-291-6/+5
* Merge pull request #19293 from owncloud/individual-it-move_initTemplateThomas Müller2015-09-251-65/+1
|\
| * do not load unnecessary code in case of webdavIndividual IT Services2015-09-231-65/+1
* | Merge pull request #15098 from owncloud/fix_preview_versions_revert_issueThomas Müller2015-09-241-1/+2
|\ \ | |/ |/|
| * delete cached preview when rolling back file's versionGeorg Ehrke2015-09-201-1/+2
* | Minor text typosPhil Davis2015-09-211-3/+3
|/
* Merge pull request #19024 from owncloud/remove-get_temp_dirThomas Müller2015-09-151-8/+0
|\
| * Remove get_temp_dir()Robin McCorkell2015-09-151-8/+0
* | Allow /tests folder in autoloader by defaultLukas Reschke2015-09-151-1/+2
|/
* Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-121-14/+3
|\
| * moved code to /lib/private/tempmanager.phproot2015-08-291-14/+3
* | Only add valid root for enabled appsRobin McCorkell2015-09-051-4/+0
* | Merge pull request #18794 from individual-it/reuse_systemConfigIndividual IT Services2015-09-041-1/+1
|\ \
| * | reuse existing $systemConfig variableIndividual IT Services2015-09-031-1/+1
* | | Proper details about git submodule updateMorris Jobke2015-09-031-1/+1
|/ /
* / verify the path in the autoloaderRobin Appelman2015-09-011-4/+15
|/
* Remove DEBUG constant and use config valueMorris Jobke2015-08-241-4/+5
* Merge pull request #18482 from owncloud/encrypt-session-dataMorris Jobke2015-08-241-5/+7
|\
| * Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-211-5/+7
* | Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-241-12/+1
|\ \ | |/ |/|
| * Add mitigation against BREACHLukas Reschke2015-08-141-12/+1
* | Merge pull request #17434 from owncloud/update-showappnameonappupdateMorris Jobke2015-08-201-21/+36
|\ \ | |/ |/|
| * Additions to update pageVincent Petry2015-08-201-4/+5
| * Display app names in update page for app updatesVincent Petry2015-08-191-21/+35
* | load backbone universallyArthur Schiwon2015-08-061-0/+2
* | - more injectionThomas Müller2015-07-301-1/+3
* | Remove commented codeMorris Jobke2015-07-241-2/+0
* | Merge pull request #17075 from owncloud/bootstrap-tooltipBernhard Posselt2015-07-231-2/+2
|\ \
| * | moved tooltip.js to vendor scriptsHendrik Leppelsack2015-06-221-1/+1
| * | replaced tipsy with bootstrap tooltipHendrik Leppelsack2015-06-221-2/+2
* | | Merge pull request #17381 from owncloud/fix_sharing_add_to_groupMorris Jobke2015-07-211-0/+1
|\ \ \ | |_|/ |/| |
| * | intproduce pre_addToGroup hook. we need to calculate the possible uniqueBjoern Schiessle2015-07-061-0/+1
* | | Javascript mimetype icon resolverRoeland Jago Douma2015-07-061-0/+2
* | | Remove OC_LogThomas Müller2015-07-031-4/+5
|/ /
* | Catch cache garbage collection exception on postLoginVincent Petry2015-06-301-2/+8