Paths and revisions containing slashes were not processed correctly.
In addition, the readme section within the file tree caused problems due to the missing file extension.
Parts of the path (in subfolders) were truncated because they were treated as filenames.
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.