Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1142 from fzs/merge-strategy | James Moger | 2016-10-28 | 1 | -0/+9 |
|\ | | | | | Merge strategy | ||||
| * | Add integration strategy to merge tickes fast-forward or with commit. | Florian Zschocke | 2016-10-28 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add the option to merge a ticket branch to the integration branch only when it can be fast-forwarded, or always with a merge commit, or by fast-foward if possible, otherwise with a merge commit. Adds a new property ticket.mergeType with the valid values FAST_FOWARD_ONLY, MERGE_ALWAYS and MERGE_IF_NECESSARY. Merging and canMerge were refactored to make use of a new IntegrationStrategy class for each type of strategy. | ||||
* | | Issue #1076: load commit cache in a background thread | Tom | 2016-10-27 | 1 | -27/+35 |
|/ | | | | | | | | | | * Make the CommitCache fully thread-safe. It was using a ConcurrentHashMap containing lists, but then handed out these lists. It also did multiple operations on that map that as a whole should be atomic. * Use isEmpty() instead of size() == 0. * Run the loading of the commit cache in a background daemon thread | ||||
* | Use getInteger not getFilesize, fixes #1049 | James Moger | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #990 from dbywalec/authenthication-of-federation-user | James Moger | 2016-01-16 | 1 | -0/+6 |
|\ | | | | | Fix authentication failure warning log messages for FEDERATION_USER | ||||
| * | Fix authentication failure warning log messages for FEDERATION_USER | Dariusz Bywalec | 2016-01-04 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | The AuthenticationManager did not encounter for FEDERATION_USER and would unnecessarily generate a lot of failure warning log messages, e.g: Failed login attempt for $gitblit, invalid credentials from XXX.XX.XX.XX A simple condition will prematurely return null bypassing the regular authentication path and immediately make the authentication be routed via FederationManager. | ||||
* | | Lower log level of servlet authenticate when request is already authenticated | Dariusz Bywalec | 2016-01-04 | 1 | -1/+1 |
|/ | | | | | | | | | When calling a servlet which has already been authenticated, the server would produce a lot of superfluous log entries, e.g: Called servlet authenticate when request is already authenticated. The log level for this log entry has been lowered down to DEBUG. | ||||
* | implement an HTTP header AuthenticationProvider | Joel Johnson | 2015-12-09 | 1 | -2/+20 |
| | |||||
* | fix for #967 filestore menu for all users | Paul Martin | 2015-12-07 | 3 | -6/+31 |
| | | | | | | + Filestore listing filtered by user view permissions + Configuration help for filestore relocated to website files + Added migration example | ||||
* | Fix 2 possible NullPointer occurences | marco | 2015-11-23 | 1 | -0/+4 |
| | |||||
* | Fix failure to start WAR variants | James Moger | 2015-11-23 | 1 | -88/+88 |
| | |||||
* | Create filestore directory on startup | James Moger | 2015-11-19 | 1 | -2/+4 |
| | |||||
* | Catch some potential NPEs | James Moger | 2015-11-18 | 1 | -0/+7 |
| | |||||
* | Log update for Fail2Ban usage | Paul Martin | 2015-10-25 | 3 | -19/+24 |
| | | | | | + Adds standard logging for all authentication providers + Updates help page to use default GitBlit SSH port | ||||
* | Git-LFS support | Paul Martin | 2015-10-10 | 4 | -2/+567 |
| | | | | | | | | | | | | | | + 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 | ||||
* | prevent session fixation for external authentication | Joel Johnson | 2015-07-14 | 1 | -10/+25 |
| | | | | | + use request instead of session to flag authentication status and user, for external authentication types | ||||
* | Merge pull request #281 from mrjoel/mrjoel-ticketswithexternalurl | James Moger | 2015-07-04 | 1 | -9/+28 |
|\ | | | | | allow internal privilege evaluation external URLs | ||||
| * | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 1 | -9/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | fix comment typo | Joel Johnson | 2015-07-01 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #282 from mrjoel/mrjoel-fixhttpurlperms | James Moger | 2015-06-30 | 1 | -2/+3 |
|\ | | | | | fix permission capping for HTTP/HTTPS | ||||
| * | fix permission capping for HTTP/HTTPS | Joel Johnson | 2015-06-30 | 1 | -2/+3 |
| | | | | | | | | | | | | Previously used request scheme, but request scheme is unrelated to the URL being generated. Instead, base the permission capping on the scheme of the URL itself. | ||||
* | | typo: instantiate log message | Joel Johnson | 2015-06-29 | 1 | -1/+1 |
|/ | |||||
* | allow configuring of internal URLs offered | Joel Johnson | 2015-06-12 | 1 | -3/+6 |
| | |||||
* | Merged #255 "Invalid kerberos patches, works now and with a test." | James Moger | 2015-05-27 | 3 | -0/+44 |
|\ | |||||
| * | Invalid kerberos patches, works now and with a test. | Fabrice Bacchella | 2015-05-26 | 3 | -0/+44 |
| | | |||||
* | | Two slight improvement for custom UserService: | Fabrice Bacchella | 2015-05-26 | 1 | -2/+4 |
|/ | | | | | - try userRealm as a file only if class is not found, other exeptions are real error - log userService only after setup, for better logging, as it can use gitblit.properties for custom .toString | ||||
* | Add onFork and onRename methods to RepositoryLifeCycleListener | James Moger | 2015-05-22 | 2 | -1/+22 |
| | |||||
* | A patch that allows to extract a new user informations from the HTTP session | Fabrice Bacchella | 2015-05-15 | 1 | -0/+48 |
| | | | | if the webapp container can fill it. | ||||
* | Update SLF4j, JGit, Groovy, BouncyCastle, Mina, Gson, Freemarker, libpam4j, ↵ | James Moger | 2015-03-05 | 1 | -9/+6 |
| | | | | args4j, Jedis, waffle-jna, Unboundid | ||||
* | Merge branch 'ticket/237' into develop | James Moger | 2015-02-11 | 1 | -1/+3 |
|\ | |||||
| * | Add 'UTF8' encoding alias | James Moger | 2015-02-11 | 1 | -1/+3 |
| | | |||||
| * | Fix PluginManager not properly respecting --noverify | James Moger | 2014-10-27 | 1 | -0/+4 |
| | | |||||
* | | Add support for specifying the `Proxy-Authorization` header for the ↵ | James Moger | 2014-12-03 | 1 | -2/+3 |
| | | | | | | | | PluginManager | ||||
* | | Add support for configurable HTTP proxy host/port in PluginManager.java | Dariusz Bywalec | 2014-12-02 | 1 | -1/+9 |
| | | | | | | | | | | Formerly by default the PluginMaganer would support no proxy setting. For servers behind firewall and HTTP proxy this would prevent installation of gitblit plugins. | ||||
* | | Allow finer-grained determination of available transport preferences | James Moger | 2014-10-31 | 2 | -6/+39 |
| | | |||||
* | | Adopt chain-loading properties as the default setup | James Moger | 2014-10-27 | 1 | -5/+4 |
| | | |||||
* | | Fix broken implementation of --noverify for installing a plugin from a url | James Moger | 2014-10-23 | 1 | -1/+5 |
| | | |||||
* | | Merge branch 'ticket/129' into develop | James Moger | 2014-09-30 | 1 | -16/+11 |
|\| | |||||
| * | Remove Wicket references from non-Wicket packages | James Moger | 2014-09-30 | 1 | -16/+11 |
| | | |||||
* | | Merge branch 'ticket/201' into develop | James Moger | 2014-09-30 | 1 | -2/+0 |
|\| | |||||
| * | Remove git.streamFileThreshold setting | James Moger | 2014-09-30 | 1 | -2/+0 |
| | | |||||
* | | Allow authentication providers to control user and team role changes | James Moger | 2014-09-26 | 3 | -0/+53 |
| | | |||||
* | | Merge branch 'ticket/187' into develop | James Moger | 2014-09-25 | 3 | -2/+69 |
|\| | |||||
| * | Restrict Gitblit cookie to the context path | James Moger | 2014-09-25 | 3 | -2/+69 |
| | | |||||
* | | Merge branch 'ticket/173' into develop | James Moger | 2014-09-08 | 3 | -1/+35 |
|\| | |||||
| * | Fix MigrateTickets failure for view-restricted repositories | James Moger | 2014-09-08 | 3 | -1/+35 |
| | | |||||
* | | Merge branch 'ticket/161' into develop | James Moger | 2014-09-08 | 2 | -8/+6 |
|\| | |||||
| * | Expose setting to control Lucene repository indexing frequency | James Moger | 2014-09-08 | 2 | -8/+6 |
| | | |||||
* | | Merge branch 'ticket/164' into develop | James Moger | 2014-09-07 | 3 | -3/+33 |
|\| | |||||
| * | Create infrastructure for XSS sanitization | James Moger | 2014-09-07 | 3 | -3/+32 |
| | |