aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html/add_subscription.html
Commit message (Collapse)AuthorAge
* Make menu consistent across feed pagesGravatar Frédéric Guillot2020-01-02
|
* Add the possibility to add rules during feed creationGravatar Frédéric Guillot2019-11-29
|
* Preserve category selection when no feed is foundGravatar Frédéric Guillot2018-12-12
|
* Use disclosure widget <details> for advanced feed optionsGravatar Frédéric Guillot2018-09-21
|
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Change feed password field type to text to avoid autocomplete with FirefoxGravatar Frédéric Guillot2018-07-08
| | | | | | | - Using autocomplete="off" or autocomplete="new-password" doesn't change anything - Changing the input ID doesn't change anything - Using a different input name doesn't change anything - Only Chrome supports autocomplete="new-password"
* Avoid Chrome to autocomplete no-login password fieldsGravatar Frédéric Guillot2018-06-30
| | | | | | Browsers always autocomplete saved passwords even with autocomplete="off". https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02