Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update some outdated, and sometimes wrong, logger format strings | Florian Zschocke | 2023-10-24 | 4 | -68/+46 |
| | |||||
* | Fix mirrored http(s) with a username and password | edram | 2021-10-22 | 1 | -1/+9 |
| | | | | This fixes #1059 | ||||
* | encoded email's sender name with utf-8. | william | 2019-06-16 | 1 | -1/+1 |
| | |||||
* | Use versioned index directories for repository indices. | Florian Zschocke | 2017-03-05 | 2 | -48/+72 |
| | | | | | | | | | | | | | Change from the index version of a repository index being stored in a config file to also using index directories with the version in the name. For that, `LuceneRepoIndexStore` is added, which adds the fixed `lucene` part to the path. It also gives out the location of the `lucene.conf` file, which is now stored in the index directory. This way it is automatically deleted when the directory is deleted. I believe that it should also provide means to store branch aliases and tips, i.e. hide the config file completely. But this isn't implemented with this commit, the `LuceneService` is still aware that a config file is used. | ||||
* | Replace deprecated BooleanQuery constructor with builder. | Florian Zschocke | 2017-03-05 | 1 | -5/+5 |
| | | | | | Also replace deprecated `search` method with the one without a filter argument, since the filter isn't used anyhow. | ||||
* | Remove obsolete Lucene version constants. | Florian Zschocke | 2017-03-05 | 1 | -3/+0 |
| | |||||
* | Bump to Lucene 5.5.2 | Luca Milanesio | 2017-03-05 | 1 | -11/+11 |
| | |||||
* | Improve logging when sending email fails.merged-logSendFailedException | Florian Zschocke | 2016-10-27 | 1 | -1/+16 |
| | |||||
* | send email subject utf-8 encoded | william | 2015-09-30 | 1 | -1/+3 |
| | |||||
* | Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1" | James Moger | 2015-09-18 | 1 | -11/+11 |
| | | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9. | ||||
* | Bump to Lucene 5.2.1 | Luca Milanesio | 2015-09-09 | 1 | -11/+11 |
| | |||||
* | Fix tags not properly indexed in Lucene | Plamen Totev | 2015-07-12 | 1 | -1/+1 |
| | | | | | All tags that reference to particular object are stored in a list within a map. There is a if statement that inits empty list when there are not references to the current object yet, but the boolean expression checks for the wrong value. | ||||
* | Bump to JGit 4.0.0 | Luca Milanesio | 2015-06-12 | 1 | -1/+1 |
| | | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close() | ||||
* | Implement configurable tab length support for blob views | James Moger | 2015-05-22 | 1 | -1/+2 |
| | |||||
* | Bump the index version and update the LuceneVersion | James Moger | 2014-09-04 | 1 | -2/+2 |
| | |||||
* | Add option to explicitly specify the use of STARTTLS | Berke Viktor | 2014-05-08 | 1 | -0/+2 |
| | | | | Required for servers that use STARTTLS without SMTPS such as Office 365 | ||||
* | [findbugs] Fixed incorrect cache lookup keys in the Lucene repository indexer | James Moger | 2014-04-17 | 1 | -2/+2 |
| | |||||
* | Implement rename user/team and set field user/team commands | James Moger | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Move Gitblit branches to refs/meta/gitblit | James Moger | 2014-03-08 | 1 | -4/+4 |
| | |||||
* | Revise push/mirror tickets branch triggering | James Moger | 2014-03-06 | 1 | -7/+28 |
| | |||||
* | Fire an event on received ticket branch updates to trigger reindex | James Moger | 2014-03-05 | 1 | -0/+11 |
| | | | | | | | | It would be useful to be able to push a complete repository with a refs/gitblit/tickets branch and have Gitblit index all those tickets. Additionally, it would be nice for the mirroring service to recognize an incoming update to this ref and fire an event that can be processed by the BranchTicketService, if so configured, to reindex the tickets. | ||||
* | Move GarbageCollector repository methods to the RepositoryManager | James Moger | 2014-02-28 | 1 | -22/+1 |
| | |||||
* | Improve notification api by introducing the Mailing model | James Moger | 2014-02-28 | 1 | -48/+109 |
| | |||||
* | API adjustments and elimination of duplicate config options | James Moger | 2014-02-19 | 1 | -6/+11 |
| | |||||
* | Basic implementation of feature for ldap user synchronization as | Alfred Schmid | 2014-02-19 | 1 | -0/+64 |
| | | | | | background service. Introduced configuration property to configure the synchronization period. | ||||
* | Support customizing the "from" display name for generated emails | James Moger | 2013-12-30 | 1 | -3/+24 |
| | | | | Change-Id: Ibad9e2b1c12a24ad9c671a0d96aafb3365daa529 | ||||
* | Update to Lucene 4.6.0 (pull request #124) | James Moger | 2013-11-29 | 1 | -49/+36 |
| | | | | Change-Id: I21b0daf0550dcc2f12f1712e7b7cf519358a7a1d | ||||
* | Refactor managers and authentication for federation | James Moger | 2013-11-29 | 1 | -6/+7 |
| | | | | Change-Id: I5ff18b2768095fb14e7fbece2e756115829abbde | ||||
* | Change IGitblit API to be more distinct from IUserService | James Moger | 2013-11-29 | 1 | -3/+3 |
| | | | | Change-Id: I8fb38fb6a3dae74ad7a12b045b054373b9b02518 | ||||
* | Renamed Gitblit to GitBlit to not break existing Groovy hooks | James Moger | 2013-11-29 | 1 | -2/+2 |
| | | | | Change-Id: Id5286ed1b9d7e92644cacf857096e6dd273c8f05 | ||||
* | Moved servlets and services to separate packages | James Moger | 2013-11-29 | 5 | -0/+2401 |
Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035 |