Commit Graph

2751 Commits (012d06e8a2f447ba340256eedcd69f68f40bcb9c)

Author SHA1 Message Date
Bjoern Schiessle c78e3c4a7f make sure that we always create a public share key for remote shares 12 years ago
Bjoern Schiessle 82de50d5b9 remove trailing slash 12 years ago
Robin Appelman 05035ef4af Fix webdav put for single file webdav shares 12 years ago
Robin Appelman ddee63fa00 Fix resolving paths for views rooted in a file 12 years ago
Joas Schilling 54303484eb Scroll to file in folder, when using "search in other places" link 12 years ago
Robin Appelman 8c9f1a982c Update the cache when renaming even if we dont emit hooks 12 years ago
Lukas Reschke 20199dd168 Reference module with `.c` 12 years ago
Robin Appelman ce0aa02aac Dont do a cache rename if we cant delete the source file 12 years ago
Robin Appelman 2124540d1d Dont remove a file from cache if the delete operation failed 12 years ago
Vincent Petry 6d8985b671 Prevent wrapping null storage 12 years ago
Lukas Reschke bedf358b40 Use proper namespace 12 years ago
Thomas Müller b7cf4d551e let init() take an INode - fixes PHP message 12 years ago
Thomas Müller 9a75304b02 disable the app code checker - some previous shipped apps cannot be installed from the appstore now 👊 12 years ago
Lukas Reschke 17f2cfbb9c Use `file_exists` to verify that config file exists 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
Vincent Petry 87ce64c24e Replace OC_Log::ERROR with OCP\Util::ERROR 12 years ago
Vincent Petry f6e644b43f Catch storage exception in scanner for remote shares 12 years ago
Thomas Müller 9ad9d7bfbb naming fixes while reviewing 12 years ago
Robin Appelman 87a1b2bdc4 Preserve mtime when doing cross storage move 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
Robin Appelman 960ff4f136 Apply wrappers to existing mounts before registering it 12 years ago
Vincent Petry 5fb8a4715d removeStorageWrapper to unregister a storage wrapper 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
Vincent Petry 6fb553e92c Do not call wrapStorage if storate with same name added twice 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
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
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
Vincent Petry 40931a8b0d Fix getItemSharedWithUser for groups 12 years ago