Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Git-LFS support | Paul Martin | 2015-10-10 | 1 | -0/+14 |
| | | | | | | | | | | | | | | + Metadata maintained in append-only JSON file providing complete audit history. + Filestore menu item + Lists filestore items + Current size and availability + Link to GitBlit Filestore help page (top right) + Hooks into existing repository permissions + Uses default repository path for out-of-box operation with Git-LFS client + accessRestrictionFilter now has access to http method and auth header + Testing for servlet and manager | ||||
* | Merge branch 'topic/pr-934' into develop | James Moger | 2015-10-05 | 1 | -0/+6 |
|\ | |||||
| * | Address review comments | James Moger | 2015-10-05 | 1 | -2/+3 |
| | | |||||
| * | Allow to strip domain from kerberos usernames | Vitaliy Filippov | 2015-10-01 | 1 | -0/+5 |
| | | |||||
* | | Revert manual specification of ssh user auth factories | James Moger | 2015-10-05 | 1 | -13/+7 |
|/ | |||||
* | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | commit c20191fc0931a19bec0df1ab2b56f287e5d8b7c7 enabled support for hiding internal URLs, but didn't consider that it broke the evaluation of permissions (used for tickets, etc.), and caused a NPE on repoUrl.permission when trying to view the TicketPage. With all internal mechanisms disabled, it would result in the first URL being external with unknown permissions. This adds an option to use internal permissions even for external URLs. Note that this does not grant any additional permissions, but does offer the option to have gitblit advertise the full set of what is allowed, even if the external URL imposes additional restrictions. | ||||
* | Renamed ssh.Display(Host|Port) to ssh.Advertised(Host|Port) | James Moger | 2015-06-15 | 1 | -2/+2 |
| | |||||
* | Added git.sshDisplay{Port|Host} to hide port forward. | Morten Bøgeskov | 2015-06-15 | 1 | -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 Moger | 2015-06-15 | 1 | -0/+5 |
|\ | |||||
| * | Revised AvatarGenerator to be injectable | James Moger | 2015-06-15 | 1 | -2/+0 |
| | | |||||
| * | First draft for a customized avatar image | Fabrice Bacchella | 2015-06-15 | 1 | -0/+7 |
| | | |||||
* | | allow configuring of internal URLs offered | Joel Johnson | 2015-06-12 | 1 | -0/+18 |
|/ | |||||
* | Implement configurable tab length support for blob views | James Moger | 2015-05-22 | 1 | -0/+5 |
| | |||||
* | Merged #247 "Add Kerberos5/GSS authentication to ssh" | James Moger | 2015-05-21 | 1 | -0/+22 |
|\ | |||||
| * | Adding Kerberos5/GSS authentication to ssh | Fabrice Bacchella | 2015-05-04 | 1 | -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 session | Fabrice Bacchella | 2015-05-15 | 1 | -0/+16 |
|/ | | | | if the webapp container can fill it. | ||||
* | GitBlit no longer uses Google charts | Steven Oliver | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Merged #228 "Add support for configurable HTTP proxy host/port in ↵ | James Moger | 2014-12-03 | 1 | -0/+15 |
|\ | | | | | | | PluginManager.java" | ||||
| * | Add support for specifying the `Proxy-Authorization` header for the ↵ | James Moger | 2014-12-03 | 1 | -0/+5 |
| | | | | | | | | PluginManager | ||||
| * | Add support for configurable HTTP proxy host/port in PluginManager.java | Dariusz Bywalec | 2014-12-02 | 1 | -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.displayUserPanel | Jan Šmucr | 2014-11-27 | 1 | -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 extensions | James Moger | 2014-11-24 | 1 | -1/+1 |
| | |||||
* | Add support for image/svg+xml content type to raw servlet | James Moger | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Further diff improvements | Tom | 2014-11-06 | 1 | -0/+26 |
| | | | | - Add the new settings to gitblit.properties - Highlight trailing whitespace | ||||
* | Adopt chain-loading properties as the default setup | James Moger | 2014-10-27 | 2 | -1881/+1904 |
| | |||||
* | Treat .ico and .jpeg files as images | Berke Viktor | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | Remove git.streamFileThreshold setting | James Moger | 2014-09-30 | 1 | -48/+0 |
| | |||||
* | Repository url is now r | ThanksForAllTheFish | 2014-09-09 | 1 | -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 frequency | James Moger | 2014-09-08 | 1 | -0/+6 |
| | |||||
* | distrib: Highlight C/C++ header files by default | Soeren Grunewald | 2014-09-04 | 1 | -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 modules | Michael Legart | 2014-09-04 | 1 | -1/+1 |
| | | | Since perl scripts (.pl) was already supported, add .pm for perl modules | ||||
* | Refine web.canonicalUrl documentation | Kyle Gottfried | 2014-07-01 | 1 | -2/+12 |
| | |||||
* | Add setting to control inclusion of personal repositories in the main list | James Moger | 2014-06-05 | 1 | -0/+5 |
| | |||||
* | Simplified repository creation with a NewRepositoryPage | James Moger | 2014-06-03 | 2 | -0/+5 |
| | |||||
* | Clarify server.threadPoolSize documentation | James Moger | 2014-05-29 | 1 | -2/+5 |
| | |||||
* | Add setting to control thread pool size for default work queue | James Moger | 2014-05-29 | 1 | -0/+6 |
| | |||||
* | Merge branch 'ticket/84' into develop | James Moger | 2014-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Remove GitBlit static singleton reference from localclone.groovy | James Moger | 2014-05-23 | 1 | -1/+1 |
| | | |||||
* | | Merged #67 "Allow disabling repository deletion" | James Moger | 2014-05-09 | 1 | -0/+5 |
|\ \ | |||||
| * | | Move delete repository function into the edit page | James Moger | 2014-05-09 | 1 | -1/+1 |
| | | | |||||
| * | | Added option to disable deleting of non empty repositories through the user ↵ | peto268 | 2014-05-08 | 1 | -0/+5 |
| |/ | | | | | | | interface | ||||
* / | Add option to explicitly specify the use of STARTTLS | Berke Viktor | 2014-05-08 | 1 | -0/+5 |
|/ | | | | Required for servers that use STARTTLS without SMTPS such as Office 365 | ||||
* | Allowed all transports for TortoiseGit and changed the project description | pbe | 2014-05-05 | 1 | -2/+1 |
| | |||||
* | Added TortoiseGit to the clientapps | pbe | 2014-05-05 | 1 | -0/+12 |
| | |||||
* | Expose JGit 3.x receive pack settings as Gitblit settings | James Moger | 2014-04-17 | 1 | -0/+41 |
| | |||||
* | Improve plugin documentation | James Moger | 2014-04-11 | 1 | -24/+1 |
| | |||||
* | Documentation | James Moger | 2014-04-10 | 1 | -1/+3 |
| | |||||
* | Allow specifying accepted PUSH transports | James Moger | 2014-04-10 | 1 | -0/+10 |
| | |||||
* | Implement simple JSON-based plugin registry and install command | James Moger | 2014-04-10 | 1 | -8/+12 |
| | |||||
* | Improve Sparkleshare integration, but leave disabled for now | James Moger | 2014-04-10 | 1 | -1/+1 |
| |