Marko Strukelj
3aee5eeecf
KEYCLOAK-1152 Internationalization support for admin console
...
- Added i18n to 'clients', and 'identity providers' sections
2015-10-08 15:31:03 +02:00
Stian Thorgersen
894af03323
Merge pull request #1680 from ssilvert/i18n-in-java
...
KEYCLOAK-1152 i18n for text hard-coded in java source
2015-10-08 06:47:10 +02:00
Stan Silvert
c9437595b7
KEYCLOAK-1152 i18n for text hard-coded in java source
...
(ProtocolMapperUtils)
2015-10-07 11:34:34 -04:00
Stian Thorgersen
ac91839e69
Merge pull request #1663 from thomasdarimont/issue/KEYCLOAK-1893
...
KEYCLOAK-1893 - Allow to configure OTP period in admin console.
2015-10-07 09:35:59 +02:00
mposolda
7816f053a6
KEYCLOAK-1856 KEYCLOAK-1860 Fix onoffswitchvalue directive
2015-10-02 11:09:54 +02:00
Thomas Darimont
9e15b20591
KEYCLOAK-1893 - Allow to configure OTP period in admin console.
...
Added input form that allows to specify the OTP token period
in the `OTP Policy` section of the `Authentication` settings.
Since the value is already backed by the provided `otpPolicyPeriod`
field in the `RealmRepresentation` class we only needed to show the value
in the admin ui.
2015-09-30 21:07:06 +02:00
mposolda
6fbb8ccf71
KEYCLOAK-904 Offline tokens - model changes, admin console, export/import, docs
2015-09-30 10:51:36 +02:00
Stian Thorgersen
4bd1d899db
Merge pull request #1618 from ssilvert/i18n
...
KEYCLOAK-1152: i18n using angular-translate
2015-09-29 14:57:24 +02:00
Stian Thorgersen
55deedd3b8
KEYCLOAK-1868 Import clients through admin console
...
KEYCLOAK-1869 Add root url to clients that should be used to resolve relative urls
2015-09-29 12:16:05 +02:00
Stan Silvert
302d0b58cc
Get locale from token via builtin mapper.
2015-09-26 20:11:06 -04:00
Stan Silvert
121f8e9174
Converted some more pages to user ng-translate.
2015-09-24 15:35:37 -04:00
Stian Thorgersen
2938759db4
Removed unused files from common/lib theme
2015-09-24 08:37:01 +02:00
mposolda
046edbbd54
KEYCLOAK-904 Consents support. Added scopeParamRequired flag to RoleModel
2015-09-23 12:52:47 +02:00
Stian Thorgersen
7ac1d1f14c
KEYCLOAK-1866
...
Allow changing name and view details of imported realm
2015-09-23 11:08:53 +02:00
Stian Thorgersen
d08fca4e0a
Merge pull request #1625 from girirajsharma/master
...
[KEYCLOAK-1787] Confirming password policy values with ENTER key deletes the first item in the table.
2015-09-23 08:33:07 +02:00
dcampagna
fe2278b320
Fix broken tests (KEYCLOAK-1857)
2015-09-23 07:43:38 +02:00
dcampagna
f7a8bbbcc8
Allow username change at first login (KEYCLOAK-1857)
2015-09-23 07:43:38 +02:00
dcampagna
fde4bc99aa
Allow username change at first login (KEYCLOAK-1849)
2015-09-23 07:43:38 +02:00
Bill Burke
2865a3c047
Merge pull request #1626 from dbarentine/master
...
KEYCLOAK-1861 Allow setting of signature algorithm when signing SAML …
2015-09-22 08:37:46 -04:00
mposolda
7ec3f86efb
KEYCLOAK-904 Offline tokens
2015-09-21 10:28:30 +02:00
Dane Barentine
db20fd9eeb
KEYCLOAK-1861 Allow setting of signature algorithm when signing SAML AuthnRequests to IDPs
2015-09-17 15:55:59 -07:00
Giriraj Sharma
53a198fde8
[KEYCLOAK-1787] Confirming password policy values with ENTER key deletes the first item in table
2015-09-17 23:56:17 +05:30
Stian Thorgersen
e6467403ef
Merge pull request #1600 from cfsnyder/master
...
KEYCLOAK-1807 Fix bug with commas in regex password policies
2015-09-17 08:26:56 +02:00
Stian Thorgersen
7ae3eb8321
Merge pull request #1615 from ssilvert/breadcrumbs
...
Fix breadcrumbs.
2015-09-16 14:16:14 +02:00
Stan Silvert
ae54babbbb
Update client-credentials-jwt-key-import.html
2015-09-16 07:40:30 -04:00
Stan Silvert
a8378fe84b
Update client-credentials-jwt-key-export.html
2015-09-16 07:40:14 -04:00
Stan Silvert
a32fefb597
Fix breadcrumbs.
2015-09-14 14:28:32 -04:00
Cory Snyder
3e04d045ee
KEYCLOAK-1807 Fix bug with commas in regex password policies by using alternate way to declare multiple regex patterns
2015-09-11 11:00:31 -04:00
Stian Thorgersen
fb4645a3dc
KEYCLOAK-1833 Fix error messages for identity brokering
2015-09-10 21:15:55 +02:00
Stian Thorgersen
3fd4d23bed
Version bump
2015-09-09 11:27:21 +02:00
Stan Silvert
75bd8d4627
Load admin messages through Themes.
2015-09-08 15:22:50 -04:00
Stan Silvert
e455cbf319
Add new getMessages() method to Theme interface.
2015-09-08 13:28:17 -04:00
Stan Silvert
cee2d69718
Update for use with Angualr 1.4 anti-watch feature. Also, limit sanitize
...
to params. This avoids issue with Unicode.
2015-09-08 12:57:22 -04:00
Stan Silvert
ff17123123
i18n for onoffswitch
2015-09-08 12:57:21 -04:00
Stan Silvert
e118a06a09
Bundles now read from base theme instead of from classpath. Bundle names
...
no longer hard-coded.
2015-09-08 12:57:20 -04:00
Stan Silvert
4898d74c6d
KEYCLOAK-1152 Initial commit for i18n support
2015-09-08 12:57:19 -04:00
Stian Thorgersen
931102ff26
KEYCLOAK-1808
...
Revoke Grant button should disappear
2015-09-07 10:08:32 +02:00
Stian Thorgersen
dca1751a63
KEYCLOAK-1812 View user attributes in admin console doesn't work
2015-09-07 09:40:34 +02:00
mposolda
35e63a9398
KEYCLOAK-1801 Additional fix and cleanup
2015-09-04 15:19:43 +02:00
Stian Thorgersen
79ea9ed314
KEYCLOAK-1803
...
On/off switches in mappers doesn't work
2015-09-04 14:17:30 +02:00
Stian Thorgersen
73c230f1ca
KEYCLOAK-1801
...
Suggestions to improving client credentials tab
2015-09-04 12:55:25 +02:00
Stian Thorgersen
d429b2151a
KEYCLOAK-1800
...
Save buttons not aligned correctly on otp-policy and flow-bindings pages
2015-09-04 10:14:55 +02:00
Stian Thorgersen
b223e1a7af
KEYCLOAK-1794 Admin console issues with kc-provider-config directive
2015-09-04 09:59:48 +02:00
Stian Thorgersen
9f30a51925
KEYCLOAK-1796 Tabs on Keycloak identity provider shown twice
2015-09-04 08:32:00 +02:00
Stian Thorgersen
a8b7129269
Merge pull request #1585 from stianst/master
...
KEYCLOAK-1793 Remove cancel button on login and login-totp
2015-09-04 08:19:27 +02:00
mposolda
bc189554aa
KEYCLOAK-1795 Add just one clientAuthenticatorType per client
2015-09-04 00:09:54 +02:00
Stian Thorgersen
fcc82a47e4
KEYCLOAK-1793 Remove cancel button on login and login-totp
2015-09-03 20:21:56 +02:00
Stian Thorgersen
957214ed78
KEYCLOAK-1497 Success message is not displayed when assigning roles
2015-09-03 08:52:05 +02:00
Bill Burke
7d4b93e01e
client session required actions
2015-09-02 16:30:16 -04:00
Stian Thorgersen
d9e330802c
Merge pull request #1576 from jean-merelis/master
...
aligning translation pt-br with master
2015-09-02 09:25:28 +02:00