Eduard Heimbuch
|
c005944a5c
|
wrap lookup command result in java.util.Optional to clarify api
|
2020-10-21 10:18:29 +02:00 |
|
Eduard Heimbuch
|
8fe612cc06
|
create lookup command
|
2020-10-20 11:40:29 +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
|
465a9e635b
|
Rename createFallbackMailAddress to more explicit getMailOrFallback
|
2020-10-15 11:48:17 +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
|
e67ca28c5f
|
Do not break existing core api
|
2020-10-15 11:32:19 +02:00 |
|
René Pfeuffer
|
be6bb8bf37
|
Rename "mail host" to "mail domain name"
|
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
|
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
|
2020-10-14 12:03:24 +00:00 |
|
CES Marvin
|
befd50eeef
|
prepare for next development iteration
|
2020-10-12 13:26:08 +00:00 |
|
CES Marvin
|
abe8413802
|
release version 2.7.0
|
2020-10-12 12:41:15 +00:00 |
|
René Pfeuffer
|
2f5b6d98c6
|
Merge branch 'support/2.6.x' into develop
|
2020-10-09 12:16:23 +02:00 |
|
Konstantin Schaper
|
f2a53644b6
|
introduce api for handling token validation failed exception
|
2020-10-09 07:20:08 +02:00 |
|
René Pfeuffer
|
905fc4158a
|
Add rest resource for api keys
|
2020-10-05 10:53:30 +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 |
|
Eduard Heimbuch
|
a39abcdbe9
|
enhance mergeCommandBuilder API with setMessage to avoid templating commit messages
|
2020-09-25 10:30:45 +02:00 |
|
Eduard Heimbuch
|
b424bc8ff0
|
Merge branch 'develop' into feature/admin_info
|
2020-09-24 10:41:17 +02:00 |
|
Eduard Heimbuch
|
804a6498a7
|
fix review findings
|
2020-09-24 10:38:40 +02:00 |
|
Eduard Heimbuch
|
ff6aaf7bc5
|
cleanup
|
2020-09-23 09:52:43 +02:00 |
|
Eduard Heimbuch
|
65caa05433
|
add download link for new SCM-Manager version to admin information page
|
2020-09-22 16:21:49 +02:00 |
|
Eduard Heimbuch
|
851c5f9287
|
create admin info resource // fix rss feed parsing
|
2020-09-22 13:41:40 +02:00 |
|
René Pfeuffer
|
fc534605f0
|
Merge pull request #1332 from scm-manager/feature/rebase
implement git rebase
|
2020-09-22 12:20:35 +02:00 |
|
Eduard Heimbuch
|
c784c97acf
|
create release version checker
|
2020-09-21 17:04:30 +02:00 |
|
Eduard Heimbuch
|
404e6fec66
|
add rss release feed url to global config
|
2020-09-21 15:26:51 +02:00 |
|
Eduard Heimbuch
|
bef11e9f70
|
fix unit test
|
2020-09-21 14:18:11 +02:00 |
|
Eduard Heimbuch
|
1cad9c3fbc
|
Merge branch 'develop' into feature/rebase
|
2020-09-21 14:01:34 +02:00 |
|
René Pfeuffer
|
b1c0ec15a7
|
Heed peer review remarks
|
2020-09-18 16:02:20 +02:00 |
|
René Pfeuffer
|
70dcb9ca81
|
Fix unittests
|
2020-09-18 15:08:57 +02:00 |
|
René Pfeuffer
|
9fd778cc5d
|
Fix authorization changed check
|
2020-09-18 14:32:04 +02:00 |
|
René Pfeuffer
|
a24abe245b
|
Invalidate authorization cache when namespace permissions are changed
|
2020-09-18 14:31:45 +02:00 |
|
René Pfeuffer
|
b1e6aba38c
|
Introduce namespace permissions
|
2020-09-18 14:31:45 +02:00 |
|
René Pfeuffer
|
46267daeda
|
Introduce manager interface for namespaces
|
2020-09-18 14:31:44 +02:00 |
|
Sebastian Sdorra
|
ec19291393
|
Fire missing BranchCreatedEvent for mercurial
The event is now fired in the builder instead of command implementation
|
2020-09-17 11:03:13 +02:00 |
|
Sebastian Sdorra
|
7695f0f406
|
Clear repository caches synchronously
We clear the repository caches synchronously to avoid problems with workflow which are creating branches and fetch the right after creation.
|
2020-09-17 10:34:49 +02:00 |
|
Konstantin Schaper
|
d2f10b1eec
|
Merge branch 'develop' into feature/rebase
# Conflicts:
# CHANGELOG.md
|
2020-09-16 19:00:54 +02:00 |
|
Konstantin Schaper
|
b30a97948e
|
implement git rebase
|
2020-09-15 15:48:22 +02:00 |
|
Eduard Heimbuch
|
2011481dc4
|
fix formatting
|
2020-09-15 10:29:02 +02:00 |
|
Sebastian Sdorra
|
7ba7147d27
|
Fix potential vulnerability
Fixes a potential vulnerability that allows to overwrite files outside the plugin directory using a manipulated SMP archive.
|
2020-09-15 09:48:35 +02:00 |
|
Sebastian Sdorra
|
7bc037bdb0
|
Migrate tests to junit 5
|
2020-09-15 09:34:59 +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 |
|
René Pfeuffer
|
4457cd08b8
|
Create resources for namespaces
|
2020-09-10 10:15:42 +02:00 |
|