Commit Graph

78 Commits (04de4e84836e33fb92b39c8aa59fc55829a5e6ee)

Author SHA1 Message Date
Justin Richer 04de4e8483 updated display of saved client secret 2014-06-09 19:27:27 -04:00
Justin Richer d844b8e444 ported credential handling UI to dyn reg and res reg pages 2014-06-09 18:13:43 -04:00
Justin Richer bafd951dac removed extraneous data checks from resource registration 2014-06-09 17:41:48 -04:00
Justin Richer b81e8e7ed5 got rid of extraneous "require client secret" box 2014-06-09 16:35:47 -04:00
Josh Mandel 5ec7404e7b Fix missing redirect URIs in dynreg view
Fix more property names in dynreg view
2014-06-06 12:21:38 -07:00
Justin Richer 22ab1173a7 cleaned up dynreg self-service page to account for single-selection of grant types 2014-06-05 19:44:49 -04:00
Justin Richer ab083c0963 added checks to dynamic registration endpoint that disallow registration of multiple incompatible grant types 2014-06-05 17:16:35 -04:00
Justin Richer 72c4a394fe cleaner display for user profiles 2014-06-04 14:39:47 -04:00
Justin Richer dd5ee4bf80 created generic "loading" page to sit behind loading sheet, avoids sheet getting re-used (which doesn't tend to work) 2014-06-04 13:34:08 -04:00
Justin Richer 737eec432a fixed blacklist loading sheet 2014-06-04 13:33:31 -04:00
Justin Richer 00b35ddd9d cleaned references to app-attached views 2014-06-04 13:19:04 -04:00
Justin Richer 580f6d990e cleaned up "cancel" button behavior, also closes #608 2014-06-03 22:43:09 -04:00
Justin Richer f33726a778 don't re-use view objects, closes #608 2014-06-03 22:42:42 -04:00
Justin Richer e57adc048a don't allow empty blacklists either 2014-05-31 11:14:16 -04:00
Justin Richer 1a7de8cf29 disambiguate list items in event model 2014-05-31 11:10:53 -04:00
Josh Mandel ff3a210064 Don't delete the entire client when a single email address is removed 2014-05-30 11:01:58 -07:00
Justin Richer 0c8cacd59a added missing copyright headers 2014-05-27 13:46:47 -04:00
Justin Richer ab15a65c93 internalized logo placeholder image block 2014-05-26 17:58:51 -04:00
Justin Richer 82a4b954e7 removed client description from dynamic registration pages (nonstandard field, doesn't get saved by the server anyway) 2014-05-26 17:44:09 -04:00
Justin Richer c34357a433 added resource registration endpoint with basic functionality and specialized tokens 2014-05-26 16:30:24 -04:00
Justin Richer 0775785ce3 added in UI shell for creating/editing resources (clients with "introspection" set and no grants or other parameters) 2014-05-26 15:41:50 -04:00
Justin Richer b8908b6efe cleaned up old test file 2014-05-26 15:41:00 -04:00
Justin Richer 6d5a967d8a fixed client editor lazy loading 2014-05-25 07:58:25 -04:00
Justin Richer 73b00905bb cleaned up UI components for client creation (fixed defaults and loading) 2014-05-24 22:13:00 -04:00
Justin Richer 5c6e75bd53 cleaned up UI for client editing 2014-05-24 20:56:54 -04:00
Justin Richer 4e890a4d7d enforce clients using a redirect flow have at least one redirect uri registered when using dynamic registration, made error handling more consistent across all APIs
closes #596
2014-05-21 18:29:51 -04:00
Justin Richer c38761cc23 fix dynamic registration of public clients 2014-05-21 18:00:54 -04:00
Justin Richer fa418402de externalized application CSS, closes #221
added favicon, cleaned up header and footer code
2014-05-21 17:14:43 -04:00
Justin Richer b6304e268a blacklist control uses URI model, closes #423 2014-04-25 21:09:30 -04:00
Justin Richer 761d015bf7 made all placeholder URLs https 2014-04-25 20:59:17 -04:00
Josh Mandel 3b59e7ff48 Make placeholder dynreg URLs use "https://" 2014-04-25 10:17:48 -07:00
Justin Richer 84f1fe631b clean up time display 2014-04-19 08:42:26 -04:00
Justin Richer fcb3ccb0ff fixed subjectType typo, closes #579 2014-04-10 23:03:01 -04:00
Justin Richer 78ae6ff322 fix JS errors in scope management page 2014-04-10 21:36:10 -04:00
Justin Richer 292b160918 fixed icons on scope page 2014-04-10 21:16:31 -04:00
Justin Richer c6eea670c8 fixed lazy loading in self-service, closes #571 2014-04-03 22:44:06 -04:00
Justin Richer 0d82710ee1 updated "more information" display 2014-03-19 21:31:06 -04:00
Justin Richer 95a876ffec added second paginator to client page 2014-03-19 21:22:33 -04:00
Justin Richer c620917d53 added paginator to the token page 2014-03-19 21:12:03 -04:00
Justin Richer 17b4f12103 added pagination to client display, closes #439 2014-03-19 21:12:02 -04:00
Justin Richer 5c861c418d changed icon style to white on red background 2014-03-19 08:55:06 -04:00
Justin Richer 1680eaad8c enhanced "more info" panel 2014-03-17 23:21:23 -04:00
Justin Richer 515c481d79 fixed search, added clear button 2014-03-17 23:10:54 -04:00
Justin Richer 0e343b936d added realtime search to clients table 2014-03-17 22:48:40 -04:00
Justin Richer 7b1477c24e added sub indicators to loading sheets 2014-03-16 21:46:57 -04:00
Justin Richer 6f5d689f7f added in preventDefault calls 2014-03-16 20:32:07 -04:00
Justin Richer 70b9ac36b1 skip cache on table refresh 2014-03-16 19:40:25 -04:00
Justin Richer 200b332dc6 some fun in the sheets 2014-03-16 14:23:59 -04:00
Justin Richer 6b94c0418a removed unused font files 2014-03-16 13:55:02 -04:00
Justin Richer 70a81dd1ee even lazier loading
closes #503
2014-03-16 00:23:38 -04:00