summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/GitblitManager.java
Commit message (Expand)AuthorAgeFilesLines
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-101-2/+2
* Style: changed manager order to reflect dependency chainJames Moger2014-04-101-5/+5
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-101-1/+17
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-0/+10
* Revise SSH public key integration with AuthenticationManagerJames Moger2014-04-101-5/+5
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-101-0/+7
* Exclude ticket branches when forking a canonical repositoryJames Moger2014-03-111-2/+32
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+10
* Move GarbageCollector repository methods to the RepositoryManagerJames Moger2014-02-281-0/+15
* Improve notification api by introducing the Mailing modelJames Moger2014-02-281-17/+3
* Do not grant fork CLONE permissions to users/teams with implied regexJames Moger2014-02-261-5/+6
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-281-0/+5
* New canonical base url setting for repository urls and notificationsJames Moger2013-12-301-1/+5
* Support customizing the "from" display name for generated emailsJames Moger2013-12-301-0/+10
* Refactor managers and authentication for federationJames Moger2013-11-291-0/+1096
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-456/+0
* Serve repositories on /r in addition to /gitJames Moger2013-11-291-1/+1
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-7/+0
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-0/+463