Commit Graph

1012 Commits

Author SHA1 Message Date
Frederic Guillot a1a7de82dc Improve conditions in migration script 2017-01-05 21:13:33 -05:00
Frederic Guillot c8a6f45b93 Make search keyboard shortcut compatible with Firefox 2017-01-05 21:02:20 -05:00
Frederic Guillot fd5731cccc Increase button font size 2017-01-03 21:49:57 -05:00
Frederic Guillot 26bd973777 Ask current password to change user profile 2017-01-03 21:44:39 -05:00
Frederic Guillot 99a6307415 Flush all user remember me sessions when changing password 2017-01-03 21:22:12 -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 f64e74952b Allow bookmarks to be sent to 3rd party services with Fever API 2017-01-03 20:57:33 -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 c0c77eeed3 Always trim URL when adding a new subscription 2017-01-03 20:07:56 -05:00
Frédéric Guillot daf951795f Merge pull request #597
Updated german translation
2017-01-03 18:28:09 -05:00
Steffen Schultz c8575a94cf Update translations.php 2017-01-03 17:34:55 +01:00
Frederic Guillot d6d9368ab3 Do not overwrite existing favicons 2017-01-02 20:34:41 -05:00
Frederic Guillot 97bab4aaad Fix js error after implementing jshint 2017-01-02 20:13:12 -05:00
Frederic Guillot 9234657b17 Minify CSS 2017-01-02 19:44:13 -05:00
Frederic Guillot bc503d49cd Minify Javascript and add automated syntax check on the CI 2017-01-02 19:21:15 -05:00
Frederic Guillot eee53dd589 Pin composer dev dependencies 2017-01-02 18:44:40 -05:00
Frederic Guillot e78bbda608 Add Heroku button 2017-01-02 18:35:55 -05:00
Frederic Guillot 83608c050a Add new API call to remove users 2017-01-02 17:40:53 -05:00
Frederic Guillot bac841aa78 Add check for pdo_pgsql extension 2017-01-02 17:32:13 -05:00
Frederic Guillot 8fecda4283 Move requirements to installation documentation 2017-01-02 17:29:18 -05:00
Frederic Guillot a7cbea3e02 Enable SQL logging only in debug mode 2017-01-02 17:22:46 -05:00
Frederic Guillot d27080616c Improve migraion scripts 2017-01-02 17:19:44 -05:00
Frederic Guillot 484878887c Update API documentation 2016-12-29 18:52:37 -05:00
Frederic Guillot 75808c5369 Add functional tests for Fever API 2016-12-29 18:04:56 -05:00
Frederic Guillot 818c501b07 Trim username and password 2016-12-29 17:53:46 -05:00
Frederic Guillot 56d21dc726 Add functional API tests 2016-12-29 15:45:09 -05:00
Frederic Guillot f90bb969cc Add docker compose file 2016-12-29 12:55:31 -05:00
Frederic Guillot 3a1ac4ed1d Update Docker image to Ubuntu 16.04 and PHP 7.0 2016-12-28 23:01:43 -05:00
Frederic Guillot c3a85aa204 Update ChangeLog and documentation 2016-12-28 21:03:04 -05:00
Frederic Guillot 7af9f93c8b Update translations 2016-12-28 20:52:58 -05:00
Frederic Guillot fe614579ac Add support for Expires and Cache-Control headers 2016-12-28 20:24:00 -05:00
Frederic Guillot 2a9fd5fb62 Disable automatically a feed after too many failures 2016-12-27 22:20:25 -05:00
Frederic Guillot 0b45f1b863 Show last parsing error message in user interface 2016-12-27 21:59:09 -05:00
Frederic Guillot d236afeb74 Always update feed url to avoid useless redirections for future requests 2016-12-27 21:34:28 -05:00
Frederic Guillot f80878422d Avoid useless SQL query when viewing item 2016-12-27 21:16:40 -05:00
Frederic Guillot e4c4240317 Add database indexes for Postgres 2016-12-27 21:12:19 -05:00
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