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-06-20use new sanitize HTML function backportedBjoern 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-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
2011-10-01Merge branch 'lostpassword'Bart Visscher
2011-09-30 Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe
2011-09-27remove warning by check cookie before accessing it.Frank Karlitschek
2011-09-26Move lostpassword code to own appBart Visscher
2011-09-26Move display of login page to function in OC_UtilBart Visscher
2011-09-24prevent people from triggering the setup manuallyRobin Appelman
2011-09-24only call error_log() if DEBUG is trueFlorian Pritz
2011-09-18Move some common code to OC_UtilBart Visscher
2011-09-18Cleanup lib/base.phpBart Visscher
2011-09-18Remove global vars and use the OC static version.Bart Visscher
2011-09-18remember changed not to store password in cookieBartek Przybylski
2011-09-18Changed behaviour of remember checkboxBartek Przybylski
2011-08-29Initial work on resetting forgotten passwords. It works, but still need to em...Michael Gapczynski
2011-08-07Exit after call to setupSerge Martin
2011-08-04redirect index.php to files/webdav.php for webdav (PROPFIND) requestsRobin Appelman
2011-07-29Renaming classes :-)Jakob Sack