summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager
Commit message (Expand)AuthorAgeFilesLines
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-122-8/+8
* Allow user to disable checksum verification on plugin registry refreshJames Moger2014-04-112-3/+5
* Ensure plugins dir is created before pf4j is instantiatedJames Moger2014-04-111-3/+4
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-103-120/+388
* Rename SSH key store on user renameJames Moger2014-04-101-0/+3
* Fix ${baseFolder}/plugins mkdir bugJames Moger2014-04-101-0/+1
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-103-7/+327
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-103-17/+90
* Handle ssh keys as objects, not strings, and improve the ls and rm key commandsJames Moger2014-04-103-12/+11
* Improve isServingRepositories checkJames Moger2014-04-102-1/+9
* Exclude SSH repository urls from anonymous usersJames Moger2014-04-101-0/+4
* Style: changed manager order to reflect dependency chainJames Moger2014-04-102-7/+7
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-104-2/+114
* Elevate the public key manager to a top-level managerJames Moger2014-04-102-0/+18
* Revise SSH public key integration with AuthenticationManagerJames Moger2014-04-103-18/+29
* Fix incorrect displayed SSH transport permissionJames Moger2014-04-101-20/+2
* Display ssh clone urls in the repository url panelJames Moger2014-04-101-2/+61
* Establish ssh keys folder, support multiple keys, revise key authenticatorJames Moger2014-04-101-1/+1
* Move Git daemon into different packageJames Moger2014-04-101-1/+1
* SSHD: Add support for git pack commandsDavid Ostrovsky2014-04-104-1/+39
* Eliminate use of Dagger and do not create inner classesJames Moger2014-04-101-53/+4
* Factor out methods from SshCommandServer to SshDaemonDavid Ostrovsky2014-04-101-1/+54
* Support serving repositories over the SSH transportEric Myhre2014-04-101-0/+18
* Ensure repositories folder is created before executing a write testJames Moger2014-04-071-0/+3
* Fix missing subject in html mailingsJames Moger2014-03-211-0/+1
* Fix authentication security hole with external providersJames Moger2014-03-181-29/+44
* Exclude ticket branches when forking a canonical repositoryJames Moger2014-03-111-2/+32
* Allow configuring the default integration branch for a repositoryJames Moger2014-03-081-0/+7
* Implement user "disabled" flag as an alternative to deleting the accountJames Moger2014-03-041-8/+29
* Ticket tracker with patchset contributionsJames Moger2014-03-033-0/+30
* Move GarbageCollector repository methods to the RepositoryManagerJames Moger2014-02-283-4/+76
* Improve notification api by introducing the Mailing modelJames Moger2014-02-283-147/+34
* Do not grant fork CLONE permissions to users/teams with implied regexJames Moger2014-02-261-5/+6
* Reset the commit cache on repository deletionJames Moger2014-02-211-0/+2
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-191-0/+7
* issue-361: Reset user cookie after administrative password changeJames Moger2014-01-283-26/+48
* 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-303-3/+59
* Fix NPE in getting a user's fork if repository caching is disabledJames Moger2013-12-111-1/+1
* Fix external authentication failureJames Moger2013-12-111-2/+3
* Added filesystem write permission check (issue-345)James Moger2013-11-293-4/+22
* Invalidate all cached repository data on "clear cache" (issue-346)James Moger2013-11-291-0/+2
* Refactor managers and authentication for federationJames Moger2013-11-297-39/+1177
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-6/+20
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-294-479/+52
* Serve repositories on /r in addition to /gitJames Moger2013-11-292-2/+2
* Refactor user services and separate authentication (issue-281)James Moger2013-11-296-774/+609
* Renamed Gitblit to GitBlit to not break existing Groovy hooksJames Moger2013-11-291-3/+3
* Moved servlets and services to separate packagesJames Moger2013-11-293-14/+14
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-2913-33/+1172