Commit Graph

8213 Commits (c4b02176dcf7299cf6d9d1bc8db66db79d14e2e8)

Author SHA1 Message Date
Jenkins for ownCloud c8f58054b0 [tx-robot] updated from transifex 12 years ago
Lukas Reschke d8559dc78f Make error more descriptive 12 years ago
Bjoern Schiessle 5ba19ba7fc certificate manager should always use a \OC\Files\View otherwise we will get problems for different primary storages 12 years ago
Bjoern Schiessle 67da1f7e5a certificate manager only needs the user-id, no need to pass on the complete user object 12 years ago
Bernhard Posselt b8769802df fix node interface 12 years ago
Thomas Müller 9ad9d7bfbb naming fixes while reviewing 12 years ago
Jenkins for ownCloud 810d5a6a67 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud a698637e91 [tx-robot] updated from transifex 12 years ago
Jenkins for ownCloud b8e1dd9c87 [tx-robot] updated from transifex 12 years ago
Vincent Petry 8fa3e7a6bf Do not retrieve shares through group if user has no group 12 years ago
Joas Schilling 039397bd31 Use setConfigs() instead of calling setConfig() multiple times 12 years ago
Lukas Reschke 30a5758a95 Don't check for `always_populate_raw_post_data` on HHVM 12 years ago
Joas Schilling c61e9f3912 Add a method to set/unset multiple config values in one call 12 years ago
Georg Ehrke 3af8bde949 add config-option for an image's maximum filesize when generating previews 12 years ago
Georg Ehrke 6b33481652 remove insane debug-log from OC_Image 12 years ago
Morris Jobke 3d42ecea37 Fix undefined offset 1 for wrong user mail address 12 years ago
Bernhard Posselt 9df297324f get rid of log warning when using servercontainer 12 years ago
Morris Jobke 55c28608c9 translate error messages 12 years ago
Robin Appelman 8eda661761 Throw an exception when login is canceled by an app 12 years ago
Robin Appelman 8a9acc5083 Allow custom error messages for the login page 12 years ago
Lukas Reschke bb80cf4eca Add check for `HTTP_RAW_POST_DATA` setting for >= 5.6 12 years ago
Vincent Petry 9f137ac259 Fix reshare permission change to not impair other deletion code 12 years ago
Joas Schilling d4657aa592 Set the debugoutput channel to error_log instead of echoing it 12 years ago
Robin Appelman 04075eba6b Remove duplicated slashes from the requested url 12 years ago
Jenkins for ownCloud b8ab21d3ad [tx-robot] updated from transifex 12 years ago
Joas Schilling e25998df0f Json_(en|de)code values on redis to be able to cache arrays 12 years ago
Lukas Reschke 476579b9c6 Fix WebDAV auth for session authentication only 12 years ago
Jenkins for ownCloud 2ac015256f [tx-robot] updated from transifex 12 years ago
Thomas Müller baefefbbc8 set MySQL autocommit on connection setup 12 years ago
Vincent Petry ef8d38ca27 Fix chunked query for tags + unit test 12 years ago
Lukas Reschke 730460c9fa Close session properly 12 years ago
Thomas Müller 65041440de check is mimetype is set - fixed #13452 12 years ago
Morris Jobke a28d3b594b Fix exif orientation for flipped images 12 years ago
Lukas Reschke 309cc9a6ca Reuse the array key of mimetypes 12 years ago
Lukas Reschke dfbc405a45 Prioritise Basic Auth header over Cookie 12 years ago
Jenkins for ownCloud 60c4cb1dd6 [tx-robot] updated from transifex 12 years ago
Vincent Petry 40931a8b0d Fix getItemSharedWithUser for groups 12 years ago
Lukas Reschke a1e92d61b3 Fix PHPDoc 12 years ago
Robin Appelman 2248e465af Remove children from the cache in one query 12 years ago
Bernhard Posselt bb0c88a577 always set url parameters when they are available in the app dispatch 12 years ago
Joas Schilling 6769adcd0d Mask table and column names with backticks and add lastInsertID() workaround 12 years ago
Lukas Reschke 0da08bdb2c Add PHPDoc for `urlParams` 12 years ago
Lukas Reschke 04ae8d2ea0 Add PHPDoc for magic property 'server' 12 years ago
Joas Schilling a22068cce3 Add a repair step to clean up orphan tags and tag entries 12 years ago
Bernhard Posselt 6737dd111d ignore core 12 years ago
Bernhard Posselt 4ec4914bb4 move check into addTranslation method 12 years ago
Bernhard Posselt 1cce1f0e6b dont load core scritps 12 years ago
Morris Jobke 520d8ec53b OC_App::parseAppInfo 12 years ago
Bernhard Posselt d6f1ff7993 only load translsations for apps 12 years ago
Bernhard Posselt 8cb60b2366 make translation lookup faster (O(n) -> O(1)) 12 years ago