Commit Graph

5160 Commits

Author SHA1 Message Date
Sebastian Sdorra
e4949da491 improve javadoc 2015-03-15 12:40:31 +01:00
Sebastian Sdorra
68cf846818 do not create a session for debug servlet 2015-03-15 12:34:49 +01:00
Sebastian Sdorra
25a82e5e1c do not create a session for servlet container detection 2015-03-15 11:56:51 +01:00
Sebastian Sdorra
325ca0c795 added restful endpoint for jwt authentication 2015-03-15 11:40:29 +01:00
Sebastian Sdorra
be385e4f2e implement a new authentication filter, which uses a set of WebTokenGenerator to handle authentication requests 2015-02-21 21:06:35 +01:00
Sebastian Sdorra
2029166b03 start implementation of jwt based authentication 2015-02-21 15:58:13 +01:00
Sebastian Sdorra
451490e95a [maven-release-plugin] prepare for next development iteration 2015-02-17 10:01:30 +01:00
Sebastian Sdorra
5ceef70bd6 [maven-release-plugin] copy for tag 1.45 2015-02-17 10:01:29 +01:00
Sebastian Sdorra
69b691f010 [maven-release-plugin] prepare release 1.45 1.45 2015-02-17 10:01:29 +01:00
Sebastian Sdorra
4c171732a9 update apiviz to 1.3.2 2015-02-17 09:44:23 +01:00
Sebastian Sdorra
05228bd492 remove outdated asm dependency 2015-02-16 16:03:07 +01:00
Sebastian Sdorra
5a7588fd2f update jersey to version 1.19 2015-02-16 15:49:33 +01:00
Sebastian Sdorra
387cb50cc7 update slf4j to version 1.7.10 2015-02-16 15:44:58 +01:00
Sebastian Sdorra
30733f96b8 indent 2015-02-16 15:38:31 +01:00
Sebastian Sdorra
e5bfca2205 improve remove repository confirmation dialog 2015-02-16 15:34:49 +01:00
Sebastian Sdorra
b977b2a074 experimental implementation of a context restart, to speed up redeployments durring plugin development 2015-02-14 15:21:29 +01:00
Sebastian Sdorra
919f5843d4 javadoc 2015-02-10 21:05:38 +01:00
Sebastian Sdorra
e5184ac6a0 merge with branch issue-627 2015-02-10 20:50:06 +01:00
Sebastian Sdorra
8458439682 close branch issue-627 2015-02-10 20:39:39 +01:00
Sebastian Sdorra
8ccaaf3695 remove auto login modules because they are not longer needed, since we can determine the order of the filter chain 2015-02-06 22:41:34 +01:00
Sebastian Sdorra
ed76f14aa4 fix annotation processing with array values 2015-02-06 22:38:35 +01:00
Sebastian Sdorra
b07b11a73d remove unnecessary null check 2015-02-01 20:24:38 +01:00
Sebastian Sdorra
8c02ac0d5f fix typo 2015-02-01 20:23:07 +01:00
Sebastian Sdorra
30b49490a7 make use of new WebElement and Priority annotation 2015-02-01 19:52:53 +01:00
Sebastian Sdorra
79e1e5e972 added module to register servlets and filters by new WebElement annotation 2015-02-01 19:14:46 +01:00
Sebastian Sdorra
7877db00c9 update servlet api to version 3.0.1 2015-01-25 16:52:11 +01:00
Sebastian Sdorra
11f366e68f update mockito to version 1.10.19 2015-01-24 12:54:17 +01:00
Sebastian Sdorra
9f297f3af3 merge repository heads 2015-01-24 11:08:36 +01:00
Sebastian Sdorra
436b27e8fc introducing HookBranchProvider to get informations about changed branches during a hook, see issue #668 2015-01-24 11:08:16 +01:00
Sebastian Sdorra
dd802cda69 fix wrong logging 2015-01-23 22:58:58 +01:00
Sebastian Sdorra
d707f0ee47 servlet fields should be final 2015-01-23 21:44:04 +01:00
Sebastian Sdorra
6145d3cb57 fix wrong logging 2015-01-23 21:33:28 +01:00
Stephan Christann
a3735e7417 added missing shebang statement in create user script 2015-01-22 14:47:14 +01:00
Sebastian Sdorra
31bb6dfe6d return a property for closed branches 2015-01-19 17:54:57 +01:00
Sebastian Sdorra
264cbbc9ad do not catch throwable 2015-01-18 21:34:45 +01:00
Sebastian Sdorra
dcbd1d597e avoid receiving duplicate git commits, during a push with multiple new branches 2015-01-18 21:26:39 +01:00
Sebastian Sdorra
e2b4862ad4 retrieve only new git commits, do not collect commits from existing branches 2015-01-18 18:32:06 +01:00
Stephan Christann
0609a7f45c Usability of init script improved. 2015-01-15 11:09:22 +01:00
Sebastian Sdorra
f578b3d5b7 increase timeout for directory import from 30 seconds to 5 minutes, to fix issue #662 2015-01-07 08:09:03 +01:00
Sebastian Sdorra
2254f05af8 [maven-release-plugin] prepare for next development iteration 2014-12-23 12:24:57 +01:00
Sebastian Sdorra
f731f7fc2a [maven-release-plugin] copy for tag 1.44 2014-12-23 12:24:56 +01:00
Sebastian Sdorra
430b2de1fb [maven-release-plugin] prepare release 1.44 1.44 2014-12-23 12:24:56 +01:00
Sebastian Sdorra
0a5eb89f5a update slf4j to version 1.7.9 2014-12-23 12:03:29 +01:00
Sebastian Sdorra
2a86551085 update mockito to version 1.10.17 2014-12-23 12:03:06 +01:00
Sebastian Sdorra
7fad6bcf30 update junit to version 4.12 2014-12-23 12:01:48 +01:00
Sebastian Sdorra
48dd5f227a update jersey to version 1.18.3 2014-12-23 12:01:29 +01:00
Sebastian Sdorra
c27bd93d8d update jgit to version 3.5.3.201412180710-r in order to fix CVE-2014-9390 2014-12-23 11:58:23 +01:00
Sebastian Sdorra
7ead62bb64 fix generic handling of extension processor 2014-12-21 00:42:21 +01:00
Sebastian Sdorra
4644975408 fix unchecked problem 2014-12-20 23:59:20 +01:00
Sebastian Sdorra
b536a7b318 fix some unchecked warnings 2014-12-20 23:51:46 +01:00