<feed xmlns='http://www.w3.org/2005/Atom'>
<title>freeipa.git, branch sync-token</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/'/>
<entry>
<title>Add /session/token_sync POST support</title>
<updated>2014-06-26T11:42:13+00:00</updated>
<author>
<name>Nathaniel McCallum</name>
<email>npmccallum@redhat.com</email>
</author>
<published>2014-05-28T15:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=6af6f53ffab25a16a9d0925710ee18d958ce9a10'/>
<id>6af6f53ffab25a16a9d0925710ee18d958ce9a10</id>
<content type='text'>
This HTTP call takes the following parameters:
 * user
 * password
 * first_code
 * second_code
 * token (optional)

Using this information, the server will perform token synchronization.
If the token is not specified, all tokens will be searched for synchronization.
Otherwise, only the token specified will be searched.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This HTTP call takes the following parameters:
 * user
 * password
 * first_code
 * second_code
 * token (optional)

Using this information, the server will perform token synchronization.
If the token is not specified, all tokens will be searched for synchronization.
Otherwise, only the token specified will be searched.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: add sync_otp.html</title>
<updated>2014-06-26T11:34:58+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-05T16:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=039fa62363a962c77c2842ad83f83b185c7574e1'/>
<id>039fa62363a962c77c2842ad83f83b185c7574e1</id>
<content type='text'>
standalone page for OTP token synchronization. It reuses SyncOTPScreen
widget instead of reimplementing the logic as in other standalone pages.

https://fedorahosted.org/freeipa/ticket/4218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
standalone page for OTP token synchronization. It reuses SyncOTPScreen
widget instead of reimplementing the logic as in other standalone pages.

https://fedorahosted.org/freeipa/ticket/4218
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: layer for standalone pages which use WebUI framework</title>
<updated>2014-06-26T11:34:58+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-05T15:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=db45061e73fb3d6de828053a9d3c8ad078c7797d'/>
<id>db45061e73fb3d6de828053a9d3c8ad078c7797d</id>
<content type='text'>
Current compiled Web UI layer (app.js) contains every FreeIPA plugin and
not just the UI framework. It's not possible to start just a simple facet.

This commit creates a basis for a layer (core.js) which contains only
framework code and not entity related code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current compiled Web UI layer (app.js) contains every FreeIPA plugin and
not just the UI framework. It's not possible to start just a simple facet.

This commit creates a basis for a layer (core.js) which contains only
framework code and not entity related code.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: fix confirmation mixin origin check</title>
<updated>2014-06-26T11:34:58+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-04T14:24:50+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=f242eb19f2a45195f407db50feaca0a1d77af365'/>
<id>f242eb19f2a45195f407db50feaca0a1d77af365</id>
<content type='text'>
Current check is not enough.

https://fedorahosted.org/freeipa/ticket/4098
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Current check is not enough.

https://fedorahosted.org/freeipa/ticket/4098
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: bind Login facet and OTP sync facet</title>
<updated>2014-06-26T11:34:57+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-04T14:24:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=c711b662fcdd78dc52db656c8425c581afbdeaf5'/>
<id>c711b662fcdd78dc52db656c8425c581afbdeaf5</id>
<content type='text'>
Simple plugin which handles transition from login facet to OTP sync facet
and vice versa.

https://fedorahosted.org/freeipa/ticket/4218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simple plugin which handles transition from login facet to OTP sync facet
and vice versa.

https://fedorahosted.org/freeipa/ticket/4218
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: support global notifications in all containers</title>
<updated>2014-06-26T11:31:31+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-04T15:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=43042a78e78842949e7cb25d6c202510ebdf6184'/>
<id>43042a78e78842949e7cb25d6c202510ebdf6184</id>
<content type='text'>
Global notifications were limited to "main" container. Now they have their
own container which is displayed over other ones. It makes them usable
everywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Global notifications were limited to "main" container. Now they have their
own container which is displayed over other ones. It makes them usable
everywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: add link pointing to OTP sync page to login</title>
<updated>2014-06-26T11:31:31+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-04T14:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=424fe496373fc74143d32fc2f516ad958cd27d75'/>
<id>424fe496373fc74143d32fc2f516ad958cd27d75</id>
<content type='text'>
https://fedorahosted.org/freeipa/ticket/4218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://fedorahosted.org/freeipa/ticket/4218
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: add OTP token synchronization</title>
<updated>2014-06-26T11:31:31+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-03T16:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=d2a000fe20918a8ca7986d9d514e200a91f190a3'/>
<id>d2a000fe20918a8ca7986d9d514e200a91f190a3</id>
<content type='text'>
New SyncOTPScreen widget and related facet.

https://fedorahosted.org/freeipa/ticket/4218
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New SyncOTPScreen widget and related facet.

https://fedorahosted.org/freeipa/ticket/4218
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: base class for LoginScreen-like facets</title>
<updated>2014-06-26T11:31:31+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-03T10:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=a17b256be92af571e96c539cbb90d0d2be3d36f1'/>
<id>a17b256be92af571e96c539cbb90d0d2be3d36f1</id>
<content type='text'>
LoginScreen has layout which can be reused for other facets/widgets,
e.g. for Sync OTP facet
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LoginScreen has layout which can be reused for other facets/widgets,
e.g. for Sync OTP facet
</pre>
</div>
</content>
</entry>
<entry>
<title>rpcserver: fix local vs utc time comparison</title>
<updated>2014-06-26T10:37:40+00:00</updated>
<author>
<name>Petr Vobornik</name>
<email>pvoborni@redhat.com</email>
</author>
<published>2014-06-24T13:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pvoborni/public_git/freeipa.git/commit/?id=1c94edd3a09711d85ba099bd815c0bdd8f0210c1'/>
<id>1c94edd3a09711d85ba099bd815c0bdd8f0210c1</id>
<content type='text'>
login_password did not work properly in timezones other than +0h because
local time was compared with utc time.

Bug introduced in:
https://fedorahosted.org/freeipa/ticket/4339

Reviewed-By: Endi Sukma Dewata &lt;edewata@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
login_password did not work properly in timezones other than +0h because
local time was compared with utc time.

Bug introduced in:
https://fedorahosted.org/freeipa/ticket/4339

Reviewed-By: Endi Sukma Dewata &lt;edewata@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
