summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/SessionPage.java
Commit message (Expand)AuthorAgeFilesLines
* add missing redirect after restoring user in new sessionmereth2016-06-151-0/+1
* prevent session fixation for external authenticationJoel Johnson2015-07-141-29/+41
* Create web.rewriteSession key for use with tomcat and CASFabrice Bacchella2015-05-231-1/+6
* Remove Wicket references from non-Wicket packagesJames Moger2014-09-301-112/+110
* Restrict Gitblit cookie to the context pathJames Moger2014-09-251-3/+7
* [findbugs] Add null check when testing if a user is disabled in SessionPageJames Moger2014-04-171-2/+2
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-041-0/+10
* Fix NPE in cookie change detection on loginJames Moger2014-02-031-1/+1
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-281-0/+20
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-2/+2
* Define manager interfaces and update all of Gitblit to use managersJames Moger2013-11-261-1/+1
* Eliminate nearly all direct GitBlit singleton references in WicketJames Moger2013-11-261-4/+13
* Enforce security on raw blob page (issue 198)James Moger2013-03-291-0/+69