Commit Graph

287 Commits (cdd49d9d54a6fdde9c8481b49bfc5a63a8111a3e)

Author SHA1 Message Date
Fredrik Jönsson 004c439711 Translated whitelist. 2015-02-06 15:56:19 +01:00
Fredrik Jönsson 44b8e565ae Admin template translated. 2015-02-06 14:12:35 +01:00
Fredrik Jönsson d0b3e19279 Most of token page translated. 2015-02-06 13:44:26 +01:00
Fredrik Jönsson b2d2a95a47 Most of grant page translated. 2015-02-06 09:59:32 +01:00
Fredrik Jönsson 5a7e70a18e First successful translation of template string. 2015-02-06 00:01:17 +01:00
Fredrik Jönsson 8f64e0c454 Initialize i18next library and load messages. 2015-02-05 18:21:48 +01:00
Fredrik Jönsson 5e2522491d Add i18next library. 2015-02-05 15:47:15 +01:00
Fredrik Jönsson ef3c13ef24 Minor tweaks. 2015-02-05 12:59:22 +01:00
Fredrik Jönsson 86e4f4afe1 Fix date printing in approval page. 2015-02-05 11:01:28 +01:00
Fredrik Jönsson 323a860210 Set correct language in header. 2015-02-05 10:58:13 +01:00
Fredrik Jönsson bed754dde6 Fix plural issues. 2015-02-05 09:31:37 +01:00
Fredrik Jönsson 4dde4fa054 Fixes in statistics. 2015-02-05 09:17:50 +01:00
Fredrik Jönsson 502150c196 Translate approval page. 2015-02-05 00:05:00 +01:00
Fredrik Jönsson 4f7e3ed4e3 Translate page titles for pages translated so far. 2015-02-04 21:58:47 +01:00
Fredrik Jönsson c36e0dbf9c Translate manage.jsp. 2015-02-04 21:26:39 +01:00
Fredrik Jönsson 3533dcdee9 Translate statistics, first version. 2015-02-04 21:09:01 +01:00
Fredrik Jönsson 55bc8713ef Fix issues in sidebar. 2015-02-04 18:40:39 +01:00
Fredrik Jönsson 644344a6e4 Refactorize, remove text attribute from messages so untranslated labels are easily identified. 2015-02-04 16:10:11 +01:00
Fredrik Jönsson f991ca0093 Translate sidebar. 2015-02-04 16:03:24 +01:00
Fredrik Jönsson a33a3c13c6 Fix the about page. 2015-02-04 15:48:57 +01:00
Fredrik Jönsson 6fccef3f69 Translate copyright notice. 2015-02-04 15:44:56 +01:00
Fredrik Jönsson 2dcedca7ac Translate home page, minus statistics string which currently is
non-translateable and needs to be refactorized.
2015-02-04 14:59:54 +01:00
Fredrik Jönsson a61759bf74 Translate contact page. 2015-02-04 14:32:13 +01:00
Fredrik Jönsson 222b7bae91 Initial i18n setup and translations. 2015-02-04 13:50:09 +01:00
Justin Richer 6c88d7c54b removed old owner_id field, closes #636 2015-01-17 08:18:36 -05:00
Wolter Eldering 3a067f1875 modify foreign key column types 2014-12-18 20:39:37 -05:00
Wolter Eldering 0e50b2f250 Fix column foreign key data type
make client_id in access_token and approved_site_scope,
whitelisted_site_id in approved_site the same type at the key they
refer to.
2014-12-18 20:39:37 -05:00
Justin Richer e9d764e53e added support for login_hint, closes #250 2014-11-26 09:55:39 -05:00
Justin Richer 55fb6667a0 removed unused variable in dynreg page 2014-11-22 23:46:25 -05:00
Justin Richer 76b25e13c1 made offline access non-default 2014-11-22 23:46:25 -05:00
Justin Richer e371ad345f fixed checking of refresh token permissions in client service, clients can now request either refresh_token grant type or offline_access scope and it will work. added checkbox to dynreg page for ease-of-use
closes #734
2014-11-22 23:46:25 -05:00
Justin Richer b4f3039c5a applied list widget catch to all objects 2014-11-13 14:16:00 -10:00
Justin Richer 51b10dbe96 more comprehensive list widget leftover object handling in client 2014-11-13 13:41:45 -10:00
Justin Richer 89f46fa872 client scopes now added appropriately 2014-11-13 13:15:11 -10:00
Justin Richer d9d9903c55 removed blur detection, started work on alternative 2014-11-13 11:42:50 -10:00
Justin Richer d7f8a846c3 made claim popover more friendly to mobile environments 2014-11-13 11:35:59 -10:00
Justin Richer b14dfa6458 approval page defaults to "ask again" when prompt=consent is passed, closes #669 2014-11-13 11:23:54 -10:00
Justin Richer 4e4d9337b6 added assertion authentication to introspection and revocation endpoints, closes #724 2014-11-12 16:32:48 -10:00
Justin Richer 34afe21e8a clean tabs, closes #727 2014-11-12 15:47:32 -10:00
Justin Richer b50facd4c2 explicitly added Jackson2 to support secoauth serialization, added string converter to work with our API 2014-11-11 00:17:03 -10:00
Justin Richer e6d10b67a4 update to Spring 4 and other related libraries 2014-11-10 18:29:54 -10:00
Justin Richer 841e4b4d68 added click through sanity check to registration token rotation, closes #698 2014-10-23 23:30:34 -04:00
Justin Richer 9e1bd8d8c1 updated icons list, enhanced editor display
Addresses #679
2014-10-23 23:30:34 -04:00
Justin Richer e814c3abd4 changed color of "matched" element list in client search 2014-10-07 21:44:17 -04:00
Justin Richer 793740cf08 added warnings for empty scopes and empty redirect URI lists 2014-10-07 21:43:53 -04:00
Justin Richer db052f11ca Moved development branch to 1.2 2014-10-07 21:02:07 -04:00
John Brooks 55a906ae40 Change this.model.id to this.model.get('id') 2014-10-07 19:40:39 -04:00
John Brooks 2d6deeb6f3 Change whitelist references from .id to .get('id') 2014-10-07 19:40:38 -04:00
Justin Richer f12d37f84e added registration token rotation function to UI 2014-10-07 19:40:38 -04:00
Justin Richer 78ebcd030d fixed button sizes on dynreg and rsreg 2014-10-07 19:40:38 -04:00
Justin Richer ec8f708472 swapped exception class for existing BeanCreationException, added example flag in config file (commented out)
closes #528
closes #689
2014-10-04 14:59:36 -04:00
James Agnew fd472e3bb4 Use locally bundled html5shim 2014-09-28 20:43:23 -04:00
Justin Richer 9e88a62479 moved the API endpoints, made resource tokens accessible too 2014-09-22 23:38:12 -04:00
Justin Richer cf198cccc2 added view of registration token 2014-09-22 23:24:17 -04:00
Justin Richer bf56fc34bb turned off ajax cache, switched to callback-based template loading
adresses #668
2014-09-22 21:57:48 -04:00
James Agnew e09c9af306 Update mitreid-connect.css 2014-09-15 21:34:59 -04:00
James Agnew d6cc626241 Fix IE8/9 issue where form elements don't display 2014-09-15 21:34:59 -04:00
Justin Richer 54c95c39d2 redirect URI display within table 2014-09-14 22:02:59 -04:00
Justin Richer 094bb6108e cleaner introspection label 2014-09-14 21:41:09 -04:00
Justin Richer 7e35ed0100 renamed client table item template to something sensible 2014-09-14 21:13:46 -04:00
Justin Richer fc93f1b36c fixed whitelist edit button 2014-09-14 21:09:54 -04:00
Justin Richer 3cb76f1810 cleaned up extraneous console.log() debug calls 2014-09-14 21:06:30 -04:00
Justin Richer ed0b476bb7 removed resource server filter from default <security:http> block 2014-08-24 21:46:40 -04:00
James Agnew c3c8df3dd1 Updating spring security versions 2014-08-06 13:57:35 -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
Justin Richer 413768f3d3 made sidebar menus react to current page/section 2014-06-11 15:50:01 -04:00
Justin Richer c49b347cb3 re-attached options for backbone upgrade compatibility 2014-06-11 15:32:11 -04:00
Justin Richer 5e2fbd49c0 upgraded backbone.js 2014-06-11 15:14:48 -04:00
Justin Richer 271698272f added auto-collapse to action menu (for mobile devices) 2014-06-11 14:44:32 -04:00
Justin Richer ed0dc9acde updated top bar to work better on mobile touch browsers (I hope) 2014-06-11 14:10:06 -04:00
Justin Richer 5b1f9c1aeb removed extraneous references to app-connect Views (removed in f33726a) 2014-06-10 22:40:27 -04:00
Justin Richer d922a98783 fixed some liveliness problems in the client UI 2014-06-10 21:46:17 -04:00
Justin Richer bd1685b8d8 added live counts to tabs 2014-06-10 21:38:20 -04:00