| Commit message (Expand) | Author | Age | Files | Lines |
* | Missed an "echo" | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | Sanitize user input | Lukas Reschke | 2012-08-24 | 1 | -1/+1 |
* | 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 |
* | add limit support to OC_DB & OCP/DB | Jörn Friedrich Dreyer | 2012-08-01 | 3 | -15/+14 |
* | use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ... | jfd | 2012-07-31 | 2 | -6/+6 |
* | 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 | 28 | -251/+258 |
* | 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 | 2 | -6/+19 |
* | 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 filesystem hash, no longer using basicOperation() | Michael Gapczynski | 2012-07-30 | 1 | -1/+1 |
* | Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 | Thomas Tanghus | 2012-07-30 | 45 | -10/+90 |
|\ |
|
| * | apply fix suggested in oc-1132 - bugfix for oc-1132 | Georg Ehrke | 2012-07-26 | 1 | -1/+1 |
| * | convert through caldav transmitted rgba calendarcolor to rgb | Georg Ehrke | 2012-07-26 | 1 | -1/+7 |
| * | Updated packages | Lukas Reschke | 2012-07-26 | 2 | -4/+2 |
| * | LDAP: check if php-ldap is installed. If not, give an error output. FIX: blan... | Arthur Schiwon | 2012-07-25 | 1 | -0/+20 |
| * | add some calendar sharing hooks in stable4 - bugfix for oc-1325 | Georg Ehrke | 2012-07-25 | 1 | -0/+4 |
| * | - remove namespace from file property name (webdav) | Bjoern Schiessle | 2012-07-23 | 2 | -1/+12 |
| * | Added CSRF checks | Lukas Reschke | 2012-07-20 | 37 | -3/+44 |
* | | Fix errors when no addressbook. | Thomas Tanghus | 2012-07-30 | 2 | -12/+19 |
|/ |
|
* | Sharing: offer an option to allow sharing with everyone, i.e. do not check gr... | Arthur Schiwon | 2012-07-17 | 6 | -27/+64 |
* | Added hooks for postCreateUser to add default address book and calendar. Fixe... | Thomas Tanghus | 2012-07-17 | 2 | -0/+11 |
* | Added hook for postCreateUser. Probably fix for oc-1265. | Thomas Tanghus | 2012-07-17 | 2 | -1/+15 |
* | Format birthday as BDAY;VALUE=DATE:YYYY-MM-DD. Fixes oc-1276. | Thomas Tanghus | 2012-07-16 | 1 | -1/+8 |
* | Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4 | Thomas Tanghus | 2012-07-16 | 1 | -1/+1 |
|\ |
|
| * | fix encoding fail in calendar app - bugfix for oc-1194 | Georg Ehrke | 2012-07-16 | 1 | -1/+1 |
* | | Corrected javascript definition. | Thomas Tanghus | 2012-07-16 | 1 | -1/+1 |
|/ |
|
* | latin1 => utf8. I thought I did this a month ago? | Thomas Tanghus | 2012-07-16 | 5 | -6/+6 |
* | update script to fix fscache | Bjoern Schiessle | 2012-07-13 | 2 | -1/+17 |
* | Revert santizing toaddress, because PHPMailer now throws exceptions | Michael Gapczynski | 2012-07-11 | 1 | -2/+1 |
* | Sanitize toaddress for emailing private links | Michael Gapczynski | 2012-07-11 | 1 | -3/+2 |
* | Sanitizing file names | Lukas Reschke | 2012-07-11 | 1 | -1/+1 |
* | suppress error when using is_dir on non directory in smb backend | Robin Appelman | 2012-07-10 | 1 | -1/+1 |
* | improve caching smb results a bit | Robin Appelman | 2012-07-10 | 1 | -0/+4 |
* | improve filecache support for smb | Robin Appelman | 2012-07-10 | 1 | -1/+43 |
* | split share and root config for smb backend, also sanitize config a bit more | Robin Appelman | 2012-07-10 | 3 | -4/+21 |
* | share code between smb and ftp filestorage backends | Robin Appelman | 2012-07-10 | 4 | -157/+92 |
* | smb filestorage backend | Robin Appelman | 2012-07-10 | 4 | -0/+158 |
* | Make it possible to import files using CR as eol. | Thomas Tanghus | 2012-07-08 | 1 | -0/+7 |
* | Set the loading class on the property being changed, not on its container. No... | Thomas Tanghus | 2012-07-08 | 1 | -3/+3 |
* | Set the loading class on the property being changed, not on its container. | Thomas Tanghus | 2012-07-08 | 1 | -3/+3 |
* | Improve checking for active addressbooks and creating default addressbook. | Thomas Tanghus | 2012-07-08 | 2 | -10/+29 |