summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Validate cookie to prevent auth bypasses.Lukas Reschke2012-08-241-1/+1
* Added XSRF checkLukas Reschke2012-08-241-0/+1
* Missed an "echo"Lukas Reschke2012-08-241-1/+1
* Sanitize user inputLukas Reschke2012-08-241-1/+1
* Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/...Thomas Tanghus2012-08-241-0/+3
* fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-241-12/+21
* fix label for versioning in admin settingsGeorg Ehrke2012-08-241-1/+1
* Calendar: remove double html encodingBart Visscher2012-08-241-2/+2
* Contacts: Fix no active AddressbooksBart Visscher2012-08-241-0/+1
* LDAP: sanitize base, user and group trees. fixes oc-1302Arthur Schiwon2012-08-241-3/+3
* Show Login-Button when user+pw are autocompleted, fixes oc-1068Arthur Schiwon2012-08-241-6/+5
* reorder code for readabilityJörn Friedrich Dreyer2012-08-011-2/+2
* dix php strict warnings in mdb2 oci8Jörn Friedrich Dreyer2012-08-011-3/+3
* use dbname for non privileged user Jörn Friedrich Dreyer2012-08-011-0/+1
* fix sqlJörn Friedrich Dreyer2012-08-012-3/+3
* add limit support to OC_DB & OCP/DBJörn Friedrich Dreyer2012-08-015-20/+59
* add oracle to install & setupJörn Friedrich Dreyer2012-07-314-15/+261
* 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