Justin Richer
f8372666e6
Added PCT support, doesn't return from token endpoint yet
8 years ago
Justin Richer
193d3f8ec6
fixed typo in messages file
9 years ago
Justin Richer
002767ec8a
UI cleanup for dynamic registration and resource registration
9 years ago
Justin Richer
8168acf04b
set off client registration information on dun reg page
9 years ago
Justin Richer
26483b22a9
added claims redirect URI editing to the UI for both admins and dynamic clients, closes #1005
9 years ago
Justin Richer
82a1e49e79
[maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer
e6684fb7a8
[maven-release-plugin] prepare release mitreid-connect-1.2.4
9 years ago
Justin Richer
7badfe1d17
Happy new year 2016!
9 years ago
Oscar Kurniawan
b691cd198a
Update client.html
...
In my instance, this typo cause an error to underscore.js when it is parsing
9 years ago
Justin Richer
d1033b693f
added privacy-preserving client logo cache
9 years ago
Justin Richer
43509b7dfb
removed a few straggling KIT references
9 years ago
Justin Richer
099ae41607
added client logo to admin table, closes #280
9 years ago
Justin Richer
e828f3f18d
[maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer
01ca5ef8e2
[maven-release-plugin] prepare release mitreid-connect-1.2.3
9 years ago
Justin Richer
d338352cc8
scroll Ui to top of page on page loads, closes #977
9 years ago
Justin Richer
7f464c496b
changed copyright to new consortium name
9 years ago
Justin Richer
be9d8948ef
added UMA classes to logger configuration
9 years ago
Justin Richer
c71f534493
added UMA classes to logger configuration
9 years ago
Justin Richer
c59f722cc2
enforce pairwise identifier consistency in UI, closes #969
9 years ago
Justin Richer
2496dc114c
allow language system to be loaded from multiple files. closes #817 closes #876
9 years ago
Justin Richer
e255fc1a10
change default behavior of message source, closes #964
9 years ago
Justin Richer
70751a3d4a
updated configuration to comment out optional property value in example
9 years ago
Cosmin Cojocar
7b34a666d9
Make the dual client support configurable
9 years ago
Mark Janssen
f27673a5f5
Align user profile claims
...
Especially helps when `<dd>` collapses due to an empty claim value.
9 years ago
Justin Richer
6d2b73a7ef
added JSPs to filter
9 years ago
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
9 years ago
Justin Richer
2deec98b58
[maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer
d96b2dc130
[maven-release-plugin] prepare release mitreid-connect-1.2.2
9 years ago
Justin Richer
a5701f4ea3
limit client pagination to 10 pages at a time, closes #886
9 years ago
Justin Richer
c67611e975
added qualifier name to persistence unit and transaction manager, closes #883
9 years ago
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 .
9 years ago
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.
9 years ago
Mark Janssen
90e4cb97ff
Upgrade jetty-maven-plugin and configure war path
...
Configuring war path enables `mvn jetty:run-war`.
9 years ago
Mark Janssen
8b7fc5de68
Update HikariCP to 2.4.1
...
https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES
9 years ago
Mark Janssen
9117e7fe31
Add SQL indexes for PostgreSQL and HSQLDB
9 years ago
Mark Janssen
7871ee0f26
Improve error message
9 years ago
Mark Janssen
58543ac9c4
Fix ID token icon description
9 years ago
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).
9 years ago
Justin Richer
8b362f23f3
[maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer
e384a6257b
[maven-release-plugin] prepare release mitreid-connect-1.2.1
9 years ago
Justin Richer
3c222b0d79
rewrote blacklist UI, fixed delete functions on rest of UI, closes #905
9 years ago
Justin Richer
43e9fbc29c
fixed issuer on login page, added CSRF to login / logout, closes #870 , closes #824 , closes #875
9 years ago
Justin Richer
74f5a248c7
Added indexes to MySQL file, closes #902
9 years ago
Justin Richer
31374c0f7b
added spring security to logger configuration, closes #917
9 years ago
Stephen Doxsee
8d0355a513
Fix commented-out datasource config for postgresql and mysql to user HikariDataSource instead of Apache's BasicDataSource (since the class isn't in the project by default)
9 years ago
Justin Richer
54d8d890e5
restricted access to /authorize to ROLE_USER accounts, closes #892
9 years ago
Justin Richer
22c05ec51b
[maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer
e6b64cd9cd
[maven-release-plugin] prepare release mitreid-connect-1.2.0
9 years ago
Justin Richer
cd46994fb3
removed old DB upgrade scripts (use the upgrade API instead)
9 years ago
Justin Richer
15c2b57730
[maven-release-plugin] prepare for next development iteration
9 years ago