Commit Graph

12 Commits

Author SHA1 Message Date
Frédéric Guillot 90b3506a45 Remove useless files 2017-12-01 18:20:31 -08:00
Mitchell Hewes 5bf177663f Modified to support mysql - no unit tests 2017-01-10 15:26:45 +11: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 56d21dc726 Add functional API tests 2016-12-29 15:45:09 -05:00
Frederic Guillot 7af9f93c8b Update translations 2016-12-28 20:52:58 -05:00
Frederic Guillot fbe69b54dc Add Postgres database support 2016-12-26 15:07:18 -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
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
Frederic Guillot 920e522c9e
Replace shell-script by Makefile to make a new archive 2016-07-30 18:29:54 -04:00
Frederic Guillot 27d094c19e
Do not use anymore Closure compiler for Javascript 2016-07-30 18:01:37 -04:00