summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/data
Commit message (Collapse)AuthorAgeFilesLines
* Added PAMUserService for local Linux/Unix/MacOSX account authenticationJames Moger2013-07-231-0/+16
|
* Implemented optional page cachingJames Moger2013-07-191-0/+7
|
* Support hot-reloading of project.mkdJames Moger2013-07-031-0/+12
|
* Fixed sendmail-html.groovy unit testJames Moger2013-07-021-1/+1
|
* Disabled SparkleShare menuJames Moger2013-06-271-1/+1
|
* Support custom header colors and finish theme flattening (issue 209)James Moger2013-06-261-0/+40
|
* Support custom header logo images of 120x45 (issue 208)James Moger2013-06-261-0/+7
|
* Improve time filter language and handling of daysBack parameterJames Moger2013-06-241-1/+1
|
* Implemented commit cache for the dashboards, activity, and project pagesJames Moger2013-06-241-1/+15
|
* Added WindowsUserService using WaffleJames Moger2013-06-201-0/+28
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-181-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 serviceJames Moger2013-06-171-1/+1
|
* Option to auto-create accounts based on authenticated container principals ↵James Moger2013-06-171-0/+7
| | | | (issue-246)
* Globl and per-repository setting to exclude authors form metrics (issue-251)James Moger2013-06-101-0/+7
|
* Make days back filter a settingJames Moger2013-06-101-3/+9
|
* Added support for authenticating against a Salesforce org.William Whittle2013-06-071-0/+15
|
* SMTPs mailserver available (not only gmail)manhole2013-06-071-0/+3
|
* Enable SmartGit client menuJames Moger2013-05-291-1/+1
|
* Enabled SparkleShare client menu using 1.1.0 invite handler redesignJames Moger2013-05-281-2/+2
|
* Added UI for the push log introduced in 1.2.1James Moger2013-05-241-1/+13
|
* Added support for Github Windows/Mac clientsJames Moger2013-05-211-3/+7
|
* Allow client apps to specify a minimum required access permissionJames Moger2013-05-151-6/+18
|
* Added Tower iconJames Moger2013-05-101-0/+1
|
* Implemented application menus for repository url panelJames Moger2013-05-091-7/+29
|
* Uber-cool repository panel overhaulJames Moger2013-05-071-0/+42
|
* Fixed regression with http socket connectorJames Moger2013-05-061-3/+2
|
* Partially merged url panel with optional support for app clone urlsJames Moger2013-05-031-7/+12
|
* GO NIO connector thread pool size settingJames Moger2013-05-031-0/+7
|
* Load prettify's lang-*.js extentions.Kensuke Matsuzaki2013-04-161-1/+1
|
* DocumentationJames Moger2013-04-141-2/+6
|
* Add forceDefaultLocale param to gitblit.propertiesLukasz Jader2013-04-141-0/+6
|
* Added Git Daemon supportJames Moger2013-04-031-0/+17
|
* Revised incremental push tags featureJames Moger2013-04-011-0/+11
|
* Support username substitution in web.otherUrls (issue 213)James Moger2013-03-291-2/+9
|
* Added Moxie and Yaml to prettify extensionsJames Moger2013-03-281-1/+1
|
* Moved orphaned Groovy scriptJames Moger2013-03-281-0/+167
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-2714-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.