summaryrefslogtreecommitdiffstats
path: root/lib/public/iservercontainer.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-261-1/+1
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Add the L10N Factory to the container interfaceJoas Schilling2015-09-251-0/+6
|
* Move interfaces to private until they are no longer experimentalJoas Schilling2015-09-081-1/+1
|
* Notification APIJoas Schilling2015-09-081-1/+8
|
* Split mimetype handling to new classRobin McCorkell2015-09-041-0/+8
|
* Adding EventDispatcher to IServerContainerThomas Müller2015-08-141-0/+9
|
* Use DIRoeland Jago Douma2015-08-101-7/+0
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Added Capabilities ManagerRoeland Jago Douma2015-08-101-0/+8
| | | | | | | * This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance
* Added mimetype detectorRoeland Jago Douma2015-07-271-0/+9
| | | | * Copied unit tests from old functions
* Add getUserFolder to IRootFolderMorris Jobke2015-07-031-0/+1
| | | | | * untangle DI of user specific folders * allows to autodetect the dependency
* expose the mount manager in the public apiRobin Appelman2015-07-011-0/+6
|
* update license headers and authorsMorris Jobke2015-06-251-0/+1
|
* Fix return value for OCP PHPDocMorris Jobke2015-06-171-1/+1
|
* Fix OCP PHPDocMorris Jobke2015-06-171-2/+2
| | | | * was always a string instead of \OCP\IUser
* [OCP] update PHPdoc to contain correct @since tagsMorris Jobke2015-06-051-1/+1
|
* expose locking provider in the server containerRobin Appelman2015-06-011-0/+8
|
* Fix return type of the getRootFolder() methodJoas Schilling2015-04-281-1/+1
|
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-3/+1
|
* Add version to @deprecated tagsMorris Jobke2015-04-191-2/+2
|
* add visibility of methods in server container and interfaceMorris Jobke2015-04-181-46/+46
|
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+47
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-091-1/+1
|\ | | | | Limit file activities to favorites
| * Make scrutinizer happyJoas Schilling2015-04-011-1/+1
| |
* | fixing license headers - encryption code relatedThomas Müller2015-04-071-0/+1
| |
* | add helper class accessible for encryption modules to ask for a list of ↵Bjoern Schiessle2015-04-071-0/+5
| | | | | | | | users with access to a file, needed to apply the recovery key to all files
* | adding function getSecureRandom(); to IServerContainerThomas Müller2015-04-071-1/+7
| |
* | make recovery settings workBjoern Schiessle2015-04-071-0/+12
|/
* Update license headersJenkins for ownCloud2015-03-261-12/+19
|
* Add wrapper for GuzzleLukas Reschke2015-03-251-0/+8
|
* Migrate to SwiftMailLukas Reschke2015-03-161-1/+7
| | | | | | | | | | | | | | | | | | | | | Replaces the OC_Mail and phpmailer with SwiftMail allowing us to mock it properly. Fixes the unit test execution on master on local machines and https://github.com/owncloud/core/issues/12014 Conflicts: 3rdparty lib/private/server.php lib/public/iservercontainer.php tests/lib/mail.php tests/settings/controller/mailsettingscontrollertest.php Conflicts: 3rdparty lib/private/mail.php lib/private/server.php lib/public/iservercontainer.php settings/ajax/lostpassword.php settings/application.php
* Merge pull request #14530 from owncloud/revert-14403Thomas Müller2015-02-271-19/+19
|\ | | | | Revert "Updating license headers"
| * Revert "Updating license headers"Morris Jobke2015-02-261-19/+19
| | | | | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* | Merge pull request #14300 from owncloud/commandbusMorris Jobke2015-02-261-0/+5
|\ \ | |/ |/| Add async command system to handle asynchronous operations
| * Rename getAsyncCommandBus to getCommandBusRobin Appelman2015-02-251-1/+1
| |
| * Add async command system to handle asynchronous operationsRobin Appelman2015-02-251-0/+5
| |
* | deprecate getters for deprecated classBernhard Posselt2015-02-251-1/+2
|/
* Updating license headersJenkins for ownCloud2015-02-231-19/+19
|
* Add IniGetWrapper to public interfaceLukas Reschke2014-12-111-0/+7
|
* Add public api for mount configurationsRobin Appelman2014-12-041-0/+5
|
* Use server containerLukas Reschke2014-11-271-0/+7
|
* Add \OC\App\Manager to handle enabling/disabling appsRobin Appelman2014-11-101-0/+7
|
* Merge pull request #11998 from owncloud/add-get-logger-to-interfaceLukas Reschke2014-11-061-0/+7
|\ | | | | Add getLogger() to IServerContainer
| * Add getLogger() to IServerContainerLukas Reschke2014-11-061-0/+7
| | | | | | | | Makes my IDE complaining less ;-)
* | Add OCP\Security\IHasherLukas Reschke2014-11-061-0/+13
|/ | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136
* Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2014-10-241-0/+7
|
* Rename namespace to DiagnosticsRobin Appelman2014-10-201-2/+2
|
* Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman2014-10-201-0/+9
|
* Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-201-0/+7
|