Sebastian Sdorra
7ecbd632ba
Make development and main branch configurable
2020-10-16 11:43:55 +02:00
Sebastian Sdorra
ca786c1a54
Fix missing default permission for managing public gpg keys
2020-10-16 11:11:58 +02:00
Konstantin Schaper
47aa05dfe0
fix lint warnings
2020-10-16 09:40:10 +02:00
Sebastian Sdorra
553c90ec73
Fix missing default permission for managing public gpg keys
2020-10-16 08:26:20 +02:00
Konstantin Schaper
af09435f51
Merge branch 'develop' into feature/syntax-highlighting
2020-10-15 18:20:47 +02:00
Eduard Heimbuch
258e056646
implement user converter
2020-10-15 16:06:23 +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
Eduard Heimbuch
7d2351e06d
fix userform validation
2020-10-15 10:24:40 +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
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
Florian Scholdei
3b506bcaf1
Merge branch 'feature/fullscreen' of ssh://github.com/scm-manager/scm-manager into feature/fullscreen
2020-10-14 23:10:30 +02:00
Florian Scholdei
7631803492
Merge remote-tracking branch 'origin/develop' into feature/fullscreen
2020-10-14 23:09:06 +02:00
Florian Scholdei
ce955db17a
Merge remote-tracking branch 'origin/develop' into feature/fullscreen
2020-10-14 22:49:30 +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
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
Eduard Heimbuch
356ac697cd
Merge branch 'develop' into feature/user_converter
2020-10-14 15:45:07 +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
Eduard Heimbuch
9dfaa694e3
create password modal for user form
2020-10-14 10:22:23 +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