fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.38k stars 345 forks source link

client: Add route for adding RSS sources #1310

Closed jtojnar closed 2 years ago

jtojnar commented 2 years ago

Visiting /manage/sources/add?url=foo will load the settings page, open the “new source” form and pre-fill the URL specified in the query string parameter. For now, only URL is customizable.

Fixes: https://github.com/fossar/selfoss/issues/254