Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)Author
2013-03-09Contacts: Backport filename sanitation and blacklist checking to stable4.Thomas Tanghus
2013-02-12Merge pull request #1651 from owncloud/backportsLukas Reschke
2013-02-12Fixing php lint errorThomas Müller
2013-02-12[user_ldap] Add requesttokenLukas Reschke
2013-02-12[user_migrate] Add requesttokenLukas Reschke
2013-02-12[admin_migrate] Add requesttokenLukas Reschke
2013-02-12Check requesttokenLukas Reschke
2013-02-12[external] Encode HTMLLukas Reschke
2013-02-10add callcheck in guesstimezone.phpGeorg Ehrke
2013-01-19improve calendar list viewGeorg Ehrke
2013-01-19Sanitize the exceptionLukas Reschke
2013-01-19Use the internal functionLukas Reschke
2013-01-15Encode the URILukas Reschke
2012-12-17backport fix admin checkFrank Karlitschek
2012-12-16Encode the URI properlyLukas Reschke
2012-11-05support string values ('true' and 'false') for configuring the secure paramet...Robin Appelman
2012-10-12Sanitize file namesLukas Reschke
2012-10-12Sanitize file namesLukas Reschke
2012-10-11Don't try to add invalid cards via CardDAV.Thomas Tanghus
2012-10-06Remove the webodf sourcesLukas Reschke
2012-10-06Sanitize user inputLukas Reschke
2012-09-18LDAP: transliterate other latin characters to ASCII when creating owncloud na...Arthur Schiwon
2012-09-12Fix for cyrillic folder names. ref#oc-1683Victor Dubiniuk
2012-08-31back port better input validation in calendar from apps repoGeorg Ehrke
2012-08-29LDAP: check for existing username from other backends when creating one for a...Arthur Schiwon
2012-08-21Sanitizing the user input to prevent a reflected XSS. Thanks to Nico Golde (n...Lukas Reschke
2012-08-20Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534Arthur Schiwon
2012-08-18Add a missing exit();Lukas Reschke
2012-08-18Use SCRIPT_NAME instead of PHP_SELF which won't send the PATH_INFO, this prev...Lukas Reschke
2012-08-14Disable user enumerationLukas Reschke
2012-08-13Disable listing of all usersLukas Reschke
2012-08-10Check if webfinger is enabledLukas Reschke
2012-08-10Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski
2012-08-10Missed an "echo"Lukas Reschke
2012-08-10Sanitize user inputLukas Reschke
2012-08-05Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Arthur Schiwon
2012-08-04fix label for versioning in admin settingsGeorg Ehrke
2012-08-03Calendar: remove double html encodingBart Visscher
2012-08-03Contacts: Fix no active AddressbooksBart Visscher
2012-08-03LDAP: sanitize base, user and group trees. fixes oc-1302Arthur Schiwon
2012-07-30LDAP: don't die on unexpected collisions, handle empty display-name attribute...Arthur Schiwon
2012-07-30Add additional error handling for emailing private linksMichael Gapczynski
2012-07-30Correction for 'Fix group detection for sharing in case username contains '@'...Michael Gapczynski
2012-07-30Remove delete tipsy if file is deleted, fixes bug oc-958Michael Gapczynski
2012-07-30Set filter to empty if not set by Ampache clientMichael Gapczynski
2012-07-30Set the user id when authenticating user for Ampache, fixes bug oc-219Michael Gapczynski
2012-07-30Fix group detection for sharing in case username contains '@', fix for oc-1270Michael Gapczynski
2012-07-30Only call mkdir() if the root folder does not exist for FTP external storageMichael Gapczynski
2012-07-30Fix filesystem hash, no longer using basicOperation()Michael Gapczynski
2012-07-30Merge branch 'stable4' of git://gitorious.org/owncloud/owncloud into stable4Thomas Tanghus