Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.3.1
    eaa309f2 · bugfix: feed update ·
    nnrss 1.3.1
    
    bugfix update
    
    Roshless (1):
          bugfix: feed update
  • 1.3.0
    nnrss 1.3.0
    
    Roshless (2):
          feat: allow user to change their password
          feat: categories to unread entries list
  • 1.2.3
    nnrss 1.2.3
    
    Roshless (2):
          misc: update models
          feat: add view for unread entries from all feeds
  • 1.2.2
    nnrss 1.2.2
    
    Roshless (2):
          update readme
          bugfix: set date if cant parse
  • 1.2.1
    nnrss 1.2.1
    
    bugfix release
    
    Roshless (1):
          bugfix: forgot about new css file
  • 1.2.0
    nnrss 1.2.0
    
    features and bugfixes
    
    Roshless (14):
          feat: add pagination to default web interface
          web_interface: change padding
          misc: change var name inside template
          misc: change default per page value
          web_interace: add unread entries view
          feat: add feed category view
          bugfix: return 400 http error code
          misc: rename macros
          web_interface: remove unneeded div tags
          web_interface: move pagination to macro
          web_interface: add buttons redirecting to show all and unread
          bugfix: use correct macro for login and register templates
          feat: add additional css template block
          web_interface: show feeds from category
  • 1.1.1
    Roshless (2):
          remove unused import
          simplify sql joins code in sqlalchemy
  • 1.1.0
    nnrss 1.1.0
    
    Roshless (12):
          update readme
          update gitignore
          refractor and update config
          config: add enviroment variables user can use these instead of config file
          add dockerfile
          allow disabling web interface default web interface views moved into blueprint
          add read status functionality to default web client If entry is unread, use redirecting link that also sets read status to true. Instead of using javascript, this only obscures a little accessiblity while looking at entry link.
          return 400 http code on incorrect request instead of 200
          remove TODO file
          make comments clearer and more concise
          add missing config file Since it doesn't get generated on first run anymore.
          remove screenshots, moved to man repo
  • 1.0.2
    nnrss 1.0.2
    
    Roshless (6):
          update readme
          update gitignore
          refractor and update config
          config: add enviroment variables user can use these instead of config file
          add dockerfile
          allow disabling web interface default web interface views moved into blueprint
  • 1.0.1
    f5842c9d · update readme and todo ·
    Roshless (1):
          update readme and todo
  • 1.0
    f90995b2 · use API key with username ·
  • 0.3
    c695b757 · Update 'README.md' ·
    Roshless (21):
          update todo
          dont restart all backgroud jobs on settings change reschedule only the one for updated user
          change GPL to AGPL
          reduce logging
          add user to auto update queue on registration
          allow changing database string in config
          change database connection variables without this there would be circular import in models.py
          do not allow logged in users to register or login
          save password hashed instead of plaintext
          add config for pycodestyle
          reformat using black
          remove unneeded deletes
          fix registration I forgot to add init function
          update formatting and remove useless comments
          stick with feedparser, do not rewrite they know what they are doing
          remove unneeded sql constraint
          import feeds on thread, do not wait for it to finish
          do not remove categories
          add pictures for README
          update todo
          Update 'README.md'
  • 0.2
    d339d95e · Fix api key header ·
  • 0.1
    1b961f52 · Initial public commit ·