Justin Richer
29c9ee2c46
[maven-release-plugin] prepare release mitreid-connect-1.2.6
2016-04-06 16:33:42 -04:00
Justin Richer
37bead1404
added configuration flag for HEART mode
2016-03-18 22:04:22 -04:00
Justin Richer
2d2cf57125
added 'green' display to http on 127.0.0.1 in addition to localhost
2016-03-18 22:03:00 -04:00
Justin Richer
37b9acda66
fixed erroneous error log
2016-03-18 22:02:40 -04:00
Justin Richer
89316cbab1
fixed default token lifetimes for heart mode
2016-03-18 22:02:28 -04:00
Justin Richer
60faf96e00
modified UI for HEART mode
2016-03-10 12:50:25 -05:00
Justin Richer
26d507d635
default new client in UI to HEART-compliant values
2016-03-10 12:34:10 -05:00
Justin Richer
52061ff05a
pass heart mode variable to javascript
2016-03-09 10:47:48 -05:00
Justin Richer
3a0fd9141f
added HEART Mode image to footer
2016-02-24 17:16:51 -05:00
Justin Richer
d0d6ae2ad8
[maven-release-plugin] prepare for next development iteration
2016-02-23 19:02:05 -05:00
Justin Richer
7f5b70e9e1
[maven-release-plugin] prepare release mitreid-connect-1.2.5
2016-02-23 19:02:02 -05:00
Justin Richer
cebf0fb8b2
added general javascript error catch
2016-02-12 17:32:35 -05:00
Justin Richer
659646ba9a
sync overridden files from UMA server
2016-02-09 16:50:24 -05:00
Justin Richer
193d3f8ec6
fixed typo in messages file
2016-01-27 09:44:04 -05:00
Justin Richer
002767ec8a
UI cleanup for dynamic registration and resource registration
2016-01-22 18:16:23 -05:00
Justin Richer
8168acf04b
set off client registration information on dun reg page
2016-01-22 17:51:02 -05:00
Justin Richer
26483b22a9
added claims redirect URI editing to the UI for both admins and dynamic clients, closes #1005
2016-01-22 17:50:40 -05:00
Justin Richer
82a1e49e79
[maven-release-plugin] prepare for next development iteration
2016-01-21 15:55:56 -05:00
Justin Richer
e6684fb7a8
[maven-release-plugin] prepare release mitreid-connect-1.2.4
2016-01-21 15:55:53 -05:00
Justin Richer
7badfe1d17
Happy new year 2016!
2016-01-21 15:50:37 -05:00
Oscar Kurniawan
b691cd198a
Update client.html
...
In my instance, this typo cause an error to underscore.js when it is parsing
2015-12-29 18:50:32 +07:00
Justin Richer
d1033b693f
added privacy-preserving client logo cache
2015-12-21 15:51:39 -05:00
Justin Richer
43509b7dfb
removed a few straggling KIT references
2015-12-21 14:37:06 -05:00
Justin Richer
099ae41607
added client logo to admin table, closes #280
2015-12-21 14:33:49 -05:00
Justin Richer
e828f3f18d
[maven-release-plugin] prepare for next development iteration
2015-12-21 10:31:49 -05:00
Justin Richer
01ca5ef8e2
[maven-release-plugin] prepare release mitreid-connect-1.2.3
2015-12-21 10:31:47 -05:00
Justin Richer
d338352cc8
scroll Ui to top of page on page loads, closes #977
2015-12-18 15:41:01 -05:00
Justin Richer
7f464c496b
changed copyright to new consortium name
2015-12-16 14:51:12 -05:00
Justin Richer
be9d8948ef
added UMA classes to logger configuration
2015-12-10 16:35:25 -05:00
Justin Richer
c59f722cc2
enforce pairwise identifier consistency in UI, closes #969
2015-11-25 15:36:15 -05:00
Justin Richer
2496dc114c
allow language system to be loaded from multiple files. closes #817 closes #876
2015-11-24 20:33:55 -05:00
Justin Richer
e255fc1a10
change default behavior of message source, closes #964
2015-11-24 20:33:54 -05:00
Justin Richer
70751a3d4a
updated configuration to comment out optional property value in example
2015-11-24 12:17:32 -05:00
Cosmin Cojocar
7b34a666d9
Make the dual client support configurable
2015-11-24 12:10:27 -05:00
Mark Janssen
f27673a5f5
Align user profile claims
...
Especially helps when `<dd>` collapses due to an empty claim value.
2015-11-23 21:34:54 -05:00
Justin Richer
6d2b73a7ef
added JSPs to filter
2015-11-23 21:25:02 -05:00
Mark Janssen
4c1e6866ce
Filter only `*.tag` files
...
Instead of excluding all binary files, just filter `*.tag` files.
http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html
2015-11-23 21:03:23 -05:00
Justin Richer
2deec98b58
[maven-release-plugin] prepare for next development iteration
2015-10-13 18:56:47 -04:00
Justin Richer
d96b2dc130
[maven-release-plugin] prepare release mitreid-connect-1.2.2
2015-10-13 18:56:44 -04:00
Justin Richer
a5701f4ea3
limit client pagination to 10 pages at a time, closes #886
2015-10-13 17:55:18 -04:00
Justin Richer
c67611e975
added qualifier name to persistence unit and transaction manager, closes #883
2015-10-12 21:15:30 -04:00
Mark Janssen
d337e14de3
Remove transitive commons-logging dependencies
...
We use slf4j instead; jcl-over-slf4j needs to be a compile-time dependency because we use it in several classes.
Unfortunately Maven does not have a way to exclude commons-logging globally, so we need to figure out which dependencies include it through `mvn dependency:tree` and specify an `<exclusion>` for each of them.
Finally, we upgrade to slf4j 1.7.12: http://www.slf4j.org/news.html .
2015-10-12 20:17:51 -04:00
Mark Janssen
301802abd3
Speed up servlet start
...
- Set metadata-complete="true" attribute on the <web-app> element.
- Add an empty <absolute-ordering /> element.
See:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp#Configure_your_web_ap
plication
On my (old) machine, this reduces startup time with Jetty from 137580ms
to 20166ms.
2015-10-12 13:10:04 -04:00
Mark Janssen
90e4cb97ff
Upgrade jetty-maven-plugin and configure war path
...
Configuring war path enables `mvn jetty:run-war`.
2015-10-12 13:10:04 -04:00
Mark Janssen
8b7fc5de68
Update HikariCP to 2.4.1
...
https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES
2015-10-12 13:08:32 -04:00
Mark Janssen
9117e7fe31
Add SQL indexes for PostgreSQL and HSQLDB
2015-10-12 13:08:16 -04:00
Mark Janssen
7871ee0f26
Improve error message
2015-10-12 13:07:18 -04:00
Mark Janssen
58543ac9c4
Fix ID token icon description
2015-10-12 12:59:44 -04:00
Mark Janssen
b5c298e0ca
Remove legacy CSRF protection for approve page
...
Instead, we rely on the Spring Security CSRF protection, like we already do for the login page. Additionally, we remove the authentication check in`isApproved`, because this is already done by Spring Security (and if not, we have bigger problems to worry about).
2015-10-09 17:09:46 +02:00
Justin Richer
8b362f23f3
[maven-release-plugin] prepare for next development iteration
2015-10-02 18:53:48 -04:00