summaryrefslogtreecommitdiffstats
path: root/src/main/distrib
Commit message (Collapse)AuthorAgeFilesLines
* README files are not shown on the summary page by defaultJames Moger2013-11-141-0/+15
| | | | Change-Id: I421a6b8f8c8eaa5d34b7629858de76fc96458cd3
* Implement mirror executor (issue-5)James Moger2013-11-131-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 twikiJames Moger2013-11-121-0/+35
| | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b
* Allows the home root link top-left anchor to be customised.Luca Milanesio2013-11-081-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 portJames Moger2013-10-271-2/+12
| | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f
* Change default access restriction to PUSHJames Moger2013-09-271-2/+2
| | | | Change-Id: I74b3f9fedd77294c53648f8eaa730d4a84917555
* Added setting to globally disable anonymous pushes in the receive packJames Moger2013-09-271-0/+12
| | | | Change-Id: I3460c9c0eeb32503d58325fd09793a0cd40aa2c4
* Disable *most* activity graphs when web.generateActivityGraph=falseJames Moger2013-09-191-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 regexesJames Moger2013-09-181-3/+7
|
* Removed GitWeb-style diff rendererJames Moger2013-09-181-5/+0
|
* Add support for rendering Markdown commit messages (issue-203)Bret K. Ikehara2013-09-181-0/+8
|
* Implemented a graph servlet based on EGit/JGit's PlotWalk (issue-194)James Moger2013-09-171-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
* DocumentationJames Moger2013-09-171-1/+4
|
* Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-171-0/+9
|\
| * Add new property git.createRepositoriesShared.Florian Zschocke2013-08-261-0/+9
| |
* | Revisions and documentation for personal repository prefix changeJames Moger2013-09-171-3/+9
| |
* | Merge branch 'userrepoprefix' of https://github.com/fzs/gitblit into prefixesJames Moger2013-09-171-0/+11
|\ \
| * | Add new configuration setting 'git.userRepositoryPrefix'.Florian Zschocke2013-08-261-0/+11
| |/
* / Updated binary extensions and Lucene ignore extensionsJames Moger2013-09-051-2/+2
|/
* Add an Apache htpasswd user serviceFlorian Zschocke2013-08-121-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 displayOri Livneh2013-08-111-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 authenticationJames Moger2013-07-231-0/+16
|
* Ubuntu/Debian and CentOS/Fedora service tweaks per forum feedbackJames Moger2013-07-222-2/+12
|
* 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
|