summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/tickets
Commit message (Expand)AuthorAgeFilesLines
* Move repository ownership to the UserModel and prepare for project ownershipticket/75James Moger2014-06-134-11/+18
* Add "email me on my ticket changes" preferenceJames Moger2014-06-051-2/+9
* Prohibit ticket updates for empty repositoriesJames Moger2014-05-151-0/+1
* Implementation of a ticket mgration toolJames Moger2014-05-025-28/+232
* Overdue labeling, notify changed tickets controlJames Moger2014-05-012-10/+38
* Allow milestone deletion within the edit milestone pageJames Moger2014-05-012-1/+18
* Create and update milestone pages with rename supportJames Moger2014-05-013-7/+35
* [findbugs] Null check on closing a repository in TicketNotifierJames Moger2014-04-171-1/+3
* [findbugs] Null checks on closing a repository in ITicketServiceJames Moger2014-04-171-8/+24
* [findbugs] Null check on closing a treewalk in BranchTicketServiceJames Moger2014-04-171-1/+3
* Update javadocJames Moger2014-04-171-4/+76
* fix NullPointerException in ITicketService and add TestCaseKevin Walter2014-04-151-17/+20
* Add TicketHook extensionJames Moger2014-04-125-0/+40
* Fix failure of RedisTicketService to determine hasTicketJames Moger2014-04-081-1/+1
* Fix possible NPE when deleting a repository and cleaning-up branch-based ticketsJames Moger2014-04-071-1/+3
* Fix NPE in FileTicketService on finding all journalsJames Moger2014-03-171-2/+6
* Clarify ticket fetch instructionsJames Moger2014-03-101-2/+2
* Repository owners were not CCd on ticket emailsJames Moger2014-03-101-1/+13
* Fixed incorrect ticket fetch instructions in email notificationsJames Moger2014-03-092-2/+3
* DocumentationJames Moger2014-03-081-3/+3
* Prevent Lucene queries from starting with a conjunctionJames Moger2014-03-081-0/+6
* Move Gitblit branches to refs/meta/gitblitJames Moger2014-03-081-2/+26
* Do not send ticket emails to disabled usersJames Moger2014-03-071-2/+2
* Do not use @Inject on the ticket service constructorsJames Moger2014-03-064-12/+0
* Exclude title, body, and status fields from initial proposal emailJames Moger2014-03-061-0/+3
* Documentation and clarify git workflowsJames Moger2014-03-061-4/+4
* Revise push/mirror tickets branch triggeringJames Moger2014-03-062-18/+58
* Fire an event on received ticket branch updates to trigger reindexJames Moger2014-03-051-1/+34
* New proposal notifications should include the patchset detailsJames Moger2014-03-051-47/+42
* Ticket tracker with patchset contributionsJames Moger2014-03-0315-0/+5040