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
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
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
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
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
Florian Scholdei
a83f8f015c
Render a-tag only when alert.link is set
...
Squash commits of branch bugfix/alerts:
- Render `a`-tag only when `alert.link` is set
- Fullsize alerts and notifications in mobile view
- Make `a`-tag focusable
- Remove superfluous style
Only the clickable area should show a mouse indicator.
2025-02-12 12:42:12 +01:00
Florian Scholdei
0c149e89e9
Incorrect alert message styling for long version conditions
...
Squash commits of branch bugfix/alert_styling:
- Fix styling of alerts
- Update documentation
- Add changelog entry
- Wrap section in anchor tag
- Change width of alert dropdown to be 100vw if screen width is mobile (less than 768px)
- Remove superfluous style
Only the truly clickable area should show the matching styles.
2025-02-06 16:56:21 +01:00
Florian Scholdei
987893aa67
Fix loop in secondary navigation render cycle
2025-02-04 15:06:09 +01:00
CES Marvin
844dc394e9
Prepare for next development iteration
2025-01-28 09:43:54 +00:00
CES Marvin
924f258ae7
Release version 3.7.1
2025-01-28 09:05:24 +00:00
CES Marvin
cae0eb6fb1
Prepare for next development iteration
2025-01-23 08:26:47 +00:00
CES Marvin
64a884f614
Release version 3.7.0
2025-01-23 07:46:54 +00:00
René Pfeuffer
e7abde8322
Merge branch 'main' into develop
2025-01-17 19:54:54 +01:00
René Pfeuffer
f7b17ee647
Prepare for next development iteration
2025-01-17 19:54:40 +01:00
CES Marvin
060c8d6d64
Release version 3.6.1
2025-01-17 17:53:50 +00:00
Till-André Diegeler
19e607c2de
Pull Request Banner Extension Point
2025-01-15 14:06:59 +01:00
Thomas Zerr
51449b6b2c
Fix no initial source branch set
...
Changelog is omitted, because the bug was never released
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2025-01-09 15:29:30 +01:00
Rene Pfeuffer
190961df28
Auto-focus first input element in creation forms
...
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
Committed-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-12-19 13:54:02 +01:00
Philipp Ahrendt
b3ed25fc78
Remove superfluous alt texts
...
Decorative images should provide an empty alt text for assistive technologies.
2024-12-16 11:40:26 +01:00
Viktor Egorov
109cc73f89
Link to repo page in repo header
2024-12-16 10:35:00 +01:00
Florian Scholdei
3c0ad46f07
Set descriptive document titles
...
Document titles represent the pages, for example in lists
with bookmarks. They are important for navigation and
orientation in websites. If the offer or the content of the
page is not labeled, orientation is impaired.
This changes the behavior for setting document titles.
The functionality has been removed from the Page and
Title components and is now represented by `useDocumentTitle`
hook to better describe the content of inividual pages.
Co-authored-by: Anna Vetcininova<anna.vetcininova@cloudogu.com >
2024-12-10 16:41:01 +01:00
Philipp Ahrendt
6362b8b262
Accessible changeset details
...
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Co-authored-by: Philipp Ahrendt<philipp.ahrendt@cloudogu.com >
2024-12-09 11:13:41 +01:00
CES Marvin
cd2209d1d2
Prepare for next development iteration
2024-12-05 10:43:31 +00:00
CES Marvin
bce137fb3a
Release version 3.6.0
2024-12-05 10:00:59 +00:00
Viktor Egorov
3277e0194b
Layout change for changesetdetails
...
Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com >
Co-authored-by: Viktor<viktor.egorov@triology.de >
2024-12-03 09:35:15 +01:00
Thomas Zerr
03fa34d0b1
Fix accessibility issues when creating a repository
...
Reviewed-by: Florian Scholdei <florian.scholdei@cloudogu.com >
2024-12-02 06:59:13 +01:00
Philipp Ahrendt
5f539ebc3d
Accessible file details
2024-11-27 14:17:26 +01:00
Viktor Egorov
b9bf0821e1
improve user overview
...
Pushed-by: k8s-git-ops<admin@cloudogu.com >
Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com >
Co-authored-by: Viktor<viktor.egorov@triology.de >
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-11-25 16:44:09 +01:00
Florian Scholdei
531de24fa5
Add programmatic label to the namespace links
...
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com >
Co-authored-by: Florian Scholdei<florian.scholdei@cloudogu.com >
2024-11-25 14:44:34 +01:00
Rene Pfeuffer
05ff0910bf
Fix accessibility for import modes in import dialog
...
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-11-19 15:59:33 +01:00
Philipp Ahrendt
265ba2151a
Improve accesibility of navbar
...
- Description of logout button is read once
- SCM-Manager logo is better decribed for assistive technologies
- The state of the mobile menu is better accessible
2024-11-15 17:09:55 +01:00
Anna Vetcininova
df0582dfd8
Add an extension point for contributor rows in contributor table
...
Co-authored-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-11-07 09:19:24 +01:00
Rene Pfeuffer
9ff259df03
Do not show "tag exists" error in modal on creation
2024-11-04 08:54:56 +01:00
Rene Pfeuffer
141e45aa06
Simplify local storage access
...
The caching for local storage seems way over-engineered. With this the context for the local storage is removed and the local storage is accessed directly.
Pushed-by: k8s-git-ops<admin@cloudogu.com >
Pushed-by: Rene Pfeuffer<rene.pfeuffer@cloudogu.com >
Co-authored-by: René Pfeuffer<rene.pfeuffer@cloudogu.com >
2024-10-28 15:05:13 +01:00
Thomas Zerr
a4aac4ffd3
Revert change to type of dependencies
...
Committed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-10-25 08:34:38 +02:00
Thomas Zerr
3a88dff70f
Add depcheck script and solve issues
2024-10-16 11:19:22 +02:00
CES Marvin
9458514129
Prepare for next development iteration
2024-10-09 13:00:50 +00:00
CES Marvin
2c519b553a
Release version 3.5.0
2024-10-09 12:19:03 +00:00
Rene Pfeuffer
4f1d2cd7bf
Update jest related libraries
...
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2024-09-26 16:56:44 +02:00
Rene Pfeuffer
f5394fa5e8
Take static dependencies from ui-plugin dependencies
...
Instead of a separate manually tended list for static dependencies
in ui-webapp we now take it from the package definitions in ui-plugins.
Doing so we avoid inconsistencies between these lists.
2024-09-25 13:52:18 +02:00
René Pfeuffer
35aec03814
Merge branch 'main' into develop
2024-09-24 11:53:23 +02:00