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 (Collapse)Author
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 ↵Thomas Tanghus
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874
2012-06-11Redirect HTTP Auth requests to REQUEST_URI. Partial fix for ↵Thomas Tanghus
http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874
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
and only load authentication apps during login
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
brute force attacks on this token
2011-12-01Added export.php for contacts app. Works the same way as the one in the ↵Thomas Olsen
calendar app, except there is no UI for it. Fixed indentation in /index.php
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 ↵Marvin Thomas Rabe
install page.
2011-10-03Show database only in advancedMarvin Thomas Rabe
2011-10-01fixed link to password recovery. removed duplicated and unused code out of ↵Marvin Thomas Rabe
index.php.
2011-10-01Merge branch 'lostpassword'Bart Visscher
Conflicts: core/templates/login.php index.php lib/util.php
2011-09-30 Error when only oc_remember_login cookie set fixed.Marvin Thomas Rabe
Filled username field when oc_username is set repaired. Problems with "advanced settings" button in installation wizard fixed. CSS improved - login and installation now looks more clean. Request password link removed (email feature not implemented yet). Database radio button bugs removed. It is possible to have an empty database password, now ownCloud will support this "security issue". Ignore Mac OS X ".DSstore" files. Fade in/out of login button and remember checkbox removed due to some display errors.
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
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-18Move some common code to OC_UtilBart Visscher
Created the following function: - checkLoggedIn - checkAdminUser - redirectToDefaultPage
2011-09-18Cleanup lib/base.phpBart Visscher
2011-09-18Remove global vars and use the OC static version.Bart Visscher
Removed global vars are DOCUMENTROOT, SERVERROOT, SUBURI, WEBROOT and CONFIG_DATADIRECTORY