Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Wicket references from non-Wicket packages | James Moger | 2014-09-30 | 1 | -16/+11 |
| | |||||
* | Restrict Gitblit cookie to the context path | James Moger | 2014-09-25 | 1 | -2/+35 |
| | |||||
* | Handle ssh keys as objects, not strings, and improve the ls and rm key commands | James Moger | 2014-04-10 | 1 | -6/+6 |
| | | | | "gitblit keys ls" now defaults to showing an indexed list of fingerprints which almost matches the output of "sshadd -l". The indexes are useful specifying key(s) to remove using "gitblit keys rm <index>". This is an important improvement for key management. | ||||
* | Revise SSH public key integration with AuthenticationManager | James Moger | 2014-04-10 | 1 | -11/+14 |
| | |||||
* | Establish ssh keys folder, support multiple keys, revise key authenticator | James Moger | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | SSHD: Add support for git pack commands | David Ostrovsky | 2014-04-10 | 1 | -0/+29 |
| | | | | | | | | | | | Add git-upload-pack and git-receive-pack commands. Conflicts: src/main/java/com/gitblit/manager/ServicesManager.java src/main/java/com/gitblit/transport/ssh/CommandDispatcher.java src/main/java/com/gitblit/transport/ssh/SshCommandFactory.java Change-Id: I8c057b41f1dfad6d004e6aa91f96c8c673be9be2 | ||||
* | Fix authentication security hole with external providers | James Moger | 2014-03-18 | 1 | -29/+44 |
| | |||||
* | Implement user "disabled" flag as an alternative to deleting the account | James Moger | 2014-03-04 | 1 | -8/+29 |
| | |||||
* | API adjustments and elimination of duplicate config options | James Moger | 2014-02-19 | 1 | -0/+7 |
| | |||||
* | issue-361: Reset user cookie after administrative password change | James Moger | 2014-01-28 | 1 | -26/+35 |
| | | | | | | | Cookies were not reset on administrative password change of a user account. This allowed accounts with changed passwords to continue authenticating. Cookies are now reset on password changes, they are validated on each page request, AND they will now expire 7 days after generation. | ||||
* | Fix external authentication failure | James Moger | 2013-12-11 | 1 | -2/+3 |
| | | | | Change-Id: I0f415941a4bfd5e63d85c60613cea0c7d10cbb49 | ||||
* | Added filesystem write permission check (issue-345) | James Moger | 2013-11-29 | 1 | -2/+2 |
| | | | | Change-Id: I0a3aced3b8e9887347888c85e469b74fc70931ad | ||||
* | Refactor managers and authentication for federation | James Moger | 2013-11-29 | 1 | -29/+1 |
| | | | | Change-Id: I5ff18b2768095fb14e7fbece2e756115829abbde | ||||
* | Refactor user services and separate authentication (issue-281) | James Moger | 2013-11-29 | 1 | -0/+511 |
Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd |