Commit Graph

5481 Commits

Author SHA1 Message Date
Sebastian Sdorra
c05e45271f fix timeout for 404 proxy resources 2018-08-29 09:56:33 +02:00
Maren Süwer
6e54b054c1 add selector for createPermission and show create dummy in uiC 2018-08-28 16:28:56 +02:00
Maren Süwer
20af5fe9b6 add seletor for createPermission 2018-08-28 16:08:42 +02:00
Maren Süwer
cc7474d4f4 add handling of create link and createPermission handling 2018-08-28 16:00:48 +02:00
Maren Süwer
de912f39e6 fix wrong test 2018-08-28 14:38:31 +02:00
Maren Süwer
2c23900061 handling error and loading state 2018-08-28 14:29:45 +02:00
Maren Süwer
6fdc23996c refactoring 2018-08-28 13:47:50 +02:00
Maren Süwer
707d46e7f2 remove wrong input in tests 2018-08-28 13:40:44 +02:00
Maren Süwer
625d51fa52 implement modify for type 2018-08-28 13:39:32 +02:00
René Pfeuffer
9911b3ade1 Fix buildbreaker after merge 2018-08-28 12:43:56 +02:00
René Pfeuffer
cb3b2a1e2c Merge with 2.0.0-m3 2018-08-28 10:02:16 +02:00
Maren Süwer
b2a7aead97 update tests 2018-08-28 08:49:09 +02:00
Maren Süwer
180ba2dbbb modify fetch permissions to new endpoint 2018-08-28 08:36:24 +02:00
Maren Süwer
1e7efa4df6 merge 2.0.0-m3 branch to get changes in rest api 2018-08-28 08:16:04 +02:00
Philipp Czora
19f2c88768 Removed commented out code & formatted file 2018-08-27 15:54:37 +02:00
Sebastian Sdorra
5ae8494e94 remove old javascript resources 2018-08-27 15:51:17 +02:00
Sebastian Sdorra
e6e1c5871a restore context path support 2018-08-27 15:47:02 +02:00
Sebastian Sdorra
b09c46abcf remove old ui 2018-08-27 15:45:56 +02:00
Philipp Czora
4713339f90 Removed commented out code 2018-08-27 14:50:16 +02:00
Philipp Czora
d7a229a082 Removed unused Exception 2018-08-27 14:49:52 +02:00
Philipp Czora
3f1b2db031 Fixed typo 2018-08-27 14:19:07 +02:00
René Pfeuffer
07954aeaee Merged in feature/permissions_fix_it_and_iunit5_tests (pull request #62)
Feature/permissions fix it and iunit5 tests
2018-08-27 11:07:18 +00:00
René Pfeuffer
9a630c5677 Close branch feature/permissions_fix_it_and_iunit5_tests 2018-08-27 11:07:18 +00:00
René Pfeuffer
f66267e107 Correct test case 2018-08-27 13:04:05 +02:00
Sebastian Sdorra
56b629fa9d use hateoas style resource for ui plugins 2018-08-27 12:59:26 +02:00
René Pfeuffer
7766a99154 Do not delete permissions on repository update 2018-08-27 10:45:20 +02:00
René Pfeuffer
6acded2eed Flip equals check so that missing properties will not result in NPE 2018-08-27 10:31:07 +02:00
René Pfeuffer
fafb336512 Fix tests for validation 2018-08-24 16:30:43 +02:00
René Pfeuffer
128961b745 Add bean validation to user, group and repository
The validations are taken from the isValid methods of the corresponding
model objects.
2018-08-24 14:35:58 +02:00
Sebastian Sdorra
4f775fe7ca implemented PluginLoader 2018-08-24 12:43:10 +02:00
Sebastian Sdorra
ab8f166b1d added rest interface to expose plugin bundles 2018-08-24 12:39:58 +02:00
Mohamed Karray
19ce115786 #8771 merge 2018-08-24 11:13:24 +02:00
Sebastian Sdorra
8fa1308169 implemented avatar and information extension point for svn, hg and git 2018-08-24 11:03:35 +02:00
Sebastian Sdorra
c342e1d57c update @scm-manager/ui-extensions 2018-08-24 11:02:11 +02:00
Sebastian Sdorra
4ec7c141dd added extension point for repository avatar 2018-08-24 11:01:37 +02:00
Sebastian Sdorra
3015937fc7 added extension point for repository detail information 2018-08-24 11:01:08 +02:00
Mohamed Karray
abe3dec8df #8771 fix get all to return links
add permissionRead and permissionWrite permissions
2018-08-24 10:57:50 +02:00
René Pfeuffer
0642a4c8bc Fix integration test using self link instead of content link 2018-08-24 09:15:15 +02:00
René Pfeuffer
9775817269 Handle empty files in content 2018-08-24 08:52:19 +02:00
René Pfeuffer
4699166f87 Change self link for files to content 2018-08-24 08:43:04 +02:00
Sebastian Sdorra
8224327ed3 use / as development context path and use ui-bundler instead of react-scripts 2018-08-24 08:35:50 +02:00
René Pfeuffer
f5ba197d10 Harmonize naming of dto mappers 2018-08-24 08:18:08 +02:00
René Pfeuffer
b3fd051321 Check against feature instead of repository type 2018-08-24 07:57:13 +02:00
René Pfeuffer
bc009c02ac Fix parameterized tests for junit 5 2018-08-23 17:24:00 +02:00
René Pfeuffer
40f963db98 Fix source URL creation for SVN 2018-08-23 17:02:55 +02:00
René Pfeuffer
ca563dd874 Fix default revision for hg and fix encoded slashes in URLs 2018-08-23 15:52:02 +02:00
Maren Süwer
95288b5c63 add modify functionality, state is not updated correctly right now 2018-08-23 15:39:09 +02:00
Sebastian Sdorra
ee8efe9cf5 do not return directories from WebResourceLoader 2018-08-23 14:48:11 +02:00
Maren Süwer
e160ba48b5 add edit view 2018-08-23 14:14:49 +02:00
Maren Süwer
80aad7ccc1 correct getting failure function and is loading 2018-08-23 12:25:00 +02:00