summaryrefslogtreecommitdiffstats
path: root/lib/private/server.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* add debug log for memcache instantiationJörn Friedrich Dreyer2015-02-161-1/+2
* Respect `mod_unique_id` and refactor `OC_Request::getRequestId`Lukas Reschke2015-02-091-3/+4
* certificate manager should always use a \OC\Files\View otherwise we will get ...Bjoern Schiessle2015-01-261-2/+2
* certificate manager only needs the user-id, no need to pass on the complete u...Bjoern Schiessle2015-01-261-5/+8
* Next step in server-to-server sharing next generation, see #12285Bjoern Schiessle2014-12-191-1/+1
* Move timezone logic out of server.phpJoas Schilling2014-12-161-23/+20
* Merge pull request #12778 from owncloud/searchbytags2Vincent Petry2014-12-121-2/+1
|\
| * Add user parameter to tag managerVincent Petry2014-12-111-2/+1
* | Merge pull request #12786 from owncloud/userfolder-setupMorris Jobke2014-12-111-0/+1
|\ \
| * | Ensure user mountpoints are setup when using getUserFolderRobin Appelman2014-12-111-0/+1
| |/
* | Check if open_basedir is setLukas Reschke2014-12-111-3/+3
* | Add IniGetWrapper to public interfaceLukas Reschke2014-12-111-1/+13
|/
* Deprecate Util::formatDate()Joas Schilling2014-12-101-0/+31
* Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-091-4/+19
|\