Commit Graph

2031 Commits (c41488b103702056bd91ec9348d776bcc9413f28)

Author SHA1 Message Date
Fredrik Jönsson a5ce2f66a2 Credentials tab translated. 2015-02-09 19:45:25 +01:00
Fredrik Jönsson 3f9f33f9a4 Started working on credentials tab. 2015-02-09 16:37:11 +01:00
Fredrik Jönsson d308f58e71 Translate searches in client table. 2015-02-09 12:37:08 +01:00
Fredrik Jönsson d082394bc8 Fix translation bug. 2015-02-09 11:22:24 +01:00
Fredrik Jönsson 91ac730129 Translate loading popyps in client page. 2015-02-09 11:03:47 +01:00
Fredrik Jönsson 7d24490f30 Translate missing peaces of client table. 2015-02-09 10:46:07 +01:00
Fredrik Jönsson 4626584b06 CSS tweak. 2015-02-09 10:33:53 +01:00
Fredrik Jönsson 62b6406581 Client access tab in client form translated. 2015-02-09 10:32:05 +01:00
Fredrik Jönsson 43b6472a7a First tab of client form translated. 2015-02-08 10:55:39 +01:00
Fredrik Jönsson ea1052388c Client list table translated. 2015-02-07 17:58:59 +01:00
Fredrik Jönsson 550b7d4e41 Translated last of scopes. 2015-02-07 15:41:00 +01:00
Fredrik Jönsson 73a4533906 Translate remains of scope form and some other fixes. 2015-02-07 09:04:00 +01:00
Fredrik Jönsson fdc9a65ec1 Most of scope pages translated. 2015-02-06 22:37:05 +01:00
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 166c53cd6a fixed comparison of client IDs in refresh token, closes #752
Also addresses #735 (again)
2015-01-24 07:47:50 -05:00
Justin Richer 6c88d7c54b removed old owner_id field, closes #636 2015-01-17 08:18:36 -05:00
Charif Belhaffef e8015051d2 add @Transient to function getAuthorizedGrantTypes() so it does not persist 2015-01-14 07:09:34 -05:00
Justin Richer c6c09b9c6c made default user info parser more robust against null values 2015-01-07 18:23:20 -05:00
Justin Richer ada1b0d24e added unit tests for nonce-less url builders (exception cases) 2014-12-19 20:55:40 -05:00
Justin Richer ba97fcb88a changed name of clientAuthorization to authorizationRequest (which is more accurate), closes #697 2014-12-19 00:55:06 -05:00
John Brooks a1228d19b5 Changed lastWeek logic back to correct form, removed logic used for
testing.
2014-12-19 00:39:07 -05:00
Justin Richer bbeaeb06e3 added option to send skip sending nonce if desired, closes #704, closes #683, 2014-12-18 23:22:59 -05:00
William Kim 9aa45f8efb Made the constructor public for OIDCAuthentication filter. 2014-12-18 20:55:15 -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 3e7ade9a67 fixed unit tests 2014-11-22 23:46:25 -05:00