summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 4.0.7v4.0.7Frank Karlitschek2012-08-141-14/+14
| | | | and remove some ^M while at it
* Check blacklist when renaming filesMichael Gapczynski2012-08-132-3/+12
|
* Also check some other filesLukas Reschke2012-08-131-1/+1
|
* Fix OC_Connector_Sabre_Locks for SQLiteJakob Sack2012-08-121-2/+4
|
* fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-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.6Frank Karlitschek2012-07-311-2/+2
|
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-301-1/+2
|
* Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-301-1/+1
|
* Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-301-1/+1
|
* Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-301-22/+49
| | | | | Conflicts: lib/filesystemview.php
* Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-305-7/+26
| | | | | Conflicts: lib/filesystemview.php
* Delete old session files, suggested by Torben Nehmer, see bug oc-736Michael Gapczynski2012-07-301-1/+1
|
* Check if user is already logged in for DAV auth, instead of logging in and ↵Michael Gapczynski2012-07-301-6/+11
| | | | creating new sessions for every request
* mark OCP\App::register as deprecatedGeorg Ehrke2012-07-261-10/+3
|
* - remove namespace from file property name (webdav)Bjoern Schiessle2012-07-231-0/+1
| | | | - update script to fix broken properties in the database
* Revert "use readfile() instead iof fopen() for file download over webdav."Robin Appelman2012-07-191-1/+1
| | | | This reverts commit 9af74a9c80c074589f2d5efc365b3a9dee3031ed.
* 4.0.5v4.0.5Frank Karlitschek2012-07-191-2/+2
|
* if the '/Shared' was the modified directory, than scan it.Bjoern Schiessle2012-07-131-1/+1
|
* Fix log write() parameters in wrong orderMichael Gapczynski2012-07-111-1/+1
|
* Handling exceptionsLukas Reschke2012-07-111-1/+1
|
* Catch exceptions from PHPMailerMichael Gapczynski2012-07-111-26/+28
|
* Move line counter so we only count lines towards the offset that are equal ↵Michael Gapczynski2012-07-111-4/+6
| | | | or above the log level
* Improvements and bug fix for log reading, fixes bug oc-982Michael Gapczynski2012-07-111-14/+27
|
* use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-111-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 Appelman2012-07-101-3/+4
| | | | querying a folder
* Remove the forced download§Lukas Reschke2012-07-021-2/+0
|
* Restoring stable4...Lukas Reschke2012-07-021-2/+2
|
* Applying the fixLukas Reschke2012-07-021-1/+1
|
* Wrong file - Sorry!Lukas Reschke2012-07-021-56/+19
|
* Merge branch 'stable4' of gitorious.org:owncloud/owncloud into stable4Lukas Reschke2012-07-021-1/+1
|\
| * fix a small PHP failGeorg Ehrke2012-07-011-1/+1
| |
* | Don't display error messagesLukas Reschke2012-07-021-18/+55
|/
* Disable mimesniffingLukas Reschke2012-07-011-2/+4
|
* Return login errors for PostgreSQL setupMichael Gapczynski2012-06-271-0/+1
|
* 4.0.4v4.0.4Frank Karlitschek2012-06-261-2/+2
|
* Maybe fix out of memory..?Thomas Tanghus2012-06-251-1/+2
|
* 4.0.3aFrank Karlitschek2012-06-241-1/+1
| | | | Two important fixes after 4.0.3
* fix 'files' entries showing up in Files before the users files are scanned ↵Robin Appelman2012-06-231-1/+1
| | | | properly
* fix duplicates showing up in the filecacheRobin Appelman2012-06-231-4/+6
|
* work with non existing apps directory. thanks toAntonio for the hintFrank Karlitschek2012-06-231-11/+12
|
* Fix initialization of OC_Filesystem setup from DAVBart Visscher2012-06-221-1/+1
|
* Correct File cache error with postgresqlBrice Maron2012-06-221-0/+3
|
* 4.0.3Frank Karlitschek2012-06-221-2/+2
|
* Prefer requested app before redirecting to default pageBart Visscher2012-06-211-1/+5
|
* Remember result of OC_User::isLoggedIn, can be very expensive to checkBart Visscher2012-06-211-2/+6
|
* Only check for apps owncloud version requirment when there is a new owncloud ↵Bart Visscher2012-06-212-14/+16
| | | | version
* fix saved file size for uploaded filesRobin Appelman2012-06-211-4/+4
|
* truncate decrypted files based on sizeRobin Appelman2012-06-211-13/+9
|
* check if the data directory is accessible via http. Show a big security ↵Frank Karlitschek2012-06-211-0/+41
| | | | warning if yes
* fix mimetype for cdr files - bugfix for oc 559Georg Ehrke2012-06-211-1/+2
|