Commit Graph

745 Commits

Author SHA1 Message Date
Florian Scholdei
cfb0b2d6c6 Merge with upstream, add missing refs in CHANGELOG.md 2020-10-20 11:11:18 +02:00
Florian Scholdei
5889bb0365 Update storyshots 2020-10-20 10:49:56 +02:00
Eduard Heimbuch
445d26e2b7 fix storyshots 2020-10-20 10:31:56 +02:00
Florian Scholdei
27d4b0a755 Fix review findings 2020-10-20 10:18:44 +02:00
Konstantin Schaper
9b874e7eab fix imports 2020-10-19 20:47:59 +02:00
Konstantin Schaper
47aa05dfe0 fix lint warnings 2020-10-16 09:40:10 +02:00
Konstantin Schaper
af09435f51 Merge branch 'develop' into feature/syntax-highlighting 2020-10-15 18:20:47 +02:00
Sebastian Sdorra
ffd1daba52 There is no need for a class component here
We should use function component as much as possible, because their are easier to read and less confusing.
2020-10-15 11:32:27 +02:00
Florian Scholdei
ed4a564677 Update CHANGELOG.md 2020-10-15 00:38:29 +02:00
Florian Scholdei
ce56ec02d8 Add fullscreen option to diff view 2020-10-15 00:23:15 +02:00
Florian Scholdei
7631803492 Merge remote-tracking branch 'origin/develop' into feature/fullscreen 2020-10-14 23:09:06 +02:00
Florian Scholdei
c366203d1f New Fullscreen component 2020-10-14 22:48:10 +02:00
René Pfeuffer
8e93248dd6 Add component for commit author 2020-10-14 16:26:25 +02:00
Konstantin Schaper
17f5f4b46e implement custom highlighting theme 2020-10-12 18:53:31 +02:00
Konstantin Schaper
a043e7f805 Merge remote-tracking branch 'origin/feature/annotate_prismjs' into feature/syntax-highlighting
# Conflicts:
#	package.json
#	scm-ui/eslint-config/package.json
#	scm-ui/ui-components/src/SyntaxHighlighter.tsx
#	scm-ui/ui-components/src/repos/annotate/Annotate.tsx
#	scm-ui/ui-plugins/package.json
#	yarn.lock
2020-10-12 11:23:56 +02:00
Florian Scholdei
9d9531be95 Merge with upstream 2020-10-08 00:47:45 +02:00
Konstantin Schaper
0f25508353 Merge pull request #1349 from scm-manager/feature/modal-rework
Feature/modal rework
2020-10-07 18:22:19 +02:00
Konstantin Schaper
330e974cac fix review findings 2020-10-06 13:45:17 +02:00
Florian Scholdei
7e37178fc5 Merge with upstream 2020-10-05 15:41:21 +02:00
Florian Scholdei
0c2256c264 Update storyshots 2020-10-05 15:24:47 +02:00
René Pfeuffer
52aa9e1b23 Add footer link 2020-10-05 10:53:30 +02:00
Sebastian Sdorra
e36ac62a32 Align actionbar item horizontal and enforce correct margin between them 2020-10-02 08:22:07 +02:00
Konstantin Schaper
e69e918d55 update storyshots 2020-09-24 10:18:43 +02:00
Konstantin Schaper
a169e64e09 revert deprecation for later redeclaration 2020-09-24 09:12:37 +02:00
Konstantin Schaper
3e5349d5d1 refactor modal and confirm alert 2020-09-23 14:34:21 +02:00
René Pfeuffer
bbfe2b08bc Extract common function 'matchedUrl' 2020-09-18 17:38:10 +02:00
René Pfeuffer
4523e22feb Extract common function 'stripEndingSlash' 2020-09-18 17:20:54 +02:00
René Pfeuffer
c679c064f3 Add settings icon to namespace group header 2020-09-18 14:31:45 +02:00
Sebastian Sdorra
e398936a7d Merge pull request #1323 from scm-manager/feature/namespace_resource
Feature filter by namespace
2020-09-10 11:52:11 +02:00
Konstantin Schaper
954f9398b7 Merge remote-tracking branch 'origin/bugfix/repository-search-reset' into bugfix/repository-search-reset 2020-09-10 11:27:00 +02:00
Konstantin Schaper
d32a2f1490 clarify variable naming 2020-09-10 11:26:47 +02:00
Konstantin Schaper
20660a4151 Merge branch 'develop' into bugfix/repository-search-reset 2020-09-10 10:53:46 +02:00
Konstantin Schaper
498f0ca219 update filter value on props change 2020-09-10 10:48:37 +02:00
René Pfeuffer
80e538c76e Change api for components as page title 2020-09-10 10:18:00 +02:00
René Pfeuffer
4df9c2947b Heed peer review 2020-09-10 10:18:00 +02:00
René Pfeuffer
7f760efb12 Make namespace links dark 2020-09-10 10:17:29 +02:00
René Pfeuffer
589b844e28 Make namespace drop down take full width 2020-09-10 10:17:29 +02:00
René Pfeuffer
6a7e945ca1 Do not use "namespaces" in generic overview 2020-09-10 10:17:29 +02:00
René Pfeuffer
4148bc4ee9 Add namespace selector 2020-09-10 10:17:29 +02:00
René Pfeuffer
794b207f1f Render namespace as link in repo detail header 2020-09-10 10:17:29 +02:00
René Pfeuffer
bdb0b5c9fa Add optional link to CardColumnGroup 2020-09-10 10:17:29 +02:00
René Pfeuffer
2cfdaf1b0b Filer repositories in UI by namespace 2020-09-10 10:15:42 +02:00
Eduard Heimbuch
a655ab1b86 Merge branch 'develop' into feature/template_plugin 2020-09-08 15:44:47 +02:00
Eduard Heimbuch
e6c31ec0e1 add indexResources to extensionProps 2020-09-07 15:40:14 +02:00
Sebastian Sdorra
0729fe3ecb Merge branch 'develop' into feature/diff-anchor-links 2020-09-02 10:42:30 +02:00
René Pfeuffer
abedebda10 Fix redirect to requested location in anonymous mode
If anonymous mode is enabled, the user should be redirected to the
requested location after login, when he entered a restricted URL.
Therefore we have to append the requested location to the login link
here.
2020-09-02 10:18:42 +02:00
Sebastian Sdorra
964f82bd09 Merge with develop 2020-09-02 07:45:44 +02:00
Sebastian Sdorra
95dde51bba Move escapeWhitespace to diffs and add small test 2020-09-02 07:40:52 +02:00
René Pfeuffer
36b8f667bf Make checkboxes changeable with key press 2020-09-01 14:06:26 +02:00
Sebastian Sdorra
6ba090b82e Make checkbox accessible from keyboard 2020-09-01 13:38:12 +02:00