Commit Graph

5160 Commits

Author SHA1 Message Date
Sebastian Sdorra
3a332aa060 update javahg to version 0.6 2013-05-15 20:23:44 +02:00
Sebastian Sdorra
de1dd3420c improve exception handling of ThrowingEventBus 2013-05-15 09:26:29 +02:00
Sebastian Sdorra
426175c793 fix registration of synchronous event handlers 2013-05-15 08:47:06 +02:00
Sebastian Sdorra
82498077ae added architecture diagramm to javadoc 2013-05-12 17:17:00 +02:00
Sebastian Sdorra
d5dc6cb3ce update mustache to version 0.8.12 2013-05-11 19:29:34 +02:00
Sebastian Sdorra
557f63e616 update logback to version 1.0.13 2013-05-11 19:26:10 +02:00
Sebastian Sdorra
e440feb5f5 merge with branch issue-340 2013-05-11 19:08:07 +02:00
Sebastian Sdorra
4c1ebc4d8d close branch issue-340 2013-05-11 19:07:28 +02:00
Sebastian Sdorra
65e400345b fix bug in AbstractGitIncomingOutgoingCommand 2013-05-10 19:31:57 +02:00
Sebastian Sdorra
a2999c9ad6 fix bug in git push command and added unit test for git push 2013-05-10 16:39:49 +02:00
Sebastian Sdorra
540189c0a9 implement git push command 2013-05-10 15:59:31 +02:00
Sebastian Sdorra
d79249e23e implement mercurial pull command 2013-05-10 15:49:32 +02:00
Sebastian Sdorra
5a9a0743a7 implement mercurial push command 2013-05-10 15:46:19 +02:00
Sebastian Sdorra
5a41b5643a added exceptions to push and pull api 2013-05-10 15:43:35 +02:00
Sebastian Sdorra
90de716bbc fix wrong return type 2013-05-10 15:40:13 +02:00
Sebastian Sdorra
0a221cee5b added api for pull command 2013-05-10 15:37:56 +02:00
Sebastian Sdorra
6ed66468a2 added api for push command 2013-05-10 15:31:07 +02:00
Sebastian Sdorra
737f185a7e fix NoClassDefFoundError 2013-05-10 15:14:20 +02:00
Sebastian Sdorra
0cf6a71f7b added unit test for git outgoing command 2013-05-10 15:13:13 +02:00
Sebastian Sdorra
4e8d6a7323 implement git outgoing command 2013-05-10 15:12:53 +02:00
Sebastian Sdorra
2345bf3a9c added unit test for git incoming command 2013-05-10 14:46:19 +02:00
Sebastian Sdorra
d2d0eafae2 implement git incoming command 2013-05-10 14:45:56 +02:00
Sebastian Sdorra
31bdb3093b added unit test for mercurial outgoing command 2013-05-10 13:17:01 +02:00
Sebastian Sdorra
fb59c5cd56 improve exception handling 2013-05-10 13:02:35 +02:00
Sebastian Sdorra
f4a3bc57c3 added unit test for incoming hg command 2013-05-10 12:50:11 +02:00
Sebastian Sdorra
fdfd7a58a4 fix non opening changeset viewer 2013-05-06 20:52:56 +02:00
Sebastian Sdorra
6cb33fc9f1 added implementation of outgoing command for mercurial 2013-05-06 20:41:20 +02:00
Sebastian Sdorra
3217b5b711 added implementation of incoming command for mercurial 2013-05-06 20:08:11 +02:00
Sebastian Sdorra
33eb6a60d7 fix possible npe 2013-05-06 09:07:10 +02:00
Sebastian Sdorra
0258cc3680 added api for outgoing command 2013-05-06 09:03:05 +02:00
Sebastian Sdorra
5e92170efd IncomingCommandRequest should be final 2013-05-06 08:53:48 +02:00
Sebastian Sdorra
a801e7c31d added api for incoming command 2013-05-06 08:52:34 +02:00
Sebastian Sdorra
f56eaa2c74 fix user create form 2013-05-02 18:40:32 +02:00
Sebastian Sdorra
62bfcbc78f add unit test for DefaultSecuritySystem 2013-05-02 18:29:00 +02:00
Sebastian Sdorra
f959a78154 update logback to version 1.0.12 2013-05-02 09:06:44 +02:00
Sebastian Sdorra
c0eb4c3859 javadoc 2013-05-02 08:43:23 +02:00
Sebastian Sdorra
f4b0aa37da move event to correct package, serializable, toString, equals and hashCode 2013-05-02 08:16:02 +02:00
Sebastian Sdorra
5700f9ed06 clear cache if permission has changed 2013-05-01 21:10:21 +02:00
Sebastian Sdorra
b7b6c94574 implementing events for security system 2013-05-01 21:09:40 +02:00
Sebastian Sdorra
88e9e83647 remove permission objects if a group or a user is deleted 2013-05-01 20:57:47 +02:00
Sebastian Sdorra
1301269ad1 improve user interface 2013-05-01 20:26:21 +02:00
Sebastian Sdorra
341716df49 start implementation of ui for global user permissions 2013-05-01 19:17:43 +02:00
Sebastian Sdorra
3f9cc02ebb implementing ui for global group permissions 2013-05-01 18:45:21 +02:00
Sebastian Sdorra
6b3f57dd45 added missing id parameter for log message 2013-05-01 18:28:35 +02:00
Sebastian Sdorra
e2450d114a added rest api for new security system 2013-05-01 14:11:45 +02:00
Sebastian Sdorra
3a398af09b added missing getPermission method 2013-05-01 13:52:04 +02:00
Sebastian Sdorra
1d1a92708a read permission descriptor from classpath 2013-04-30 16:55:48 +02:00
Sebastian Sdorra
7b00a4e52d start implementation of new security system 2013-04-30 16:27:08 +02:00
Sebastian Sdorra
c7cc0fabb0 pass available permissions to the state object, if the current user has the administrator role 2013-04-30 16:23:40 +02:00
Sebastian Sdorra
210c400456 improve api for global permissions 2013-04-30 15:36:45 +02:00