Commit Graph

868 Commits (ae72f0c158a0eb0f6bbb098aa61d3b031ece0d66)

Author SHA1 Message Date
Bernhard Posselt 91a23bfa9c fix typo in content type 11 years ago
Lukas Reschke be5ae6c44f Support HTML in logo claim 11 years ago
Vincent Petry ec1a73fab9 Added OC.L10N namespace with translation functions 11 years ago
Bernhard Posselt 0696099bad add dataresponse 11 years ago
Lukas Reschke 510d0b2cf3 Fix the "addHeader($tag, $attributes, $text)" methods to not ignore the $text parameter 11 years ago
Lukas Reschke f7c393fa9f Fix PHPDoc 11 years ago
Dan Bartram 9c1015b790 Add missing DB rollback functionality 11 years ago
Robin Appelman 83c74b80ad Add \OC\TempManager to handle creating and cleaning temporary files 11 years ago
Robin Appelman e6f6cdd19f Bit more cleanup 11 years ago
Robin Appelman 97a6f5c46b Extend \OCP\IDBConnection to cover more use cases 11 years ago
Robin Appelman beb1c6ad74 Allow adding events that hapend before the event logger was loaded 11 years ago
Robin Appelman 6e08014781 Rename namespace to Diagnostics 11 years ago
Robin Appelman b71d1d3616 Add QueryLogger interface to allow apps to get a list of used queries 11 years ago
Robin Appelman d38050cf52 Add an EventLogger interface to allow apps to get a log of the request timeline 11 years ago
Bernhard Reiter b416f7d8ac PHPDoc fixes as suggested by @MorrisJobke. 11 years ago
Bernhard Reiter 1770179648 Add getTag() function for accessing of a single tag. 11 years ago
Bernhard Reiter 7e9baafc53 Add option to include tags for shared items. 11 years ago
Bernhard Reiter b33cb0e342 Fix a comment. 11 years ago
Robin Appelman 12ac3a800d Expose getAppKeys trough \OCP\IConfig 11 years ago
Robin Appelman ccb4475a8d Expose creatable permissions trough fileinfo 11 years ago
Bjoern Schiessle d5fc011c90 some small fixes 11 years ago
Bjoern Schiessle a6cc810349 mark exclude list as deprecated. It neither used by the files app nor by the 11 years ago
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects 11 years ago
Thomas Müller 814114ab8e enhance formatDate function to accept an optional argument containing the time zone 11 years ago
Robin Appelman 6fa3280c2a Inject config into checkserver and cleanup tests 11 years ago
Lukas Reschke d07d5915c9 Remove unused and overflowing function 11 years ago
Lukas Reschke 6d3757f864 Do not show exception to the end-user 11 years ago
Joas Schilling c5b5378558 Add a method to get the absolute url for a route 11 years ago
Robin Appelman fa3393674c Better phpdoc and method naming 11 years ago
Lukas Reschke dcea6de26a Fix quoting 11 years ago
Lukas Reschke a54af89d8a Add test for the second argument 11 years ago
Robin Appelman dad53180bc Add event source to the public api 11 years ago
Lukas Reschke 20a7fb0334 Fix CHAR_SYMBOLS 11 years ago
Lukas Reschke 50b430ee7c Add char consts, hash the specified password for the HMAC 11 years ago
Robin Appelman 0a1e5aebf1 Extend public config interface 11 years ago
Morris Jobke ac6324a5d0 update public interface for getUserFolder 11 years ago
Robin Appelman c158db7200 Add certificate class 11 years ago
Robin Appelman c1b11571ea Move certificate management interface from files_external to core 11 years ago
Robin Appelman ecdbf00628 Move certificate management code to core 11 years ago
Robin Appelman a58e670ae5 Also extend public server interface 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Lukas Reschke d26a9c3c58 Add some security utilities 11 years ago
Lukas Reschke 7acdd018a1 Add support for getting the real client IP behind proxies 11 years ago
Lukas Reschke 88c3a4a31a Expose setSystemValue 11 years ago
Morris Jobke ab6ee6a600 Add doc for \OCP\Files\FileInfo space constants 11 years ago
Morris Jobke b3b3354809 move to public namespace 11 years ago
Thomas Müller c08a1e6455 according to PHPDoc this function shall return the entity 11 years ago
Jörn Friedrich Dreyer fd798fd982 update deprecation docs 11 years ago
Bjoern Schiessle d9f35d8c15 we need the recipient as a additional parameter to know for which share the notification was send 11 years ago
Vincent Petry 173059f6d0 Fixed file list sorting 11 years ago