| Commit message (Expand) | Author | Age | Files | Lines |
* | Detect and report if running in container | Florian Zschocke | 2021-12-10 | 1 | -0/+74 |
* | TimeUtils: Change daysAgo to calculate difference in calendar days | Florian Zschocke | 2021-10-24 | 1 | -1/+52 |
* | TimeUtils: Move unit test to same package as TimeUtils is | Florian Zschocke | 2021-10-23 | 1 | -5/+5 |
* | TimeUtils: Increase testability and add tests | Florian Zschocke | 2021-10-23 | 1 | -8/+32 |
* | Delete password from memory in AuthenticationManager | Florian Zschocke | 2020-04-05 | 1 | -0/+15 |
* | Merge branch 'pingunaut-1166_more_secure_password_hashes' into master. | Florian Zschocke | 2019-11-06 | 3 | -4/+568 |
|\ |
|
| * | Use the new PasswordHash classes. | Florian Zschocke | 2019-11-05 | 3 | -219/+57 |
| * | Add support for PBKDF2 to PasswordHash | Florian Zschocke | 2019-11-05 | 2 | -10/+326 |
| * | Add a PasswordHash class as a central place to deal with password hashes. | Florian Zschocke | 2019-11-05 | 1 | -0/+220 |
| * | Update AuthenticationManager to update weakly stored passwords on login | Martin Spielmann | 2017-01-07 | 1 | -4/+20 |
| * | Added possibility to use secure hashes to store passwords | Martin Spielmann | 2017-01-01 | 1 | -0/+174 |
* | | Escape folder names in JGitUtils to allow special characters. Fixes #999 | Martin Spielmann | 2019-06-10 | 1 | -3/+3 |
* | | Do not resolve symbolic links to repositories. | Florian Zschocke | 2019-06-10 | 1 | -7/+16 |
* | | Reindex tickets on server start if no index exists | Florian Zschocke | 2017-03-05 | 1 | -1/+1 |
* | | Introduce an index version for the ticket index | Florian Zschocke | 2017-03-05 | 1 | -0/+98 |
* | | Fix #1114 HttpUtils getGitblitURL does not support nonstandard ports | Jan Breuer | 2017-02-15 | 1 | -1/+3 |
* | | Sending email (certificate zip file) based on locale that user selected | william | 2017-01-24 | 1 | -2/+30 |
|/ |
|
* | Merge branch 'rcaa-master' into master. | Florian Zschocke | 2016-12-13 | 1 | -0/+83 |
|\ |
|
| * | Introduce SecureRandom wrapper for properly seeded static instances | Florian Zschocke | 2016-12-12 | 1 | -0/+83 |
* | | Merge branch 'fixMentionsInTickets-985' | Florian Zschocke | 2016-12-12 | 1 | -2/+3 |
|\ \ |
|
| * | | Fix user mention regular expression and group replacement.merged--fixMentionsInTickets-985 | Florian Zschocke | 2016-12-10 | 1 | -1/+1 |
| * | | Use REGEX_TICKET_MENTION instead of hardcoded regular expression | Glenn Matthys | 2016-12-10 | 1 | -1/+2 |
| |/ |
|
* | | Merge pull request #1142 from fzs/merge-strategy | James Moger | 2016-10-28 | 1 | -65/+278 |
|\ \ |
|
| * | | Add integration strategy to merge tickes fast-forward or with commit. | Florian Zschocke | 2016-10-28 | 1 | -65/+278 |
| |/ |
|
* / | Issue #1076: load commit cache in a background thread | Tom | 2016-10-27 | 2 | -51/+68 |
|/ |
|
* | Merge pull request #1055 from gitblit/1048-TicketReferences | Paul Martin | 2016-06-18 | 1 | -3/+168 |
|\ |
|
| * | Ticket Reference handling #1048 | Paul Martin | 2016-04-27 | 1 | -3/+168 |
* | | fix baseURL handling in HttpUtils, fixes #1083 | Dirk Steinkopf | 2016-06-12 | 1 | -2/+14 |
|/ |
|
* | Fix for #962 - Delete patchset ability | Paul Martin | 2016-04-06 | 1 | -7/+3 |
* | Friendly URL for EditFile Page #974 | Paul Martin | 2016-03-27 | 1 | -0/+17 |
* | Document edit capability via ProseMirror submodule #974 | Paul Martin | 2016-03-27 | 1 | -0/+131 |
* | Fix for #976 - Filestore links via browser | Paul Martin | 2015-12-25 | 5 | -47/+196 |
* | Fix 2 possible NullPointer occurences | marco | 2015-11-23 | 1 | -1/+10 |
* | Git-LFS support | Paul Martin | 2015-10-10 | 1 | -7/+14 |
* | Use author date to be consistent with other tools (fixes #919) | James Moger | 2015-09-18 | 2 | -3/+6 |
* | Update to Pegdown 1.5.0 | James Moger | 2015-09-18 | 1 | -1/+2 |
* | Merged #258 "Create an avatar provider that defaults to Gravatar" | James Moger | 2015-06-15 | 1 | -2/+2 |
|\ |
|
| * | Revised AvatarGenerator to be injectable | James Moger | 2015-06-15 | 1 | -2/+2 |
* | | Bump to JGit 4.0.0 | Luca Milanesio | 2015-06-12 | 3 | -18/+18 |
|/ |
|
* | Implement configurable tab length support for blob views | James Moger | 2015-05-22 | 3 | -21/+48 |
* | Cleanup diff rename output | James Moger | 2015-05-22 | 1 | -1/+2 |
* | Parse X509 DN with LdapName | James Moger | 2015-05-22 | 1 | -10/+12 |
* | Add links to commit diff and blob diff pages to toggle whitespace setting | James Moger | 2015-03-07 | 1 | -6/+14 |
* | Add DiffComparator argument to all DiffUtils calls, default to ignore all whi... | James Moger | 2015-03-07 | 1 | -18/+52 |
* | Restore tab conversion to 4 spaces in HTML diff output | James Moger | 2015-03-07 | 1 | -3/+5 |
* | Merge branch 'ticket/244' into develop | James Moger | 2015-03-07 | 1 | -0/+33 |
|\ |
|
| * | Minor refactoring of user/team checksumming | James Moger | 2015-03-07 | 1 | -0/+33 |
| * | Whitelist the "target" link attribute in the XSS filter | James Moger | 2014-11-04 | 1 | -1/+1 |
| * | Fix backslash regression in relative path determiniation | James Moger | 2014-10-13 | 1 | -1/+1 |
* | | Update SLF4j, JGit, Groovy, BouncyCastle, Mina, Gson, Freemarker, libpam4j, a... | James Moger | 2015-03-05 | 2 | -2/+18 |