Commit Graph
22 Commits
Author SHA1 Message Date
Daniel SchaalandBenjamin Brahmer 8ef3994bb9 Update legacy API documentation
Add rtl and media attributes to Item documentation

Signed-off-by: Daniel Schaal <daniel@schaal.email>
2020-05-23 10:55:16 +02:00
Daniel SchaalandBernhard Posselt 0847d30603 Fix check for path to composer, Fixes #213 (#214) 2017-08-28 20:54:47 +02:00
Daniel SchaalandBernhard Posselt 486efe2dfa Misc makefile fixes (#207)
* Only run composer update

* Exit with error message when npm is not available

* Set composer variable to downloaded file

* Use $(MAKE) instead of make

* Use simply expanded variables in Makefile
2017-07-21 11:10:01 +02:00
Daniel SchaalandBernhard Posselt 079fc80b16 Use firefox in headless mode on travis (#206)
Headless mode is available since ff 55 which is in
beta right now, so use latest-beta until released.
2017-07-18 08:13:50 +02:00
Daniel Schaal 747130dc5c Use trusty and postgresql 9.6 on travis 2017-07-15 09:13:18 +02:00
Daniel SchaalandBernhard Posselt fd630242da Remove bower, install everything using npm (#197)
* Remove bower, install everything using npm

Remove js-url and use a simple function to get the query param.

* Bundle all js scripts in app.min.js

* Move jquery to devDependencies

* Remove es6-shim, most common browsers support es6 natively.
2017-06-18 12:19:38 +02:00
Daniel SchaalandBernhard Posselt 7d3bc1b38f Update htmlpurifier and picoFeed (#189)
picoFeed moved to miniflux/picoFeed
2017-06-15 14:16:43 +02:00
Daniel Schaal 68cfb04ed1 Update js-url to 2.5.0 2017-06-10 11:19:07 +02:00
Daniel Schaal 20ade2ef54 Update masonry to 4.2.0 2017-06-10 11:19:07 +02:00
Daniel Schaal f5abeadcc4 Update moment to 2.18
momentjs was renamed to moment, update all references
2017-06-10 11:19:07 +02:00
Daniel Schaal d5399b7b6d Set $locationProvider.hashPrefix to empty string 2017-06-10 11:19:07 +02:00
Daniel Schaal 1fbb81e469 Fix tests 2017-06-10 11:19:07 +02:00
Daniel Schaal 7cebc63def Use regular promise for http calls 2017-06-10 11:19:07 +02:00
Daniel Schaal 2eddf6242b Update angular to 1.6 2017-06-10 06:10:00 +02:00
Daniel SchaalandBernhard Posselt b7f20c0f36 Fix travis build (#178)
* Use stable12 branch for travis

* Shorten db indices to max 27 characters to satisfy app:check-code

* Use precise container, downgrade to psql 9.4

* Create psql role

* Fix ContentController test

* Fix PageController and StatusService tests

* Use OCP\IDBConnection, OCP\IDb was removed

* Extend IntegrationTest from \Test\Testcase, use loginAsUser to login

* Require phpunit 5, nextcloud tests not compatible with phpunit 6

Change tests to use phpunit from vendor directory
2017-06-06 18:20:20 +02:00
Daniel SchaalandBernhard Posselt 51c7086527 Add favicon, fixes #146 (#167)
Use the same style as other apps (e.g. calendar, contacts).
2017-05-28 11:16:42 +02:00
Daniel SchaalandBernhard Posselt 04f66c9710 Add updatedDate to item model (#81)
* Update picoFeed to v0.1.28

* Add updated_date to database and bump version to 10.1.1

* Add updatedDate to item model

* Check for updatedDate when updating a feed

* Fix unit test to check for newer updatedDate
2017-01-04 11:09:46 +01:00
Daniel SchaalandBernhard Posselt f658beaf61 Throw ServiceNotFoundException when marking non-existent item as read (#61)
* Throw ServiceNotFoundException when marking non-existent item as read

Fixes #58

* Add test case for marking non-existent item as read
2016-11-18 16:03:31 +01:00
Daniel SchaalandBernhard Posselt 7183da78c6 Use createMock() instead of deprecated getMock() (#62) 2016-11-18 16:03:09 +01:00
Daniel SchaalandBernhard Posselt e45511f6ba Add updatedDate to item model (#43)
* Update picoFeed to 0.1.25

* Add updated_date to database

* Add updatedDate to item model

* Bump version to 9.0.5

* Check for updatedDate when updating a feed

* Fix unit test to check for newer updatedDate
2016-10-01 08:34:40 +02:00
Daniel Schaal 2c688c13c6 Consistently use isUnread in item json 2016-09-10 13:49:46 +02:00
Daniel Schaal ad20f9d1b7 Fix feed name typos 2016-09-04 10:38:24 +02:00