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
c182a82ee5
Fix create and filter link for namespace
2020-09-10 10:38:03 +02:00
René Pfeuffer
80e538c76e
Change api for components as page title
2020-09-10 10:18:00 +02:00
René Pfeuffer
94105f7766
Validate namespaces correctly
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
2e74c97bac
Fix fetch call
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
9ae3576bcd
Fix repository overview check for changed links
2020-09-10 10:17:29 +02:00
René Pfeuffer
f2e011a2e5
Let namespace header be a link
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
e3a2783bfd
Get links for repositories by namespaces from server
2020-09-10 10:17:26 +02:00
René Pfeuffer
2cfdaf1b0b
Filer repositories in UI by namespace
2020-09-10 10:15:42 +02:00
Sebastian Sdorra
e64ddccb13
Rename creationContext to contextEntries
2020-09-10 09:23:32 +02:00
Eduard Heimbuch
0abe47f666
simplify core api
2020-09-09 10:17:47 +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
Konstantin Schaper
ee12e5ceec
add new extension point for repository initialization
2020-09-07 13:12:10 +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
43b1c7e2d9
Set new version in all package.json files
2020-09-02 10:41:02 +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
a66ae32b61
prepare for next development iteration
2020-09-01 14:26:34 +00: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
René Pfeuffer
be0c190f10
Merge pull request #1317 from scm-manager/bugfix/markdown-linewrap
...
Bugfix/markdown linewrap
2020-09-01 13:36:25 +02:00
Konstantin Schaper
f6bb7e7b57
Always break on whitespace
2020-09-01 13:29:28 +02:00
Konstantin Schaper
9fba2f301e
fix default word break behaviour
2020-09-01 13:29:28 +02:00
eheimbuch
b5cd12e9be
Merge branch 'develop' into bugfix/tag_layout_overflow
2020-09-01 13:06:51 +02:00
Sebastian Sdorra
35aaf4dcdd
Merge pull request #1311 from scm-manager/snyk-upgrade-99e34576d65d3e0b95ce9502f597f584
...
[Snyk] Upgrade mini-css-extract-plugin from 0.9.0 to 0.10.0
2020-09-01 11:22:59 +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
snyk-bot
6324ba37c6
fix: upgrade mini-css-extract-plugin from 0.9.0 to 0.10.0
...
Snyk has created this PR to upgrade mini-css-extract-plugin from 0.9.0 to 0.10.0.
See this package in npm:
https://www.npmjs.com/package/mini-css-extract-plugin
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/e563ed8d-dedf-4b52-af75-5d89b1e70f44?utm_source=github&utm_medium=upgrade-pr
2020-09-01 04:41:15 +00:00
Sebastian Sdorra
5a010baf28
Add small fixes and code comments to reset state logic
2020-08-31 15:31:27 +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
daa5d459cf
Fix token expired exception being displayed instead of login page on revisit
2020-08-28 14:04:56 +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
eheimbuch
bd81d973ec
Merge pull request #1306 from scm-manager/bugfix/markdown_detection
...
Fix detection of markdown files for files having content does not sta…
2020-08-27 11:30:47 +02:00
Sebastian Sdorra
20d34a8491
Replace refresh of token expired banner with hard login link
2020-08-27 10:51:21 +02:00
Sebastian Sdorra
716c7c5083
Fix detection of markdown files for files having content does not start with '#'
2020-08-27 08:11:23 +02:00
Konstantin Schaper
4f060e4b24
Merge branch 'develop' into feature/diff-anchor-links
2020-08-26 15:51:07 +02:00