Commit Graph

1126 Commits

Author SHA1 Message Date
Frederic Guillot 9b4892e3ca Show processing time in worker 2016-12-26 21:49:53 -05:00
Frederic Guillot 431b8341be Change author column type 2016-12-26 21:06:03 -05:00
Frederic Guillot d6f358536c Catch more exceptions when fetching a feed 2016-12-26 20:59:24 -05:00
Frederic Guillot 9a87b6a641 Add last login column in users list 2016-12-26 20:51:26 -05:00
Frederic Guillot be76f89408 Improve database migration script and postgres schema 2016-12-26 20:32:58 -05:00
Frederic Guillot 09dd04f698 Add config parameter to enable/disable X-Frame header 2016-12-26 18:07:00 -05:00
Frederic Guillot 59a721ce18 Update documentation 2016-12-26 18:01:46 -05:00
Frederic Guillot 1a85a76c5c Update PicoFeed to version 0.1.27 2016-12-26 17:32:18 -05:00
Frederic Guillot 533bba270b Ensure that item_id are always integer 2016-12-26 17:19:38 -05:00
Frederic Guillot 834633e670 Improve favicons handling
- Make sure that deleted favicons on the filesystem are downloaded again
- Purge orphan icons
- Add unit tests
2016-12-26 16:54:44 -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
Frédéric Guillot 3e5a1bc524 Merge pull request #591 2016-12-24 14:06:36 -05:00
Ruotian Zhang 36b58bd910 Update translations.php
Translated ALL.
2016-12-24 21:10:28 +08:00
Frédéric Guillot fb6d077342 Merge pull request #589
Update translations.php
2016-12-24 07:43:45 -05:00
Ruotian Zhang fff9b46577 Update translations.php
Fix the translation of "RTL mode".
2016-12-24 16:07:39 +08:00
Marcus Jaschen 97cdc67c1a fix: listen to `keyup` instead of `keypress` for search field activation
The `/` character is entered into the search field after activating it via
the `keypress` event. That's unexpected behaviour.

This commit fixes that by attaching the keyboard event handler to the
`keyup` event.
2016-12-15 09:38:15 +01:00
Frédéric Guillot df84584423 Merge pull request #587
Update czech translations.php
2016-12-14 22:06:20 -05:00
Ing. Jan Kaláb 888a894f00 Update translations.php 2016-12-14 15:22:43 +01:00
Frédéric Guillot 1d2c1b514e Merge pull request #584
Refactoring the `js` Makefile target
2016-12-12 22:06:47 -05:00
Frédéric Guillot 74d8a91ae5 Merge pull request #583
Open search field by pressing the '/' key
2016-12-12 22:05:42 -05:00
Marcus Jaschen 08d270cf5f Refactoring the `js` Makefile target
The JavaScript build target was rewritten into a more Make-like form
with a real file target and prerequisites.

The old target `js` is kept for backwards compatibility and declared
as "phony".
2016-12-12 14:59:01 +01:00
Marcus Jaschen 5f4fa6a3c6 Declare Makefile targets as `PHONY`
By default, targets in Makefiles maps to files. This isn't the case
here as the targets are used as simple 'shortcuts'. That kind of target
should be declared as "phony", as described in the manual:

https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
2016-12-12 14:52:57 +01:00
Marcus Jaschen 76a2202a20 The slash key is a well-known shortcut to open and focus the
search field in web apps, e. g. DuckDuckGo or Google Plus.

Some editors and pagers use the same shortcut (Vim, less, ...).

This commit adds an event handler for the pressed / key which
calls the `ShowSearch()` function.
2016-12-12 12:31:45 +01:00
Denis Filimonov 0e2bf8417f Add integration with Wallabag2 (#574) 2016-11-29 22:49:45 -05:00
Udo Kramer ade7569f0c Add link to releases to installation instructions 2016-11-29 22:12:37 -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
Frederic Guillot b7996696d7
Merge pull-request #564 2016-10-08 10:54:04 -04: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
Frédéric Guillot d826e5e379 Merge pull request #566 from Pitel/patch-10
Updated Czech translation
2016-09-30 20:20:54 -04:00
Ing. Jan Kaláb 932ec775ba Updated Czech translation 2016-09-28 11:08:40 +02:00
Frédéric Guillot 6ace0be1fe Merge pull request #565
Update locale files
2016-09-27 17:54:33 -04:00
denfil 056045e62a Update locale files 2016-09-27 18:50:11 +03:00
denfil eed63e5c4a Set focus after opening search form 2016-09-27 18:35:48 +03:00
Frédéric Guillot 7890a96bbd Merge pull request #562
Updated untranslated german strings
2016-09-20 20:03:53 -04: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
Frédéric Guillot 5d1c5697ce Merge pull request #558 from conradkleinespel/patch-1
Blocking access to /data with the docker image
2016-09-05 19:32:10 -04:00
Conrad Kleinespel a08b24df46 blocks access to /data with the docker image 2016-09-05 03:34:29 +02:00
Frederic Guillot aa42fd83a8
Update to PicoFeed v0.1.25 2016-08-29 21:39:25 -04:00
Frederic Guillot ef43c4c089
Update namespaces for Fever api 2016-08-24 21:25:24 -04: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 05af9d0d4d
Add Github templates 2016-08-21 12:59:35 -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