Commit Graph

60 Commits

Author SHA1 Message Date
René Pfeuffer
a0f74e3329 Replace model object exception with generic ones and migrate guice 2018-08-21 07:53:33 +02:00
René Pfeuffer
44d96f29ad Initialize missing user database at startup 2018-08-01 09:59:23 +02:00
Michael Behlendorf
0c60df3ac6 Merge branch 2.0.0-m3 into feature/global_config_v2_endpoint 2018-07-13 11:13:43 +02:00
René Pfeuffer
9131764fbb Implement delete in ManagerDaoAdapter 2018-07-12 10:30:33 +02:00
René Pfeuffer
42543f6a47 Create NotFoundExceptions with id fields 2018-07-12 10:20:16 +02:00
René Pfeuffer
4e207713bf Introduce ManagerDaoAdapter for create and modify 2018-07-12 10:15:32 +02:00
René Pfeuffer
50d9da8726 Merge base branch into feature 2018-07-05 14:56:33 +02:00
René Pfeuffer
bbce9b7ca2 Use correct namespace of created repository 2018-07-05 12:19:31 +02:00
René Pfeuffer
e7ea9e686e Clean up exceptions
- Remove declared IOException
- Fix repetition of exception messages
2018-06-29 09:34:31 +02:00
René Pfeuffer
9ec59b680e Reset creation date on update 2018-06-27 17:07:01 +02:00
Sebastian Sdorra
bad99919f4 merge with branch 1.x 2017-01-12 19:50:39 +01:00
Sebastian Sdorra
64581e1f75 use already exists exceptions always with an appropriate message 2016-12-07 22:40:24 +01:00
Sebastian Sdorra
3709ce7602 fix typo 2016-12-07 22:28:06 +01:00
Sebastian Sdorra
26ece65363 use ssp for user and repository permission checks 2016-12-06 22:04:13 +01:00
Sebastian Sdorra
8e3c3e4b63 improve modification events to pass the item before it was modified to the subscriber 2016-06-25 21:48:53 +02:00
Sebastian Sdorra
d6ce7383d6 merge with branch 1.x 2014-12-06 15:42:10 +01:00
Sebastian Sdorra
659da861f2 create default accounts only, if no other user exists in the dao 2014-11-25 08:13:48 +01:00
Sebastian Sdorra
c3100f420c improve modification handler events by sending old and new items to eventbus 2014-01-11 13:45:23 +01:00
Sebastian Sdorra
796858868a remove unused imports 2014-01-03 14:20:28 +01:00
Sebastian Sdorra
5e6259f3b7 remove old style listeners in favor of event bus 2014-01-03 11:32:40 +01:00
Sebastian Sdorra
bed58f948b fix bug with user events and decorated user managers 2013-08-09 11:08:27 +02:00
Sebastian Sdorra
2e7e4c457a improve remember me 2013-04-24 08:33:32 +02:00
Sebastian Sdorra
114834d257 util classes should be final with a private constructor 2013-02-11 15:28:14 +01:00
Sebastian Sdorra
65c80b14fb added GroupNotFoundException and UserNotFoundException 2013-01-29 20:39:08 +01:00
Sebastian Sdorra
0c18b54b8e fix license headers 2012-12-14 15:22:13 +01:00
Sebastian Sdorra
3e443e5447 bind decorator factories 2012-11-29 08:54:18 +01:00
Sebastian Sdorra
692aae72fe fix license headers 2012-10-17 14:24:22 +02:00
Sebastian Sdorra
b85a92596d fix wrong cast 2012-10-04 11:15:14 +02:00
Sebastian Sdorra
40ae526620 added hack for missing user events 2012-10-04 11:14:46 +02:00
Sebastian Sdorra
4d3c12c805 remove current user check, because it does not work with apache shiro 2012-10-04 10:50:57 +02:00
Sebastian Sdorra
468f1a9b4c improve logging 2012-10-04 10:50:19 +02:00
Sebastian Sdorra
4a9d14b708 mark security context as deprecated and use shiro apis instead 2012-08-30 13:20:26 +02:00
Sebastian Sdorra
84e6cc9619 added before events for manager objects 2012-05-18 19:34:56 +02:00
Sebastian Sdorra
f8fbb85c7b use dao type for system account creation 2012-03-18 17:21:33 +01:00
Sebastian Sdorra
cb37aec93a rename manager classes from xml to default 2012-03-16 18:50:32 +01:00
Sebastian Sdorra
5c8968905f move xml backend classes to own artifcat 2012-03-04 11:24:12 +01:00
Sebastian Sdorra
a60f04e083 added injection support for authentication, group, repository and user listeners 2011-08-16 19:10:36 +02:00
Sebastian Sdorra
0d2ecb8f0e improve logging and small fixes for active directory authentication, see #28 2011-06-23 09:37:55 +02:00
Sebastian Sdorra
637bc373b5 protect getAll methods 2011-06-09 22:11:59 +02:00
Sebastian Sdorra
1edd0e8768 improve manager sort api 2011-06-09 22:10:30 +02:00
Sebastian Sdorra
a99d7e6b1e improve manager paging api 2011-06-09 21:46:22 +02:00
Sebastian Sdorra
d5b387bd97 start implementing paging and server side sorting for users, groups and repositories 2011-06-09 21:32:30 +02:00
Sebastian Sdorra
2396430431 use timestamp instead of dateformat (yyyy-MM-dd HH-mm-ss) 2011-04-04 16:11:01 +02:00
Sebastian Sdorra
92883e4f50 fix nullpointerexcpetion on first login 2011-02-15 19:19:05 +01:00
Sebastian Sdorra
d5c2338d1d added LastModifiedAware interface 2011-02-12 19:55:18 +01:00
Sebastian Sdorra
cb56de5670 improve SearchUtil 2011-02-12 15:43:27 +01:00
Sebastian Sdorra
b81610a9f3 cache user search results 2011-02-12 11:24:08 +01:00
Sebastian Sdorra
c598f1079e added user search resource 2011-02-11 19:44:10 +01:00
Sebastian Sdorra
f9dcf08f31 remove lastLogin attribute to improve svn and bzr performance 2011-01-13 20:19:06 +01:00
Sebastian Sdorra
dfef03f074 improve PermissionUtil 2011-01-06 12:44:18 +01:00