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
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
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
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
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
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
CES Marvin
13da6f9c54
Release version 3.7.3
2025-02-25 11:17:13 +00:00
Thomas Zerr
6cdcbc8eb2
Restructure global configuration forms for each repository type
...
Squash commits of branch feature/repository-type-configuration:
- Refactor hg configuration form
- Add support of description text for checkbox and input fields
- Refactor git configuration form
- Refactor svn configuration form
- Add aria-describedby for checkbox and input fields
- Change hgBinary can also be null
- Fix naming of test
- Fix spelling
- Change logic of successfull notification to only be shown if the config rest api returns without an error
Reviewed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com >, Till-André Diegeler <till-andre.diegeler@cloudogu.com >
Reviewed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com >
2025-02-10 13:59:00 +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
f0518af823
Export IconButton from Core
...
Squash commits of branch bugfix/icon-export:
- Export IconButton from Core
2025-01-17 14:44:22 +01:00
Thomas Zerr
25ed3ceba0
Add new button variant "info"
...
Reviewed-by: Philipp Ahrendt <philipp.ahrendt@cloudogu.com >
2025-01-16 14:44:48 +01:00
René Pfeuffer
ce22ffbb11
Fix storyshots for ui-core
2025-01-14 09:46:47 +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
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
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
Thomas Zerr
44fbdf86cb
Add warning state for the ChipInputField
...
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-11-21 13:17:08 +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
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
René Pfeuffer
35aec03814
Merge branch 'main' into develop
2024-09-24 11:53:23 +02:00
René Pfeuffer
6ed2f14d33
Prepare for next development iteration
2024-09-24 11:51:57 +02:00
CES Marvin
0fc028e071
Release version 3.4.2
2024-09-24 08:59:31 +00:00
Rene Pfeuffer
e6433d01d1
Change to GNU Affero General Public License v3.0
2024-09-24 09:42:07 +02:00
Thomas Zerr
8f0ed74b7a
Add table to diff view
...
Pushed-by: Florian Scholdei<florian.scholdei@cloudogu.com >
Pushed-by: Viktor Egorov<viktor.egorov-extern@cloudogu.com >
Pushed-by: k8s-git-ops<admin@cloudogu.com >
Committed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Co-authored-by: Viktor<viktor.egorov@triology.de >
Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com >
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com >
2024-09-16 17:52:10 +02:00
CES Marvin
ddd673650a
Prepare for next development iteration
2024-08-29 09:26:05 +00:00
CES Marvin
99dba687e0
Release version 3.4.1
2024-08-29 08:36:35 +00:00
CES Marvin
acab8585a4
Prepare for next development iteration
2024-08-19 09:43:09 +00:00
CES Marvin
ea37d2ca20
Release version 3.4.0
2024-08-19 08:53:12 +00:00
Laura Gorzitze
9df1389944
Improved Chip Input with explanatory line
...
Modification of the Chip Input component to allow addition of explanatory line
Co-authored-by: Laura Gorzitze<laura.gorzitze@cloudogu.com >
2024-07-25 08:38:04 +02:00
CES Marvin
2254420221
Prepare for next development iteration
2024-07-05 12:20:01 +00:00
CES Marvin
f2f3cb62ed
Release version 3.3.0
2024-07-05 11:34:01 +00:00
CES Marvin
a0db5326be
Prepare for next development iteration
2024-06-24 12:35:52 +00:00
CES Marvin
bad14dfcfa
Release version 3.2.2
2024-06-24 12:23:27 +00:00
CES Marvin
0ffd80310b
Prepare for next development iteration
2024-05-31 09:18:21 +00:00