| Commit message (Expand) | Author | Age | Files | Lines |
* | escape all identifiers with backticks | jfd | 2012-08-24 | 1 | -3/+3 |
* | Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (n... | Lukas Reschke | 2012-08-24 | 1 | -38/+38 |
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534 | Arthur Schiwon | 2012-08-24 | 1 | -12/+18 |
* | Add a missing exit(); | Lukas Reschke | 2012-08-24 | 1 | -0/+1 |
* | Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev... | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | backport 1bccc80996e270f928c207cdd3090f4284abaea5 | Georg Ehrke | 2012-08-24 | 4 | -1/+10 |
* | 4.0.7 | Frank Karlitschek | 2012-08-24 | 1 | -14/+14 |
* | Disable user enumeration | Lukas Reschke | 2012-08-24 | 2 | -8/+14 |
* | Check blacklist when renaming files | Michael Gapczynski | 2012-08-24 | 2 | -3/+12 |
* | Also check some other files | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | Disable listing of all users | Lukas Reschke | 2012-08-24 | 2 | -6/+13 |
* | Fix OC_Connector_Sabre_Locks for SQLite | Jakob Sack | 2012-08-24 | 1 | -2/+4 |
* | Check if webfinger is enabled | Lukas Reschke | 2012-08-24 | 2 | -1/+9 |
* | Don't return file handle if the mode supports writing and the file is not wri... | Michael Gapczynski | 2012-08-24 | 1 | -0/+19 |
* | Validate cookie to prevent auth bypasses. | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | Added XSRF check | Lukas Reschke | 2012-08-24 | 1 | -0/+1 |
* | Missed an "echo" | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | Sanitize user input | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | Fix for broken Mail App in OSX Mountain Lion. https://mail.kde.org/pipermail/... | Thomas Tanghus | 2012-08-24 | 1 | -0/+3 |
* | fix for bug 879 - add parent directory to file cache if it does not exist yet. | Bjoern Schiessle | 2012-08-24 | 1 | -12/+21 |
* | fix label for versioning in admin settings | Georg Ehrke | 2012-08-24 | 1 | -1/+1 |
* | Calendar: remove double html encoding | Bart Visscher | 2012-08-24 | 1 | -2/+2 |
* | Contacts: Fix no active Addressbooks | Bart Visscher | 2012-08-24 | 1 | -0/+1 |
* | LDAP: sanitize base, user and group trees. fixes oc-1302 | Arthur Schiwon | 2012-08-24 | 1 | -3/+3 |
* | Show Login-Button when user+pw are autocompleted, fixes oc-1068 | Arthur Schiwon | 2012-08-24 | 1 | -6/+5 |
* | reorder code for readability | Jörn Friedrich Dreyer | 2012-08-01 | 1 | -2/+2 |
* | dix php strict warnings in mdb2 oci8 | Jörn Friedrich Dreyer | 2012-08-01 | 1 | -3/+3 |
* | use dbname for non privileged user | Jörn Friedrich Dreyer | 2012-08-01 | 1 | -0/+1 |
* | fix sql | Jörn Friedrich Dreyer | 2012-08-01 | 2 | -3/+3 |
* | add limit support to OC_DB & OCP/DB | Jörn Friedrich Dreyer | 2012-08-01 | 5 | -20/+59 |
* | add oracle to install & setup | Jörn Friedrich Dreyer | 2012-07-31 | 4 | -15/+261 |
* | use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ... | jfd | 2012-07-31 | 3 | -12/+12 |
* | remove superflous index (already indexed with primary key derived from <autoi... | jfd | 2012-07-31 | 1 | -30/+0 |
* | escape all identifiers with backticks | jfd | 2012-07-31 | 39 | -330/+337 |
* | comment extra timestamp quotation for oci8. Oracle can handle CURRENT_TIMESTA... | Jörn Friedrich Dreyer | 2012-07-31 | 1 | -4/+4 |
* | add oci8 to MDB2 | Jörn Friedrich Dreyer | 2012-07-31 | 6 | -0/+4354 |
* | 4.0.6v4.0.6 | Frank Karlitschek | 2012-07-31 | 1 | -2/+2 |
* | LDAP: don't die on unexpected collisions, handle empty display-name attribute... | Arthur Schiwon | 2012-07-30 | 2 | -11/+28 |
* | Add additional error handling for emailing private links | Michael Gapczynski | 2012-07-30 | 3 | -7/+21 |
* | Correction for 'Fix group detection for sharing in case username contains '@'... | Michael Gapczynski | 2012-07-30 | 1 | -3/+6 |
* | Remove delete tipsy if file is deleted, fixes bug oc-958 | Michael Gapczynski | 2012-07-30 | 1 | -0/+1 |
* | Set filter to empty if not set by Ampache client | Michael Gapczynski | 2012-07-30 | 1 | -3/+2 |
* | Set the user id when authenticating user for Ampache, fixes bug oc-219 | Michael Gapczynski | 2012-07-30 | 1 | -0/+2 |
* | Fix group detection for sharing in case username contains '@', fix for oc-1270 | Michael Gapczynski | 2012-07-30 | 2 | -2/+7 |
* | Only call mkdir() if the root folder does not exist for FTP external storage | Michael Gapczynski | 2012-07-30 | 1 | -2/+3 |
* | Fix incorrect copy/paste for file_put_contents() | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
* | Forgot data parameter for file_put_contents() streams pre proxies | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
* | Run pre and post proxies for file_put_contents() streams | Michael Gapczynski | 2012-07-30 | 1 | -22/+49 |
* | Check if size isset, try to fix used space calculation again, fixs bug oc-1331 | Michael Gapczynski | 2012-07-30 | 1 | -2/+2 |
* | Fix used space calculation if shared folder does not exist, fixes bug oc-1331 | Michael Gapczynski | 2012-07-30 | 1 | -64/+69 |