Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README files are not shown on the summary page by default | James Moger | 2013-11-14 | 1 | -0/+15 |
| | | | | Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3 | ||||
* | Implement mirror executor (issue-5) | James Moger | 2013-11-13 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46 | ||||
* | Add markup support for confluence, mediawiki, textile, trac, and twiki | James Moger | 2013-11-12 | 1 | -0/+35 |
| | | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b | ||||
* | Allows the home root link top-left anchor to be customised. | Luca Milanesio | 2013-11-08 | 1 | -0/+7 |
| | | | | | | | A new property web.rootLink has been introduced to customise the link underlying the top-left logo in GitBlit. When undefined the older behaviour is to link to the GitBlit home page. | ||||
* | Add setting to automatically redirect http requests to the https port | James Moger | 2013-10-27 | 1 | -2/+12 |
| | | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f | ||||
* | Change default access restriction to PUSH | James Moger | 2013-09-27 | 1 | -2/+2 |
| | | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555 | ||||
* | Added setting to globally disable anonymous pushes in the receive pack | James Moger | 2013-09-27 | 1 | -0/+12 |
| | | | | Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4 | ||||
* | Disable *most* activity graphs when web.generateActivityGraph=false | James Moger | 2013-09-19 | 1 | -2/+2 |
| | | | | | | | | This setting originally only worked for the Summary page, but since that page was written, other pages have offered graphing. This setting will now disable Google Chart requests on the Dashboard, Activity, and Summary pages. This is related to issue-310. | ||||
* | 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 |
| |