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
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
2011-10-16use OC_Log instead of error_logRobin Appelman
2011-10-14Merge commit 'refs/merge-requests/59' of git://gitorious.org/owncloud/owncloudRobin Appelman
2011-10-13made work with http authentication kind of sso loginPatrick Stricker
2011-10-10add owncloud autosetup optionThomas Schmidt
2011-10-04remeber cookie bug fixedMarvin Thomas Rabe
2011-10-04redirect url fixedMarvin Thomas Rabe
2011-10-03added infield labels. readded fade in of login button. updated label on insta...Marvin Thomas Rabe
2011-10-03Show database only in advancedMarvin Thomas Rabe
2011-10-01fixed link to password recovery. removed duplicated and unused code out of in...Marvin Thomas Rabe