summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* getService() is not needed -> removeThomas Müller2015-09-231-20/+0
* do not load unnecessary code in case of webdavIndividual IT Services2015-09-231-0/+21
* Move mimetype files into /resources/config/Lukas Reschke2015-09-221-1/+3
* expire old lock rowsRobin Appelman2015-09-171-1/+1
* Merge pull request #18658 from owncloud/configurable-tempFrank Karlitschek2015-09-121-1/+4
|\
| * Clean up TempManager to follow code guidelinesRobin McCorkell2015-08-301-1/+4
| * moved code to /lib/private/tempmanager.phproot2015-08-291-1/+1
* | Merge pull request #18676 from owncloud/ext-eventdispatcherRobin McCorkell2015-09-111-0/+32
|\ \
| * | Expose files_external services from ServerRobin McCorkell2015-08-311-0/+32
* | | Merge pull request #18699 from owncloud/notification-managerLukas Reschke2015-09-101-0/+14
|\ \ \
| * | | Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-1/+1
| * | | Notification APIJoas Schilling2015-09-081-0/+14
* | | | Use md5 over the version file to prevent cyclyc dependencyLukas Reschke2015-09-091-3/+1
|/ / /
* | | Merge pull request #18742 from owncloud/mimetype-updatedbRoeland Douma2015-09-061-0/+14
|\ \ \
| * | | Split mimetype handling to new classRobin McCorkell2015-09-041-0/+14
| |/ /
* / / enable transational locking by defaultRobin Appelman2015-09-021-4/+4
|/ /
* | don't read certificates if ownCloud is not installedBjoern Schiessle2015-08-301-2/+2
* | make system root of key storage configurableBjoern Schiessle2015-08-301-7/+20
|/
* Add a public interface for the language factory so apps can use itJoas Schilling2015-08-271-1/+8
* Merge pull request #17662 from owncloud/locking-dbThomas Müller2015-08-261-7/+5
|\
| * log a warning while trying to acquire a db lock from within a transactionRobin Appelman2015-08-101-4/+4
| * use the database backend for locking if no memcache is configured for itRobin Appelman2015-08-031-4/+2
* | Remove DEBUG constant and use config valueMorris Jobke2015-08-241-3/+3
* | Fix master againLukas Reschke2015-08-241-0/+1
* | Merge pull request #18482 from owncloud/encrypt-session-dataMorris Jobke2015-08-241-1/+40
|\ \
| * | Handle failures gracefully, remove switchLukas Reschke2015-08-211-1/+54
| * | Add a session wrapper to encrypt the data before storing it on diskJoas Schilling2015-08-211-28/+14
* | | Merge pull request #18254 from owncloud/mitigate-breachMorris Jobke2015-08-241-0/+1
|\ \ \ | |/ / |/| |
| * | Add mitigation against BREACHLukas Reschke2015-08-141-0/+1
* | | Adding EventDispatcher to IServerContainerThomas Müller2015-08-141-2/+15
|/ /
* | Merge pull request #17852 from owncloud/register-alias-factoryRobin McCorkell2015-08-111-0/+1
|\ \
| * | add test for factoriesBernhard Posselt2015-07-251-0/+1
* | | Use DIRoeland Jago Douma2015-08-101-5/+3