summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/service
Commit message (Collapse)AuthorAgeFilesLines
* Update some outdated, and sometimes wrong, logger format stringsFlorian Zschocke2023-10-244-68/+46
|
* Fix mirrored http(s) with a username and passwordedram2021-10-221-1/+9
| | | | This fixes #1059
* encoded email's sender name with utf-8.william2019-06-161-1/+1
|
* Use versioned index directories for repository indices.Florian Zschocke2017-03-052-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 Zschocke2017-03-051-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 Zschocke2017-03-051-3/+0
|
* Bump to Lucene 5.5.2Luca Milanesio2017-03-051-11/+11
|
* Improve logging when sending email fails.merged-logSendFailedExceptionFlorian Zschocke2016-10-271-1/+16
|
* send email subject utf-8 encodedwilliam2015-09-301-1/+3
|
* Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1"James Moger2015-09-181-11/+11
| | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9.
* Bump to Lucene 5.2.1Luca Milanesio2015-09-091-11/+11
|
* Fix tags not properly indexed in LucenePlamen Totev2015-07-121-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.0Luca Milanesio2015-06-121-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 viewsJames Moger2015-05-221-1/+2
|
* Bump the index version and update the LuceneVersionJames Moger2014-09-041-2/+2
|
* Add option to explicitly specify the use of STARTTLSBerke Viktor2014-05-081-0/+2
| | | | Required for servers that use STARTTLS without SMTPS such as Office 365
* [findbugs] Fixed incorrect cache lookup keys in the Lucene repository indexerJames Moger2014-04-171-2/+2
|
* Implement rename user/team and set field user/team commandsJames Moger2014-04-101-1/+1
|
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-4/+4
|
* Revise push/mirror tickets branch triggeringJames Moger2014-03-061-7/+28
|
* Fire an event on received ticket branch updates to trigger reindexJames Moger2014-03-051-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 RepositoryManagerJames Moger2014-02-281-22/+1
|
* Improve notification api by introducing the Mailing modelJames Moger2014-02-281-48/+109
|
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-191-6/+11
|
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-0/+64
| | | | | background service. Introduced configuration property to configure the synchronization period.
* Support customizing the "from" display name for generated emailsJames Moger2013-12-301-3/+24
| | | | Change-Id: Ibad9e2b1c12a24ad9c671a0d96aafb3365daa529
* Update to Lucene 4.6.0 (pull request #124)James Moger2013-11-291-49/+36
| | | | Change-Id: I21b0daf0550dcc2f12f1712e7b7cf519358a7a1d
* Refactor managers and authentication for federationJames Moger2013-11-291-6/+7
| | | | Change-Id: I5ff18b2768095fb14e7fbece2e756115829abbde
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-3/+3
| | | | Change-Id: I8fb38fb6a3dae74ad7a12b045b054373b9b02518
* Renamed Gitblit to GitBlit to not break existing Groovy hooksJames Moger2013-11-291-2/+2
| | | | Change-Id: Id5286ed1b9d7e92644cacf857096e6dd273c8f05
* Moved servlets and services to separate packagesJames Moger2013-11-295-0/+2401
Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035