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

owncloud-news (3.001)

Pre-release
Pre-release
Compare
Choose a tag to compare
@BernhardPosselt BernhardPosselt released this 18 Sep 13:34
· 1691 commits to master since this 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