Commit Graph

914 Commits (affeea8c72db3f82bd0cee82c8a08d016bd3d72f)

Author SHA1 Message Date
Joas Schilling bef7392c4c Add type of the variables to the docs 12 years ago
Joas Schilling 67335ccddf Require the interface and return a string instead of private classes 12 years ago
Joas Schilling 4d232e536e Deprecate Util::formatDate() 12 years ago
Robin Appelman 778d8dbafd Add tableExists to public db api 12 years ago
Robin Appelman 8af3991d0c Add dropTable to IDBConnection 12 years ago
Joas Schilling d69ea30097 Add a DateTimeFormatter class which allows overwriting the language and timezone 12 years ago
Lukas Reschke 4c13918bd8 Expose backend type via REST API 12 years ago
Morris Jobke 0d4f0ab871 reduce OC_Preferences, OC_Config and \OCP\Config usage 12 years ago
Morris Jobke af91ee97c9 introduce preCondition for setUserValue to provide atomic check-and-update 12 years ago
Morris Jobke f0b10324ca Refactoring of OC_Preferences to AllConfig 12 years ago
Morris Jobke 719008836d introduce deleteAllUserValues 12 years ago
Morris Jobke 985b15f770 introduce proper interface for deleteAppValue 12 years ago
Morris Jobke b01c59b224 use old methods and redirect in deprecated methods 12 years ago
Morris Jobke d6da627eb4 @deprecated messages for \OCP\Config and \OCP\AppConfig 12 years ago
Morris Jobke 50c2a819a0 Extract interaction with config.php into SystemConfig 12 years ago
Vincent Petry cae600722e Add getTagsForObjects in ITags 12 years ago
Robin Appelman f4701d7721 Add public api for mount configurations 12 years ago
Lukas Reschke db9765b4d5 Merge headers 12 years ago
Bjoern Schiessle 698ecbf308 OCS API for server-to-server sharing 12 years ago
Morris Jobke 5b3dbb4ef8 add missing public interface for iOS client app id 12 years ago
Bjoern Schiessle 00ad7d48c7 add activity priorities to core so that other apps can reuse it 12 years ago
Joas Schilling 7b8824a4e3 Move iHomeStorage to own file 12 years ago
Joas Schilling dfde04291e Move share interfaces to own files so they can be autoloaded 12 years ago
Lukas Reschke d197f43475 Use server container 12 years ago
Lukas Reschke 048139074d Add functions to modify cookies to response class 12 years ago
Joas Schilling a109f94fee Depcrate namespaced functions, since they can not be autoloaded 12 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 12 years ago
Joas Schilling 711912a7b3 Move namespaced constants to namespaced class 12 years ago
Thomas Müller c503ecd544 Introduce app info xml parser including basic unit test - necessary for #10777 12 years ago
Bjoern Schiessle a7ebfe87c9 also check for the correct owner if it was submitted 12 years ago
Lukas Reschke 4302a78b27 Deprecate older API wrappers and calls 12 years ago
Robin Appelman 43eb375ace Add \OC\App\Manager to handle enabling/disabling apps 12 years ago
Lukas Reschke 24ca2d858f Add OCP\Security\IHasher 12 years ago
Lukas Reschke 0e3e1e3563 Add getLogger() to IServerContainer 12 years ago
Bernhard Posselt 91a23bfa9c fix typo in content type 12 years ago
Lukas Reschke be5ae6c44f Support HTML in logo claim 12 years ago
Vincent Petry ec1a73fab9 Added OC.L10N namespace with translation functions 12 years ago
Bernhard Posselt 0696099bad add dataresponse 12 years ago
Lukas Reschke 510d0b2cf3 Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text parameter 12 years ago
Lukas Reschke f7c393fa9f Fix PHPDoc 12 years ago
Dan Bartram 9c1015b790 Add missing DB rollback functionality 12 years ago
Robin Appelman 83c74b80ad Add \OC\TempManager to handle creating and cleaning temporary files 12 years ago
Robin Appelman e6f6cdd19f Bit more cleanup 12 years ago
Robin Appelman 97a6f5c46b Extend \OCP\IDBConnection to cover more use cases 12 years ago
Robin Appelman beb1c6ad74 Allow adding events that hapend before the event logger was loaded 12 years ago
Robin Appelman 6e08014781 Rename namespace to Diagnostics 12 years ago
Robin Appelman b71d1d3616 Add QueryLogger interface to allow apps to get a list of used queries 12 years ago
Robin Appelman d38050cf52 Add an EventLogger interface to allow apps to get a log of the request timeline 12 years ago
Bernhard Reiter b416f7d8ac PHPDoc fixes as suggested by @MorrisJobke. 12 years ago
Bernhard Reiter 1770179648 Add getTag() function for accessing of a single tag. 12 years ago