Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added PAMUserService for local Linux/Unix/MacOSX account authentication | James Moger | 2013-07-23 | 1 | -0/+16 |
| | |||||
* | Implemented optional page caching | James Moger | 2013-07-19 | 1 | -0/+7 |
| | |||||
* | Support hot-reloading of project.mkd | James Moger | 2013-07-03 | 1 | -0/+12 |
| | |||||
* | Fixed sendmail-html.groovy unit test | James Moger | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Disabled SparkleShare menu | James Moger | 2013-06-27 | 1 | -1/+1 |
| | |||||
* | Support custom header colors and finish theme flattening (issue 209) | James Moger | 2013-06-26 | 1 | -0/+40 |
| | |||||
* | Support custom header logo images of 120x45 (issue 208) | James Moger | 2013-06-26 | 1 | -0/+7 |
| | |||||
* | Improve time filter language and handling of daysBack parameter | James Moger | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Implemented commit cache for the dashboards, activity, and project pages | James Moger | 2013-06-24 | 1 | -1/+15 |
| | |||||
* | Added WindowsUserService using Waffle | James Moger | 2013-06-20 | 1 | -0/+28 |
| | |||||
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 1 | -5/+5 |
| | | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard. | ||||
* | Minor tweaks to SalesForce user service | James Moger | 2013-06-17 | 1 | -1/+1 |
| | |||||
* | Option to auto-create accounts based on authenticated container principals ↵ | James Moger | 2013-06-17 | 1 | -0/+7 |
| | | | | (issue-246) | ||||
* | Globl and per-repository setting to exclude authors form metrics (issue-251) | James Moger | 2013-06-10 | 1 | -0/+7 |
| | |||||
* | Make days back filter a setting | James Moger | 2013-06-10 | 1 | -3/+9 |
| | |||||
* | Added support for authenticating against a Salesforce org. | William Whittle | 2013-06-07 | 1 | -0/+15 |
| | |||||
* | SMTPs mailserver available (not only gmail) | manhole | 2013-06-07 | 1 | -0/+3 |
| | |||||
* | Enable SmartGit client menu | James Moger | 2013-05-29 | 1 | -1/+1 |
| | |||||
* | Enabled SparkleShare client menu using 1.1.0 invite handler redesign | James Moger | 2013-05-28 | 1 | -2/+2 |
| | |||||
* | Added UI for the push log introduced in 1.2.1 | James Moger | 2013-05-24 | 1 | -1/+13 |
| | |||||
* | Added support for Github Windows/Mac clients | James Moger | 2013-05-21 | 1 | -3/+7 |
| | |||||
* | Allow client apps to specify a minimum required access permission | James Moger | 2013-05-15 | 1 | -6/+18 |
| | |||||
* | Added Tower icon | James Moger | 2013-05-10 | 1 | -0/+1 |
| | |||||
* | Implemented application menus for repository url panel | James Moger | 2013-05-09 | 1 | -7/+29 |
| | |||||
* | Uber-cool repository panel overhaul | James Moger | 2013-05-07 | 1 | -0/+42 |
| | |||||
* | Fixed regression with http socket connector | James Moger | 2013-05-06 | 1 | -3/+2 |
| | |||||
* | Partially merged url panel with optional support for app clone urls | James Moger | 2013-05-03 | 1 | -7/+12 |
| | |||||
* | GO NIO connector thread pool size setting | James Moger | 2013-05-03 | 1 | -0/+7 |
| | |||||
* | Load prettify's lang-*.js extentions. | Kensuke Matsuzaki | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Documentation | James Moger | 2013-04-14 | 1 | -2/+6 |
| | |||||
* | Add forceDefaultLocale param to gitblit.properties | Lukasz Jader | 2013-04-14 | 1 | -0/+6 |
| | |||||
* | Added Git Daemon support | James Moger | 2013-04-03 | 1 | -0/+17 |
| | |||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 1 | -0/+11 |
| | |||||
* | Support username substitution in web.otherUrls (issue 213) | James Moger | 2013-03-29 | 1 | -2/+9 |
| | |||||
* | Added Moxie and Yaml to prettify extensions | James Moger | 2013-03-28 | 1 | -1/+1 |
| | |||||
* | Moved orphaned Groovy script | James Moger | 2013-03-28 | 1 | -0/+167 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 14 | -0/+2625 |
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. |