summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add support for specifying the `Proxy-Authorization` header for the ↵James Moger2014-12-031-2/+3
| | | | | | | | PluginManager
* | Add support for configurable HTTP proxy host/port in PluginManager.javaDariusz Bywalec2014-12-021-1/+9
| | | | | | | | | | Formerly by default the PluginMaganer would support no proxy setting. For servers behind firewall and HTTP proxy this would prevent installation of gitblit plugins.
* | Allow finer-grained determination of available transport preferencesJames Moger2014-10-312-6/+39
| |
* | Adopt chain-loading properties as the default setupJames Moger2014-10-271-5/+4
| |
* | Fix broken implementation of --noverify for installing a plugin from a urlJames Moger2014-10-231-1/+5
| |
* | Merge branch 'ticket/129' into developJames Moger2014-09-301-16/+11
|\|
| * Remove Wicket references from non-Wicket packagesJames Moger2014-09-301-16/+11
| |
* | Merge branch 'ticket/201' into developJames Moger2014-09-301-2/+0
|\|
| * Remove git.streamFileThreshold settingJames Moger2014-09-301-2/+0
| |
* | Allow authentication providers to control user and team role changesJames Moger2014-09-263-0/+53
| |
* | Merge branch 'ticket/187' into developJames Moger2014-09-253-2/+69
|\|
| * Restrict Gitblit cookie to the context pathJames Moger2014-09-253-2/+69
| |
* | Merge branch 'ticket/173' into developJames Moger2014-09-083-1/+35
|\|
| * Fix MigrateTickets failure for view-restricted repositoriesJames Moger2014-09-083-1/+35
| |
* | Merge branch 'ticket/161' into developJames Moger2014-09-082-8/+6
|\|
| * Expose setting to control Lucene repository indexing frequencyJames Moger2014-09-082-8/+6
| |
* | Merge branch 'ticket/164' into developJames Moger2014-09-073-3/+33
|\|
| * Create infrastructure for XSS sanitizationJames Moger2014-09-073-3/+32
| |
* | 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
| | | | | | | | | | If the source repository access restriction exceeds the fork default (push) then the fork shall inherit the source repository access restriction.
* | Allow Plugins to have injected members and Extensions to be constructedJames Moger2014-09-041-26/+51
| |
* | Merge branch 'ticket/151' into developJames Moger2014-09-041-0/+14
|\|
| * Alias UTF-9 and UTF-18 as UTF-8 in JGitJames Moger2014-09-041-0/+14
| |
* | Support injection of plugin ExtensionsJames Moger2014-07-031-1/+29
| |
* | Delay setup of the repositories folder to start()James Moger2014-07-031-2/+2
| |
* | Delay pf4j instantiation and setup to start()James Moger2014-07-031-13/+12
| |
* | 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-038-11/+25
| |
* | Extract services manager into a top-level injectable managerJames Moger2014-07-037-211/+302
| |
* | Use Guice annotations, not javax.inject annotationsJames Moger2014-07-038-8/+8
| |
* | Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-033-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly functional variation of Gitblit with one notable exception: The security filters are not working properly. This is a design flaw in Guice that I have reported upstream [1]. The general idea is that Guice-Servlet filters are not properly wrapping the ServletRequest. This has historically been a problem for Guice-Servlet servlets but Google has fixed most of those issues. Unfortunately, all the same flaws reported against the servlet delegation also exist in Guice-Servlet filter delegation. :( [1]: https://code.google.com/p/google-guice/issues/detail?id=807
* | Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-038-0/+21
|/
* Fix project model creation bug with forced lowercase namesJames Moger2014-06-271-7/+8
|
* Use consistent keys for repository cache lookupsJames Moger2014-06-271-23/+73
|
* Fix NPE when there are two repositories which only differ in caseSascha Vogt2014-06-181-2/+2
|
* Add repository and user/team lifecycle listener extension pointsJames Moger2014-06-092-9/+140
|
* Add method to INotificationManager to return email service statusJames Moger2014-06-053-0/+18
|
* Add a basic SSH public key management UIJames Moger2014-06-054-6/+93
|
* Add setting to control thread pool size for default work queueJames Moger2014-05-291-1/+2
|
* Merge branch 'ticket/89' into developJames Moger2014-05-291-1/+9
|\
| * Fix thread exhaustion in SSH daemonJames Moger2014-05-291-1/+9
| |
* | Merge branch 'ticket/83' into developJames Moger2014-05-221-2/+3
|\|
| * Fix cache miss on repository model retrievalJames Moger2014-05-221-2/+3
| |
* | Merge branch 'ticket/82' into developJames Moger2014-05-221-0/+2
|\|
| * Force repository cache to refresh metadata after ref deletion/creationJames Moger2014-05-221-0/+2
| |
* | Move delete repository function into the edit pageJames Moger2014-05-093-0/+31
|/
* Ensure the repository model ref list is refreshed on ref creation or deletionJames Moger2014-05-073-0/+25
|
* Fix case-sensitivity error in determining fork networkJames Moger2014-05-071-12/+19
|
* Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-283-0/+34
|