Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add support for specifying the `Proxy-Authorization` header for the ↵ | James Moger | 2014-12-03 | 1 | -2/+3 | |
| | | | | | | | | PluginManager | |||||
* | | Add support for configurable HTTP proxy host/port in PluginManager.java | Dariusz Bywalec | 2014-12-02 | 1 | -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 preferences | James Moger | 2014-10-31 | 2 | -6/+39 | |
| | | ||||||
* | | Adopt chain-loading properties as the default setup | James Moger | 2014-10-27 | 1 | -5/+4 | |
| | | ||||||
* | | Fix broken implementation of --noverify for installing a plugin from a url | James Moger | 2014-10-23 | 1 | -1/+5 | |
| | | ||||||
* | | Merge branch 'ticket/129' into develop | James Moger | 2014-09-30 | 1 | -16/+11 | |
|\| | ||||||
| * | Remove Wicket references from non-Wicket packages | James Moger | 2014-09-30 | 1 | -16/+11 | |
| | | ||||||
* | | Merge branch 'ticket/201' into develop | James Moger | 2014-09-30 | 1 | -2/+0 | |
|\| | ||||||
| * | Remove git.streamFileThreshold setting | James Moger | 2014-09-30 | 1 | -2/+0 | |
| | | ||||||
* | | Allow authentication providers to control user and team role changes | James Moger | 2014-09-26 | 3 | -0/+53 | |
| | | ||||||
* | | Merge branch 'ticket/187' into develop | James Moger | 2014-09-25 | 3 | -2/+69 | |
|\| | ||||||
| * | Restrict Gitblit cookie to the context path | James Moger | 2014-09-25 | 3 | -2/+69 | |
| | | ||||||
* | | Merge branch 'ticket/173' into develop | James Moger | 2014-09-08 | 3 | -1/+35 | |
|\| | ||||||
| * | Fix MigrateTickets failure for view-restricted repositories | James Moger | 2014-09-08 | 3 | -1/+35 | |
| | | ||||||
* | | Merge branch 'ticket/161' into develop | James Moger | 2014-09-08 | 2 | -8/+6 | |
|\| | ||||||
| * | Expose setting to control Lucene repository indexing frequency | James Moger | 2014-09-08 | 2 | -8/+6 | |
| | | ||||||
* | | Merge branch 'ticket/164' into develop | James Moger | 2014-09-07 | 3 | -3/+33 | |
|\| | ||||||
| * | Create infrastructure for XSS sanitization | James Moger | 2014-09-07 | 3 | -3/+32 | |
| | | ||||||
* | | Merge branch 'ticket/167' into develop | James Moger | 2014-09-05 | 1 | -0/+7 | |
|\| | ||||||
| * | New forks shall respect the source repository access restriction | James Moger | 2014-09-05 | 1 | -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 constructed | James Moger | 2014-09-04 | 1 | -26/+51 | |
| | | ||||||
* | | Merge branch 'ticket/151' into develop | James Moger | 2014-09-04 | 1 | -0/+14 | |
|\| | ||||||
| * | Alias UTF-9 and UTF-18 as UTF-8 in JGit | James Moger | 2014-09-04 | 1 | -0/+14 | |
| | | ||||||
* | | Support injection of plugin Extensions | James Moger | 2014-07-03 | 1 | -1/+29 | |
| | | ||||||
* | | Delay setup of the repositories folder to start() | James Moger | 2014-07-03 | 1 | -2/+2 | |
| | | ||||||
* | | Delay pf4j instantiation and setup to start() | James Moger | 2014-07-03 | 1 | -13/+12 | |
| | | ||||||
* | | Extract ticket service into an injectable object with a custom provider | James Moger | 2014-07-03 | 1 | -7/+29 | |
| | | ||||||
* | | Implement custom IPublicKeyManager provider | James Moger | 2014-07-03 | 1 | -11/+22 | |
| | | ||||||
* | | Annotate managers with @Singleton | James Moger | 2014-07-03 | 8 | -11/+25 | |
| | | ||||||
* | | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 7 | -211/+302 | |
| | | ||||||
* | | Use Guice annotations, not javax.inject annotations | James Moger | 2014-07-03 | 8 | -8/+8 | |
| | | ||||||
* | | Use Guice-Servlet rather than custom code and expose the Injector | James Moger | 2014-07-03 | 3 | -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 Filters | James Moger | 2014-07-03 | 8 | -0/+21 | |
|/ | ||||||
* | Fix project model creation bug with forced lowercase names | James Moger | 2014-06-27 | 1 | -7/+8 | |
| | ||||||
* | Use consistent keys for repository cache lookups | James Moger | 2014-06-27 | 1 | -23/+73 | |
| | ||||||
* | Fix NPE when there are two repositories which only differ in case | Sascha Vogt | 2014-06-18 | 1 | -2/+2 | |
| | ||||||
* | Add repository and user/team lifecycle listener extension points | James Moger | 2014-06-09 | 2 | -9/+140 | |
| | ||||||
* | Add method to INotificationManager to return email service status | James Moger | 2014-06-05 | 3 | -0/+18 | |
| | ||||||
* | Add a basic SSH public key management UI | James Moger | 2014-06-05 | 4 | -6/+93 | |
| | ||||||
* | Add setting to control thread pool size for default work queue | James Moger | 2014-05-29 | 1 | -1/+2 | |
| | ||||||
* | Merge branch 'ticket/89' into develop | James Moger | 2014-05-29 | 1 | -1/+9 | |
|\ | ||||||
| * | Fix thread exhaustion in SSH daemon | James Moger | 2014-05-29 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'ticket/83' into develop | James Moger | 2014-05-22 | 1 | -2/+3 | |
|\| | ||||||
| * | Fix cache miss on repository model retrieval | James Moger | 2014-05-22 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch 'ticket/82' into develop | James Moger | 2014-05-22 | 1 | -0/+2 | |
|\| | ||||||
| * | Force repository cache to refresh metadata after ref deletion/creation | James Moger | 2014-05-22 | 1 | -0/+2 | |
| | | ||||||
* | | Move delete repository function into the edit page | James Moger | 2014-05-09 | 3 | -0/+31 | |
|/ | ||||||
* | Ensure the repository model ref list is refreshed on ref creation or deletion | James Moger | 2014-05-07 | 3 | -0/+25 | |
| | ||||||
* | Fix case-sensitivity error in determining fork network | James Moger | 2014-05-07 | 1 | -12/+19 | |
| | ||||||
* | Fix forcing default locale to en or LANG_CC for web ui | James Moger | 2014-04-28 | 3 | -0/+34 | |
| |