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
AgeCommit message (Expand)Author
2014-09-17Do not show exception to the end-userLukas Reschke
2014-08-04handle service not available exceptions in index, remote and public.phpRobin Appelman
2014-02-06remove global variable $RUNTIME_NOAPPS - it's just superfluousThomas Müller
2013-10-23Added $app parameter to logExceptionVincent Petry
2013-10-23Moved logException to OCP\Util classVincent Petry
2013-10-22Expand exception stack trace in log in debug modeVincent Petry
2013-09-15first log the exceptionThomas Müller
2013-06-25log as index, not remoteJörn Friedrich Dreyer
2013-06-10clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer
2012-10-23Checkstyle: LowerCaseConstantFelix Moeller
2012-09-04Update index.phpThomas Müller
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-08-24Validate cookie to prevent auth bypasses.Lukas Reschke
2012-08-10Move login handling to OC classBart Visscher
2012-08-10Remove checks before displaying login pageBart Visscher
2012-08-10Use OC_Util::displayLoginPage and cleanup the functionBart Visscher
2012-08-09Move login code from index.php to OC classBart Visscher
2012-08-09Move handling request of index.php to OC classBart Visscher
2012-06-20use new sanitize HTML function backportedBjoern Schiessle
2012-06-19use new sanitize HTML functionBjoern Schiessle
2012-06-18Allow apps to load before login, needed for user_openidBart Visscher
2012-06-15fixed xss vulnerabilityBjoern Schiessle
2012-06-15fixed xss vulnerabilityBjoern Schiessle
2012-06-13Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncl...Thomas Tanghus
2012-06-11Redirect HTTP Auth requests to REQUEST_URI. Partial fix for http://bugs.owncl...Thomas Tanghus
2012-06-09load all apps when loging in, needed for apps listening to login hooksRobin Appelman
2012-06-09dont load apps when displaying the login pageRobin Appelman
2012-05-26update copyrightFrank Karlitschek
2012-05-19Fix redirect after login, prevent open redirectsMichael Gapczynski
2012-05-18make redirect safe by restricting it to current hostMichiel de Jong
2012-05-18fix redirect to desired page after loginMichiel de Jong
2012-05-17allow loading of css files even if a user isn't logged inGeorg Ehrke
2012-05-11some changes for loginGeorg Ehrke
2012-05-09Sanitize redirect urlsMichael Gapczynski
2012-05-07Create a function for linking to remote.phpBart Visscher
2012-05-07fix path of webdavGeorg Ehrke
2012-05-07fix an XSS bugFrank Karlitschek
2012-05-02create folder 'remote' for the remote services like caldav, carddav and webdavGeorg Ehrke
2012-04-27fix loginGeorg Ehrke
2012-04-27Merge branch 'master' into movable_apps_2Georg Ehrke
2012-04-27some more csrf fixesFrank Karlitschek
2012-04-26some fixes fore movable appsGeorg Ehrke
2012-04-20optimize codeGeorg Ehrke
2012-04-19add loading of filesGeorg Ehrke
2012-04-18open app thru index.phpGeorg Ehrke
2012-02-20load apps before logout so that logout-hook worksArthur Schiwon
2012-02-18Use separate function to make absolute urlsBart Visscher
2011-12-16Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus
2011-12-14make remember login token also dependent on password to protect against some ...Robin Appelman
2011-12-01Added export.php for contacts app. Works the same way as the one in the calen...Thomas Olsen