Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Releases: owncloud-archive/news

owncloud-news (3.103)

23 Sep 07:52
Compare
Choose a tag to compare
  • Bugfix: Turn all errors into exceptions to prevent failing all feed updates if one update runs into an error

owncloud-news (3.102)

22 Sep 14:30
Compare
Choose a tag to compare
  • Bugfix: Fix z-index for stable7 so menu buttons dont overlap content in mobile view
  • Bugfix: Use public namespace for template script and style template functions

owncloud-news (3.101)

22 Sep 13:56
Compare
Choose a tag to compare
  • Bugfix: Fix remove YouTube autoplay on libxml versions < 2.6
  • Enhancement: Backport to stable7

owncloud-news (3.003)

22 Sep 10:23
Compare
Choose a tag to compare
owncloud-news (3.003) Pre-release
Pre-release
  • Bugfix: Correctly toggle title of star and keep unread icons
  • Bugfix: Fix bug that prevented the webinterface's update every 60 seconds
  • Enhancement: Less padding right on mobile phone
  • Enhancement: Expanded view: remove date on mobile phone
  • Enhancement: Compact view: click on title should remove ellipsis
  • Enhancement: Ignore autoPurgeMinimumInterval setting if it is below 60 seconds since anything lower than that may hurt user experience
  • Enhancement: Remove YouTube autoplay from all articles

owncloud-news (3.002)

19 Sep 13:16
Compare
Choose a tag to compare
owncloud-news (3.002) Pre-release
Pre-release
  • Bugfix: If a folder is selected, the f and d shortcuts will jump to the previous or next folder subfeeds
  • Bugfix: Fix o shortcut in expanded view
  • Bugfix: Make em tag cursive and black
  • Enhancement: Cut mark read timeout in half
  • Enhancement: Show full unread count when hovering over the unread count

owncloud-news (3.001)

18 Sep 13:34
Compare
Choose a tag to compare
owncloud-news (3.001) Pre-release
Pre-release
  • New dependency: Minimum ownCloud version: 8
  • New dependency: Minimum PHP version: 5.4
  • Breaking Change: Plugin API: BusinessLayer has been renamed to Service, (FeedBusinessLayer -> FeedService) and different exceptions are now thrown to make failure better distinguishable, accessing the BusinessLayer links to the Service equivalents to keep compability
  • Bugfix: Disable drag and drop if a feed is in an invalid state
  • Bugfix: Focus scrollable area if the page is loaded initially
  • Bugfix: Immediate feedback if folder/feed exists already on the client side
  • Bugfix: Reload current folder if a feed is moved into or out of it
  • Bugfix: Pixel perfect folder and feed inputs
  • Bugfix: Do not include starred count of deleted folders and feeds
  • Bugfix: Display error messages when folder rename failed
  • Bugfix: Enter works now as submitting a form for every input
  • Bugfix: Import feeds from a very large OPML file in chunks to prevent server slowdown
  • Bugfix: Folder names are not uppercased anymore due to possible naming conflicts caused by folders being created through the API
  • Bugfix: Loading icon is now displayed until all feeds and folders are loaded
  • Enhancement: Correctly float heise.de info box
  • Enhancement: Allow to turn off marking read when scrolling
  • Enhancement: Allow to order by oldest first
  • Enhancement: Add clientside routing
  • Enhancement: When importing OPML use the feed title if given
  • Enhancement: Make hover buttons available under a menu button
  • Enhancement: Slim down appstore build
  • Enhancement: Allow to specifiy custom CSS rules for each feed
  • Enhancement: Compact view: Title ellipsis
  • Enhancement: Compact view: Show source as favicon
  • Enhancement: Compact view: Add keep unread button
  • Enhancement: Compact view: Expand item when jumping to it with a keyboard shortcut
  • Enhancement: Move undo feed/folder deletion button into the navigation bar
  • Enhancement: Add create folder form in addition to the subscribe form
  • Enhancement: Optimize for mobile
  • Enhancement: Move show unread articles setting into the settings area
  • Enhancement: New add feed design
  • Enhancement: API: add parameter to get items by oldest first
  • Enhancement: Keyboard Shortcut: r to reload the current feed
  • Enhancement: Keyboard Shortcut: f to load the next feed/folder
  • Enhancement: Keyboard Shortcut: d to load the previous feed/folder
  • Enhancement: Set useragent for fetching feeds
  • Enhancement: Also support video enclosures
  • Enhancement: Port clientside code from CoffeeScript to JavaScript

owncloud-news (2.002)

09 May 19:31
Compare
Choose a tag to compare
  • Better check for news app dependencies
  • Security: Don't send CORS Allow-Credentials header to prevent CSRF

owncloud-news (2.001)

02 May 09:27
Compare
Choose a tag to compare
  • Delete folders, feeds and articles if a user is deleted
  • Also remember collapsed folders on postgres
  • Fix bug that would prevent articles from being deleted if a folder is marked as deleted on sqlite and postgres
  • Require ownCloud 6.0.3
  • Remove html tags from feed titles
  • Port to built in core App Framework and thus removing the need to install the App Framework
  • Fix bug that would break news if a feed contains audio enclosures
  • Prepare news to work with proxies once Simple Pie is patched
  • Update HTMLPurifier to incorporate security fixes from the newest release
  • New dependency: python-requests library for the python updater script

owncloud-news (1.808)

03 Apr 22:06
Compare
Choose a tag to compare
  • Also focus article area when clicking on all unread link
  • Autofocus article area by default on load
  • Instantiate only one itemcontroller, prevents tons of requests when autopaging
  • Fix bug that would disable keyboard shortcuts after the star icon has been clicked

owncloud-news (1.807)

13 Mar 14:20
Compare
Choose a tag to compare
  • Don't crash if an HttpException occurs in the python updater
  • Add API call to rename a feed
  • Don't collapse articles in compact mode if you select a new article to prevent the scroll position from changing