summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils
Commit message (Expand)AuthorAgeFilesLines
* bugtraq: Catch exceptions from bugtraq and show messageFlorian Zschocke2022-11-111-3/+3
* Remove workaround for JGit crashing on 'utf-9' etcFlorian Zschocke2022-11-111-116/+0
* Add wrapper class to return a default encodingJan Vanhercke2022-11-091-0/+116
* Update BouncyCastle to version 1.69Florian Zschocke2022-10-251-17/+16
* Fix: if statement without curly bracesQuentin2022-08-021-1/+2
* Changed tab to space conversionQuentin2022-08-021-1/+8
* Detect and report if running in containerFlorian Zschocke2021-12-101-0/+74
* TimeUtils: Change daysAgo to calculate difference in calendar daysFlorian Zschocke2021-10-241-1/+52
* TimeUtils: Move unit test to same package as TimeUtils isFlorian Zschocke2021-10-231-5/+5
* TimeUtils: Increase testability and add testsFlorian Zschocke2021-10-231-8/+32
* Delete password from memory in AuthenticationManagerFlorian Zschocke2020-04-051-0/+15
* Merge branch 'pingunaut-1166_more_secure_password_hashes' into master.Florian Zschocke2019-11-063-4/+568
|\
| * Use the new PasswordHash classes.Florian Zschocke2019-11-053-219/+57
| * Add support for PBKDF2 to PasswordHashFlorian Zschocke2019-11-052-10/+326
| * Add a PasswordHash class as a central place to deal with password hashes.Florian Zschocke2019-11-051-0/+220
| * Update AuthenticationManager to update weakly stored passwords on loginMartin Spielmann2017-01-071-4/+20
| * Added possibility to use secure hashes to store passwordsMartin Spielmann2017-01-011-0/+174
* | Escape folder names in JGitUtils to allow special characters. Fixes #999Martin Spielmann2019-06-101-3/+3
* | Do not resolve symbolic links to repositories.Florian Zschocke2019-06-101-7/+16
* | Reindex tickets on server start if no index existsFlorian Zschocke2017-03-051-1/+1
* | Introduce an index version for the ticket indexFlorian Zschocke2017-03-051-0/+98
* | Fix #1114 HttpUtils getGitblitURL does not support nonstandard portsJan Breuer2017-02-151-1/+3
* | Sending email (certificate zip file) based on locale that user selectedwilliam2017-01-241-2/+30
|/
* Merge branch 'rcaa-master' into master.Florian Zschocke2016-12-131-0/+83
|\
| * Introduce SecureRandom wrapper for properly seeded static instancesFlorian Zschocke2016-12-121-0/+83
* | Merge branch 'fixMentionsInTickets-985'Florian Zschocke2016-12-121-2/+3
|\ \
| * | 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/+2
| |/
* | Merge pull request #1142 from fzs/merge-strategyJames Moger2016-10-281-65/+278
|\ \
| * | Add integration strategy to merge tickes fast-forward or with commit.Florian Zschocke2016-10-281-65/+278
| |/
* / Issue #1076: load commit cache in a background threadTom2016-10-272-51/+68
|/
* Merge pull request #1055 from gitblit/1048-TicketReferencesPaul Martin2016-06-181-3/+168
|\
| * Ticket Reference handling #1048Paul Martin2016-04-271-3/+168
* | fix baseURL handling in HttpUtils, fixes #1083Dirk Steinkopf2016-06-121-2/+14
|/
* Fix for #962 - Delete patchset abilityPaul Martin2016-04-061-7/+3
* Friendly URL for EditFile Page #974Paul Martin2016-03-271-0/+17
* Document edit capability via ProseMirror submodule #974Paul Martin2016-03-271-0/+131
* Fix for #976 - Filestore links via browserPaul Martin2015-12-255-47/+196
* Fix 2 possible NullPointer occurencesmarco2015-11-231-1/+10
* Git-LFS supportPaul Martin2015-10-101-7/+14
* Use author date to be consistent with other tools (fixes #919)James Moger2015-09-182-3/+6
* Update to Pegdown 1.5.0James Moger2015-09-181-1/+2
* Merged #258 "Create an avatar provider that defaults to Gravatar"James Moger2015-06-151-2/+2
|\
| * Revised AvatarGenerator to be injectableJames Moger2015-06-151-2/+2
* | Bump to JGit 4.0.0Luca Milanesio2015-06-123-18/+18
|/
* Implement configurable tab length support for blob viewsJames Moger2015-05-223-21/+48
* Cleanup diff rename outputJames Moger2015-05-221-1/+2
* Parse X509 DN with LdapNameJames Moger2015-05-221-10/+12
* Add links to commit diff and blob diff pages to toggle whitespace settingJames Moger2015-03-071-6/+14
* Add DiffComparator argument to all DiffUtils calls, default to ignore all whi...James Moger2015-03-071-18/+52