1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-09-06 05:53:11 +02:00

746 Commits

Author SHA1 Message Date
John Molakvoæ (skjnldsv)
4b1597450a min-16
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-12-03 08:01:17 +01:00
John Molakvoæ (skjnldsv)
675975ee35 13.0.3
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-23 08:05:58 +02:00
Morris Jobke
a33211db65 13.0.2 & changelog
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-10-10 12:11:02 +02:00
John Molakvoæ (skjnldsv)
0f12bf17fc 13.0.1
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-26 11:57:27 +02:00
John Molakvoæ
59a1c531b3 15 max 2018-09-26 09:21:55 +02:00
Arthur Schiwon
4fd7d4f6a2 dropping nc 13 support should increase the major version 2018-09-10 18:06:51 +02:00
John Molakvoæ (skjnldsv)
c8e509339f 14 min
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-08-03 16:28:25 +02:00
Morris Jobke
0728bf3fe9 12.0.4
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-06 17:11:26 +02:00
Morris Jobke
94c35d2afe Release 12.0.3 because of packaging problems
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-04 13:42:13 +02:00
Morris Jobke
7c0bc825ee 12.0.2
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-01 18:15:16 +02:00
Sean Molenaar
5b94705cf3 Core: Fix compatibility with nextcloud codestyle (#280) 2018-03-27 15:35:06 +02:00
Sean Molenaar
17e85dd507 Unit: Fix unittests (#278)
* Unit: Fix unittests

Issue #171

* Tests: Move test namespace to the expected nextcloud namespace
2018-03-18 15:01:08 +01:00
Bernhard Posselt
b45b8ffae0 update to 12.0.1 2018-01-26 09:01:25 +01:00
Bernhard Posselt
415083089d version bump 2018-01-03 13:27:53 +01:00
Bernhard Posselt
8bf8980bff update for 13 2017-12-29 11:35:54 +01:00
Hanzei
44245fda63 Bump nextcloud version to 13 (#216) 2017-09-23 13:49:32 +02:00
Daniel Opitz
a97dd58e3b Split binary to booleans (#203)
* replaced old status with 2 flags for unread and starred

* add fields to db, replace int(1,0) with booleans in sql queries, removed StatusFlags class + refactor code relying to it

* add repair step for migration

* again use integer(1,0) instead of bool in sql queries, because of sqlite doesn't support true/false

* add/fix unit tests for new boolean status

* set unread/starred flags as statements in sql

* fixed mysql unknown column items.unread, fixed marking of read items on repair step

* remove unnecessary bool casts

* add empty checks to Items::is* methods

* update migration to use native sql instead of the querybuilder

* don't cast the flags manually, let the api do the work
2017-08-14 10:34:53 +02:00
Daniel Schaal
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
Bernhard Posselt
ce192d7799 version bump 2017-06-03 13:44:33 +02:00
Bernhard Posselt
92b0f33e93 bump version and changelog 2017-05-31 20:15:05 +02:00
Bernhard Posselt
42c57af9f8 better link 2017-05-24 20:52:23 +02:00
Bernhard Posselt
51095a9276 better link 2017-05-24 20:33:45 +02:00
Bernhard Posselt
9596b56bbf add backup string 2017-05-24 20:30:30 +02:00
Bernhard Posselt
29092e992b Fail early for incorrectly configured instances 2017-05-24 20:22:28 +02:00
Bernhard Posselt
53822bb4bc add new apis 2017-05-13 21:35:17 +02:00
Bernhard Posselt
d7302a3627 version bump 2017-05-06 11:04:08 +02:00
Bernhard Posselt
90932c80c6 revert database schema change 2017-05-02 19:56:35 +02:00
Bernhard Posselt
00cc02202c migrate navigation entry to built in info.xml 2017-04-30 23:38:45 +02:00
Bernhard Posselt
fdd1c6041c fix menu and settings area in 12 2017-04-30 23:36:58 +02:00
Bernhard Posselt
226c391c62 bump length for hashes 2017-04-30 19:20:14 +02:00
Bernhard Posselt
78ce0eefc0 bump version 2017-04-17 14:06:44 +02:00
Bernhard Posselt
5fba2e276b Add third screenshot to info.xml 2017-02-15 22:23:15 +01:00
wizdude
848a472f20 change OC references (#98)
* change OC reference

* change OC reference
2017-02-15 16:32:57 +01:00
Daniel Schaal
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
Robin Appelman
2678b21fc3 mark nc12 as supported (#78) 2016-12-23 14:00:24 +01:00
Bernhard Posselt
a5058f168f version bump 2016-12-10 16:10:57 +01:00
Bernhard Posselt
e594d87fac version bump 2016-12-10 16:06:52 +01:00
Bernhard Posselt
ea5b4f077f Add small thumbnails 2016-12-08 14:42:05 +01:00
Bernhard Posselt
d5158d43ba update changelog 2016-11-26 21:41:49 +01:00
Bernhard Posselt
78eff0b49e changelog and versioning adjustments 2016-11-26 21:31:51 +01:00
Bernhard Posselt
0b714098a5 Fix #60 2016-11-25 11:02:16 +01:00
Bernhard Posselt
7234b2b5e7 Remove deprecated discussion tag 2016-11-14 20:58:03 +01:00
Bernhard Posselt
8d63975360 revert 2016-10-02 18:05:49 +02:00
Bernhard Posselt
e4e226c394 update lockfile, bump version 2016-10-02 17:00:49 +02:00
Daniel Schaal
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
Bernhard Posselt
19d884ee51 update info.xml 2016-09-06 22:05:03 +02:00
Bernhard Posselt
6be48b1788 version bump 2016-08-28 08:45:35 +02:00
Bernhard Posselt
0f0923f879 Delete update.php 2016-08-25 22:51:05 +02:00
Bernhard Posselt
f096c85401 version bump 2016-08-25 17:55:26 +02:00
Bernhard Posselt
360a9f3054 Fix #20 2016-08-23 20:07:40 +02:00