Commit Graph

872 Commits (bb540722cd4e197bd608d9a87e4b10cf66dec5a9)

Author SHA1 Message Date
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
Bernhard Reiter 7e9baafc53 Add option to include tags for shared items. 12 years ago
Bernhard Reiter b33cb0e342 Fix a comment. 12 years ago
Robin Appelman 12ac3a800d Expose getAppKeys trough \OCP\IConfig 12 years ago
Robin Appelman ccb4475a8d Expose creatable permissions trough fileinfo 12 years ago
Bjoern Schiessle d5fc011c90 some small fixes 12 years ago
Bjoern Schiessle a6cc810349 mark exclude list as deprecated. It neither used by the files app nor by the 12 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 12 years ago
Thomas Müller 814114ab8e enhance formatDate function to accept an optional argument containing the time zone 12 years ago
Robin Appelman 6fa3280c2a Inject config into checkserver and cleanup tests 12 years ago
Lukas Reschke d07d5915c9 Remove unused and overflowing function 12 years ago
Lukas Reschke 6d3757f864 Do not show exception to the end-user 12 years ago
Joas Schilling c5b5378558 Add a method to get the absolute url for a route 12 years ago
Robin Appelman fa3393674c Better phpdoc and method naming 12 years ago
Lukas Reschke dcea6de26a Fix quoting 12 years ago
Lukas Reschke a54af89d8a Add test for the second argument 12 years ago
Robin Appelman dad53180bc Add event source to the public api 12 years ago
Lukas Reschke 20a7fb0334 Fix CHAR_SYMBOLS 12 years ago
Lukas Reschke 50b430ee7c Add char consts, hash the specified password for the HMAC 12 years ago
Robin Appelman 0a1e5aebf1 Extend public config interface 12 years ago
Morris Jobke ac6324a5d0 update public interface for getUserFolder 12 years ago
Robin Appelman c158db7200 Add certificate class 12 years ago
Robin Appelman c1b11571ea Move certificate management interface from files_external to core 12 years ago
Robin Appelman ecdbf00628 Move certificate management code to core 12 years ago
Robin Appelman a58e670ae5 Also extend public server interface 12 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 12 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 12 years ago
Lukas Reschke 7acdd018a1 Add support for getting the real client IP behind proxies 12 years ago
Lukas Reschke 88c3a4a31a Expose setSystemValue 12 years ago
Morris Jobke ab6ee6a600 Add doc for \OCP\Files\FileInfo space constants 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Thomas Müller c08a1e6455 according to PHPDoc this function shall return the entity 12 years ago