Commit Graph

33 Commits

Author SHA1 Message Date
Frédéric Guillot be03173879 Remove referrer CSP policy 2017-12-01 18:33:46 -08:00
Alexander Steinhöfer e047408826 Add option for saving bookmarks as "unread" to pinboard (PR #694) 2017-06-12 17:59:51 -04:00
Alexander Steinhöfer c7d628070c Add Shaarli support (PR #693) 2017-06-11 10:12:29 -04:00
Frederic Guillot efc46014b7 Avoid PHP notice when adding invalid feed with bookmarklet 2017-02-01 19:30:04 -05:00
Frederic Guillot 2c113bb822 Add option to not redirect user when having nothing to read 2017-02-01 18:10:50 -05:00
Frederic Guillot 3dfc748155 Offer the possibility to edit/delete groups 2017-02-01 17:25:32 -05:00
Frederic Guillot 52a05f0489 Reorganize templates into subfolders 2017-01-21 14:40:24 -05:00
Frederic Guillot 2aba596785 Move autoflush calls 2017-01-15 16:18:58 -05:00
Frederic Guillot c01619d835 Display list of groups for each subscription 2017-01-15 14:51:55 -05:00
Frederic Guillot 26bd973777 Ask current password to change user profile 2017-01-03 21:44:39 -05:00
Frederic Guillot 11c5c7a7b7 Make sure the session is updated after changing current profile 2017-01-03 21:07:34 -05:00
Frederic Guillot 2a87847289 Update error message when refreshing a feed from user interface 2017-01-03 20:31:12 -05:00
Frederic Guillot 7af9f93c8b Update translations 2016-12-28 20:52:58 -05:00
Frederic Guillot 0b45f1b863 Show last parsing error message in user interface 2016-12-27 21:59:09 -05:00
Frederic Guillot f80878422d Avoid useless SQL query when viewing item 2016-12-27 21:16:40 -05:00
Frederic Guillot 09dd04f698 Add config parameter to enable/disable X-Frame header 2016-12-26 18:07:00 -05:00
Frederic Guillot 533bba270b Ensure that item_id are always integer 2016-12-26 17:19:38 -05:00
Frederic Guillot fbe69b54dc Add Postgres database support 2016-12-26 15:07:18 -05:00
Frederic Guillot c8234cc3c3 Remove automatic software update from the user interface
- This process is not considered safe
- This feature might leads to potential security flaws
- Miniflux focus on minimalism
2016-12-26 10:16:04 -05:00
Frederic Guillot 82df35a59b Change the database structure to have a single database
This is a major change for the next release of Miniflux.

- There is now only one database that can supports multiple users
- There is no automated schema migration for this release
- A migration procedure is available in the ChangeLog file
2016-12-26 09:51:38 -05:00
Denis Filimonov 0e2bf8417f Add integration with Wallabag2 (#574) 2016-11-29 22:49:45 -05:00
denfil b7e5e9cb41 Toggle mobile view menu by js 2016-11-10 16:22:48 +03:00
Frederic Guillot 506503bbcd
Add Miniflux namespace everywhere 2016-08-24 21:17:58 -04:00
Frederic Guillot dac1dc21e0
Add validator namespace 2016-08-23 22:03:45 -04:00
Frederic Guillot b05ad87028
Move OPML export to handlers 2016-08-23 21:38:09 -04:00
Frederic Guillot dfdb4d5c2b
Fix wrong local path and some cleanup 2016-08-21 12:55:27 -04:00
Frederic Guillot 2b71bbf126
Move model proxy to handlers 2016-08-18 22:41:39 -04:00
Frederic Guillot 46bc8cfd71
Create Scraper handler 2016-08-18 22:33:58 -04:00
Frederic Guillot 7e20a3fdc3
Create Search model 2016-08-18 22:20:49 -04:00
Frederic Guillot 309ccf0a32
Create ItemGroup model 2016-08-18 22:08:29 -04:00
Frederic Guillot 34ef7b95b9
Create ItemFeed model 2016-08-18 21:53:59 -04:00
Frederic Guillot 321f8a71f8
Create Bookmark model 2016-08-18 21:44:36 -04:00
Frederic Guillot 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00