Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4.0.7v4.0.7 | Frank Karlitschek | 2012-08-14 | 1 | -14/+14 |
| | | | | and remove some ^M while at it | ||||
* | Check blacklist when renaming files | Michael Gapczynski | 2012-08-13 | 2 | -3/+12 |
| | |||||
* | Also check some other files | Lukas Reschke | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Fix OC_Connector_Sabre_Locks for SQLite | Jakob Sack | 2012-08-12 | 1 | -2/+4 |
| | |||||
* | fix for bug 879 - add parent directory to file cache if it does not exist yet. | Bjoern Schiessle | 2012-08-08 | 1 | -9/+18 |
| | | | | For example this can happen if the sync client is used before the user created the root directory (e.g. through web login). | ||||
* | 4.0.6v4.0.6 | Frank Karlitschek | 2012-07-31 | 1 | -2/+2 |
| | |||||
* | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-30 | 1 | -1/+2 |
| | |||||
* | Fix incorrect copy/paste for file_put_contents() | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | Forgot data parameter for file_put_contents() streams pre proxies | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | Run pre and post proxies for file_put_contents() streams | Michael Gapczynski | 2012-07-30 | 1 | -22/+49 |
| | | | | | Conflicts: lib/filesystemview.php | ||||
* | Fix filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-30 | 5 | -7/+26 |
| | | | | | Conflicts: lib/filesystemview.php | ||||
* | Delete old session files, suggested by Torben Nehmer, see bug oc-736 | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
| | |||||
* | Check if user is already logged in for DAV auth, instead of logging in and ↵ | Michael Gapczynski | 2012-07-30 | 1 | -6/+11 |
| | | | | creating new sessions for every request | ||||
* | mark OCP\App::register as deprecated | Georg Ehrke | 2012-07-26 | 1 | -10/+3 |
| | |||||
* | - remove namespace from file property name (webdav) | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 |
| | | | | - update script to fix broken properties in the database | ||||
* | Revert "use readfile() instead iof fopen() for file download over webdav." | Robin Appelman | 2012-07-19 | 1 | -1/+1 |
| | | | | This reverts commit 9af74a9c80c074589f2d5efc365b3a9dee3031ed. | ||||
* | 4.0.5v4.0.5 | Frank Karlitschek | 2012-07-19 | 1 | -2/+2 |
| | |||||
* | if the '/Shared' was the modified directory, than scan it. | Bjoern Schiessle | 2012-07-13 | 1 | -1/+1 |
| | |||||
* | Fix log write() parameters in wrong order | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Handling exceptions | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | Catch exceptions from PHPMailer | Michael Gapczynski | 2012-07-11 | 1 | -26/+28 |
| | |||||
* | Move line counter so we only count lines towards the offset that are equal ↵ | Michael Gapczynski | 2012-07-11 | 1 | -4/+6 |
| | | | | or above the log level | ||||
* | Improvements and bug fix for log reading, fixes bug oc-982 | Michael Gapczynski | 2012-07-11 | 1 | -14/+27 |
| | |||||
* | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-11 | 1 | -1/+1 |
| | | | | | fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations. | ||||
* | when checking for updates in the filecache, explicitly state that we are ↵ | Robin Appelman | 2012-07-10 | 1 | -3/+4 |
| | | | | querying a folder | ||||
* | Remove the forced download§ | Lukas Reschke | 2012-07-02 | 1 | -2/+0 |
| | |||||
* | Restoring stable4... | Lukas Reschke | 2012-07-02 | 1 | -2/+2 |
| | |||||
* | Applying the fix | Lukas Reschke | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Wrong file - Sorry! | Lukas Reschke | 2012-07-02 | 1 | -56/+19 |
| | |||||
* | Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4 | Lukas Reschke | 2012-07-02 | 1 | -1/+1 |
|\ | |||||
| * | fix a small PHP fail | Georg Ehrke | 2012-07-01 | 1 | -1/+1 |
| | | |||||
* | | Don't display error messages | Lukas Reschke | 2012-07-02 | 1 | -18/+55 |
|/ | |||||
* | Disable mimesniffing | Lukas Reschke | 2012-07-01 | 1 | -2/+4 |
| | |||||
* | Return login errors for PostgreSQL setup | Michael Gapczynski | 2012-06-27 | 1 | -0/+1 |
| | |||||
* | 4.0.4v4.0.4 | Frank Karlitschek | 2012-06-26 | 1 | -2/+2 |
| | |||||
* | Maybe fix out of memory..? | Thomas Tanghus | 2012-06-25 | 1 | -1/+2 |
| | |||||
* | 4.0.3a | Frank Karlitschek | 2012-06-24 | 1 | -1/+1 |
| | | | | Two important fixes after 4.0.3 | ||||
* | fix 'files' entries showing up in Files before the users files are scanned ↵ | Robin Appelman | 2012-06-23 | 1 | -1/+1 |
| | | | | properly | ||||
* | fix duplicates showing up in the filecache | Robin Appelman | 2012-06-23 | 1 | -4/+6 |
| | |||||
* | work with non existing apps directory. thanks toAntonio for the hint | Frank Karlitschek | 2012-06-23 | 1 | -11/+12 |
| | |||||
* | Fix initialization of OC_Filesystem setup from DAV | Bart Visscher | 2012-06-22 | 1 | -1/+1 |
| | |||||
* | Correct File cache error with postgresql | Brice Maron | 2012-06-22 | 1 | -0/+3 |
| | |||||
* | 4.0.3 | Frank Karlitschek | 2012-06-22 | 1 | -2/+2 |
| | |||||
* | Prefer requested app before redirecting to default page | Bart Visscher | 2012-06-21 | 1 | -1/+5 |
| | |||||
* | Remember result of OC_User::isLoggedIn, can be very expensive to check | Bart Visscher | 2012-06-21 | 1 | -2/+6 |
| | |||||
* | Only check for apps owncloud version requirment when there is a new owncloud ↵ | Bart Visscher | 2012-06-21 | 2 | -14/+16 |
| | | | | version | ||||
* | fix saved file size for uploaded files | Robin Appelman | 2012-06-21 | 1 | -4/+4 |
| | |||||
* | truncate decrypted files based on size | Robin Appelman | 2012-06-21 | 1 | -13/+9 |
| | |||||
* | check if the data directory is accessible via http. Show a big security ↵ | Frank Karlitschek | 2012-06-21 | 1 | -0/+41 |
| | | | | warning if yes | ||||
* | fix mimetype for cdr files - bugfix for oc 559 | Georg Ehrke | 2012-06-21 | 1 | -1/+2 |
| |