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
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
Viktor Egorov
03dc6a49fb
Adjust tilted components
...
The tilted component in "bind"-components causes the settingscomponent to be seen as a new component and loses all states
2025-05-26 13:11:40 +02:00
Viktor Egorov
3b86d588c5
New status icon sizes
2025-05-08 15:09:40 +02:00
René Pfeuffer
406421c8e5
Merge branch 'support/3.8.x' into develop
2025-05-07 15:55:40 +02:00
Florian Scholdei
18102bc3db
Fix excessive left padding in input fields
2025-05-06 13:07:59 +02:00
René Pfeuffer
44567deff5
Merge branch 'support/3.8.x' into develop
2025-05-05 15:20:10 +02:00
Thomas Zerr
3c252d7172
Add export of StatusVariants
2025-05-05 12:29:35 +02:00
Thomas Zerr
8a85d29419
Add export of status package
2025-05-05 09:57:12 +02:00
Viktor Egorov
554d2c7af6
Icon and banner to show workflow
2025-05-05 08:51:50 +02:00
Rene Pfeuffer
63aa914e79
Use uniform document titles in configuration pages
...
Squash commits of branch feature/uniform_configuration_document_titles:
- Use uniform document titles in configuration pages
- Use different titles for global, repository and namespace config
- Make the code a lot prettier
- Remove detailed configuration title
2025-04-30 13:25:26 +02:00
Rene Pfeuffer
6dbe92d015
Show detailed timestamps for commits
2025-04-25 13:40:09 +02:00
Viktor Egorov
6c29734837
Add scroll bar color-scheme for dark & high-contrast
2025-04-23 14:27:59 +02:00
Viktor Egorov
f7bfb7a83a
Fix missing focus indicator for file upload
2025-04-22 13:09:31 +02:00
Philipp Ahrendt
edca5a87ff
Fix focus indicator for avatar file upload
2025-04-15 11:52:29 +02:00
CES Marvin
9423f54d6d
Prepare for next development iteration
2025-04-14 14:21:06 +00:00
CES Marvin
0f0a9b1a67
Release version 3.8.0
2025-04-14 13:35:58 +00:00
Thomas Zerr
48bbfc5960
Prepare for next development iteration
2025-04-14 14:26:10 +02:00
Thomas Zerr
070e5ee31f
Merge branch 'main' into develop
2025-04-14 14:09:11 +02:00
CES Marvin
660a3267c1
Release version 3.7.5
2025-04-14 10:41:03 +00:00
Thomas Zerr
ce3a3fd0c2
Fix document title logic
2025-04-14 11:43:17 +02:00
Thomas Zerr
4df5a00c32
Fix document title logic
2025-04-14 11:15:35 +02:00
Thomas Zerr
395a2edeb3
Fix order of items in keyboard iterator
...
The previous keyboard iterator did not take into account, if multiple items deregistered at once.
Therefore, the keyboard iterator ran into an iterator invalidation bug, because the assigned index of an element can run out of bounds.
Elements with an out of bounds assigned index, would not be able to deregister and therefore stay in the list of registered items.
Therefore messing up the iteration logic.
2025-04-09 10:54:53 +02:00
Lukas
e6a1557fff
Use different icons in file tree to show status ( #2246 )
...
---------
Co-authored-by: Florian Scholdei <florian.scholdei@cloudogu.com >
2025-04-08 08:10:19 +02:00
Till-André Diegeler
1fea8429b1
Accessible File Search
...
- keyboard combination g+f in code view
- navigatable file search list with j+k
- remove helptext tooltip
2025-03-24 15:34:06 +01:00
Till-André Diegeler
a47c3d4fc4
Add focus-zone css class & Breadcrumb accessibility improvements
2025-03-24 14:54:32 +01:00
Till-André Diegeler
45245e3152
Use ui-core buttons for button groups
2025-03-24 09:35:38 +01:00
Florian Scholdei
09be4d7815
Remove obsolete documentation
...
Squash commits of branch feature/doc_jwt:
- Remove obsolete documentation
2025-03-20 09:09:12 +01:00
René Pfeuffer
eb646f0a77
Merge branch 'hotfix/3.7.4' into develop
2025-03-12 16:00:24 +01:00
René Pfeuffer
9322dbb0ab
Prepare for next development iteration
2025-03-12 15:57:40 +01:00
CES Marvin
817e06cfc5
Release version 3.7.4
2025-03-12 14:13:24 +00:00
Florian Scholdei
3983d1a3c7
Fix i18n plurals
2025-03-11 14:55:06 +01:00
Florian Scholdei
60514dd8e6
Improve usability and accessibility of tertiary button
...
Squash commits of branch feature/tertiary_buttons:
- Improve usability and accessibility of tertiary button
- Remove special cases for outline variants
2025-03-11 11:37:44 +01:00
Florian Scholdei
2984f83d72
Fix selection of undefined type in import repository dialog
...
Squash commits of branch bugfix/repo_type:
- Fix selection of undefined type in import repository dialog
- Remove required marker, add i18n genitive
- Select first available repositoryType as default
2025-03-11 10:10:33 +01:00
Florian Scholdei
d16b418871
Revert "Fix UI finding"
...
This reverts commit 69104d23e5 .
2025-03-10 15:51:07 +01:00
Viktor Egorov
f1c83ef113
Change file tree height
...
Squash commits of branch bugfix/fix_height_for_file_tree:
- Export FieldMessage
- Adjust height file tree
- Only sticky if width is large enough
- Fix not sticky in changeset
- File diff tree height is now configurable
- Add changelog
2025-03-07 11:07:55 +01:00
Till-André Diegeler
69104d23e5
Add revert required marker + button spacing fix
...
Signed-off-by: Till-André Diegeler <till-andre.diegeler@cloudogu.com >
2025-03-04 14:59:16 +01:00
Till-André Diegeler
c1fbc91e4b
Fix long name width issue in revert modal
2025-02-27 14:00:44 +01:00
Till-André Diegeler
f0f7e922bf
Introduce Git Revert functionality to SCM-Manager
2025-02-27 11:11:57 +01:00
Viktor Egorov
99f6422577
Fix export FieldMessage
2025-02-25 17:30:44 +01:00
René Pfeuffer
0eab2e1ec4
Merge commit 'main' into develop
2025-02-25 13:19:59 +01:00
René Pfeuffer
a4e51ebfe6
Prepare for next development iteration
2025-02-25 13:16:32 +01:00
Viktor Egorov
19930804a0
Add Configuration to JWT lifetime length
2025-02-25 13:16:27 +01:00
CES Marvin
13da6f9c54
Release version 3.7.3
2025-02-25 11:17:13 +00:00
Rene Pfeuffer
2e16941e9e
Fix display of titles in tags
...
Squash commits of branch bugfix/title_in_tag:
- Fix display of titles in tags
- Fix storyshots
2025-02-21 09:51:14 +01:00
dependabot[bot]
bb0afd11f2
Bump nanoid from 3.3.4 to 3.3.8
...
Bumps [nanoid](https://github.com/ai/nanoid ) from 3.3.4 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/3.3.4...3.3.8 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-20 08:50:59 +01:00
dependabot[bot]
d54d5f9169
Bump ua-parser-js from 1.0.2 to 1.0.33
...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js ) from 1.0.2 to 1.0.33.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases )
- [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md )
- [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.2...1.0.33 )
---
updated-dependencies:
- dependency-name: ua-parser-js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-19 16:04:37 +01:00
dependabot[bot]
a3fdfa25a0
Bump webpack from 5.74.0 to 5.76.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-19 11:56:12 +01:00