summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/GitblitManager.java
Commit message (Expand)AuthorAgeFilesLines
* Adopt chain-loading properties as the default setupJames Moger2014-10-271-5/+4
* Allow authentication providers to control user and team role changesJames Moger2014-09-261-0/+11
* Merge branch 'ticket/187' into developJames Moger2014-09-251-0/+12
|\
| * Restrict Gitblit cookie to the context pathJames Moger2014-09-251-0/+12
* | Merge branch 'ticket/173' into developJames Moger2014-09-081-1/+6
|\|
| * Fix MigrateTickets failure for view-restricted repositoriesJames Moger2014-09-081-1/+6
* | Merge branch 'ticket/164' into developJames Moger2014-09-071-0/+7
|\|
| * Create infrastructure for XSS sanitizationJames Moger2014-09-071-0/+6
* | Merge branch 'ticket/167' into developJames Moger2014-09-051-0/+7
|\|
| * New forks shall respect the source repository access restrictionJames Moger2014-09-051-0/+7
* | Extract ticket service into an injectable object with a custom providerJames Moger2014-07-031-7/+29
* | Implement custom IPublicKeyManager providerJames Moger2014-07-031-11/+22
* | Annotate managers with @SingletonJames Moger2014-07-031-0/+4
* | Extract services manager into a top-level injectable managerJames Moger2014-07-031-84/+0
* | Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-0/+6
|/
* Add method to INotificationManager to return email service statusJames Moger2014-06-051-0/+5
* Add a basic SSH public key management UIJames Moger2014-06-051-0/+15
* Move delete repository function into the edit pageJames Moger2014-05-091-0/+5
* Ensure the repository model ref list is refreshed on ref creation or deletionJames Moger2014-05-071-0/+5
* Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-281-0/+6
* [findbugs] Clarify class used for resource loadingJames Moger2014-04-171-2/+2
* Add plugin (un)install lifecycle methodsJames Moger2014-04-171-2/+2
* Enforce plugin-requires attributeJames Moger2014-04-151-0/+6
* Upgrade plugin commandJames Moger2014-04-131-0/+5
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-121-4/+4
* Allow user to disable checksum verification on plugin registry refreshJames Moger2014-04-111-2/+2
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-101-38/+38
* Rename SSH key store on user renameJames Moger2014-04-101-0/+3
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-101-0/+36
* Split administration commands into a plugin, enhance plugin managerJames Moger2014-04-101-0/+52
* 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