<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bloat/model, branch master</title>
<subtitle>A web client for Mastadon Network
</subtitle>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/'/>
<entry>
<title>Use CSP header to restrict resource loading</title>
<updated>2023-10-15T15:53:44+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2023-10-15T15:53:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=67b13c71baea56eeb15532ca1b1377f6da8d18ac'/>
<id>67b13c71baea56eeb15532ca1b1377f6da8d18ac</id>
<content type='text'>
This helps mitigate XSS exploits.
Users will have to save the settings again to make the custom CSS
work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This helps mitigate XSS exploits.
Users will have to save the settings again to make the custom CSS
work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused session ID field</title>
<updated>2023-10-07T10:20:11+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2023-10-07T10:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=927072e26a470ed3084e36ae2413f4dfd088905f'/>
<id>927072e26a470ed3084e36ae2413f4dfd088905f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use cookies for session storage</title>
<updated>2022-10-25T14:14:46+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2022-10-25T13:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=887ed241d64ba5db3fd3d87194fb5595e5ad7d73'/>
<id>887ed241d64ba5db3fd3d87194fb5595e5ad7d73</id>
<content type='text'>
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the server side session storage and store all the session related data
in the client side cookies. This decreases the exposure of the auth tokens.
It also simplifies the installation process as bloat no longer requires write
access to the filesystem.

This is a breaking change, all the existing sessions will stop working.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add an option to hide unsupported notifications</title>
<updated>2021-12-13T13:58:15+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2021-12-13T13:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=db29c3d87404677c9c02f62097d8a0307cd8d5da'/>
<id>db29c3d87404677c9c02f62097d8a0307cd8d5da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add quick reply</title>
<updated>2021-09-05T17:17:59+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2021-09-05T17:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=816281c225e1d07602aa4f6d87d5ffbbc8dfbb7a'/>
<id>816281c225e1d07602aa4f6d87d5ffbbc8dfbb7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option for user CSS</title>
<updated>2021-04-03T09:24:39+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2021-04-03T09:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=76c5baef6ae8f5520ab40fef48532b6b5759384f'/>
<id>76c5baef6ae8f5520ab40fef48532b6b5759384f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor things</title>
<updated>2020-11-22T17:29:58+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-11-22T17:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=fa27d9c6eb525b2e55c3faab5dd8a3e0e9658536'/>
<id>fa27d9c6eb525b2e55c3faab5dd8a3e0e9658536</id>
<content type='text'>
- Remove separate auth/logging and merge them into transport.go
- Add helper function for http handlers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove separate auth/logging and merge them into transport.go
- Add helper function for http handlers
</pre>
</div>
</content>
</entry>
<entry>
<title>Add notification interval setting</title>
<updated>2020-11-14T14:22:34+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-11-14T14:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=c3d90539e9a7addd3c41f44b864b14bde60958dc'/>
<id>c3d90539e9a7addd3c41f44b864b14bde60958dc</id>
<content type='text'>
It replaces the "Auto refresh notifications" checkbox
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It replaces the "Auto refresh notifications" checkbox
</pre>
</div>
</content>
</entry>
<entry>
<title>Add setting for default format</title>
<updated>2020-10-19T06:51:23+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-10-19T06:51:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=fdd9b8fd2bf1688187dda2cb801232c744fe26e0'/>
<id>fdd9b8fd2bf1688187dda2cb801232c744fe26e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues related to AntiDopamine mode</title>
<updated>2020-09-03T06:29:03+00:00</updated>
<author>
<name>r</name>
<email>r@freesoftwareextremist.com</email>
</author>
<published>2020-09-03T06:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.freesoftwareextremist.com/bloat/commit/?id=7a59d010f6d07bcfb074e60f1f06b002c4bf7b74'/>
<id>7a59d010f6d07bcfb074e60f1f06b002c4bf7b74</id>
<content type='text'>
- Add AntiDopamine mode description
- Update fluoride to support AntiDopamine mode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add AntiDopamine mode description
- Update fluoride to support AntiDopamine mode
</pre>
</div>
</content>
</entry>
</feed>
