Commit Graph

2374 Commits

Author SHA1 Message Date
Eduard Heimbuch
831aa09cff Merge branch 'develop' into feature/delete_branches 2020-11-12 14:58:51 +01:00
René Pfeuffer
01a5dbd091 Show messages from native scm protocol 2020-11-12 11:41:04 +01:00
René Pfeuffer
b2533db684 Simplify mapper 2020-11-12 11:41:04 +01:00
Eduard Heimbuch
77788bab01 cleanup 2020-11-11 16:42:09 +01:00
Eduard Heimbuch
bb82c18e2b add delete link to branchDto 2020-11-11 14:09:15 +01:00
Eduard Heimbuch
2fab771740 create endpoint for branch deletion 2020-11-10 15:41:13 +01:00
Eduard Heimbuch
121c0d1bf2 fix race condition on authorization event processing which leads to permission mismatch 2020-11-09 16:07:09 +01:00
Konstantin Schaper
4144e29599 fix scope check 2020-11-05 11:27:11 +01:00
Konstantin Schaper
7b24a4e95c Merge branch 'develop' into bugfix/api-key-to-access-token 2020-11-05 10:14:52 +01:00
Sebastian Sdorra
423402e62b Add option to disable request tracing 2020-11-04 09:44:08 +01:00
Konstantin Schaper
3dd0272c4a Merge branch 'bugfix/api-key-to-access-token' of github.com:scm-manager/scm-manager into bugfix/api-key-to-access-token 2020-11-04 09:38:46 +01:00
Konstantin Schaper
b5f042ad15 use preexisiting scope by default but prevent overriding of builder scope and update unit tests 2020-11-04 09:38:29 +01:00
Sebastian Sdorra
5694a89589 Set span kinds for internal requests 2020-11-04 09:37:24 +01:00
Sebastian Sdorra
b91d9e6b60 Add exception class to failed span of AdvancedHttpClient 2020-11-04 08:55:23 +01:00
Sebastian Sdorra
3c32073853 Merge with develop 2020-11-04 08:22:41 +01:00
Konstantin Schaper
616e1efc97 Merge branch 'develop' into bugfix/api-key-to-access-token 2020-11-03 14:48:39 +01:00
Florian Scholdei
f3d8babc67 Merge with upstream 2020-11-03 11:44:13 +01:00
Florian Scholdei
bfa917859a Make authenticatedGroup external, fix small flaw 2020-11-03 10:57:46 +01:00
Florian Scholdei
f1115099c9 Create unit tests, supplement missing groupManager precondition, add createAuthenticatedGroup factory 2020-11-03 10:45:47 +01:00
René Pfeuffer
4b15468e67 Merge remote-tracking branch 'origin/develop' into bugfix/rest-download 2020-11-03 10:23:00 +01:00
Florian Scholdei
c87fa5b3e5 Revert "Exclude null case if groupManager is not set"
This reverts commit 81dc317f
2020-11-03 08:58:06 +01:00
Konstantin Schaper
56331c4201 use api key scope when creating access tokens from api keys instead of full user scope 2020-11-02 17:13:13 +01:00
Konstantin Schaper
578e028d5b Merge branch 'develop' into bugfix/rest-download 2020-11-02 13:28:44 +01:00
Konstantin Schaper
22e0944377 fix review findings 2020-11-02 13:27:18 +01:00
René Pfeuffer
c2a7ed8869 Validate banch names 2020-10-30 14:24:31 +01:00
Konstantin Schaper
0beb749f23 adjust scm client check and update unit test accordingly 2020-10-30 12:20:45 +01:00
Eduard Heimbuch
0c8fe5a60c confirm password modal by enter key / fix password link for logged in user 2020-10-30 11:48:05 +01:00
Konstantin Schaper
62a7ebd4dd user agents are not longer set to be browsers by default 2020-10-29 19:51:40 +01:00
Florian Scholdei
81dc317f3c Exclude null case if groupManager is not set 2020-10-28 17:58:58 +01:00
Florian Scholdei
03417898ca Create _authenticated group at startup 2020-10-28 15:29:54 +01:00
Eduard Heimbuch
23cc02ec99 Merge branch 'develop' into feature/user_converter 2020-10-28 08:42:26 +01:00
Eduard Heimbuch
8f52fc50f1 Merge branch 'develop' into feature/trace_api 2020-10-27 15:00:10 +01:00
Sebastian Sdorra
e992e17040 Fix typo in log message 2020-10-27 08:28:23 +01:00
Sebastian Sdorra
76dee09e3c Mark span as failed if an IOException occurs 2020-10-27 08:15:10 +01:00
Sebastian Sdorra
1742bd9b77 Fix SonarQube issues 2020-10-26 16:55:22 +01:00
Sebastian Sdorra
eb7a7837d7 Integrate trace api with AdvancedHttpClient 2020-10-26 16:54:05 +01:00
Sebastian Sdorra
09d85f6dbb Implemented default LoggingExporter for trace api 2020-10-26 16:51:57 +01:00
René Pfeuffer
6002e560ef Heed review remarks 2020-10-26 10:19:59 +01:00
René Pfeuffer
1ca18cd44c Do not create web tokens for api keys
This fixes a way for privilege escalation with api keys.
2020-10-26 10:19:59 +01:00
eheimbuch
b8c419792e Merge branch 'develop' into feature/user_converter 2020-10-23 12:08:23 +02:00
Eduard Heimbuch
e8b07aaae1 fix translations 2020-10-23 08:54:56 +02:00
Sebastian Sdorra
3be2d5acb4 Revert removal of DecodingException catch 2020-10-22 16:05:34 +02:00
Sebastian Sdorra
86b4dfb92a log stacktrace of failed api token parsing only if trace is enabled 2020-10-22 14:46:40 +02:00
Sebastian Sdorra
7b91cf82bf Reduce logging of ApiTokenRealm 2020-10-22 14:39:09 +02:00
Eduard Heimbuch
f73f60aabc Merge branch 'feature/user_converter' of github.com:scm-manager/scm-manager into feature/user_converter 2020-10-22 13:17:07 +02:00
Eduard Heimbuch
5b10dc57ac create own endpoints for user conversion and apply changed workflow to user form in ui 2020-10-22 13:15:54 +02:00
Konstantin Schaper
f9dab3dc42 Merge branch 'develop' into feature/user_converter 2020-10-21 14:34:57 +02:00
Eduard Heimbuch
69950f63b3 Mind review findings 2020-10-21 12:48:43 +02:00
Eduard Heimbuch
05bf51b5b1 rm obsolete check for type change 2020-10-19 15:36:43 +02:00
Eduard Heimbuch
119d274ad8 remove checks for user type since it is deprecated now 2020-10-19 15:19:12 +02:00