summaryrefslogtreecommitdiffstats
path: root/src/main/distrib
Commit message (Collapse)AuthorAgeFilesLines
...
* | Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port)James Moger2015-06-151-2/+2
| |
* | Added git.sshDisplay{Port|Host} to hide port forward.Morten Bøgeskov2015-06-151-0/+12
| | | | | | | | | | | | Running gitblit in a container it's easy to expose the ssh on the default port. Using git.sshDisplayPort/git.sshDisplayHost you can expose the forwarded address as the official location.
* | Merged #258 "Create an avatar provider that defaults to Gravatar"James Moger2015-06-151-0/+5
|\ \
| * | Revised AvatarGenerator to be injectableJames Moger2015-06-151-2/+0
| | |
| * | First draft for a customized avatar imageFabrice Bacchella2015-06-151-0/+7
| | |
* | | allow configuring of internal URLs offeredJoel Johnson2015-06-121-0/+18
|/ /
* | Implement configurable tab length support for blob viewsJames Moger2015-05-221-0/+5
| |
* | Merged #247 "Add Kerberos5/GSS authentication to ssh"James Moger2015-05-211-0/+22
|\ \
| * | Adding Kerberos5/GSS authentication to sshFabrice Bacchella2015-05-041-0/+22
| | | | | | | | | | | | Adding the possibility to define authentication method order for ssh
* | | A patch that allows to extract a new user informations from the HTTP sessionFabrice Bacchella2015-05-151-0/+16
|/ / | | | | | | if the webapp container can fill it.
* | GitBlit no longer uses Google chartsSteven Oliver2015-01-021-1/+1
| |
* | Merged #228 "Add support for configurable HTTP proxy host/port in ↵James Moger2014-12-031-0/+15
|\ \ | | | | | | | | | PluginManager.java"
| * | Add support for specifying the `Proxy-Authorization` header for the ↵James Moger2014-12-031-0/+5
| | | | | | | | | | | | PluginManager
| * | Add support for configurable HTTP proxy host/port in PluginManager.javaDariusz Bywalec2014-12-021-0/+10
| | | | | | | | | | | | | | | Formerly by default the PluginMaganer would support no proxy setting. For servers behind firewall and HTTP proxy this would prevent installation of gitblit plugins.
* | | Added a new property: web.displayUserPanelJan Šmucr2014-11-271-0/+6
|/ / | | | | | | | | This property allows the administrator to hide the user related part of the top panel. This can come handy if there's no use for it (i.e. if Gitblit runs as Gerrit plugin).
* | Add .bat and .cmd to the pretty print extensionsJames Moger2014-11-241-1/+1
| |
* | Add support for image/svg+xml content type to raw servletJames Moger2014-11-191-1/+1
| |
* | Further diff improvementsTom2014-11-061-0/+26
| | | | | | | | - Add the new settings to gitblit.properties - Highlight trailing whitespace
* | Miscellaneous fixes to the Fedora service installer scriptBerke Viktor2014-10-311-5/+2
| |
* | Adopt chain-loading properties as the default setupJames Moger2014-10-272-1881/+1904
|/
* Treat .ico and .jpeg files as imagesBerke Viktor2014-10-061-1/+1
|
* Remove git.streamFileThreshold settingJames Moger2014-09-301-48/+0
|
* Repository url is now rThanksForAllTheFish2014-09-091-1/+1
| | | | The previous 'triggerUrl' version causes a response similar to 'No git jobs using repository: http://gitblit-host/gitblit/git/repo.git'. The wroking url is 'http://gitblit-host/gitblit/r/repo.git'. I also added brackets to improve readability
* Expose setting to control Lucene repository indexing frequencyJames Moger2014-09-081-0/+6
|
* distrib: Add script to install gitblit on fedoraSoeren Grunewald2014-09-041-0/+36
| | | | | | | | | The script will create a environment file keeping all the major settings and installs a systemd unit file. The script (mainly the unit file part) should also work for other systemd based distributions like ArchLinux. But /etc/sysconfig may not exist there. Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>
* distrib: Highlight C/C++ header files by defaultSoeren Grunewald2014-09-041-1933/+1933
| | | | | | | We already highlight C/C++ source files with the default configuration, so we should do this also for header files. Signed-off-by: Soeren Grunewald <soeren.grunewald@desy.de>
* Pretty print perl modulesMichael Legart2014-09-041-1/+1
| | | Since perl scripts (.pl) was already supported, add .pm for perl modules
* Refine web.canonicalUrl documentationKyle Gottfried2014-07-011-2/+12
|
* Add setting to control inclusion of personal repositories in the main listJames Moger2014-06-051-0/+5
|
* Simplified repository creation with a NewRepositoryPageJames Moger2014-06-032-0/+5
|
* Clarify server.threadPoolSize documentationJames Moger2014-05-291-2/+5
|
* Add setting to control thread pool size for default work queueJames Moger2014-05-291-0/+6
|
* Merge branch 'ticket/84' into developJames Moger2014-05-231-1/+1
|\
| * Remove GitBlit static singleton reference from localclone.groovyJames Moger2014-05-231-1/+1
| |
* | Merged #67 "Allow disabling repository deletion"James Moger2014-05-091-0/+5
|\ \
| * | Move delete repository function into the edit pageJames Moger2014-05-091-1/+1
| | |
| * | Added option to disable deleting of non empty repositories through the user ↵peto2682014-05-081-0/+5
| | | | | | | | | | | | interface
* | | Add option to explicitly specify the use of STARTTLSBerke Viktor2014-05-081-0/+5
|/ / | | | | | | Required for servers that use STARTTLS without SMTPS such as Office 365
* | Merge branch 'ticket/63' into developJames Moger2014-05-071-0/+11
|\|
| * Allowed all transports for TortoiseGit and changed the project descriptionpbe2014-05-051-2/+1
| |
| * Added TortoiseGit to the clientappspbe2014-05-051-0/+12
| |
* | Implementation of a ticket mgration toolJames Moger2014-05-023-1/+43
|/
* fix the script so it REALLY works on LinuxMichel Daviot2014-04-271-1/+1
|
* Expose JGit 3.x receive pack settings as Gitblit settingsJames Moger2014-04-171-0/+41
|
* Improve plugin documentationJames Moger2014-04-111-24/+1
|
* DocumentationJames Moger2014-04-101-1/+3
|
* Allow specifying accepted PUSH transportsJames Moger2014-04-101-0/+10
|
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-101-8/+12
|
* Improve Sparkleshare integration, but leave disabled for nowJames Moger2014-04-101-1/+1
|
* Expose new property: sshCommandStartThreadsDavid Ostrovsky2014-04-101-0/+6
|