Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Allow gitblit baseFolder to be defined by a system property | Koen Serry | 2014-08-03 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'ticket/140' into develop | James Moger | 2014-09-04 | 1 | -397/+397 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Updated french translations | Romain GAGNAIRE | 2014-07-25 | 1 | -397/+397 | |
| |/ | ||||||
| * | Merge branch 'ticket/139' | James Moger | 2014-07-05 | 1 | -5/+2 | |
| |\ | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | |||||
| * \ | Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter" | James Moger | 2014-07-05 | 1 | -5/+6 | |
| |\ \ | ||||||
| * \ \ | Merged #137 "NPE in RawServlet#L265" | James Moger | 2014-07-05 | 1 | -0/+9 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'ticket/139' into develop | James Moger | 2014-07-05 | 1 | -5/+2 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | |||||
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -10/+8 | |
| | | | | | ||||||
* | | | | | Merge branch 'ticket/139' into develop | James Moger | 2014-07-05 | 1 | -5/+6 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -5/+6 | |
| |/ / / | ||||||
* | | | | Merge branch 'ticket/137' into develop | James Moger | 2014-07-05 | 1 | -0/+9 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Fix possible NPE in RawServlet | James Moger | 2014-07-05 | 1 | -0/+9 | |
| |/ / | ||||||
* | | | 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 | 12 | -157/+136 | |
| | | | ||||||
* | | | Implement custom IPublicKeyManager provider | James Moger | 2014-07-03 | 9 | -258/+304 | |
| | | | ||||||
* | | | Annotate managers with @Singleton | James Moger | 2014-07-03 | 10 | -24/+37 | |
| | | | ||||||
* | | | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 18 | -424/+397 | |
| | | | ||||||
* | | | Documentation | James Moger | 2014-07-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | Removed beans.xml | James Moger | 2014-07-03 | 1 | -10/+0 | |
| | | | ||||||
* | | | Use forked guice-servlet jar rather than stock jar from Google | James Moger | 2014-07-03 | 1 | -6/+2 | |
| | | | ||||||
* | | | Restore all security filters | James Moger | 2014-07-03 | 1 | -5/+10 | |
| | | | ||||||
* | | | Use Guice annotations, not javax.inject annotations | James Moger | 2014-07-03 | 37 | -63/+64 | |
| | | | ||||||
* | | | Dropped WebListener annotation | James Moger | 2014-07-03 | 1 | -2/+0 | |
| | | | ||||||
* | | | Use Guice-Servlet rather than custom code and expose the Injector | James Moger | 2014-07-03 | 11 | -377/+184 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.1 | James Moger | 2014-07-03 | 11 | -429/+178 | |
| | | | ||||||
* | | | Move the DaggerModule to the Dagger package | James Moger | 2014-07-03 | 2 | -2/+6 | |
| | | | ||||||
* | | | Embrace @Inject for Managers, Servlets, and Filters | James Moger | 2014-07-03 | 36 | -592/+358 | |
| | | | ||||||
* | | | Return of Servlet3 servlet and filter loading | James Moger | 2014-07-03 | 7 | -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. | |||||
* | | | Switch apt folder from 'dagger' to 'gen' | James Moger | 2014-07-03 | 1 | -0/+1 | |
| | | | ||||||
* | | | Refine startup ascii artwork | James Moger | 2014-07-02 | 2 | -16/+12 | |
| |/ |/| | ||||||
* | | Refine web.canonicalUrl documentation | Kyle Gottfried | 2014-07-01 | 1 | -2/+12 | |
| | | ||||||
* | | Merged #120 "Update Korean translation" | James Moger | 2014-07-01 | 1 | -4/+4 | |
|\ \ | ||||||
| * | | Fix translation | Revi | 2014-06-26 | 1 | -4/+4 | |
| | | | | | | | | | As well as links. | |||||
* | | | 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 | 3 | -29/+86 | |
| | | | ||||||
* | | | Escape Lucene query values with hyphens | James Moger | 2014-06-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Redirect to tree root when blob page parameters are invalid | James Moger | 2014-06-27 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merged #114 "StackOverFlow on (de)serialization" | James Moger | 2014-06-27 | 2 | -5/+12 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Do not serialize Loggerticket/114 | James Moger | 2014-06-27 | 2 | -5/+12 | |
| |/ | ||||||
* | | Removed unnecessary and obsolete download links from documenation | James Moger | 2014-06-22 | 2 | -2/+2 | |
| | | ||||||
* | | Fix NPE when there are two repositories which only differ in case | Sascha Vogt | 2014-06-18 | 1 | -2/+2 | |
|/ | ||||||
* | Documentation | James Moger | 2014-06-16 | 2 | -7/+12 | |
| | ||||||
* | Documentation | James Moger | 2014-06-16 | 1 | -10/+11 | |
| | ||||||
* | Expose an Italiano language option in user preferences | James Moger | 2014-06-16 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #196 from giamma/release-v1.6.0 | James Moger | 2014-06-16 | 4 | -0/+812 | |
|\ | | | | | Italian translation. | |||||
| * | Italian translation. | GianMaria Romanato | 2014-06-15 | 4 | -0/+812 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When it comes to IT terminology, the Italian language borrows a lot of terms from English, and it is often difficult to decide what is to be translated and what is to be kept in English. I tried to follow the same approach adopted by the translators of the pro-git book, so for example "clone", "push" are not translated, while "branch" is translated (the noun, not the git command). I did my best to try to provide the best possible translation, but I had not enough time to test all translations on screen. Finally I noted that there are some duplicate keys e.g. gb.comment which appears one with a capital C and once with a lowercase C. | |||||
* | | Remove unnecessary import | David Ostrovsky | 2014-06-16 | 1 | -1/+0 | |
| | | ||||||
* | | changed empty repo page | Jeroen Baten | 2014-06-15 | 1 | -5/+5 | |
| | |