summaryrefslogtreecommitdiffstats
path: root/appinfo
AgeCommit message (Collapse)Author
2019-03-12Release 13.1.1Benjamin Brahmer
2019-03-06Release 13.1.0Benjamin Brahmer
2019-03-06Fix references to old manual versions and general cleanup (#404)Sean Molenaar
2019-03-06Fix generation commands and make them available in ./occ (#402)Sean Molenaar
2018-12-04use magic class constant instead of classname stringsDaniel Opitz
2018-12-03min-16John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-2313.0.3John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-10-1013.0.2 & changelogMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-09-2613.0.1John Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-09-2615 maxJohn Molakvoæ
2018-09-10dropping nc 13 support should increase the major versionArthur Schiwon
2018-08-0314 minJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2018-06-0612.0.412.0.4Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-04Release 12.0.3 because of packaging problems12.0.3Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-06-0112.0.2Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean Molenaar
2018-03-18Unit: Fix unittests (#278)Sean Molenaar
* Unit: Fix unittests Issue #171 * Tests: Move test namespace to the expected nextcloud namespace
2018-01-26update to 12.0.112.0.1Bernhard Posselt
2018-01-03version bumpBernhard Posselt
2017-12-29update for 13Bernhard Posselt
2017-09-23Bump nextcloud version to 13 (#216)Hanzei
2017-08-14Split binary to booleans (#203)Daniel Opitz
* 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-06-06Fix travis build (#178)Daniel Schaal
* 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-03version bump11.0.5Bernhard Posselt
2017-05-31bump version and changelog11.0.4Bernhard Posselt
2017-05-24better link11.0.3Bernhard Posselt
2017-05-24better link11.0.2Bernhard Posselt
2017-05-24add backup stringBernhard Posselt
2017-05-24Fail early for incorrectly configured instancesBernhard Posselt
2017-05-13add new apisBernhard Posselt
2017-05-06version bumpBernhard Posselt
2017-05-02revert database schema changeBernhard Posselt
2017-04-30migrate navigation entry to built in info.xmlBernhard Posselt
2017-04-30fix menu and settings area in 12Bernhard Posselt
2017-04-30bump length for hashesBernhard Posselt
2017-04-17bump versionBernhard Posselt
2017-02-15Add third screenshot to info.xmlBernhard Posselt
2017-02-15change OC references (#98)wizdude
* change OC reference * change OC reference
2017-01-04Add updatedDate to item model (#81)Daniel Schaal
* 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
2016-12-23mark nc12 as supported (#78)Robin Appelman
2016-12-10version bump10.1.0Bernhard Posselt
2016-12-10version bumpBernhard Posselt
2016-12-08Add small thumbnailsBernhard Posselt
2016-11-26update changelogBernhard Posselt
2016-11-26changelog and versioning adjustmentsBernhard Posselt
2016-11-25Fix #60Bernhard Posselt
2016-11-14Remove deprecated discussion tagBernhard Posselt
2016-10-02revertBernhard Posselt
2016-10-02update lockfile, bump versionBernhard Posselt
2016-10-01Add updatedDate to item model (#43)Daniel Schaal
* 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