<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://hg.omfa.de/prosody-modules/</link>
    <language>en-us</language>

    <title>prosody-modules: mod_http_oauth2/html/style.css history</title>
    <description>mod_http_oauth2/html/style.css revision history</description>
    <item>
    <title>mod_http_oauth2: Use color-scheme to get nice dark mode defaults</title>
    <link>http://hg.omfa.de/prosody-modules/log/429cc52c3ce8/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Use color-scheme to get nice dark mode defaults]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 08 Dec 2023 20:08:35 +0100</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Tweak method of centering the UI</title>
    <link>http://hg.omfa.de/prosody-modules/log/3a5cf8d80089/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Tweak method of centering the UI<br/>
<br/>
The percentage here was relative to the viewport width, which on some<br/>
very wide screens may put the UI slightly outside of the view, requiring<br/>
scrolling to see.<br/>
<br/>
By using a unit relative to the height of the viewport, this is avoided<br/>
and should work better. But no guarantees, it's still possible to resize<br/>
the browser or adjust font sizes so that the UI goes out of view.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 31 Jul 2023 07:28:09 +0200</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Present errors in HTML &lt;dialog&gt;</title>
    <link>http://hg.omfa.de/prosody-modules/log/e86a1018cdb3/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Present errors in HTML &lt;dialog&gt;<br/>
<br/>
Nice semantic things that don't require JavaScript]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 31 Jul 2023 02:07:24 +0200</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Move site name into &lt;header&gt;</title>
    <link>http://hg.omfa.de/prosody-modules/log/6109496a7ccc/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Move site name into &lt;header&gt;<br/>
<br/>
Because it's the site header]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Mon, 31 Jul 2023 02:05:49 +0200</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Apply text color to OOB input field</title>
    <link>http://hg.omfa.de/prosody-modules/log/a08abbd1045d/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Apply text color to OOB input field<br/>
<br/>
Was using the browser default color]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Sat, 03 Jun 2023 20:04:40 +0200</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Present OOB code in an input field for easier selection</title>
    <link>http://hg.omfa.de/prosody-modules/log/f5931ce9b6ca/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Present OOB code in an input field for easier selection<br/>
<br/>
Should also avoid stray whitespace making it into the selection.]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Fri, 02 Jun 2023 11:28:04 +0200</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Create proper template for OOB code delivery</title>
    <link>http://hg.omfa.de/prosody-modules/log/7998b49d6512/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Create proper template for OOB code delivery<br/>
<br/>
This also improves security by reusing the security and cache headers,<br/>
where mod_http_errors/http-message doesn't add such headers.<br/>
<br/>
Colors selected by taking rotating the error colors, rrggbb -&gt; ggbbrr]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Wed, 31 May 2023 03:44:04 +0200</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Use &lt;fieldset&gt; in templates because it looks nice</title>
    <link>http://hg.omfa.de/prosody-modules/log/7acf73d2ebb5/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Use &lt;fieldset&gt; in templates because it looks nice<br/>
<br/>
Removes some CSS as well]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Thu, 23 Mar 2023 16:19:09 +0100</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Fix contrast of links on consent page</title>
    <link>http://hg.omfa.de/prosody-modules/log/1756c0f929f5/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Fix contrast of links on consent page<br/>
<br/>
The default dark blue wasn't very visible on a dark background]]></description>
    <author>&#75;&#105;&#109;&#32;&#65;&#108;&#118;&#101;&#102;&#117;&#114;&#32;&#60;&#122;&#97;&#115;&#104;&#64;&#122;&#97;&#115;&#104;&#46;&#115;&#101;&#62;</author>
    <pubDate>Tue, 07 Mar 2023 23:55:33 +0100</pubDate>
</item>
<item>
    <title>mod_http_oauth2: Add authentication, consent and error pages</title>
    <link>http://hg.omfa.de/prosody-modules/log/aaa64c647e12/mod_http_oauth2/html/style.css</link>
    <description><![CDATA[mod_http_oauth2: Add authentication, consent and error pages]]></description>
    <author>&#77;&#97;&#116;&#116;&#104;&#101;&#119;&#32;&#87;&#105;&#108;&#100;&#32;&#60;&#109;&#119;&#105;&#108;&#100;&#49;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 06 Mar 2023 09:46:58 +0000</pubDate>
</item>

  </channel>
</rss>
