summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* escape all identifiers with backticksjfd2012-08-241-3/+3
* Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (n...Lukas Reschke2012-08-241-38/+38
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534Arthur Schiwon2012-08-241-12/+18
* Add a missing exit();Lukas Reschke2012-08-241-0/+1
* Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke2012-08-241-1/+1
* backport 1bccc80996e270f928c207cdd3090f4284abaea5Georg Ehrke2012-08-244-1/+10
* 4.0.7Frank Karlitschek2012-08-241-14/+14
* Disable user enumerationLukas Reschke2012-08-242-8/+14
* Check blacklist when renaming filesMichael Gapczynski2012-08-242-3/+12
* Also check some other filesLukas Reschke2012-08-241-1/+1
* Disable listing of all usersLukas Reschke2012-08-242-6/+13
* Fix OC_Connector_Sabre_Locks for SQLiteJakob Sack2012-08-241-2/+4
* Check if webfinger is enabledLukas Reschke2012-08-242-1/+9
* Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-241-0/+19
* 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