Commit Graph

50 Commits

Author SHA1 Message Date
Rene Pfeuffer
516bbe6f26 Prepare for next development iteration 2019-12-02 15:15:34 +01:00
Rene Pfeuffer
2d08ba4adc Release version 2.0.0-rc1 2019-12-02 12:52:33 +01:00
Sebastian Sdorra
bdb4bb73ac fix plugin frontend build 2019-10-21 14:52:08 +02:00
Sebastian Sdorra
f7b7e0321e added shared tsconfig package 2019-10-21 14:10:48 +02:00
Sebastian Sdorra
0703f1e2bd migrate core plugins from flow to typescript 2019-10-21 12:13:08 +02:00
Sebastian Sdorra
092fb6d90b added ui-plugins package to bundle all plugin dependencies 2019-10-16 08:30:15 +02:00
Sebastian Sdorra
468cc32d06 indent changes after lerna version 2019-10-15 13:23:47 +02:00
Sebastian Sdorra
9127dc5bf8 fix wrong package name 2019-10-15 13:13:21 +02:00
Sebastian Sdorra
09eebd7985 use ui-scripts to build the core plugins 2019-10-15 13:07:22 +02:00
Sebastian Sdorra
00117955e7 added shared prettier config 2019-10-14 11:58:18 +02:00
Sebastian Sdorra
889e186257 fix routing and added ui-extension package 2019-10-11 13:24:02 +02:00
Sebastian Sdorra
43295f9007 fix core-plugin test execution 2019-10-10 15:16:31 +02:00
Sebastian Sdorra
b330bceac1 use babel-preset 2019-10-10 10:53:38 +02:00
Sebastian Sdorra
6a2ad50be1 update react-syntax-highlighter and split languages out of webapp bundle 2019-10-09 14:19:26 +02:00
Sebastian Sdorra
76a6bba80c fix core plugin test execution 2019-10-09 12:14:41 +02:00
Sebastian Sdorra
9a56ea50e7 fix tests for core plugins 2019-10-09 11:22:16 +02:00
Sebastian Sdorra
cc645f8e0b added flow typing for styled-components 2019-10-08 14:05:07 +02:00
Sebastian Sdorra
aac264224c configure flow 2019-10-08 14:02:01 +02:00
Sebastian Sdorra
8f8072d760 rename bundles folder into assets 2019-10-08 08:36:53 +02:00
Sebastian Sdorra
6e99182b4e use new plugin bundle format 2019-10-07 17:06:00 +02:00
Sebastian Sdorra
c05798e254 scm-ui: new repository layout 2019-10-07 10:57:09 +02:00
Sebastian Sdorra
b8265eef1a update yarn.lock files 2019-08-30 08:29:08 +02:00
Sebastian Sdorra
1e6ea0dc88 update ui-bundler to v0.0.31 in order to move react-redux to the vendor bundle 2019-08-30 08:07:48 +02:00
Sebastian Sdorra
51d423f4db update ui-bundler to v0.0.30 to fix react useEffect error in vendor bundle 2019-08-29 14:47:50 +02:00
Sebastian Sdorra
07e70794fb improve plugin information for core plugins 2019-08-19 09:32:18 +02:00
Sebastian Sdorra
55e4568ee5 use mapstruct for dto mapping and fix missing fields 2019-08-15 17:01:15 +02:00
Eduard Heimbuch
b99199e349 merge 2.0.0-m3 2019-08-15 10:51:36 +02:00
Rene Pfeuffer
bc37ccef57 Make protocol auth filter available for legacy paths 2019-07-26 15:07:40 +02:00
Eduard Heimbuch
bea14e9055 Merged in feature/redirect_issuetracker_links (pull request #283)
Feature/redirect issuetracker links
2019-07-08 14:17:24 +00:00
Eduard Heimbuch
4e5d2d3302 fix redirect url / use hal links in legacy plugin 2019-07-08 12:59:37 +02:00
Eduard Heimbuch
35683543a7 cleanup 2019-07-05 11:35:40 +02:00
Eduard Heimbuch
22d323367f add Tests for LegacyRepositoryService 2019-07-05 10:57:21 +02:00
Eduard Heimbuch
b14c3444bd add ErrorHandling and show ErrorNotification 2019-07-05 10:08:27 +02:00
Eduard Heimbuch
4f1ac2af09 move redirect logic to legacy plugin / bind Extensionpoint in Main.js 2019-07-04 12:13:45 +02:00
Eduard Heimbuch
7211d657f2 call new LegacyRepository-Endpoint on Main.js 2019-07-03 15:06:46 +02:00
Eduard Heimbuch
d1b167677b add LegacyPlugin Endpoint to get the repository name + namespace 2019-07-03 13:21:34 +02:00
Rene Pfeuffer
226322d05e Use dao to prevent authentication issues 2019-07-03 12:41:46 +02:00
René Pfeuffer
3e653713c1 Do not redirect for deleted repositories 2019-07-02 11:28:27 +02:00
René Pfeuffer
c9861f6a04 Refactor code for readability 2019-07-02 11:14:44 +02:00
René Pfeuffer
f631dc1724 Redirect protocol requests for migrated repositories
- Make old repository name and id available to plugins (MigrationDAO)
- Build Map with paths of migrated repositories to new location
- Implement redirect (RepositoryLegacyProtocolRedirectFilter)
2019-07-02 10:46:26 +02:00
Sebastian Sdorra
8a10ac27e3 update ui-bundler to 0.0.19 and smp-maven-plugin to 1.0.0-alpha-3 2018-10-29 16:38:11 +01:00
René Pfeuffer
67278582e3 Update to Mockito v2 2018-08-08 09:20:08 +02:00
Sebastian Sdorra
5738fa2d66 redesign bearer tokens 2017-01-17 15:54:32 +01:00
Sebastian Sdorra
df6d9dacf8 implement LoginAttemptHandler for scm-manager 2 2017-01-15 20:27:06 +01:00
Sebastian Sdorra
3536c29908 added DAORealmHelperFactory to simplify the creation of dao based realms 2017-01-15 12:50:29 +01:00
Sebastian Sdorra
480a188763 remove unused imports 2015-06-20 15:36:54 +02:00
Sebastian Sdorra
d4081e2af5 improve check for legacy passwords 2015-06-20 15:36:17 +02:00
Sebastian Sdorra
a6c8afc3c2 skip legacy authentication realm for new shiro passwords 2015-06-20 15:16:21 +02:00
Sebastian Sdorra
79e1e5e972 added module to register servlets and filters by new WebElement annotation 2015-02-01 19:14:46 +01:00
Sebastian Sdorra
28aa1137f0 added legacy plugin to support scm-manager 1.x password hashes 2014-12-20 11:33:03 +01:00