Commit Graph

2608 Commits (268c7acfc47eb44ab154eb90cfbb4484bd64b296)

Author SHA1 Message Date
Michael Gapczynski f4e4a06826 Forgot to select storage from filecache 14 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 14 years ago
Michael Gapczynski f2ca7023e1 Fix Shared root problems with Watcher and Quota proxy 14 years ago
Michael Gapczynski 3ee3323b87 Fix retrieving of cache and scanner in Updater class 14 years ago
Michael Gapczynski cfc3526b25 Fix data for shared root folder 14 years ago
Michael Gapczynski 8bdfb04056 Fix shared folders 14 years ago
Michael Gapczynski b035626709 Retrieve storage correctly, filename is not the mountpoint 14 years ago
Michael Gapczynski 65f1e52107 Change old is_readable to isReadable, fixes downloads 14 years ago
Michael Gapczynski 1910057900 Fix shared statuses inside folders 14 years ago
Michael Gapczynski b4515d874e Only folders have Create permission 14 years ago
Jenkins for ownCloud 7d52c39419 [tx-robot] updated from transifex 14 years ago
Thomas Müller 986f5d9f3e fixing variable name 14 years ago
Thomas Müller 7d811e57e6 setting the timezone is now part of the login process and true part of the core. 14 years ago
root a64a923d56 call it "proxy" instead of "curlproxy" 14 years ago
Frank Karlitschek f012135992 make it more readable as deepdiver suggested 14 years ago
Frank Karlitschek 019da9943a add curl proxy support. Fixes #504 14 years ago
Frank Karlitschek 196f1c3786 add a check and a warning if setlocale is working 14 years ago
Thomas Mueller 186147d1ee refs #933 send content length header - this will allow the browser to show the progressbar 14 years ago
Randolph Carter d2828bab07 fixes default email sender address 14 years ago
Jenkins for ownCloud a4b0df419e [tx-robot] updated from transifex 14 years ago
Jörn Friedrich Dreyer b6eb95349e fix utf8 filenames in ie download response header according to rfc5987, see http://stackoverflow.com/questions/93551/how-to-encode-the-filename-parameter-of-content-disposition-header-in-http 14 years ago
Michael Gapczynski 39eebebd99 Fall back to default log file if logfile config file not found, suppress writing errors, fixes issue #826 14 years ago
Robin Appelman 4301cd7f61 wrap hooks into a try, catch to prevent a faulty app from crashing the request 14 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 14 years ago
Robin Appelman b12abb2c94 use numeric ids for storages in the filecache 14 years ago
Michael Gapczynski 8951769cae Check sub storage isn't null or false 14 years ago
Robin Appelman cf3665057c make sure folders that are not fully scanned are at least shallow scanned when we open them 14 years ago
Robin Appelman 4be039e6cb Filecache Watcher: use scan or scanFile based on the current item, not the cached item 14 years ago
Robin Appelman bc52f12162 dont insert and entry in the filecache during upgrade if the id already exists in the filecache 14 years ago
Robin Appelman c6a5ce54a7 these functions should be static 14 years ago
Bart Visscher df7d6cb26c More style fixes 14 years ago
Bart Visscher 68562dafb4 More whitespace fixes 14 years ago
Bart Visscher 2ef2dc4dda Fix "There must be a single space between the closing parenthesis and the opening brace" 14 years ago
Bart Visscher 85bd28c508 Fix some of "Closing brace must be on a line by itself" 14 years ago
Bart Visscher f39454ed12 Fix "Line indented incorrectly" 14 years ago
Bart Visscher 8256650da8 Fix "No space found after comma in function call" 14 years ago
root f381d2e9ed call it "proxy" instead of "curlproxy" 14 years ago
Frank Karlitschek 2a55beab74 make it more readable as deepdiver suggested 14 years ago
Frank Karlitschek b6b4c4c920 add curl proxy support. Fixes #504 14 years ago
Arthur Schiwon 627da205b3 implement getCurrentUser in Sabre Auth Connector, fixes #508 14 years ago
Arthur Schiwon 4466e06e7d use username, not passed loginname, might differ 14 years ago
Frank Karlitschek 79b8d67627 remove PgeNavi. It's no longer used 14 years ago
Thomas Mueller 84420035df throwing InsufficientStorage in case the quota is reached 14 years ago
Frank Karlitschek 4265419bbd Try to fix #836 14 years ago
Thomas Mueller b8b64d6ffc set the session name to the instance id - which is unique 14 years ago
Thomas Mueller 8ed0ce7801 [contacts_api] IAddressBook moved to OCP as it's used by apps to provide access to their contact data 14 years ago
Thomas Tanghus af12b0f5da Autoload classes with 'OC' namespace prefix. 14 years ago
Jörn Friedrich Dreyer 8126b09bfe add debug logging for user backend registration 14 years ago
Robin Appelman 438d3c21f6 actually connect the filesystem hooks to the cache updater 14 years ago
Robin Appelman 8635699db9 fix cache behaviour for non existing files 14 years ago