summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* POC for PSR-4 autoloader server.php => Server.phpRoeland Jago Douma2016-03-091-1274/+0
* Update author informationLukas Reschke2016-03-011-1/+0
* Make scrutinizer happyRoeland Jago Douma2016-02-181-2/+1
* getRootFolder should not setup the FS for any userRoeland Jago Douma2016-02-181-7/+2
* Handles null as return code and uses proper UserFolder in trashbinMorris Jobke2016-02-161-1/+1
* revolutionar: change updates might even sent the new value (optional)Arthur Schiwon2016-02-091-2/+2
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-2/+2
* Send events when enabling and disabling of appsArthur Schiwon2016-02-091-1/+2
* Make the share object lazyRoeland Jago Douma2016-02-041-1/+2
* [Share 2.0] Fix shareManagerRoeland Jago Douma2016-02-031-1/+2
* Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-281-0/+12
* [Share 2.0] Add getShareManager to OCP\IServerContainerRoeland Jago Douma2016-01-271-2/+1
* Check whether ownCloud is installedLukas Reschke2016-01-271-1/+2
* Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-2/+5
* Merge pull request #21894 from owncloud/refactor-csrfThomas Müller2016-01-261-7/+20
|\
| * Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-7/+20
* | remove unused variableMorris Jobke2016-01-251-1/+0
|/
* Merge pull request #21719 from owncloud/move-notification-api-to-ocpThomas Müller2016-01-221-1/+1
|\
| * Move the notification API to public namespaceJoas Schilling2016-01-221-1/+1
* | Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-221-0/+13
|\ \
| * | Introduce CredentialsManager for storage of credentials in DBRobin McCorkell2016-01-181-0/+13
* | | Merge pull request #20768 from owncloud/mount-cacheThomas Müller2016-01-221-18/+34
|\ \ \ | |_|/ |/| |
| * | clear mount cache when deleting userRobin Appelman2016-01-201-17/+31
| * | log duplicatesRobin Appelman2016-01-201-1/+1
| * | cache mountpoints in the dbRobin Appelman2016-01-201-2/+4
* | | Merge pull request #21792 from owncloud/systemtags-managerfactoryThomas Müller2016-01-211-3/+10
|\ \ \
| * | | Allow custom implementation of system tag managersVincent Petry2016-01-201-3/+10
| |/ /
* / / Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-0/+4
|/ /
* / Properly DI the servercontainerRoeland Jago Douma2016-01-201-1/+1
|/
* [Share 2.0] Add share provider factoryRoeland Jago Douma2016-01-131-1/+27
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-2/+2
|\
| * Happy new year!Thomas Müller2016-01-121-2/+2
* | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-3/+3
|/
* Just query the securerandom from the containerRoeland Jago Douma2016-01-091-1/+1
* Remove OC_DB::getConnectionMorris Jobke2016-01-071-2/+2
* Merge pull request #21281 from owncloud/allow-di-for-background-jobsThomas Müller2015-12-181-1/+1
|\
| * Register app containers in the OC containerJoas Schilling2015-12-181-1/+1
* | Inject Config into SystemConfigRoeland Jago Douma2015-12-181-3/+4
|/
* different strategy in cleaning up after user was deletedArthur Schiwon2015-12-091-0/+3
* add icommentsmanger and icomment implementationArthur Schiwon2015-12-091-0/+11
* DI in avatar codeRoeland Jago Douma2015-12-011-2/+6
* Add code integrity checkLukas Reschke2015-12-011-0/+31
* Merge pull request #20650 from owncloud/systemtags-coreThomas Müller2015-11-301-0/+29
|\
| * Added system tags data structure and PHP side managersVincent Petry2015-11-271-0/+29
* | Dont die when we're missing a routeRobin Appelman2015-11-271-2/+3
|/
* Update license headersLukas Reschke2015-10-261-1/+1
* Remove dependency on ICrypto + use XORLukas Reschke2015-10-211-2/+0
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+0
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
* pass view hooks trough to the node hooksRobin Appelman2015-09-281-1/+5