834 Commits

Author SHA1 Message Date
Thomas Zerr
d91f0acf4f Adjust changelog for release 3.11.8 2026-04-07 09:55:53 +02:00
Thomas Zerr
d355910d09 Fix handling of branches without sources
An empty branch without sources, has been treated like an empty repository without any commits, branches or sources.
2026-03-31 10:08:43 +00:00
Thomas Zerr
55673bebc5 Adjust changelog for release 3.11.7 2026-03-20 16:08:33 +01:00
Florian Scholdei
beb29dbc05 Fix broken relative paths for images or links within Markdown files
Paths and revisions containing slashes were not processed correctly.
In addition, the readme section within the file tree caused problems due to the missing file extension.
Parts of the path (in subfolders) were truncated because they were treated as filenames.
2026-03-20 15:06:28 +00:00
René Pfeuffer
4846772e6c Adjust changelog for release 3.11.6 2026-03-11 15:02:44 +01:00
Rene Pfeuffer
3b532a5b73 Bump libraries with CVEs 2026-03-11 13:10:49 +00:00
Rene Pfeuffer
7771d83e5f Update zlib in alpine docker image
This prevents a (false positive) finding for CVE-2026-22184
with high severity by Trivy.
2026-03-11 09:39:48 +00:00
René Pfeuffer
c9aa4d5263 Adjust changelog for release 3.11.5 2026-02-25 13:21:13 +01:00
Rene Pfeuffer
8b47fa762e Update JGit to v7.5.0
Squash commits of branch dependency/jgit_7.5.0:

- Update JGit to v7.5.0
2026-02-25 10:14:46 +00:00
René Pfeuffer
771f890aa4 Merge branch 'support/3.11.x' into develop 2026-02-10 17:31:25 +01:00
René Pfeuffer
9c300b9eb5 Adjust changelog for release 3.11.3 2026-02-10 16:29:46 +01:00
Rene Pfeuffer
78ef9a50e8 Fix proxy exclusions with glob patterns 2026-02-10 14:34:47 +00:00
Rene Pfeuffer
b16a06d7e6 Update minor dependencies 2026-02-03 08:51:18 +00:00
Rene Pfeuffer
76372c1d5b Bump various dependencies 2026-02-02 14:43:35 +00:00
Rene Pfeuffer
86ca7426d3 Bump edison hal dependencies 2026-01-30 14:25:57 +00:00
Rene Pfeuffer
7cc18ad14d Bump picocli 2026-01-30 14:25:40 +00:00
Thomas Zerr
e6912b100b Bump sqlite version 2026-01-30 14:24:12 +00:00
Rene Pfeuffer
7b753e0981 Fix server freeze during random token generation 2026-01-30 13:50:25 +00:00
Thomas Zerr
b6ac1f3668 Bump jetty version
Mitigate CVE-2025-5115
2026-01-30 13:47:26 +00:00
Rene Pfeuffer
f21444f97b Bump shiro version 2026-01-30 13:05:45 +00:00
Thomas Zerr
0217132f68 Bump bouncycastle version 2026-01-30 13:00:25 +00:00
Rene Pfeuffer
7be567202e Fix exception with empty SVN repositories
The changeset command attempted to open a revision with
the id of 1 (starting from 0) even if only a revision 0 existed.
The thrown exception has been replaced by an empty collection
as a return value.
2026-01-30 12:24:19 +00:00
Thomas Zerr
af6b342944 Bump jaxb version 2026-01-30 12:03:57 +00:00
Thomas Zerr
1f8921a8f1 Bump jackson version 2026-01-30 12:00:51 +00:00
Thomas Zerr
fd1be5ffe8 Bump resteasy version 2026-01-30 10:08:37 +00:00
Rene Pfeuffer
225b400522 Bump logback version
Squash commits of branch dependency/logback:

- Bump logback version
2026-01-30 09:55:32 +00:00
Rene Pfeuffer
471f40208a Bump hikariCp version 2026-01-30 09:32:22 +00:00
Johannes Schnatterer
676628ce1e Helm: Add ingressClassName 2026-01-27 16:18:21 +00:00
Rene Pfeuffer
e98a6ff093 Include filename of corrupt file in store exception 2026-01-26 15:51:32 +00:00
Rene Pfeuffer
a378ad97e3 Fix error in cat command on empty repository 2026-01-26 13:43:28 +00:00
René Pfeuffer
fd3231a24f Add changelog entry for b6116b1fc9 2026-01-23 10:15:40 +01:00
René Pfeuffer
d1a0cc9fa5 Fix logos for plugins 2026-01-23 10:12:24 +01:00
Matthias Thieroff
42c185cdb2 Update IntelliJ IDEA configuration 2026-01-21 13:36:36 +00:00
Thomas Zerr
72e8ad5002 Adjust changelog for release 3.11.2 2026-01-12 10:46:09 +01:00
Rene Pfeuffer
a8307f8618 Update Tika to mitigate CVE-2025-54988 and CVE-2025-66516
To do so, we also have to update slf4j, logback, and spotter.
2026-01-12 09:44:26 +00:00
René Pfeuffer
cd11f2854f Bump node version 2026-01-06 10:18:14 +01:00
Rene Pfeuffer
09fe95e3ae Fix misleading error log
When a commit could not be found, JGit throws a MissingObjectException.
Because this extends IOException, the according catch block is executed
with a log with level ERROR and the message, that the repository could not
be opened. This is simply wrong.

With this, we catch the MissingObjectException explicitly and simply return null.
2025-12-18 08:26:41 +00:00
Thomas Zerr
55b00e8302 Adjust changelog for release 3.11.0 2025-09-26 12:43:38 +02:00
Thomas Zerr
25c09a3b0f Fix export of read-only repositories
- Fix startup issue with unfinished export of deleted repository
- Add withIgnoreReadOnly setting
- Build store with ignore read only flag
- Add logging
2025-09-24 14:43:14 +02:00
Rene Pfeuffer
9c5e9adbb4 Fix simple repository export 2025-09-22 11:26:46 +02:00
Rene Pfeuffer
b9746d8633 Add possibility to change redering of diff tree items
Squash commits of branch feature/diff_tree_extension:
- Add optional extension for diff file tree
- Make it a wrapper
- Make extension more complex
- Log change
2025-09-02 13:13:29 +02:00
René Pfeuffer
8e1d9f7883 Adjust changelog for release 3.10.1 2025-08-28 18:36:36 +02:00
René Pfeuffer
f7b339fe65 New version 2025-08-28 18:35:09 +02:00
René Pfeuffer
7dc9f00501 Bump bouncycastle version 2025-08-28 18:35:09 +02:00
Thomas Zerr
cc54f35860 Fix fetching of gravatar images getting blocked by COEP
Squash commits of branch bugfix/failing-to-load-gravatar:

- Fix line break if gravatar image could not be loaded

- Fix overlapping text inside the commit overview if the avatar alt text is shown

- Fetching of gravatar images getting blocked by Cross-Origin-Embedder-Policy

- Fix border-radius

- Fix outdated storyshots
2025-08-26 13:15:42 +02:00
Rene Pfeuffer
39b5ff36df Harmonize swagger versions
Squash commits of branch dependency/swagger:

- Harmonize swagger versions
2025-08-21 10:36:43 +02:00
René Pfeuffer
ab797c549a Adjust changelog for release 3.10.0 2025-08-19 20:13:13 +02:00
René Pfeuffer
a96bbca543 Merge tag '3.7.6' into develop
Release version 3.7.6
2025-08-19 20:06:07 +02:00
Thomas Zerr
8a8d18c33e Add Fast Forward Only Strategy 2025-08-19 11:48:54 +02:00
Rene Pfeuffer
6792328e32 Bump guava version 2025-08-18 16:28:11 +02:00