Commit Graph

704 Commits

Author SHA1 Message Date
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
eheimbuch
b5cd12e9be Merge branch 'develop' into bugfix/tag_layout_overflow 2020-09-01 13:06:51 +02:00
Konstantin Schaper
c8a00d3e77 Merge pull request #1316 from scm-manager/bugfix/apiclient_undefined_this
Fix undefined this in ApiClient
2020-09-01 10:50:18 +02:00
Sebastian Sdorra
8d2a98832b Use '@babel/plugin-proposal-class-properties' to avoid problems with undefined 'this' 2020-09-01 10:13:06 +02:00
Sebastian Sdorra
a54d5c6c5d Fix layout overflow on changesets with multiple tags 2020-09-01 09:51:40 +02:00
Konstantin Schaper
97f0ebe6d7 add from query parameter to login link 2020-09-01 09:24:13 +02:00
Eduard Heimbuch
9ee7c3ff1c reset the redux state if the token is expired and the user still uses the web ui 2020-08-28 15:39:58 +02:00
Konstantin Schaper
b4c5f49858 Bugfix/link not found (#1296)
Redirect to login page if anonymous tries to access a page without permission

Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com>
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
2020-08-27 13:20:43 +02:00
Sebastian Sdorra
20d34a8491 Replace refresh of token expired banner with hard login link 2020-08-27 10:51:21 +02:00
Konstantin Schaper
4f060e4b24 Merge branch 'develop' into feature/diff-anchor-links 2020-08-26 15:51:07 +02:00
Konstantin Schaper
cfbaf63b5c add additional precautious check 2020-08-26 11:34:15 +02:00
Sebastian Sdorra
3dde62b700 Fix broken markdown rendering 2020-08-26 11:21:59 +02:00
Konstantin Schaper
e9a4a9f173 update storyshots and fix endless loop in tests 2020-08-26 11:18:45 +02:00
eheimbuch
4856171ead Merge pull request #1301 from scm-manager/feature/e2e_pipeline
Execute e2e cypress tests as part of integration tests
2020-08-26 10:21:57 +02:00
Sebastian Sdorra
6c1a9f286f Make stage concept accessible from ui 2020-08-25 08:42:16 +02:00
Konstantin Schaper
8f3c0dce1e initial implementation 2020-08-21 18:27:48 +02:00
Konstantin Schaper
34dc7fdac0 cleanup code & add tests 2020-08-20 18:57:58 +02:00
Konstantin Schaper
44edb48771 initial implementation 2020-08-20 17:44:36 +02:00
CES Marvin
81bfddd141 release version 2.4.0 2020-08-14 08:15:36 +00:00
Eduard Heimbuch
d14ba56c61 fix storyshots 2020-08-13 12:45:13 +02:00
Eduard Heimbuch
949bcc9bdc Merge branch 'develop' of github.com:scm-manager/scm-manager into develop 2020-08-13 10:26:46 +02:00
Eduard Heimbuch
50a487dd8f remove duplicate links in footer 2020-08-13 10:26:04 +02:00
Sebastian Sdorra
27f553462a Merge branch 'develop' into bugfix/markdown_view_anchor_links 2020-08-13 10:12:46 +02:00
Eduard Heimbuch
d25efebefd fix timing problem with anchor links on markdown view 2020-08-12 14:44:10 +02:00
Sebastian Sdorra
7d80ff36fa Merge with develop branch 2020-08-12 14:30:26 +02:00
Sebastian Sdorra
4d533bf838 Fix wrong import from ui-components 2020-08-12 14:14:57 +02:00
Sebastian Sdorra
75a4a42426 Merge branch 'develop' into feature/full_anonymous_mode 2020-08-12 14:07:26 +02:00
Konstantin Schaper
7611ad1290 Merge branch 'develop' into feature/create_gpg_signatures 2020-08-12 13:40:45 +02:00
eheimbuch
387f2babd8 Merge branch 'develop' into feature/source_jump 2020-08-12 13:33:20 +02:00
Eduard Heimbuch
e86126ce83 remove unused import 2020-08-12 13:10:35 +02:00
Eduard Heimbuch
e9edd5ad8f fix formatting with prettier 2020-08-12 12:53:59 +02:00
Sebastian Sdorra
2ac77415e7 Merge with develop branch 2020-08-12 12:32:16 +02:00
Sebastian Sdorra
752745868a Split anonymous access e2e tests into separate files 2020-08-12 12:13:23 +02:00
Konstantin Schaper
5f986530ae Merge branch 'develop' into feature/create_gpg_signatures
# Conflicts:
#	CHANGELOG.md
2020-08-12 12:02:07 +02:00
Konstantin Schaper
82f752a7fc fix review findings and code smells 2020-08-12 12:00:57 +02:00
Sebastian Sdorra
6fbb3b9d53 Remove replaceSpacesInTestId and normalize test id in createAttributesFroTesting 2020-08-12 10:54:16 +02:00
Eduard Heimbuch
c1cfff603b fix review findings 2020-08-12 10:05:36 +02:00
Konstantin Schaper
a4d0ff2b24 add story and update storyshots 2020-08-11 15:19:41 +02:00
Konstantin Schaper
e942359c3c fix issue with signature status text color and layout 2020-08-11 15:13:11 +02:00
Konstantin Schaper
0601770262 resolve review findings 2020-08-11 13:28:16 +02:00
Konstantin Schaper
f3d2c3d17b update storyshots 2020-08-11 10:12:25 +02:00
Konstantin Schaper
c9ccaed61d fix source buttons not displaying for file renaming 2020-08-11 10:09:28 +02:00
Konstantin Schaper
94bac2ad37 update storyshots 2020-08-11 08:56:32 +02:00
Konstantin Schaper
c69ab4ea65 refactor to use file control factory 2020-08-10 20:48:08 +02:00
Eduard Heimbuch
3549ce86ec Add preselected value to options in DropDown.tsx if missing 2020-08-10 13:59:24 +02:00
Konstantin Schaper
08efc9421d Merge branch 'develop' into feature/source_jump
# Conflicts:
#	CHANGELOG.md
2020-08-10 12:37:05 +02:00
Konstantin Schaper
87f3d78148 adjust displayed links depending on type of change 2020-08-10 11:50:56 +02:00
Eduard Heimbuch
6ab80236f7 change cypress tests to ui only 2020-08-10 11:36:46 +02:00
Konstantin Schaper
30aa592d73 Merge branch 'develop' into feature/create_gpg_signatures
# Conflicts:
#	CHANGELOG.md
#	yarn.lock
2020-08-07 15:13:29 +02:00