summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 4.0.7v4.0.7Frank Karlitschek2012-08-141-14/+14
* Disable user enumerationLukas Reschke2012-08-142-8/+14
* Check blacklist when renaming filesMichael Gapczynski2012-08-132-3/+12
* Also check some other filesLukas Reschke2012-08-131-1/+1
* Disable listing of all usersLukas Reschke2012-08-132-6/+13
* Fix OC_Connector_Sabre_Locks for SQLiteJakob Sack2012-08-121-2/+4
* Check if webfinger is enabledLukas Reschke2012-08-102-1/+9
* Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-101-0/+19
* Validate cookie to prevent auth bypasses.Lukas Reschke2012-08-101-1/+1
* Added XSRF checkLukas Reschke2012-08-101-0/+1
* Missed an "echo"Lukas Reschke2012-08-091-1/+1
* Sanitize user inputLukas Reschke2012-08-091-1/+1
* Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/...Thomas Tanghus2012-08-091-0/+3
* fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-9/+18
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Arthur Schiwon2012-08-053-3/+4
|\
| * fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
| * Calendar: remove double html encodingBart Visscher2012-08-031-2/+2
| * Contacts: Fix no active AddressbooksBart Visscher2012-08-031-0/+1
* | LDAP: sanitize base, user and group trees. fixes oc-1302Arthur Schiwon2012-08-031-3/+3
|/
* Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-031-6/+5
* 4.0.6v4.0.6Frank Karlitschek2012-07-311-2/+2
* LDAP: don't die on unexpected collisions, handle empty display-name attribute...Arthur Schiwon2012-07-302-11/+28
* Add additional error handling for emailing private linksMichael Gapczynski2012-07-303-7/+21
* Correction for 'Fix group detection for sharing in case username contains '@'...Michael Gapczynski2012-07-301-3/+6
* Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski2012-07-301-0/+1
* Set filter to empty if not set by Ampache clientMichael Gapczynski2012-07-301-3/+2
* Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski2012-07-301-0/+2
* Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski2012-07-302-2/+7
* Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski2012-07-301-2/+3
* 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
* Check if size isset, try to fix used space calculation again, fixs bug oc-1331Michael Gapczynski2012-07-301-2/+2
* Fix used space calculation if shared folder does not exist, fixes bug oc-1331Michael Gapczynski2012-07-301-64/+69
* Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-306-8/+27
* 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 cr...Michael Gapczynski2012-07-301-6/+11
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Thomas Tanghus2012-07-3063-160/+110
|\
| * apply fix suggested in oc-1132 - bugfix for oc-1132Georg Ehrke2012-07-261-1/+1
| * mark OCP\App::register as deprecatedGeorg Ehrke2012-07-261-10/+3
| * convert through caldav transmitted rgba calendarcolor to rgbGeorg Ehrke2012-07-261-1/+7
| * Updated styleLukas Reschke2012-07-261-1/+1
| * Updated packagesLukas Reschke2012-07-262-4/+2
| * Check for admin userLukas Reschke2012-07-261-0/+1
| * Remove unused filesLukas Reschke2012-07-263-137/+0
| * LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan...Arthur Schiwon2012-07-251-0/+20
| * add some calendar sharing hooks in stable4 - bugfix for oc-1325Georg Ehrke2012-07-251-0/+4
| * - remove namespace from file property name (webdav)Bjoern Schiessle2012-07-233-1/+13
| * CSRF checksLukas Reschke2012-07-2012-2/+14
| * Added CSRF checksLukas Reschke2012-07-2037-3/+44