Branch: master
-
Prune unnecessary properties from feed model
lovett committedFeb 18, 2019
-
Get feed history to display if route is viewed directly
lovett committedFeb 17, 2019 -
Keep entry count current after marking all entries as read
lovett committedFeb 17, 2019
-
lovett committed
Feb 16, 2019 -
Prevent a redraw loop when loading feed entries
lovett committedFeb 14, 2019 -
Display a message when no unread entries are present
lovett committedFeb 14, 2019
-
lovett committed
Feb 8, 2019
-
lovett committed
Jan 25, 2019
-
lovett committed
Jan 18, 2019
-
lovett committed
Jan 12, 2019
-
lovett committed
Jan 4, 2019
-
lovett committed
Dec 28, 2018
-
lovett committed
Dec 21, 2018
-
lovett committed
Dec 14, 2018
-
lovett committed
Dec 7, 2018
-
lovett committed
Nov 30, 2018
-
Don't recheck for outated packages after npm install
lovett committedNov 23, 2018 -
lovett committed
Nov 23, 2018
-
lovett committed
Nov 9, 2018
-
Add support for marking a batch of entries as read
lovett committedNov 8, 2018
-
Add support for saving and unsaving entries
lovett committedNov 7, 2018
-
Redirect to home route when viewing an unsubscribed feed
lovett committedNov 6, 2018 -
Drop unused dependency on xml2js
lovett committedNov 6, 2018 -
Get DiscussionList views to render as intended
lovett committedNov 6, 2018 -
Remove comments link from body of lobste.rs entries
lovett committedNov 6, 2018 -
Use hostname of entry guid as discussion label
lovett committedNov 6, 2018
-
lovett committed
Nov 2, 2018 -
Display the entry body when available
lovett committedNov 2, 2018
-
Restore capture of entry body to fetch-feed
lovett committedOct 31, 2018 -
lovett committed
Oct 31, 2018 -
Enforce a default value for entry.created during entry-store
lovett committedOct 31, 2018 Have entry-store enforce this from one place, rather than in each of the fetch modules.
-
Document log listeners and migrate to hyphen naming convention
lovett committedOct 31, 2018 -
lovett committed
Oct 31, 2018 Consolidate the level-specific listeners into a main listener with aliases. This is meant to make log messages easier to read via console and better suited for other means of storage.
-
Use a mixin to unify how model instances are created. Change to simpl…
lovett committedOct 28, 2018 …er shape for API responses.
-
Store entry.created as a formatted string
lovett committedOct 26, 2018 Previously it was stored as in integer, breaking consistency with how dates are otherwise handled.