summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/models
Commit message (Expand)AuthorAgeFilesLines
* Add support nested groups on the Repositories pageFlorian Zschocke2019-06-151-0/+178
* Remove duplicate import of class SecureRandomFlorian Zschocke2016-12-151-1/+0
* Merge branch 'rcaa-master' into master.Florian Zschocke2016-12-131-0/+8
|\
| * Introduce SecureRandom wrapper for properly seeded static instancesFlorian Zschocke2016-12-121-5/+5
| * changing Math.random to SecureRandomrcaa2016-12-111-1/+5
| * removing duplicated code for cookie genaration and adding random bytes to gen...Rodrigo Andrade2016-08-151-0/+4
* | Merge branch 'fixMentionsInTickets-985'Florian Zschocke2016-12-121-2/+4
|\ \
| * | Fix user mention regular expression and group replacement.merged--fixMentionsInTickets-985Florian Zschocke2016-12-101-1/+1
| * | Use REGEX_TICKET_MENTION instead of hardcoded regular expressionGlenn Matthys2016-12-101-1/+3
| |/
* / Add integration strategy to merge tickes fast-forward or with commit.Florian Zschocke2016-10-281-0/+3
|/
* Merge pull request #1055 from gitblit/1048-TicketReferencesPaul Martin2016-06-181-4/+214
|\
| * Ticket Reference handling #1048Paul Martin2016-04-271-4/+214
* | Fixes #1061 - Most recent first on filestore pagePaul Martin2016-04-281-1/+6
|/
* Fix for #962 - Delete patchset abilityPaul Martin2016-04-061-1/+44
* Fix for #976 - Filestore links via browserPaul Martin2015-12-252-16/+107
* fix for #967 filestore menu for all usersPaul Martin2015-12-071-0/+9
* Git-LFS supportPaul Martin2015-10-101-0/+159
* Simplify RefModel datesJames Moger2015-09-181-6/+1
* Use author date to be consistent with other tools (fixes #919)James Moger2015-09-181-3/+3
* allow advertising gitblit privileges for external URLsJoel Johnson2015-07-011-2/+2
* Tickets - Priority, Severity optionsPaul Martin2014-10-201-1/+119
* New Ticket Type - MaintenancePaul Martin2014-10-191-2/+2
* Add NO CHANGE REQUIRED ticket statusJames Moger2014-09-171-4/+4
* Ensure TicketModel comment text is not null in hasComment() testJames Moger2014-09-171-1/+1
* Fix ticket mail dropping bug when author does not have an addressJames Moger2014-09-081-1/+1
* Add clone transport user preferenceJames Moger2014-06-051-0/+11
* Add "email me on my ticket changes" preferenceJames Moger2014-06-051-0/+13
* Revise language/locale preference handlingJames Moger2014-06-051-1/+5
* Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-051-0/+140
* Overhaul menu item classes and add AdminMenuExtension pointJames Moger2014-05-051-0/+302
* Fix inconsistency with owner permissions checkJames Moger2014-05-012-5/+5
* Fix bug introduced in 67278f5James Moger2014-04-281-1/+1
* Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-281-0/+6
* Simplify current plugin release detection, ignore currentRelease registry fieldJames Moger2014-04-231-33/+14
* Filter the current plugin release by the system versionJames Moger2014-04-171-4/+28
* Removed obsolete Gravatar profile codeJames Moger2014-04-151-83/+0
* Update to pf4j 0.8.0James Moger2014-04-151-4/+4
* Upgrade plugin commandJames Moger2014-04-131-2/+2
* Eliminate plugin name, stick with id and descriptionJames Moger2014-04-121-5/+2
* Improve plugin manager based on upstreamed contributions to pf4jJames Moger2014-04-101-2/+19
* Allow specifying accepted PUSH transportsJames Moger2014-04-101-0/+3
* Implement simple JSON-based plugin registry and install commandJames Moger2014-04-101-0/+143
* Implement management commands in repositories dispatcherJames Moger2014-04-101-1/+11
* Add review SSH commandDavid Ostrovsky2014-04-101-1/+12
* Fix intermittent NPE in getting commit date in RefModelJames Moger2014-04-081-3/+12
* Implement setting removal for configuration settingsJames Moger2014-03-271-0/+4
* Fix TicketModel modList bug when a field was set multiple timesJames Moger2014-03-121-1/+15
* Add closed status for milestones and abandoned status for ticketsJames Moger2014-03-111-4/+6
* Allow configuring the default integration branch for a repositoryJames Moger2014-03-081-0/+1
* Allow selection of integration branch in new ticket pageJames Moger2014-03-081-3/+9