summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Missed an "echo"Lukas Reschke2012-08-241-1/+1
* Sanitize user inputLukas Reschke2012-08-241-1/+1
* 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
* add limit support to OC_DB & OCP/DBJörn Friedrich Dreyer2012-08-013-15/+14
* use CURRENT_TIMESTAMP in default column definitions (sqlite, mysql, postgres ...jfd2012-07-312-6/+6
* remove superflous index (already indexed with primary key derived from <autoi...jfd2012-07-311-30/+0
* escape all identifiers with backticksjfd2012-07-3128-251/+258
* 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-302-6/+19
* 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 filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-301-1/+1
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Thomas Tanghus2012-07-3045-10/+90
|\
| * apply fix suggested in oc-1132 - bugfix for oc-1132Georg Ehrke2012-07-261-1/+1
| * convert through caldav transmitted rgba calendarcolor to rgbGeorg Ehrke2012-07-261-1/+7
| * Updated packagesLukas Reschke2012-07-262-4/+2
| * 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-232-1/+12
| * Added CSRF checksLukas Reschke2012-07-2037-3/+44
* | Fix errors when no addressbook.Thomas Tanghus2012-07-302-12/+19
|/
* 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
* Revert santizing toaddress, because PHPMailer now throws exceptionsMichael Gapczynski2012-07-111-2/+1
* Sanitize toaddress for emailing private linksMichael Gapczynski2012-07-111-3/+2
* Sanitizing file namesLukas Reschke2012-07-111-1/+1
* suppress error when using is_dir on non directory in smb backendRobin Appelman2012-07-101-1/+1
* improve caching smb results a bitRobin Appelman2012-07-101-0/+4
* improve filecache support for smbRobin Appelman2012-07-101-1/+43
* split share and root config for smb backend, also sanitize config a bit moreRobin Appelman2012-07-103-4/+21
* share code between smb and ftp filestorage backendsRobin Appelman2012-07-104-157/+92
* smb filestorage backendRobin Appelman2012-07-104-0/+158
* Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+7
* Set the loading class on the property being changed, not on its container. No...Thomas Tanghus2012-07-081-3/+3
* Set the loading class on the property being changed, not on its container.Thomas Tanghus2012-07-081-3/+3
* Improve checking for active addressbooks and creating default addressbook.Thomas Tanghus2012-07-082-10/+29