Commit Graph

106 Commits

Author SHA1 Message Date
Rene Pfeuffer
d513ebcd83 Prepare for next development iteration 2020-02-14 13:40:39 +01:00
Rene Pfeuffer
476dcc5758 Release version 2.0.0-rc4 2020-02-14 12:28:11 +01:00
Sebastian Sdorra
71c5f68878 implemented simple ClassLoaderLifeCycle to fix integration tests on Java > 8 2020-02-04 15:59:11 +01:00
Sebastian Sdorra
c20a50e9ec Prepare for next development iteration 2020-02-03 13:42:29 +01:00
Rene Pfeuffer
a7ff141986 Release version 2.0.0-rc3 2020-01-31 13:02:27 +01:00
Sebastian Sdorra
646b008af3 Prepare for next development iteration 2020-01-29 16:01:25 +01:00
Sebastian Sdorra
28040d0c65 release version 2.0.0-rc2 2020-01-29 15:22:54 +01:00
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
Rene Pfeuffer
3a3c27bb67 Enhance logging for diff comparison 2019-11-19 09:26:01 +01:00
Rene Pfeuffer
20338c1bb6 Add integration tests for anonymous access 2019-10-17 11:53:23 +02:00
Rene Pfeuffer
3e2c8b7c4b Remove archive flag 2019-08-20 14:23:52 +02:00
Eduard Heimbuch
e33b4dc9fc removed unused method 2019-08-02 14:46:58 +02:00
René Pfeuffer
66b8187804 Fix integration test 2019-05-08 12:54:32 +02:00
René Pfeuffer
c5b20566c1 Fix bugs with integration test 2019-05-07 09:20:19 +02:00
René Pfeuffer
424120c964 Delete unused methods 2019-03-21 13:13:12 +01:00
Sebastian Sdorra
691f84a801 removes comments which are not useful without the context of the current change 2019-03-21 13:04:53 +01:00
Sebastian Sdorra
1179fd37fa fixes integration tests, which are relying on the admin flag 2019-03-13 15:56:40 +01:00
Sebastian Sdorra
8bf82213b8 remove unused imports 2019-01-30 14:48:37 +01:00
Sebastian Sdorra
eba07dc006 merge repository heads 2019-01-29 16:01:36 +01:00
Sebastian Sdorra
428734e0c7 port GitNonFastForwardITCase from scm-webapp to scm-it 2019-01-29 13:36:13 +01:00
Sebastian Sdorra
ac83dd93c8 fix execution of integration tests, by updating jetty to 9.4.14.v20181114 2019-01-29 13:35:11 +01:00
René Pfeuffer
6bf216d379 Rename media type 2019-01-23 11:19:55 +01:00
René Pfeuffer
02b19e51ef Fix repository permission rest interface 2019-01-23 09:47:38 +01:00
René Pfeuffer
707d63426b Remove enum PermissionType 2019-01-22 13:28:52 +01:00
Sebastian Sdorra
c26cc0fe56 fixed integration tests 2019-01-18 11:15:38 +01:00
René Pfeuffer
db1af8a7a4 Add integration test for security filter 2018-11-13 11:41:03 +01:00
René Pfeuffer
afbffa5978 Fix tests for default owner permission
Therefore add explicit methods to change the permission collection
of a repository.
2018-11-09 10:13:36 +01:00
René Pfeuffer
ef23178fad Fix test file name 2018-11-01 13:06:14 +01:00
René Pfeuffer
8b03a2c9a4 Merge with 2.0.0-m3 2018-11-01 12:03:49 +01:00
Rene Pfeuffer
f505fcdbb9 Remove .java suffix from test file names
Otherwise searching for the original class may present you multiple
results
2018-11-01 11:16:18 +01:00
René Pfeuffer
a0c301f469 Include javaee-api in server bundle 2018-10-29 08:43:11 +01:00
Mohamed Karray
4ffea849d7 merge 2018-10-26 16:38:28 +02:00
Mohamed Karray
0360694052 fix show diff in git format for svn repo 2018-10-26 16:26:55 +02:00
Sebastian Sdorra
6df3aa49ac Merged in feature/i18n_for_plugins_v2 (pull request #92)
Feature/i18n for plugins v2
2018-10-24 09:22:47 +00:00
Mohamed Karray
9cb661b460 plugin translation servlet 2018-10-20 14:40:03 +02:00
René Pfeuffer
46846673ae Merge with 2.0.0-m3 2018-10-17 13:58:53 +02:00
René Pfeuffer
3c7df066f0 Cleanup 2018-10-17 13:25:07 +02:00
René Pfeuffer
9bfb2cdadb Move password logic to manager 2018-10-17 11:58:37 +02:00
René Pfeuffer
a67d26575a Revert debug output 2018-10-16 17:01:48 +02:00
René Pfeuffer
8684d48556 Merge with 2.0.0-m3 2018-10-16 16:51:55 +02:00
Mohamed Karray
24b1241ed7 merge + refactoring 2018-10-16 15:58:54 +02:00
Mohamed Karray
d2dbccb80c remove throws NotFoundException and fix modify password 2018-10-16 10:47:52 +02:00
Mohamed Karray
356b84f4cd refactor the integration test lib to use the index resource & add unit tests for autoComplete permission 2018-10-15 18:35:45 +02:00
Mohamed Karray
e891ce9850 modify the autocomplete link structure of the index resources 2018-10-15 13:57:55 +02:00
Mohamed Karray
27ca8860d3 add the autoComplete link to the index resource 2018-10-15 08:41:46 +02:00
Mohamed Karray
023b362f68 add permission to modify the own password over the me and the user endpoints 2018-10-12 15:20:58 +02:00
Mohamed Karray
c7b8a3fedd fix autocomplete for user without admin permission + integration tests 2018-10-12 11:06:53 +02:00
René Pfeuffer
4e051a000d Adapt integration test to new HAL link name for children 2018-10-10 10:56:41 +02:00
Mohamed Karray
c1c1c5b984 merge 2018-10-02 13:20:55 +02:00