Commit Graph

791 Commits

Author SHA1 Message Date
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
CES Marvin
bc7d4ed9f6 prepare for next development iteration 2020-09-30 08:15:47 +00:00
CES Marvin
5887c5c268 release version 2.6.1 2020-09-30 07:32:54 +00:00
CES Marvin
4e7d62ce2f prepare for next development iteration 2020-09-25 10:05:04 +00:00
CES Marvin
e2f8566a8b release version 2.6.0 2020-09-25 09:25:13 +00: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
CES Marvin
93f240e087 prepare for next development iteration 2020-09-11 06:21:29 +00:00
CES Marvin
fab108c3b7 release version 2.5.0 2020-09-11 05:46:15 +00: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
René Pfeuffer
2cfd3faf34 Set version to 2.5.0-SNAPSHOT globally 2020-09-03 07:56:01 +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
CES Marvin
6913f642a1 release version 2.4.1 2020-09-01 13:52:15 +00: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
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