Commit Graph

29 Commits

Author SHA1 Message Date
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
Ruotian Zhang 36b58bd910 Update translations.php
Translated ALL.
2016-12-24 21:10:28 +08:00
Ruotian Zhang fff9b46577 Update translations.php
Fix the translation of "RTL mode".
2016-12-24 16:07:39 +08:00
Ing. Jan Kaláb 888a894f00 Update translations.php 2016-12-14 15:22:43 +01:00
Denis Filimonov 0e2bf8417f Add integration with Wallabag2 (#574) 2016-11-29 22:49:45 -05:00
Frederic Guillot 184cc24c98
Merge pull-request #569 2016-11-10 22:18:56 -05:00
denfil b7e5e9cb41 Toggle mobile view menu by js 2016-11-10 16:22:48 +03:00
sairuk 477f59c43b Add titles only option to unread listing 2016-10-08 12:05:14 +11:00
sairuk 57b0e4e124 fix php 5.3.3 compatiblity by removing DirectoryIterator::getExtension dependancy (req >=5.3.6), remove requirement for short tags 2016-10-02 13:24:33 +11:00
Ing. Jan Kaláb 932ec775ba Updated Czech translation 2016-09-28 11:08:40 +02:00
denfil 056045e62a Update locale files 2016-09-27 18:50:11 +03:00
Steffen Schultz 0c50dbdd7a 2 more strings added to german translation 2016-09-19 23:38:12 +02:00
Steffen Schultz 31d88baf5a Updated untranslated german strings 2016-09-19 22:58:43 +02: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 8fa6d65614
Move service model to handlers 2016-08-18 22:53:52 -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 a52c670c79
Old versions of PHP don't support constant concatenation 2016-08-18 21:26:50 -04:00
Frederic Guillot 8eac424386
Use password-compat as vendor library 2016-08-18 21:14:21 -04:00
Frederic Guillot 61b44b4375
Lowercase filenames in app/core 2016-08-18 21:06:00 -04:00
Frederic Guillot 1f88eb50f3
Move application code to app folder 2016-08-18 21:02:49 -04:00