summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Allow to call status.php before the instance is installedJoas Schilling2016-09-061-1/+1
* Run the license scriptJoas Schilling2016-07-221-8/+10
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Add exemption for ACS endpointLukas Reschke2016-06-291-0/+17
* some text-changes to nextcloudJoachim Sokolowski2016-06-221-11/+11
* fixed codeMorris Jobke2016-06-201-5/+5
* Add more brandingLukas Reschke2016-06-131-1/+1
* Add Same Site Cookie protectionLukas Reschke2016-06-101-0/+66
* Print error message again, when 3rdparty submodule is not initializedArthur Schiwon2016-06-081-1/+3
* Show hint in CLIVictor Dubiniuk2016-04-061-1/+1
* Show release notesVictor Dubiniuk2016-04-051-0/+3
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+2
* Use raw PATH_INFOLukas Reschke2016-03-181-1/+1
* Merge pull request #22943 from owncloud/backport-22800-stable9Thomas Müller2016-03-141-0/+3
|\
| * don't hide server not available exception, fixes #20536Arthur Schiwon2016-03-081-0/+3
* | Do not set response status in CLI in case of errorVincent Petry2016-03-101-1/+3
|/
* Update author informationLukas Reschke2016-03-011-0/+1
* Disable app that bricks the server after enablingVincent Petry2016-02-291-2/+18
* Pass checked host as "domain" variable to "untrustedDomain" template.Joachim Bauch2016-02-151-1/+1
* The local address book is replaced now by the system addressbook as part of t...Thomas Müller2016-02-021-9/+0
* Ignore GD JPEG warningsLukas Reschke2016-01-271-0/+1
* move setup controller to core/controllerMorris Jobke2016-01-201-1/+1
* Happy new year!Thomas Müller2016-01-121-3/+3
* getMediumStrengthGenerator is deprecated and does not do anything anymoreRoeland Jago Douma2016-01-111-1/+1
* Only '/tests' to be autoloaded when running unit testsRoeland Jago Douma2016-01-101-1/+3
* OC autoloader is not allowed to load 3rdpartyRoeland Jago Douma2016-01-101-1/+0
* Remove code related to session regeneration after some timeLukas Reschke2016-01-101-11/+1
* Use ISession::clearLukas Reschke2016-01-101-4/+1
* Check if app does existsLukas Reschke2016-01-071-1/+6
* Move regeneration of session ID into session classesLukas Reschke2016-01-041-1/+1
* Refactor OC_Util::callCheckMorris Jobke2015-12-221-1/+1
* 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
|\ \ | |/ |/|