summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Log user out correctly if max session lifetime is reached (#24552)Christoph Wurst2016-05-121-1/+1
* try apache auth tooChristoph Wurst2016-05-111-4/+21
* token based authChristoph Wurst2016-05-111-170/+6
* Move OC_User_Database to \OC\User\DatabaseRoeland Jago Douma2016-05-101-1/+1
* Keep the composer instance so we can add psr4 paths laterJoas Schilling2016-05-021-1/+4
* Merge pull request #24200 from owncloud/appframework_psr4Thomas Müller2016-04-221-3/+3
|\
| * Move \OC\AppFramework to PSR-4Roeland Jago Douma2016-04-221-3/+3
* | Disable web updater if ldap or shibboleth are installed - refs https://github...Thomas Müller2016-04-221-4/+8
|/
* Merge pull request #24075 from owncloud/no-html-on-cliLukas Reschke2016-04-201-8/+3
|\
| * In case of fatal php errors and other unhandled exceptions no html error page...Thomas Müller2016-04-181-8/+3
* | Merge pull request #23973 from owncloud/share_move_post_delete_from_group_hookThomas Müller2016-04-191-1/+1
|\ \
| * | Move post_removeFromGroup to shareManagerRoeland Jago Douma2016-04-131-1/+1
* | | Move logout to controllerLukas Reschke2016-04-181-21/+3
| |/ |/|
* | Suggest cli based updater in case the instance is bigger - #23913Thomas Müller2016-04-181-12/+34
* | Keep used username in URLLukas Reschke2016-04-151-1/+8
* | Move login form into controllerLukas Reschke2016-04-151-1/+5
* | Kill movable 3rdpartyThomas Müller2016-04-141-30/+6
|/
* Migrate post_groupDelete hook to share manager (#23841)Roeland Douma2016-04-121-1/+1
* Merge pull request #23856 from owncloud/share_remove_addtogroup_hooksJoas Schilling2016-04-111-2/+0
|\
| * Remove pre/post_addToGroup hooks for sharesRoeland Jago Douma2016-04-081-2/+0
* | lib: Fix typos (found by codespell)Stefan Weil2016-04-071-2/+2
|/
* Merge pull request #23773 from owncloud/share_move_delete_user_hookJoas Schilling2016-04-071-1/+1
|\
| * Migrate post_userDelete hook to share managerRoeland Jago Douma2016-04-041-1/+1
* | Show individual sql schema migration steps during upgrade - on web as well as...Thomas Müller2016-04-041-0/+1
|/
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-1/+2
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-231-1/+1
|\
| * Consistently use rel=noreferrerLukas Reschke2016-03-201-1/+1
* | Use raw PATH_INFOLukas Reschke2016-03-171-1/+1
|/
* Replace unneded OC::needUpgrade with OCP methodMorris Jobke2016-03-141-10/+0
* Merge pull request #21582 from owncloud/core_composerThomas Müller2016-03-101-0/+3
|\
| * Add composers default autoloader to coreRoeland Jago Douma2016-03-091-0/+3
* | Do not set response status in CLI in case of errorVincent Petry2016-03-091-1/+3
|/
* don't hide server not available exception, fixes #20536Arthur Schiwon2016-03-031-0/+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