summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* Pass config dir as parameter to detection classRoeland Jago Douma2015-07-271-1/+3
* Loading of mapping/aliases is done in classRoeland Jago Douma2015-07-271-13/+1
* Move mimetypedetection to files/type/detectionRoeland Jago Douma2015-07-271-2/+9
* Added mimetype detectorRoeland Jago Douma2015-07-271-0/+18
* Fix memcache factory creation when not installedRobin McCorkell2015-07-151-4/+3
* Missing memcache should not cause occ hard-failRobin McCorkell2015-07-151-2/+2
* Add getUserFolder to IRootFolderMorris Jobke2015-07-031-21/+1
* Merge pull request #17291 from owncloud/mount-manager-publicVincent Petry2015-07-031-0/+10
|\
| * expose the mount manager in the public apiRobin Appelman2015-07-011-0/+10
* | call post_addToGroup als for class OC_User because sharing and LDAP are using...Bjoern Schiessle2015-07-021-0/+2
|/
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Fix naming of param in private/server.phpMorris Jobke2015-06-191-5/+5
* Fix return value for OCP PHPDocMorris Jobke2015-06-171-1/+1
* Merge pull request #16832 from owncloud/memcache-failJoas Schilling2015-06-161-0/+4
|\
| * Throw exception if memcache misconfigured or missingVincent Petry2015-06-121-0/+4
* | Reintroduce user cacheLukas Reschke2015-06-151-3/+3
|/
* Order all use statements correctlyJoas Schilling2015-06-111-6/+6
* Correctly import NullCache classJoas Schilling2015-06-111-0/+1
* Null -> NullCacheThomas Müller2015-06-111-3/+1
* Revert "Null -> NullCache"Thomas Müller2015-06-111-1/+3
* Null -> NullCacheThomas Müller2015-06-111-3/+1
* 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
|/