Skip to content
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'