Sebastian Sdorra
|
0ed6ac58d2
|
Merged in gstefanik/scm-manager/gstefanik/prevent-binary-data-in-extras-from-inter-1505737809497 (pull request #39)
prevent binary data in {extras} from interfering with UTF-8 decoding
|
2017-09-26 06:45:40 +00:00 |
|
Gábor Stefanik
|
bfc70d418d
|
oops... don't interpret "close=junk" as "close=1"
|
2017-09-18 12:34:50 +00:00 |
|
Gábor Stefanik
|
3262524832
|
prevent binary data in {extras} from interfering with UTF-8 decoding
|
2017-09-18 12:30:20 +00:00 |
|
broDom
|
08a7f8f11d
|
build(server): remove invalid config element
|
2017-07-25 09:44:08 +02:00 |
|
broDom
|
e598d6fe4e
|
build(server): update jetty
|
2017-07-25 09:43:49 +02:00 |
|
broDom
|
5799f368fd
|
build(webapp): update resteasy (3.1.3 -> .4)
|
2017-07-25 09:40:49 +02:00 |
|
broDom
|
7b044ede3a
|
build(webapp): update jackson (2.8.6 -> .9)
|
2017-07-25 09:40:26 +02:00 |
|
broDom
|
d007f665f0
|
build(core): add missing commons-logging
|
2017-07-25 09:38:42 +02:00 |
|
broDom
|
8111eae65a
|
build: update shiro (1.4-rc2 -> 1.4)
|
2017-07-25 09:21:01 +02:00 |
|
broDom
|
46f5002f29
|
refactor: replace removed Guava API calls
|
2017-07-05 21:23:28 +02:00 |
|
broDom
|
1da3c7436c
|
refactor: replace StreamSupport.stream(spliterator, false) with Guava's Stream.stream(iterable)
|
2017-07-05 21:02:17 +02:00 |
|
broDom
|
d7b539ba10
|
build: update guava (16 -> 22)
|
2017-07-05 21:01:39 +02:00 |
|
broDom
|
056c384c39
|
refactor: use Stream API in ValidationUtil.isRepoNameValid
|
2017-07-05 18:23:32 +02:00 |
|
Sebastian Sdorra
|
20f84f82f4
|
removed plugin-backend related classes and configuration, because the backend has moved to its own repository
|
2017-07-05 08:04:59 +02:00 |
|
broDom
|
96f40485d1
|
refactor: remove redundant type casts
|
2017-07-03 17:17:58 +02:00 |
|
broDom
|
656288857b
|
refactor: remove redundant type arguments
|
2017-07-03 17:17:39 +02:00 |
|
broDom
|
efac49ccf7
|
style: use uppercase L instead of lowercase version for better readability
|
2017-07-03 17:16:54 +02:00 |
|
broDom
|
c91b3a39cd
|
build: remove duplicated dependencies
|
2017-07-03 17:15:21 +02:00 |
|
broDom
|
94fba3df13
|
build: remove redundant groupIds as they are defined in the parent pom
|
2017-07-03 17:13:15 +02:00 |
|
broDom
|
0cff0e7e7a
|
refactor: remove explicit type arguments
|
2017-07-03 17:12:41 +02:00 |
|
broDom
|
b73040771a
|
refactor: replace statement lambda with expression lambda
|
2017-07-03 17:11:32 +02:00 |
|
broDom
|
524a5dbb0a
|
refactor: use Map.computeIfAbsent
|
2017-07-03 17:10:58 +02:00 |
|
broDom
|
fb2dfce631
|
refactor: replace Guava's Iterables.find with Stream API
|
2017-07-03 17:09:50 +02:00 |
|
broDom
|
7b03c19de6
|
refactor: replace while loop with Map.removeIf
|
2017-07-03 17:08:44 +02:00 |
|
broDom
|
64b8fc8af6
|
refactor: replace Collections.sort with List.sort
|
2017-07-03 17:08:04 +02:00 |
|
broDom
|
397904adde
|
refactor: replace anonymous types with lambdas
|
2017-07-03 17:07:07 +02:00 |
|
broDom
|
db2d82b9ec
|
refactor: use try-with-resources
|
2017-07-03 16:59:46 +02:00 |
|
broDom
|
e9d5b3a363
|
refactor: collapse identical catch blocks
|
2017-07-03 16:59:19 +02:00 |
|
broDom
|
9f98b0e890
|
refactor: replace while with iterator with foreach loop
|
2017-07-03 16:56:25 +02:00 |
|
broDom
|
ad719d37ab
|
refactor: use Stream API instead of for-if
|
2017-07-03 16:55:43 +02:00 |
|
broDom
|
13b29ea9f2
|
refactor: replace String.indexOf() >= 0 with String.contains()
|
2017-07-03 16:54:39 +02:00 |
|
broDom
|
4bd093f472
|
refactor: replace for loop with foreach
|
2017-07-03 16:46:54 +02:00 |
|
broDom
|
f70745d65a
|
style: remove unused imports
|
2017-07-03 16:45:21 +02:00 |
|
Sebastian Sdorra
|
244e9ba297
|
fix deserialization of changeset modifications
|
2017-06-28 22:03:51 +02:00 |
|
Sebastian Sdorra
|
99c946b524
|
fix serialization/deserialization of integration tests
|
2017-06-28 22:03:21 +02:00 |
|
Sebastian Sdorra
|
92444fa73b
|
json before xml
|
2017-06-28 22:02:05 +02:00 |
|
Sebastian Sdorra
|
e734ff8268
|
removed unnecessary json url extension
|
2017-06-28 22:01:11 +02:00 |
|
Sebastian Sdorra
|
97abf3de0e
|
improve default configuration for json serialization/deserialization
|
2017-06-28 21:59:49 +02:00 |
|
Sebastian Sdorra
|
e826b833cc
|
switch from jersey 1.x to resteasy
|
2017-06-27 20:16:05 +02:00 |
|
Sebastian Sdorra
|
3f27dd8cca
|
[maven-release-plugin] prepare for next development iteration
|
2018-05-04 11:14:45 +02:00 |
|
Sebastian Sdorra
|
0ba7fab12c
|
[maven-release-plugin] copy for tag 1.60
|
2018-05-04 11:14:45 +02:00 |
|
Sebastian Sdorra
|
a0b3b154c8
|
[maven-release-plugin] prepare release 1.60
1.60
|
2018-05-04 11:14:45 +02:00 |
|
Sebastian Sdorra
|
b76fa9b59a
|
merge with branch issue-979
|
2018-05-04 09:09:05 +02:00 |
|
Sebastian Sdorra
|
418ad370e2
|
close branch issue-979
|
2018-05-04 09:07:18 +02:00 |
|
Sebastian Sdorra
|
41dea47413
|
#979 rename KeyStore to SecretKeyStore
|
2018-05-04 07:20:07 +02:00 |
|
Sebastian Sdorra
|
f345972935
|
#979 change encryption key prefix from enc to SKV2 (scm key version 2)
|
2018-04-30 11:01:00 +02:00 |
|
Sebastian Sdorra
|
40b5ef485b
|
#979 encrypt the configuration keys before they are written to prefs
|
2018-04-30 09:36:51 +02:00 |
|
Sebastian Sdorra
|
cbecb3731b
|
#979 use a java 7 compatible cipher spec
|
2018-04-30 09:27:00 +02:00 |
|
Sebastian Sdorra
|
3ee0bcedac
|
#979 encrypt cli configuration with aes instead of pbe
|
2018-04-18 14:41:38 +02:00 |
|
Sebastian Sdorra
|
d9e7de8202
|
#979 improve javadoc
|
2018-04-18 08:09:28 +02:00 |
|