summaryrefslogtreecommitdiffstats
path: root/lib/Db/Feed.php
AgeCommit message (Collapse)Author
2018-12-14Define an official codestyle and adhere to it.Sean Molenaar
2018-10-14Fix lastModified to be a string rather than an integer. (#355)Detlev Zundel
This fixes https://github.com/nextcloud/news/issues/350#issue-369283392 Signed-off-by: Detlev Zundel <dzu@member.fsf.org>
2018-09-28add setters + getters to Folder and Item entities, fixed unit tests, ↵Daniel Opitz
rearranged methods
2018-09-28add php7 typesDaniel Opitz
2018-09-28add getters + setters for feed entityDaniel Opitz
2018-03-27Core: Fix compatibility with nextcloud codestyle (#280)Sean Molenaar
2016-09-20Implementation for issue https://github.com/nextcloud/news/issues/38Timo Schmidt
Instead of the array return type use component parameter PHP_URL_HOST to get the host part from the URL as string. This avoids an undefined index warning if host part could not be found.
2016-08-18Try without 64bit requirementBernhard Posselt
2016-07-23Adjust copyright headerBernhard Posselt
2016-07-23Move to new directory structureBernhard Posselt