summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16200 from owncloud/kill-globalfilecacheMorris Jobke2015-06-021-5/+7
|\
| * remove file cache remainings from server containerArthur Schiwon2015-05-131-5/+7
* | use arraycache for locking in unit testsRobin Appelman2015-06-011-0/+1
* | add seperate config option for locking memcache backendRobin Appelman2015-06-011-2/+3
* | always use locking in unit testsRobin Appelman2015-06-011-1/+1
* | Added config switch for file lockingVincent Petry2015-06-011-5/+10
* | always use arraycache for unit testsRobin Appelman2015-06-011-1/+1
* | expose locking provider in the server containerRobin Appelman2015-06-011-0/+18
* | improve error messages displayed to the userBjoern Schiessle2015-05-271-1/+1
|/
* Fix return type of the getRootFolder() methodJoas Schilling2015-04-281-1/+1
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-13/+12
* add visibility of methods in server container and interfaceMorris Jobke2015-04-181-48/+48
* detect system wide mount points correctlyBjoern Schiessle2015-04-161-2/+12
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-1/+1
* Merge pull request #15314 from owncloud/app-categories-15274Lukas Reschke2015-04-091-0/+14
|\
| * Add experimental applications switchLukas Reschke2015-04-031-0/+14
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-091-3/+7
|\ \
| * | Make scrutinizer happyJoas Schilling2015-04-011-1/+1
| * | Add logic for getting the user from the rss token to the ManagerJoas Schilling2015-03-301-2/+6
* | | add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-071-0/+12
* | | adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-071-1/+1
* | | kill OC_FileProxy :boom:Thomas Müller2015-04-071-12/+0
* | | fix lib/private/encryption/util.php callBjoern Schiessle2015-04-071-1/+1
* | | Updating keystorage movement and fixing hooksClark Tomlinson2015-04-071-1/+1
| |/ |/|
* | Correctly purge the cache when an app is disabled via cliJoas Schilling2015-04-011-4/+6
|/
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+27
|\
| * implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+27
* | Update license headersJenkins for ownCloud2015-03-261-1/+33
* | Add wrapper for GuzzleLukas Reschke2015-03-251-4/+23
|/
* Merge pull request #14857 from owncloud/preview-provider-registration-in-managerThomas Müller2015-03-201-2/+2
|\
| * Use DI for the configJoas Schilling2015-03-161-2/+2
* | Use ArrayCache if ownCloud is not installedLukas Reschke2015-03-181-10/+19
* | Merge pull request #14954 from owncloud/cache-image-pathRobin McCorkell2015-03-171-1/+5
|\ \
| * | Cache \OC\URLGenerator::imagePathLukas Reschke2015-03-171-1/+5
* | | Add version and path to cache prefixLukas Reschke2015-03-171-1/+6
|/ /
* | Add debug log message backLukas Reschke2015-03-161-1/+5
* | Migrate to SwiftMailLukas Reschke2015-03-161-0/+13
|/
* Refactor \OC\Memcache\FactoryRobin McCorkell2015-03-051-1/+5
* Read from IRequest instead of reading twiceLukas Reschke2015-02-271-45/+41
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-32/+1
|\
| * Revert "Updating license headers"Morris Jobke2015-02-261-32/+1
* | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-261-0/+12
|\ \ | |/ |/|
| * Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-251-1/+1
| * Add async command system to handle asynchronous operationsRobin Appelman2015-02-251-0/+12
* | remove IDb interface from core class usageBernhard Posselt2015-02-251-1/+1
* | deprecate getters for deprecated classBernhard Posselt2015-02-251-1/+1
|/
* Updating license headersJenkins for ownCloud2015-02-231-1/+32
* Revert "add debug log for memcache instantiation"Lukas Reschke2015-02-181-2/+1
* Incorporate review changesLukas Reschke2015-02-161-1/+13
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-40/+46