Konstantin Schaper
a289fe00a9
remove unnecessary background color definition for tokens and string literals
2020-10-21 11:51:17 +02:00
Konstantin Schaper
cfa44df41a
update storyshots due to editor theme changes
2020-10-21 11:36:19 +02:00
Konstantin Schaper
3b9fa12d71
fix visual glitch in annotate view
2020-10-20 12:21:05 +02:00
Konstantin Schaper
8c78b058a3
add ui publishing mechanism for plugins
2020-10-20 11:08:49 +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
d522ab186f
Merge pull request #1370 from scm-manager/feature/handle_users_without_mail_address
...
Handle users without mail address
2020-10-15 15:00:16 +02:00
Sebastian Sdorra
27236cdbbd
Use ValidatioUtil to check if the user id is a mail
2020-10-15 14:28:57 +02:00
Sebastian Sdorra
2d322e7020
Merge pull request #1375 from scm-manager/snyk-upgrade-b6f440509842a6368526333e7f5533ff
...
[Snyk] Upgrade org.jboss.resteasy:resteasy-core from 4.5.7.Final to 4.5.8.Final
2020-10-15 12:35:14 +02:00
Sebastian Sdorra
2ea019231a
Document configuration for null checks
2020-10-15 11:58:20 +02:00
Sebastian Sdorra
465a9e635b
Rename createFallbackMailAddress to more explicit getMailOrFallback
2020-10-15 11:48:17 +02:00
Sebastian Sdorra
775b37980d
Use pull request root instead of files
2020-10-15 11:32:28 +02:00
Sebastian Sdorra
3cdc1faaa3
Improve javadoc of new configuration option mailDomainName
2020-10-15 11:32:27 +02:00
Sebastian Sdorra
e839ad32ea
Use Nullable annotation to make clear that Email must be checked for null
2020-10-15 11:32:27 +02:00
Sebastian Sdorra
208fa0dcc8
Fix breaking change in RepositoryServiceFactory constructor
...
Deprecate old RepositoryServiceFactory constructor and create a new one to avoid breaking change in api
2020-10-15 11:32:27 +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
Sebastian Sdorra
e67ca28c5f
Do not break existing core api
2020-10-15 11:32:19 +02:00
snyk-bot
92f7e7fba9
fix: upgrade org.jboss.resteasy:resteasy-core from 4.5.7.Final to 4.5.8.Final
...
Snyk has created this PR to upgrade org.jboss.resteasy:resteasy-core from 4.5.7.Final to 4.5.8.Final.
See this package in Maven Repository:
https://mvnrepository.com/artifact/org.jboss.resteasy/resteasy-core/
See this project in Snyk:
https://app.snyk.io/org/scm-manager/project/c575ed09-e310-44e7-afc8-22b77c5873cf?utm_source=github&utm_medium=upgrade-pr
2020-10-14 21:57:55 +00:00
René Pfeuffer
8e93248dd6
Add component for commit author
2020-10-14 16:26:25 +02:00
René Pfeuffer
1d717acca0
Log change
2020-10-14 15:47:34 +02:00
René Pfeuffer
be6bb8bf37
Rename "mail host" to "mail domain name"
2020-10-14 15:46:50 +02:00
René Pfeuffer
e60ea987dd
Make mail optional for user
2020-10-14 15:46:50 +02:00
René Pfeuffer
bb2b845015
Use email util to compute fallback mail address
2020-10-14 15:46:50 +02:00
René Pfeuffer
7fc7e33c0c
Add fallback email to me dto
2020-10-14 15:46:50 +02:00
René Pfeuffer
343d0b9425
Create util class to get mail address
2020-10-14 15:46:50 +02:00
René Pfeuffer
9c233c1926
Add fallback mail host to global config
2020-10-14 15:46:50 +02:00
CES Marvin
bb9f1adc52
prepare for next development iteration
2020-10-14 12:38:13 +00:00
CES Marvin
eb126a5bbe
release version 2.7.1
2.7.1
2020-10-14 12:03:24 +00:00
Eduard Heimbuch
fbffdea2a5
Adjust changelog for release 2.7.1
2020-10-14 13:57:39 +02:00
Florian Scholdei
416709c9e1
Merge pull request #1373 from scm-manager/bugfix/svn_props_null_check
...
add null check on parsing svn properties in browsecommand
2020-10-14 12:50:28 +02:00
eheimbuch
aea02efe77
Merge branch 'develop' into bugfix/svn_props_null_check
2020-10-14 12:45:27 +02:00
Eduard Heimbuch
0847a3eda0
add unit tests
2020-10-14 12:44:23 +02:00
eheimbuch
253eefbccd
Merge pull request #1374 from scm-manager/bugfix/fix_logging_for_bearer_tokens
...
Check token content before handling them
2020-10-14 12:41:02 +02:00
René Pfeuffer
ab6e5fd6d6
Fix unit test
2020-10-14 11:43:47 +02:00
René Pfeuffer
f35fddc505
Add debug log for successful login
2020-10-14 11:28:21 +02:00
René Pfeuffer
07a85ef9c1
Check token content before handling them
...
This adds plausibility checks before handling tokens as for example jwt
or api keys. Doing so we generate less error logs and therefore we cause
less confusion.
2020-10-14 11:11:23 +02:00
Eduard Heimbuch
d273b19f68
add null check on parsing svn properties in browsecommand
2020-10-14 10:50:08 +02:00
Konstantin Schaper
3d6697d956
Merge branches 'feature/syntax-highlighting' and 'develop' of github.com:scm-manager/scm-manager into feature/syntax-highlighting
2020-10-14 10:06:46 +02:00
Sebastian Sdorra
12e01825e8
Merge pull request #1371 from scm-manager/bugfix/fix_anonymous_migration_for_deleted_repositories
...
Fix anonymous migration for deleted repositories
2020-10-14 09:53:40 +02:00
Konstantin Schaper
6f5fc25d4d
Merge branch 'develop' of github.com:scm-manager/scm-manager into feature/syntax-highlighting
2020-10-14 09:08:48 +02:00
René Pfeuffer
c9410a6392
Add logging
2020-10-14 08:56:07 +02:00
René Pfeuffer
2c640009cc
Fix anonymous migration for deleted repositories
2020-10-14 08:36:57 +02:00
René Pfeuffer
e81ad30f6f
Merge pull request #1368 from scm-manager/dependabot/maven/junit-junit-4.13.1
...
Bump junit from 4.13 to 4.13.1
2020-10-14 08:13:31 +02:00
Sebastian Sdorra
a94993274a
Resolve plugin SystemJS modules to their correct bundle location
2020-10-14 08:06:15 +02:00
René Pfeuffer
665267eb77
Merge pull request #1369 from scm-manager/snyk-fix-f8e56218af35eb35b52d24962e235078
...
[Snyk] Security upgrade junit:junit from 4.13 to 4.13.1
2020-10-14 08:04:32 +02:00
snyk-bot
e3cbdf6a93
fix: pom.xml to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-JUNIT-1017047
2020-10-13 21:57:02 +00:00
dependabot[bot]
2baa61eb09
Bump junit from 4.13 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-10-13 20:40:00 +00:00
Sebastian Sdorra
5172fdb27d
Treat every scm-manager plugin as external dependency
2020-10-13 16:43:56 +02:00
Sebastian Sdorra
22d5176d1a
Translate SystemJS bundle names before loading
...
We remove @scm-manager/ prefix and add append .bundle.js before loading
modules.
2020-10-13 16:38:22 +02:00