3457 Commits

Author SHA1 Message Date
CES Marvin
7e1f2c6ff9 Prepare for next development iteration 2026-04-07 09:48:20 +00:00
CES Marvin
3f12bdf751 Release version 3.11.8 2026-04-07 08:59:59 +00: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
CES Marvin
b6a5fbb930 Prepare for next development iteration 2026-03-20 16:04:17 +00:00
CES Marvin
a22bc91682 Release version 3.11.7 2026-03-20 15:16:52 +00: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
CES Marvin
a72d965b56 Prepare for next development iteration 2026-03-11 15:02:18 +00:00
CES Marvin
1b9bb49b4c Release version 3.11.6 2026-03-11 14:12:11 +00:00
CES Marvin
66ef8b05e1 Prepare for next development iteration 2026-02-25 13:15:50 +00:00
CES Marvin
0e780dd068 Release version 3.11.5 2026-02-25 12:28:10 +00:00
René Pfeuffer
67b98ba8fe Prepare for next development iteration 2026-02-25 11:34:49 +01:00
CES Marvin
1b192ffa38 Release version 3.11.4 2026-02-11 13:20:14 +00:00
René Pfeuffer
fbd78ab7e1 Prepare for next development iteration 2026-02-10 17:29:33 +01:00
CES Marvin
452703eb3d Release version 3.11.3 2026-02-10 15:36:30 +00:00
René Pfeuffer
d1a0cc9fa5 Fix logos for plugins 2026-01-23 10:12:24 +01:00
CES Marvin
2a4089de3d Prepare for next development iteration 2026-01-12 10:44:14 +00:00
CES Marvin
5186c2c9f1 Release version 3.11.2 2026-01-12 09:54:50 +00:00
CES Marvin
fa37ba0efa Prepare for next development iteration 2025-11-28 15:20:19 +00:00
CES Marvin
14e908b6be Release version 3.11.1 2025-11-28 14:31:02 +00:00
Florian Scholdei
3d238db2e0 Remove duplicated @deprecated tag
The `@deprecated` tag was applied twice to old `useKeyboardIteratorTarget()` and new `useKeyboardIteratorTargetV2()`.
2025-10-21 13:05:11 +00:00
CES Marvin
75b5842b12 Prepare for next development iteration 2025-09-26 12:07:56 +00:00
CES Marvin
ca5aa4c24c Release version 3.11.0 2025-09-26 11:58:20 +00:00
René Pfeuffer
017e1c96fe Merge branch 'hotfix/3.10.3' into develop 2025-09-17 08:44:46 +02:00
René Pfeuffer
453796f03b Prepare for next development iteration 2025-09-17 08:44:34 +02:00
CES Marvin
6d8a96e890 Release version 3.10.3 2025-09-17 05:40:18 +00:00
René Pfeuffer
da8514738a Merge old develop 2025-09-02 19:06:55 +02:00
CES Marvin
0a2b0667a9 Prepare for next development iteration 2025-09-02 17:05:25 +00:00
CES Marvin
7838cd48a1 Release version 3.10.2 2025-09-02 16:56:26 +00:00
Florian Scholdei
b0629c20ef Fix fetching of gravatar images getting blocked by COEP 2025-09-02 17:49:50 +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
CES Marvin
d5096cf025 Prepare for next development iteration 2025-08-28 17:27:56 +00:00
CES Marvin
490ec9c274 Release version 3.10.1 2025-08-28 16:44:37 +00:00
René Pfeuffer
80109c3104 Fix avatar images in contributor table 2025-08-28 15:22:56 +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
René Pfeuffer
77223676d6 Prepare for next development iteration 2025-08-20 07:42:13 +02:00
René Pfeuffer
064e292435 Release version 3.10.0 2025-08-20 07:39:10 +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
CES Marvin
74abd94433 Release version 3.7.6 2025-08-19 17:21:22 +00:00
Thomas Zerr
95dc438b7f Fix failing Sonar step after sonar plugin upgrade 2025-08-07 11:17:47 +02:00
CES Marvin
a2a9cddb22 Prepare for next development iteration 2025-08-01 10:32:05 +00:00
CES Marvin
de201433e6 Release version 3.9.0 2025-08-01 09:41:18 +00:00
Till-André Diegeler
9c8c5ab9ce Implement confirmation dialog before repository delete
Squash commits of branch feature/confirm_repo_delete:

- Implement confirmation dialog before repository delete

- Change repo alert

- The input does not support autocomplete

Therefore it should not be announced as an autocomplete input by assistive technologies.

- Change repo alert

- Remove unused import

- Update snapshots
2025-07-24 13:27:04 +02:00
Viktor Egorov
31232d802f Add accessibility for ExpandableText.tsx
Squash commits of branch poc/toggle_description_for_extended_description:

- Add accessibility for ExpandableText.tsx

- Change paragraph to details in ExpandableText.tsx

- Change paragraph to details in ExpandableText.tsx
2025-07-09 17:40:19 +02:00
Viktor Egorov
5fedbbc4d2 Expandable text for inputs 2025-07-06 10:18:15 +02:00
Florian Scholdei
a2afc40432 Remove plugin center authentication
Squash commits of branch feature/remove_plugin_center_auth:

- Remove plugin center authentication

- Fix i18n file

- Fix tests

- Changelog entry
2025-06-11 10:58:57 +02:00
Till-André Diegeler
6165bd3d63 Revert "Remove plugin center authentication"
This reverts commit d353c9a96b.
2025-06-06 11:27:16 +02:00
Florian Scholdei
d353c9a96b Remove plugin center authentication
Squash commits of branch feature/remove_plugin_center_auth:

- Remove plugin center authentication

- Fix i18n file

- Fix tests

- Changelog entry
2025-06-05 09:31:55 +02:00
Thomas Zerr
9bcb9f2512 Add un-escaped url prop in repository nav extension point
The url needs to be escaped for the route component, so that
react-router can perform his matching logic.
But additionally, the components rendered within the
extension point also need the unescaped url to create further
links based on this url.
2025-05-27 09:42:49 +02:00
René Pfeuffer
bf642ff824 Prepare for next development iteration 2025-05-27 09:42:04 +02:00
Florian Scholdei
52e1badefb Fix Permalink generation for line numbers in code view
To properly escape branch names containing
special characters like `/` (e.g., replaced with `%2F`).
This ensures that copied links work correctly
even when branch names include special characters.
2025-05-27 09:31:37 +02:00