summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Update setup_authentication.mkdAnthony O.2014-08-081-1/+1
| |/ / / | | | | | | | | In AuthenticationManager:385, only `provider instanceof UsernamePasswordAuthenticationProvider` will be called
* | | | Merge branch 'ticket/141' into developJames Moger2014-09-041-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Allow gitblit baseFolder to be defined by a system propertyKoen Serry2014-08-031-1/+1
| |/ /
* | | Merge branch 'ticket/140' into developJames Moger2014-09-041-397/+397
|\ \ \ | | |/ | |/|
| * | Updated french translationsRomain GAGNAIRE2014-07-251-397/+397
| |/
| * Merge branch 'ticket/139'James Moger2014-07-051-5/+2
| |\ | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java
| * \ Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter"James Moger2014-07-051-5/+6
| |\ \
| * \ \ Merged #137 "NPE in RawServlet#L265"James Moger2014-07-051-0/+9
| |\ \ \
| * \ \ \ Merged #121 "Add additional documentation for web.canonicalUrl"James Moger2014-07-011-2/+12
| |\ \ \ \
* | \ \ \ \ Merge branch 'ticket/139' into developJames Moger2014-07-051-5/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacterJames Moger2014-07-051-10/+8
| | | | | |
* | | | | | Merge branch 'ticket/139' into developJames Moger2014-07-051-5/+6
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacterJames Moger2014-07-051-5/+6
| |/ / / /
* | | | | Merge branch 'ticket/137' into developJames Moger2014-07-051-0/+9
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix possible NPE in RawServletJames Moger2014-07-051-0/+9
| |/ / /
* | | | Merged #80 "Replace Dagger with Guice"James Moger2014-07-0374-1911/+1583
|\ \ \ \
| * | | | Update to Guava 17James Moger2014-07-033-5/+5
| | | | |
| * | | | 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-0312-157/+136
| | | | |
| * | | | Implement custom IPublicKeyManager providerJames Moger2014-07-039-258/+304
| | | | |
| * | | | Annotate managers with @SingletonJames Moger2014-07-0310-24/+37
| | | | |
| * | | | Extract services manager into a top-level injectable managerJames Moger2014-07-0318-424/+397
| | | | |
| * | | | DocumentationJames Moger2014-07-033-0/+11
| | | | |
| * | | | Adjust builds for appropriate dependenciesJames Moger2014-07-032-18/+18
| | | | |
| * | | | Removed beans.xmlJames Moger2014-07-031-10/+0
| | | | |
| * | | | Use forked guice-servlet jar rather than stock jar from GoogleJames Moger2014-07-034-12/+10
| | | | |
| * | | | Temporarily depend on patched guice-servlet (guice-807)James Moger2014-07-033-5/+6
| | | | |
| * | | | Restore all security filtersJames Moger2014-07-031-5/+10
| | | | |
| * | | | Use Guice annotations, not javax.inject annotationsJames Moger2014-07-0337-63/+64
| | | | |
| * | | | Dropped WebListener annotationJames Moger2014-07-031-2/+0
| | | | |
| * | | | Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-0314-378/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1James Moger2014-07-0314-456/+192
| | | | |
| * | | | Move the DaggerModule to the Dagger packageJames Moger2014-07-032-2/+6
| | | | |
| * | | | Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-0336-592/+358
| | | | |
| * | | | Update to Dagger 1.2.1 and Guava 15James Moger2014-07-033-26/+27
| | | | |
| * | | | Return of Servlet3 servlet and filter loadingJames Moger2014-07-037-381/+683
| | | | | | | | | | | | | | | | | | | | This is a quick return of the servlet3-style code which was reverted mid-December 2013. It is not completely tested, but a casual review was done and it's looks good. The next steps should be to restore `@Inject` annotations, simplify *DaggerModule* boilerplate, and run this on a JEE container with CDI - like JBoss AS 7.
* | | | | Update to Moxie 0.9.4James Moger2014-07-032-2/+2
|/ / / /
* | | | Merged #128 "Move apt folder from 'dagger' to 'gen'"James Moger2014-07-034-3/+4
|\ \ \ \
| * | | | Switch apt folder from 'dagger' to 'gen'James Moger2014-07-034-3/+4
|/ / / /
* | | | Merged #127 "Update to SSHD 0.11.1-atlassian-1"James Moger2014-07-033-6/+7
|\ \ \ \
| * | | | Update to SSHD 0.11.1-atlassian-1James Moger2014-07-033-6/+7
|/ / / /
* | | | Merged #126 "Update to JGit 3.4.1"James Moger2014-07-033-9/+9
|\ \ \ \
| * | | | Update to JGit 3.4.1James Moger2014-07-033-9/+9
|/ / / /
* | | | Merged #125 "Update to Groovy 2.3.3"James Moger2014-07-033-5/+5
|\ \ \ \
| * | | | Update to Groovy 2.3.3James Moger2014-07-033-5/+5
|/ / / /
* | | | Merged #122 "Update to SLF4j 1.7.7"James Moger2014-07-033-11/+11
|\ \ \ \
| * | | | Update to SLF4j 1.7.7James Moger2014-07-033-11/+11
|/ / / /
* | | | Refine startup ascii artworkJames Moger2014-07-022-16/+12
| | | |