summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ...jfd2012-07-313-12/+12
* remove superflous index (already indexed with primary key derived from <autoi...jfd2012-07-311-30/+0
* escape all identifiers with backticksjfd2012-07-3139-330/+337
* comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTA...Jörn Friedrich Dreyer2012-07-311-4/+4
* add oci8 to MDB2Jörn Friedrich Dreyer2012-07-316-0/+4354
* 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
* | Fix errors when no addressbook.Thomas Tanghus2012-07-302-12/+19
|/
* Revert "use readfile() instead iof fopen() for file download over webdav."Robin Appelman2012-07-191-1/+1
* 4.0.5v4.0.5Frank Karlitschek2012-07-191-2/+2
* remember username and provide autocomplete featureBjoern Schiessle2012-07-181-1/+1
* Sharing: offer an option to allow sharing with everyone, i.e. do not check gr...Arthur Schiwon2012-07-176-27/+64
* Added hooks for postCreateUser to add default address book and calendar. Fixe...Thomas Tanghus2012-07-172-0/+11
* Added hook for postCreateUser. Probably fix for oc-1265.Thomas Tanghus2012-07-172-1/+15
* Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276.Thomas Tanghus2012-07-161-1/+8
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Thomas Tanghus2012-07-161-1/+1
|\
| * fix encoding fail in calendar app - bugfix for oc-1194Georg Ehrke2012-07-161-1/+1
* | Corrected javascript definition.Thomas Tanghus2012-07-161-1/+1
|/
* latin1 => utf8. I thought I did this a month ago?Thomas Tanghus2012-07-165-6/+6
* update script to fix fscacheBjoern Schiessle2012-07-132-1/+17
* if the '/Shared' was the modified directory, than scan it.Bjoern Schiessle2012-07-131-1/+1
* Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1