Commit Graph

79 Commits

Author SHA1 Message Date
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
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
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