Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable but improve the example commit message regexes | James Moger | 2013-09-18 | 1 | -3/+7 | |
| | ||||||
* | Removed GitWeb-style diff renderer | James Moger | 2013-09-18 | 1 | -5/+0 | |
| | ||||||
* | Add support for rendering Markdown commit messages (issue-203) | Bret K. Ikehara | 2013-09-18 | 1 | -0/+8 | |
| | ||||||
* | Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194) | James Moger | 2013-09-17 | 1 | -0/+5 | |
| | | | | | | | | | The graph is generated server-side and therefore requires that the commit table row height be fixed and match the row height of the servlet. There will be layout misalignment if remotes refs are displayed. Perhaps this can be improved in the future. Change-Id: I39d0ffc7b1c3679976ce8c198c772ff86238f1a5 | |||||
* | Documentation | James Moger | 2013-09-17 | 1 | -1/+4 | |
| | ||||||
* | Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 1 | -0/+9 | |
|\ | ||||||
| * | Add new property git.createRepositoriesShared. | Florian Zschocke | 2013-08-26 | 1 | -0/+9 | |
| | | ||||||
* | | Revisions and documentation for personal repository prefix change | James Moger | 2013-09-17 | 1 | -3/+9 | |
| | | ||||||
* | | Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 1 | -0/+11 | |
|\ \ | ||||||
| * | | Add new configuration setting 'git.userRepositoryPrefix'. | Florian Zschocke | 2013-08-26 | 1 | -0/+11 | |
| |/ | ||||||
* / | Updated binary extensions and Lucene ignore extensions | James Moger | 2013-09-05 | 1 | -2/+2 | |
|/ | ||||||
* | Add an Apache htpasswd user service | Florian Zschocke | 2013-08-12 | 1 | -0/+33 | |
| | | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7 | |||||
* | Add setting to cap number of activity days to display | Ori Livneh | 2013-08-11 | 1 | -0/+5 | |
| | | | | | | | This patch adds a setting, 'web.activityDurationMaximum', that specifies the maximum number of days of activity that may be requested. The default value is 30. When the number of days requested exceeds this value, the request is handled as though the maximum value was requested. | |||||
* | Added PAMUserService for local Linux/Unix/MacOSX account authentication | James Moger | 2013-07-23 | 1 | -0/+16 | |
| | ||||||
* | Ubuntu/Debian and CentOS/Fedora service tweaks per forum feedback | James Moger | 2013-07-22 | 2 | -2/+12 | |
| | ||||||
* | 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 | |
| | ||||||
* | Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219) | James Moger | 2013-03-29 | 1 | -1/+1 | |
| | ||||||
* | Added Moxie and Yaml to prettify extensions | James Moger | 2013-03-28 | 1 | -1/+1 | |
| |