summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1651 from owncloud/backportsLukas Reschke2013-02-1211-3/+16
|\
| * [user_ldap] Add requesttokenLukas Reschke2013-02-122-0/+3
| * [user_migrate] Add requesttokenLukas Reschke2013-02-124-1/+4
| * [admin_migrate] Add requesttokenLukas Reschke2013-02-122-0/+4
| * Check requesttokenLukas Reschke2013-02-122-0/+3
| * [external] Encode HTMLLukas Reschke2013-02-121-2/+2
* | Fixing php lint errorThomas Müller2013-02-121-18/+18
|/
* add callcheck in guesstimezone.phpGeorg Ehrke2013-02-101-0/+1
* improve calendar list viewGeorg Ehrke2013-01-191-1/+1
* Sanitize the exceptionLukas Reschke2013-01-191-1/+1
* Use the internal functionLukas Reschke2013-01-191-3/+1
* Encode the URILukas Reschke2013-01-151-3/+3
* backport fix admin checkFrank Karlitschek2012-12-173-1/+9
* Encode the URI properlyLukas Reschke2012-12-161-1/+1
* support string values ('true' and 'false') for configuring the secure paramet...Robin Appelman2012-11-054-3/+45
* Sanitize file namesLukas Reschke2012-10-121-1/+1
* Sanitize file namesLukas Reschke2012-10-121-2/+2
* Don't try to add invalid cards via CardDAV.Thomas Tanghus2012-10-111-0/+3
* Remove the webodf sourcesLukas Reschke2012-10-06281-105051/+5
* Sanitize user inputLukas Reschke2012-10-061-3/+3
* LDAP: transliterate other latin characters to ASCII when creating owncloud na...Arthur Schiwon2012-09-181-0/+4
* Fix for cyrillic folder names. ref#oc-1683Victor Dubiniuk2012-09-111-1/+1
* back port better input validation in calendar from apps repoGeorg Ehrke2012-08-311-1/+7
* LDAP: check for existing username from other backends when creating one for a...Arthur Schiwon2012-08-292-24/+31
* Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (n...Lukas Reschke2012-08-211-38/+38
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534Arthur Schiwon2012-08-201-12/+18
* Add a missing exit();Lukas Reschke2012-08-181-0/+1
* Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke2012-08-181-1/+1
* Disable user enumerationLukas Reschke2012-08-142-8/+14
* Disable listing of all usersLukas Reschke2012-08-132-6/+13
* Check if webfinger is enabledLukas Reschke2012-08-102-1/+9
* Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-101-0/+19
* Missed an "echo"Lukas Reschke2012-08-091-1/+1
* Sanitize user inputLukas Reschke2012-08-091-1/+1
* Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Arthur Schiwon2012-08-053-3/+4
|\
| * fix label for versioning in admin settingsGeorg Ehrke2012-08-041-1/+1
| * Calendar: remove double html encodingBart Visscher2012-08-031-2/+2
| * Contacts: Fix no active AddressbooksBart Visscher2012-08-031-0/+1
* | LDAP: sanitize base, user and group trees. fixes oc-1302Arthur Schiwon2012-08-031-3/+3
|/
* 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