Commit graph

11 commits

Author SHA1 Message Date
0a195f8a8f Move JS into HTML and add NOT_LOGGED_IN handling
For some reason the JS never got loaded when it was in it's own
file, therefor I moved it into the HTML where it gets called.

Also when a session id on the server was expired or something, you
weren't able to log out, there is now code which fixes that.
2018-09-11 01:05:23 +02:00
f025ad4d2a Add feedback on login errors
There was no feedback on any login errors when a user provided a
wrong url, username, password or a disabled API. This commit
adds feedback to the user in this cases.

Fixes #15
2017-06-08 18:31:02 +02:00
5d053551d8 Revert "Downoad all images in the background and keep them in memory"
This reverts commit 6e450b72f1.
2016-10-24 07:51:15 +02:00
6e450b72f1 Downoad all images in the background and keep them in memory
As one of the first steps to offline capability we download all
images and put them into the JSON stirng and into the content
as data-uris for <img>-tags. This way you can go offline and keep
enjoying pictures in your feeds, at least untill you restart
FeedTheMonkey for now.
2016-10-05 16:49:40 +02:00
818ef06189 Relicense FeedTheMonkey from BSD to GPLv3 2016-07-22 21:30:37 +02:00
b19e3dd06c Fix problem with HTML in title, feed title and excerpt 2016-07-22 21:03:00 +02:00
Jeena
342b1d6a3d Merge branch 'webengine' 2015-10-13 20:08:48 +02:00
Jeena
c6c41c799f Upgrade from Webkit to WebEngine 2015-10-13 20:07:59 +02:00
Jeena
77b4df463c fixes #2 undefined values in list 2015-04-12 01:00:31 +02:00
Jeena
e14a639d71 restructured resource files directories 2015-02-28 21:43:53 +01:00
Jeena
b6c0d89f1f restructured files into directories 2015-02-27 08:52:34 +01:00