Commit Graph

4653 Commits (6b83470c96a509cddf40232fc77764e6ce591281)
 

Author SHA1 Message Date
Michael Gapczynski 6b83470c96 Fix incorrect copy/paste for file_put_contents() 13 years ago
Michael Gapczynski 93c75f46e5 Forgot data parameter for file_put_contents() streams pre proxies 13 years ago
Michael Gapczynski ea18d70c60 Run pre and post proxies for file_put_contents() streams 13 years ago
Michael Gapczynski 41a74e3dd2 Check if size isset, try to fix used space calculation again, fixs bug oc-1331 13 years ago
Michael Gapczynski 164fc1c981 Fix used space calculation if shared folder does not exist, fixes bug oc-1331 13 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 13 years ago
Michael Gapczynski 099b16350f Delete old session files, suggested by Torben Nehmer, see bug oc-736 13 years ago
Michael Gapczynski 89027545a0 Check if user is already logged in for DAV auth, instead of logging in and creating new sessions for every request 13 years ago
Thomas Tanghus 01f25119d5 Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 13 years ago
Thomas Tanghus f91783e9ab Fix errors when no addressbook. 13 years ago
Georg Ehrke d8aca0c78e apply fix suggested in oc-1132 - bugfix for oc-1132 13 years ago
Georg Ehrke 4e62e121a6 mark OCP\App::register as deprecated 13 years ago
Georg Ehrke 8cff0d997f convert through caldav transmitted rgba calendarcolor to rgb 13 years ago
Lukas Reschke 12dfe5868a Updated style 13 years ago
Lukas Reschke 95936024bc Updated packages 13 years ago
Lukas Reschke 9605e1926c Check for admin user 13 years ago
Lukas Reschke 85a410d7a3 Remove unused files 13 years ago
Arthur Schiwon 3c9919e475 LDAP: check if php-ldap is installed. If not, give an error output. FIX: blank Users page when the module is not installed. 13 years ago
Georg Ehrke 9b0870bb91 add some calendar sharing hooks in stable4 - bugfix for oc-1325 13 years ago
Bjoern Schiessle 73734c98e0 - remove namespace from file property name (webdav) 13 years ago
Lukas Reschke 93579d88dc CSRF checks 13 years ago
Lukas Reschke 38271ded75 Added CSRF checks 13 years ago
Robin Appelman e52ab59b40 Revert "use readfile() instead iof fopen() for file download over webdav." 13 years ago
Frank Karlitschek 10bf36a6ae 4.0.5 13 years ago
Bjoern Schiessle 3895e3a5ae remember username and provide autocomplete feature 13 years ago
Arthur Schiwon 0bd7d14b7a Sharing: offer an option to allow sharing with everyone, i.e. do not check group memberships 13 years ago
Thomas Tanghus 9326f4f535 Added hooks for postCreateUser to add default address book and calendar. Fixes oc-1265. 13 years ago
Thomas Tanghus f4a8c233cf Added hook for postCreateUser. Probably fix for oc-1265. 13 years ago
Thomas Tanghus eb2a15d58f Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276. 13 years ago
Thomas Tanghus 47d50fc424 Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 13 years ago
Thomas Tanghus d64300251b Corrected javascript definition. 13 years ago
Georg Ehrke d4e2cb6e62 fix encoding fail in calendar app - bugfix for oc-1194 13 years ago
Thomas Tanghus 225726c8d9 latin1 => utf8. I thought I did this a month ago? 13 years ago
Bjoern Schiessle 50eef9a71c update script to fix fscache 13 years ago
Bjoern Schiessle 80ed5412f1 if the '/Shared' was the modified directory, than scan it. 13 years ago
Michael Gapczynski 7b2ec41477 Revert santizing toaddress, because PHPMailer now throws exceptions 13 years ago
Michael Gapczynski 632fc6ec61 Fix log write() parameters in wrong order 13 years ago
Lukas Reschke ac5abc5603 Handling exceptions 13 years ago
Michael Gapczynski e887fd7ba8 Catch exceptions from PHPMailer 13 years ago
Michael Gapczynski ebcf5bce3c Sanitize toaddress for emailing private links 13 years ago
Michael Gapczynski 71491612e3 Move line counter so we only count lines towards the offset that are equal or above the log level 13 years ago
Michael Gapczynski bc3462f022 Improvements and bug fix for log reading, fixes bug oc-982 13 years ago
Lukas Reschke d203fa2c50 Sanitizing file names 13 years ago
Bjoern Schiessle 9af74a9c80 use readfile() instead iof fopen() for file download over webdav. 13 years ago
Robin Appelman b470869114 when checking for updates in the filecache, explicitly state that we are querying a folder 13 years ago
Robin Appelman 71f9a6c093 dont throw errors when opening a dir using fopen over the smb streamwrapper 13 years ago
Robin Appelman b8a6ffe261 fix statcache for filenames containing non-alphanumeric characters in smb streamwrapper 13 years ago
Robin Appelman 7f57591ef1 suppress error when using is_dir on non directory in smb backend 13 years ago
Robin Appelman aeed130b3a improve caching smb results a bit 13 years ago
Robin Appelman 8a902d8f65 improve filecache support for smb 13 years ago