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
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
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
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
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.
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