Commit Graph

416 Commits

Author SHA1 Message Date
René Pfeuffer
f32bb38ac2 Refactoring 2018-05-29 16:29:13 +02:00
René Pfeuffer
14d960c753 Refactoring 2018-05-29 16:24:19 +02:00
René Pfeuffer
92d5ec58b6 Add more links (unconditional) 2018-05-29 15:36:52 +02:00
René Pfeuffer
0bb7c131ed Correct returned collection of get all 2018-05-29 15:36:29 +02:00
René Pfeuffer
89b0c08f70 Enhance unit tests and use guice for injection 2018-05-29 10:47:15 +02:00
René Pfeuffer
933e610daf Implement delete 2018-05-28 16:22:32 +02:00
René Pfeuffer
4b1385d7e9 Implement create 2018-05-28 16:16:00 +02:00
René Pfeuffer
8ea0070019 Encrypt password 2018-05-28 16:02:28 +02:00
René Pfeuffer
0583fd2210 Implement update 2018-05-28 14:55:22 +02:00
René Pfeuffer
cf6353dcbf Function get all 2018-05-28 14:31:43 +02:00
René Pfeuffer
6ac0765788 Add links map 2018-05-28 14:13:47 +02:00
René Pfeuffer
61c2e942be Extend user dto 2018-05-28 13:21:47 +02:00
René Pfeuffer
56af56b39e Create first new dummy user resource 2018-05-28 13:18:00 +02:00
René Pfeuffer
8c308f7d74 Correct Typo 2018-05-25 15:13:34 +02:00
Sebastian Sdorra
97abf3de0e improve default configuration for json serialization/deserialization 2017-06-28 21:59:49 +02:00
Sebastian Sdorra
3637a8de20 switch from jersey 1.x to resteasy 2017-06-27 20:16:05 +02:00
Sebastian Sdorra
aec3d5d65d merge with branch 1.x 2017-06-25 19:01:33 +02:00
Sebastian Sdorra
9ff0d1863c improve rest api documentation of Repository, RepositoryImport, Search, SecuritySystem and User resource 2017-05-10 08:56:43 +02:00
Sebastian Sdorra
42f412faa4 improve rest api documentation of Authentication, ChangePassword, Cipher, Group, Key and Plugin resource 2017-05-09 16:06:08 +02:00
Sebastian Sdorra
9ffb07acee update enunciate to version 2.9.1 2017-05-09 15:18:14 +02:00
Sebastian Sdorra
e0d42d7c92 change authentication parameters to match oauth spec 2017-02-09 20:52:53 +01:00
Sebastian Sdorra
2388cfd35d create a more flexible interface for the creation of access tokens
Provide a AccessTokenBuilderFactory to simplify the creation of access tokens and a default implementation which is based on JWT. Added also an AccessTokenCookieIssuer to unify the creation of access token cookies. Removed old BearerTokenGenerator.
2017-01-17 14:40:50 +01:00
Sebastian Sdorra
e7d6f50fd9 implement token scopes, scopes can be used to issue a token which is only suitable for a single or set explicit actions 2017-01-16 15:04:44 +01:00
Sebastian Sdorra
7429a90424 fix broken build 2017-01-13 06:43:59 +01:00
Sebastian Sdorra
4e62f9552a re implement xsrf protection for scm-manager 2.0.0 2017-01-12 22:16:14 +01:00
Sebastian Sdorra
bad99919f4 merge with branch 1.x 2017-01-12 19:50:39 +01:00
Sebastian Sdorra
5332ac2466 refactor store api 2016-12-11 21:31:05 +01:00
Sebastian Sdorra
3709ce7602 fix typo 2016-12-07 22:28:06 +01:00
Sebastian Sdorra
488d4e3323 implemented xsrf protection, see issue #793 2016-01-23 22:02:25 +01:00
Sebastian Sdorra
6dd765e3be start implementation of repository permissions 2015-07-09 20:29:07 +02:00
Sebastian Sdorra
71291bd7ea fix wrong uft-8 filenames on raw download, see issue #697 2015-04-18 22:11:34 +02:00
Sebastian Sdorra
c921fa9ab0 remove cookie on logout 2015-04-01 10:47:00 +02:00
Sebastian Sdorra
fd683dd6b4 disable apache shiro remember me function 2015-03-21 17:03:23 +01:00
Sebastian Sdorra
3525346adb set 10 hours for token max age 2015-03-21 15:58:31 +01:00
Sebastian Sdorra
325ca0c795 added restful endpoint for jwt authentication 2015-03-15 11:40:29 +01:00
Sebastian Sdorra
dd802cda69 fix wrong logging 2015-01-23 22:58:58 +01:00
Sebastian Sdorra
6145d3cb57 fix wrong logging 2015-01-23 21:33:28 +01:00
Sebastian Sdorra
4fa8e6e88a replace scm-manager 1.x security api with apache shiro and use PasswordService for stronger password hashes 2014-12-14 12:26:03 +01:00
Sebastian Sdorra
d6ce7383d6 merge with branch 1.x 2014-12-06 15:42:10 +01:00
Sebastian Sdorra
34d05ef3a0 implement gzip compression for unbundle command 2014-12-01 11:14:19 +01:00
Sebastian Sdorra
7a00bff77b merge repository heads 2014-11-29 12:50:31 +01:00
Sebastian Sdorra
50193b37b0 added rest endpoint for new AdvancedImportHandler 2014-11-29 12:47:19 +01:00
Sebastian Sdorra
45a6bf5183 implemented ui for repository import from file 2014-11-28 14:51:25 +01:00
Sebastian Sdorra
d898b311b2 improve bundle import execution order 2014-11-26 16:57:13 +01:00
Sebastian Sdorra
0a06885967 added rest endpoint to handle imports of repository bundles such as svn dumps 2014-11-26 16:54:50 +01:00
Sebastian Sdorra
525eb58631 added rest endpoint to start a directory import for all supported repository types 2014-11-26 14:35:37 +01:00
Sebastian Sdorra
a35e839688 improve import rest api to handle imports of external repositories via url 2014-11-26 13:56:27 +01:00
Sebastian Sdorra
c7007e7bd0 javadoc and rest docs 2014-11-03 17:07:49 +01:00
Sebastian Sdorra
a8d9d8b9b6 fix/suppress compiler warnings 2014-08-19 21:45:23 +02:00
Sebastian Sdorra
f1a0435014 merge with branch 1.x 2014-08-15 23:53:31 +02:00