Commit Graph

1135 Commits (3ef2e668ac9274d72ea4afb73b708d7b2c88f0d7)

Author SHA1 Message Date
Bjoern Schiessle 506222567e add deleteKey methods to key storage 10 years ago
Bjoern Schiessle 5bc9ababeb fix keystorage and add unit tests 10 years ago
Clark Tomlinson 39733c8da1 Initial commit 10 years ago
Bjoern Schiessle 63e7fe608a create basic interfaces and wrapper to make encryption more modular 10 years ago
Joas Schilling 3bde7c2f67 When guessing the timezone, the offset might only be valid on a given timestamp 10 years ago
Lukas Reschke 0816cf9142 Add experimental applications switch 10 years ago
Roeland Jago Douma 288da619b1 Deprecate functions that only call the urlgenerator anyway 10 years ago
Joas Schilling 730efe25a4 Make scrutinizer happy 10 years ago
Joas Schilling b95d12700c Add logic for getting the user from the rss token to the Manager 10 years ago
Roeland Jago Douma b0aa17b13f OCS Fixes to allow setting of password without removing additional settings 10 years ago
Vincent Petry a32c71d25e Revert "Deprecated \OCP\IAppConfig - add missing methods to IConfig" 10 years ago
Bjoern Schiessle b5fad75e57 add deleteAllFileKeys to public interface and add "uid" as parameter for the 10 years ago
Bjoern Schiessle ff9c85ce60 implement basic encryption functionallity in core to enable multiple encryption modules 10 years ago
Andreas Fischer 0f58315543 Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Lukas Reschke 5f044ebf1b Add wrapper for Guzzle 10 years ago
Robin Appelman d11f01fa0f Add `getNonExistingName()` to the node api 10 years ago
Lukas Reschke e2453d78c0 Properly catch whether a share is `null` 10 years ago
Bernhard Posselt df24a014b8 If the execute method on the mapper receives an assoc array, it binds by value instead of index 10 years ago
Bernhard Posselt f77ae37f23 also use backwards compatible method for mapper 10 years ago
Bernhard Posselt c52bd10361 fix backwards compatibility for mapper execute method 10 years ago
Morris Jobke 012016d331 Deprecated \OCP\IAppConfig - add missing methods to IConfig 10 years ago
Joas Schilling 9c45ab49a1 Use a closure for the files app entry and deprecate old methods 10 years ago
Joas Schilling 970846624f Allow registering closures for navigation entries 10 years ago
Joas Schilling c2a5bd6a01 Also add a note that clob does not work in the compare array 10 years ago
Lukas Reschke 7a70fffa6c Don't fallback to Plaintext per default for legacy class 10 years ago
Joas Schilling 8f06353882 Remove load*() methods from public interface 10 years ago
Lukas Reschke f92f3a1a6e Incorporate review changes 10 years ago
Lukas Reschke 13486a5ada Migrate to SwiftMail 10 years ago
Joas Schilling 8ed27d2ce0 Create an interface for OC_Image and OCP\Image for the public API 10 years ago
Joas Schilling e518eacba6 Add more type hinting 10 years ago
Joas Schilling c1f266db88 Add an interface for the preview providers 10 years ago
Joas Schilling 227ff0a9e3 Clean up some docs 10 years ago
Joas Schilling 0b37d5aea3 Move default provider registration to preview manager 10 years ago
Joas Schilling cae8529359 Register preview providers on the preview manager instead of OC\Preview 10 years ago
Lukas Reschke 38fec9b095 Can also be null 10 years ago
Thomas Müller 80ef53eff0 verify the file name length not to exceed 255 characters + verify path during rename 10 years ago
Roeland Jago Douma 1a0f9c375b Avatar controller moved to AppFrameWork 10 years ago
Robin Appelman 4f0f175f8b Allow getting all mount options as array 10 years ago
Robin Appelman e5c8fd37df pass mountpoint to storage wrapper callback 10 years ago
Joas Schilling d1511cdbee Fix doc blocks of insertIfNotExists() method 10 years ago
Thomas Müller 89be55a672 let insertIfNotExist() throw the native DBALException - no need to hide the real exception 10 years ago
Joas Schilling 8fa692388b Allow specifying the compare-array for insertIfNotExists() 10 years ago
Thomas Müller 3623f14e73 no translation service in common storage class 10 years ago
Thomas Müller e28d314b53 deprecate isValidFileName() 10 years ago
Thomas Müller 4bac595068 adding storage specific filename verification - refs #13640 10 years ago
Lukas Reschke cdced56f2b Fix PHPDoc 10 years ago
Joas Schilling b669bf26d6 Fix the behaviour of getLanguageCode() to match the expectation of the name 10 years ago
Lukas Reschke b29940d956 Add support for 'child-src' directive 10 years ago
Bernhard Posselt 95239ad21e AppFramework StreamResponse 10 years ago