summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix: Correct misaligned images in primary repository URL displayFlorian Zschocke2022-12-051-2/+2
* Remove clippy.swf and update documentationFlorian Zschocke2022-12-032-1/+5
* 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-035-12/+256
* Replace SWF clippy with clipboardjs on repository pageFlorian Zschocke2022-11-204-25/+35
* 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
* bugtraq: Fallback to UTF-8 if commit encoding is unsupportedFlorian Zschocke2022-11-111-1/+15
* 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
* Update Bugtraq to v0.4Florian Zschocke2022-11-075-21/+146
* 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-253-14/+249
* format: Cleanup formatting and whitespacesFlorian Zschocke2022-10-251-23/+41
* Update BouncyCastle to version 1.69Florian Zschocke2022-10-253-40/+18
* Merge pull request #1428 from urkle/fix-ptFlorian Zschocke2022-10-221-7/+7
|\
| * Correct is/is not usage in pt.py to not be used with the value is a literalEdward Rudd2022-10-101-7/+7
* | Update dependency MINA SSHD to version 1.7.0Florian Zschocke2022-10-092-4/+7
* | upgrade to sshd 1.6.0, add eddsa dependency, upgrade jgit to 4.1.2ricardop2022-10-085-21/+30
|/
* Use existing setting but with new valuesFlorian Zschocke2022-08-143-11/+43
* Merge branch 'disable-client-certs' of github.com:oddeirik/gitblit into oddei...Florian Zschocke2022-08-142-3/+15
|\
| * Add setting to explicitly enable or disable optional client certificates.Odd Eirik Nes2016-10-172-3/+15
* | Rewrite fix without the additional ListFlorian Zschocke2022-08-071-17/+10
* | Add init test for getting repository permissionsFlorian Zschocke2022-08-071-0/+49
* | fix user effective permission display if users is in multiple groups with dif...kaspars.kurms2022-08-071-0/+13
* | Add more tests for tab expansionFlorian Zschocke2022-08-021-3/+21
* | Fix: if statement without curly bracesQuentin2022-08-021-1/+2
* | Tab to space conversion testingQuentin2022-08-021-3/+13
* | Changed tab to space conversionQuentin2022-08-021-1/+8
* | pages: Fix link for GitExtension, which moved to GithubFlorian Zschocke2022-04-0913-13/+13
* | doc: Fix download link for fedclient ad api tarFlorian Zschocke2022-04-092-2/+2
* | doc: Fix links for dependencies that moved from Google CodeFlorian Zschocke2022-04-092-6/+6
* | Merge branch '1410-vulnerability-userdb' into masterFlorian Zschocke2022-03-143-6/+382
|\ \
| * | fix: Fix StoredUserConfig not escaping control charactersFlorian Zschocke2022-03-132-3/+191
| * | fix: Fix StoredUserConfig handling null subsectionsFlorian Zschocke2022-03-132-2/+65
| * | test: Add exploit test for config user serviceFlorian Zschocke2022-03-121-1/+126
* | | doc: Update documentation for new Java 8 minimumFlorian Zschocke2022-02-061-1/+1
|/ /
* | site: Fix awful HTML indentationFlorian Zschocke2022-02-031-18/+18
* | site: Old packages moved from Bintray to CloudsmithFlorian Zschocke2022-02-031-0/+2
* | Update japanese translationTakehide Morimoto2022-01-156-170/+1271
* | Detect and report if running in containerFlorian Zschocke2021-12-102-0/+76
* | run: Put variables in quotes in shell scriptsFlorian Zschocke2021-12-093-4/+4
* | pages: Fix repo-relative reference links in markdown docsFlorian Zschocke2021-12-062-15/+40
* | bug: Fix double encoding links in Markdown/Wiki pagesFlorian Zschocke2021-12-041-5/+0