summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-03-22Merge pull request #462 from nextcloud/release_13.1.413.1.4Morris Jobke
Release 13.1.4
2019-03-22Release 13.1.4Benjamin Brahmer
- Another fix for failed updates #448 - Missing background back on news titles #451 - Encoding errors thrown by simplexml #457 - Allow '0' as last Modified date #458
2019-03-22Update js dependenciesBenjamin Brahmer
2019-03-22Stop assuming encoding of xml, let simplexml throw silently (#457)Sean Molenaar
2019-03-22[tx-robot] updated from transifexNextcloud bot
2019-03-21Allow empty-ish lastmodified and clean up FeedFetcher Test (#458)Sean Molenaar
2019-03-21[tx-robot] updated from transifexNextcloud bot
2019-03-20Put background back on news titleIBBoard
Fixes the lack of background on the news item title when scrolling, which makes the content unreadable and defeats the idea of the sticky title (#450), by putting the colour back that was removed in e4da0957.
2019-03-20reset modified since filter when updating feedsJasper Knockaert
When updating feeds the modified since date is added as a filter. This needs to be reset when looping over the feeds. Fixes #444.
2019-03-1813.1.313.1.3Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-03-18Merge pull request #446 from nextcloud/release_13.1.213.1.2Morris Jobke
Release 13.1.2
2019-03-18add unreleased section to changelogBenjamin Brahmer
2019-03-18Release 13.1.2Benjamin Brahmer
2019-03-18Update the Changelog (#439)Benjamin Brahmer
2019-03-18Use a copy of the FeedIO client that doesn't specify a useragentSean Molenaar
2019-03-18Set nextcloud user agentSean Molenaar
2019-03-17fix/allow CDATA encoding (#428)Sean Molenaar
2019-03-16[tx-robot] updated from transifexNextcloud bot
2019-03-15fix searchBenjamin Brahmer
this fixes #368
2019-03-15[tx-robot] updated from transifexNextcloud bot
2019-03-14Fix redirect for nextcloud blogSean Molenaar
2019-03-14Original orange indicator for active news items restoredb_b
2019-03-14Have dist also reinstall dependencies (#432)Sean Molenaar
2019-03-14prevent raw angluar templates from flashing on page loadnexus-uw
- when opening news app on lower end computer, the angular templates flash on the screen for about 1 second - angular directive doc: https://docs.angularjs.org/api/ng/directive/ngCloak
2019-03-13Merge pull request #424 from nextcloud/new_release13.1.1Morris Jobke
Release 13.1.1
2019-03-12Release 13.1.1Benjamin Brahmer
2019-03-12Update CHANGELOG.mdSean Molenaar
2019-03-12Fix email and password not being encodedSean Molenaar
2019-03-12Fix design issue in #410Sean Molenaar
2019-03-12Catch FeedIO reader exception.Sean Molenaar
Closes #413 Closes #412
2019-03-12[tx-robot] updated from transifexNextcloud bot
2019-03-11#413 DateTime::createFromFormat()Simon Gilliot
2019-03-11[tx-robot] updated from transifexNextcloud bot
2019-03-10[tx-robot] updated from transifexNextcloud bot
2019-03-09[tx-robot] updated from transifexNextcloud bot
2019-03-08Merge pull request #403 from nextcloud/version-bump13.1.0Morris Jobke
Release 13.1.0
2019-03-08[tx-robot] updated from transifexNextcloud bot
2019-03-07[tx-robot] updated from transifexNextcloud bot
2019-03-06Release 13.1.0Benjamin Brahmer
2019-03-06Fix references to old manual versions and general cleanup (#404)Sean Molenaar
2019-03-06Prepare the changelog (#400)Benjamin Brahmer
2019-03-06Fix generation commands and make them available in ./occ (#402)Sean Molenaar
2019-03-05Cleanup JS and prolong error notificationSean Molenaar
2019-03-04[tx-robot] updated from transifexNextcloud bot
2019-03-02[tx-robot] updated from transifexNextcloud bot
2019-03-01[tx-robot] updated from transifexNextcloud bot
2019-02-28Merge pull request #282 from SMillerDev/switch_feedIOJohn Molakvoæ
Switch to feed-io for parsing
2019-02-23Allow empty update timeSean Molenaar
2019-02-22Fix multi-line news titlesIBBoard
Change CSS "height" for a "min-height" so that it can expand if necessary Fixes #359
2019-02-22[tx-robot] updated from transifexNextcloud bot