Justin Richer
|
2fc164afca
|
added click through sanity check to registration token rotation, closes #698
|
2014-10-23 23:28:48 -04:00 |
Justin Richer
|
d5c96f5d0d
|
updated icons list, enhanced editor display
Addresses #679
|
2014-10-23 23:13:44 -04:00 |
Justin Richer
|
e07af009d8
|
[maven-release-plugin] prepare for next development iteration
|
2014-10-07 22:06:04 -04:00 |
Justin Richer
|
b950624843
|
[maven-release-plugin] prepare release mitreid-connect-1.1.10
|
2014-10-07 22:06:02 -04:00 |
Justin Richer
|
dcee8a2311
|
changed color of "matched" element list in client search
|
2014-10-07 21:45:52 -04:00 |
Justin Richer
|
14f2efae10
|
added warnings for empty scopes and empty redirect URI lists
|
2014-10-07 21:45:52 -04:00 |
John Brooks
|
97666b086f
|
Change this.model.id to this.model.get('id')
|
2014-10-07 19:38:08 -04:00 |
John Brooks
|
5af78f1f66
|
Change whitelist references from .id to .get('id')
|
2014-10-07 19:38:08 -04:00 |
Justin Richer
|
2ec4734438
|
added registration token rotation function to UI
|
2014-10-07 18:24:51 -04:00 |
Justin Richer
|
85fd16b457
|
fixed button sizes on dynreg and rsreg
|
2014-10-07 17:51:15 -04:00 |
Justin Richer
|
f097e589a4
|
swapped exception class for existing BeanCreationException, added example flag in config file (commented out)
closes #528
closes #689
|
2014-10-07 16:20:00 -04:00 |
James Agnew
|
7f8402e59e
|
Use locally bundled html5shim
|
2014-10-07 16:19:59 -04:00 |
Justin Richer
|
f18f1701a3
|
moved the API endpoints, made resource tokens accessible too
|
2014-10-07 16:19:59 -04:00 |
Justin Richer
|
34e90ff4f2
|
added view of registration token
|
2014-10-07 16:19:59 -04:00 |
Justin Richer
|
f5ba49178f
|
turned off ajax cache, switched to callback-based template loading
adresses #668
|
2014-10-07 16:19:59 -04:00 |
James Agnew
|
81a043bb51
|
Update mitreid-connect.css
|
2014-10-07 16:19:59 -04:00 |
James Agnew
|
28d9b925b2
|
Fix IE8/9 issue where form elements don't display
|
2014-10-07 16:19:59 -04:00 |
Justin Richer
|
6d0369e1e2
|
redirect URI display within table
|
2014-10-07 16:19:58 -04:00 |
Justin Richer
|
a5ab5b7d08
|
cleaner introspection label
|
2014-10-07 16:19:58 -04:00 |
Justin Richer
|
d2079fcdc5
|
renamed client table item template to something sensible
|
2014-10-07 16:19:58 -04:00 |
Justin Richer
|
b098b33786
|
fixed whitelist edit button
|
2014-10-07 16:19:58 -04:00 |
Justin Richer
|
00b55343c7
|
cleaned up extraneous console.log() debug calls
|
2014-10-07 16:19:58 -04:00 |
Justin Richer
|
6f2f807b0b
|
[maven-release-plugin] prepare for next development iteration
|
2014-08-05 21:54:51 -04:00 |
Justin Richer
|
93ae1516a5
|
[maven-release-plugin] prepare release mitreid-connect-1.1.9
|
2014-08-05 21:54:47 -04:00 |
Justin Richer
|
d38ee185fb
|
tweaked styling on self-service registration pages
|
2014-08-05 21:52:23 -04:00 |
Justin Richer
|
2ae06b2611
|
fixed corrupted template, closes #644
|
2014-07-31 23:11:05 -04:00 |
Justin Richer
|
f974f95138
|
added better hooks for local CSS overrides
|
2014-07-20 22:15:32 -07:00 |
Justin Richer
|
dc4fd404ad
|
made login button green
|
2014-07-20 22:06:09 -07:00 |
Justin Richer
|
2a2a86a14d
|
further escaping on approval page
closes #634
|
2014-07-19 23:32:05 -07:00 |
Justin Richer
|
a192cc4620
|
added escaping to JSP display
|
2014-07-19 23:18:04 -07:00 |
Justin Richer
|
91e00d79e3
|
changed all templates to print escaped characters
|
2014-07-19 22:39:48 -07:00 |
Justin Richer
|
38b6ab7a1b
|
changed user button on top bar to drop down, tweaked login page, closes #635
|
2014-07-17 00:11:27 -04:00 |
Justin Richer
|
285f5ef10b
|
added some header icons
|
2014-07-14 00:01:23 -04:00 |
Justin Richer
|
042a109312
|
grouped buttons in admin panel, closes #459
|
2014-07-04 22:15:51 -04:00 |
Justin Richer
|
55491c9979
|
enhanced client searching, closes #565 closes #566
|
2014-07-04 22:00:50 -04:00 |
Justin Richer
|
343e95d161
|
refresh token table displays count of currently active access tokens, closes #554
|
2014-07-02 18:23:02 -04:00 |
Justin Richer
|
665df2b29c
|
grants table displays number of access tokens associated with grant (not id or refresh tokens), closes #555
|
2014-07-02 18:06:48 -04:00 |
Justin Richer
|
112154a2d8
|
cleaned up contacts handling across all classes of client, added text to address #626
|
2014-06-26 13:10:19 -04:00 |
Justin Richer
|
a8185e5ae2
|
changed display text for unknown registration time on clients
|
2014-06-26 12:59:35 -04:00 |
Justin Richer
|
9a3bf818cd
|
added icon for token introspection enabled clients
|
2014-06-26 12:59:19 -04:00 |
Justin Richer
|
683776e031
|
removed extraneous yup, closes #623
|
2014-06-26 11:51:23 -04:00 |
Justin Richer
|
0e02a4c7ca
|
fixed wonky CSS on login page ... again
(backport from MIT)
|
2014-06-26 11:27:44 -04:00 |
Justin Richer
|
d35f1fa014
|
added element scope to query for logo preview, closes #624
|
2014-06-26 11:11:12 -04:00 |
Justin Richer
|
08d62473be
|
removed placeholder log-in box on lefthand side for non-logged-in users, replaced with a half-width spacer
|
2014-06-25 15:29:45 -04:00 |
Justin Richer
|
adf477c64e
|
[maven-release-plugin] prepare for next development iteration
|
2014-06-18 18:27:27 -04:00 |
Justin Richer
|
8d97ed61ec
|
[maven-release-plugin] prepare release mitreid-connect-1.1.8
|
2014-06-18 18:27:25 -04:00 |
Justin Richer
|
f4edd3164f
|
made timeout field optional, tokens don't expire in the default case
|
2014-06-12 19:37:32 -04:00 |
Trilok Jain
|
4e09ec687b
|
Registration Token regeneration - when they are beyond their lifetime
(in read/update calls)
|
2014-06-12 19:12:32 -04:00 |
Justin Richer
|
199131ba77
|
fixed stats pluralization flub
|
2014-06-11 16:19:05 -04:00 |
Justin Richer
|
e4bb30bd58
|
cleaned up resource registration model
|
2014-06-11 15:54:53 -04:00 |