summaryrefslogtreecommitdiffstats
path: root/src/main/java/com
Commit message (Expand)AuthorAgeFilesLines
* dep: Update JSoup to 1.16.2Florian Zschocke2023-10-311-4/+4
* Update some outdated, and sometimes wrong, logger format stringsFlorian Zschocke2023-10-2410-130/+95
* Merge pull request #1456 from flaix/sha256Florian Zschocke2023-10-151-31/+76
|\
| * Add function to calculate SHA-256 has sum to StingUtils.Florian Zschocke2023-10-151-0/+22
| * Refactor StringUtils to provide message digest in common functionFlorian Zschocke2023-10-151-31/+54
* | Fix single quotes in MessageFormat patterns.Egor Shchegolkov2023-10-143-5/+5
|/
* Update Git clients list on empty repository pageFlorian Zschocke2023-10-1214-24/+24
* Improve Chinese translation of "fork"Florian Zschocke2023-10-091-17/+17
* Adjust URLs to gitblit.github.io to point to gitblit-org.github.ioFlorian Zschocke2023-04-031-1/+1
* fix: Fix broken pushes to ticketsFlorian Zschocke2022-12-073-8/+10
* fix: Fix incorrect text being copied by copy button on tickets pageFlorian Zschocke2022-12-061-1/+1
* Add french version of Empty Repository pageFlorian Zschocke2022-12-051-0/+60
* fix: Fix broken _de language fileFlorian Zschocke2022-12-051-2/+2
* fix: Correct misaligned images in primary repository URL displayFlorian Zschocke2022-12-051-2/+2
* Replace SWF clippy with clipboard.js on ticket pageFlorian Zschocke2022-12-032-19/+12
* Add a "Copied" tooltip to the copy-to-clipboard buttonFlorian Zschocke2022-12-033-11/+11
* Replace SWF clippy with clipboardjs on repository pageFlorian Zschocke2022-11-203-25/+28
* Fix issue with not serialisable ed25519 SSH keysFlorian Zschocke2022-11-162-1/+32
* deps: Update Jetty to version 9.4.49.v20220914Florian Zschocke2022-11-131-10/+10
* fix: Fix jetty crashing when redirecting HTTP to HTTPSFlorian Zschocke2022-11-111-1/+1
* bugtraq: Catch exceptions from bugtraq and show messageFlorian Zschocke2022-11-111-3/+3
* Remove workaround for JGit crashing on 'utf-9' etcFlorian Zschocke2022-11-112-159/+0
* Add wrapper class to return a default encodingJan Vanhercke2022-11-092-2/+145
* Replace key feedback with label instead of FeedbackMessageFlorian Zschocke2022-11-013-6/+18
* Add feedback to SSH Key Form. #1226Martin Spielmann2022-11-014-1/+9
* authority: Fix null pointer crash for deleted usersFlorian Zschocke2022-11-011-1/+5
* fix: Fix null pointer exception in FileSettingsFlorian Zschocke2022-10-311-0/+3
* Skip SSH host key files that do not existFlorian Zschocke2022-10-251-0/+6
* Add SSH host keys with ECDSA and Ed25519Florian Zschocke2022-10-252-14/+115
* format: Cleanup formatting and whitespacesFlorian Zschocke2022-10-251-23/+41
* Update BouncyCastle to version 1.69Florian Zschocke2022-10-253-40/+18
* Update dependency MINA SSHD to version 1.7.0Florian Zschocke2022-10-091-3/+6
* upgrade to sshd 1.6.0, add eddsa dependency, upgrade jgit to 4.1.2ricardop2022-10-084-20/+29
* Use existing setting but with new valuesFlorian Zschocke2022-08-142-6/+31
* Merge branch 'disable-client-certs' of github.com:oddeirik/gitblit into oddei...Florian Zschocke2022-08-141-1/+4
|\
| * Add setting to explicitly enable or disable optional client certificates.Odd Eirik Nes2016-10-171-1/+4
* | Rewrite fix without the additional ListFlorian Zschocke2022-08-071-17/+10
* | fix user effective permission display if users is in multiple groups with dif...kaspars.kurms2022-08-071-0/+13
* | Fix: if statement without curly bracesQuentin2022-08-021-1/+2
* | Changed tab to space conversionQuentin2022-08-021-1/+8
* | pages: Fix link for GitExtension, which moved to GithubFlorian Zschocke2022-04-0913-13/+13
* | fix: Fix StoredUserConfig not escaping control charactersFlorian Zschocke2022-03-131-3/+42
* | fix: Fix StoredUserConfig handling null subsectionsFlorian Zschocke2022-03-131-2/+7
* | Update japanese translationTakehide Morimoto2022-01-153-170/+1260
* | Detect and report if running in containerFlorian Zschocke2021-12-102-0/+76
* | pages: Fix repo-relative reference links in markdown docsFlorian Zschocke2021-12-061-14/+39
* | bug: Fix double encoding links in Markdown/Wiki pagesFlorian Zschocke2021-12-041-5/+0
* | Fixes external links broken in markdown rendering (#1392)TomaszSzt2021-11-181-0/+16
* | Fix NPETom2021-11-031-7/+3
* | Issue #1011: do not serialize JGit commit objectsTom2021-11-0313-97/+230