aboutsummaryrefslogtreecommitdiff
path: root/newspipe
Commit message (Expand)AuthorAge
...
* added a command to delete inactive users (number of months given in parameter).Cédric Bonhomme2020-11-02
* added a command to delete a user with its id.Cédric Bonhomme2020-11-02
* ensures that a feed always have a link: when adding a new feed or importing a...Cédric Bonhomme2020-10-23
* chg: [API] allow search with filters from controllers for articles.Cédric Bonhomme2020-10-12
* fixed self deletion of account.Cédric Bonhomme2020-08-26
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-06-30
|\
| * Alert messages are now placed in the navbar.Cédric Bonhomme2020-06-27
| * chg: [template] Minor improvements and fixed to the edit_feed.html template.Cédric Bonhomme2020-06-27
* | minor fixes for the templates.Cédric Bonhomme2020-06-30
|/
* chg: [template] Minor improvements and fixed to the edit_feed.html template.Cédric Bonhomme2020-06-27
* swap fa-heart and fa-square icons.Cédric Bonhomme2020-06-25
* chg: [ui] improved article_pub template.Cédric Bonhomme2020-06-23
* chg: [ui] improved forms in navbar.Cédric Bonhomme2020-06-23
* fixed a minor issue in the bookmarks template concerning the list of tags abo...Cédric Bonhomme2020-06-23
* chg: [template] in the template for popular feeds, select only feeds differen...Cédric Bonhomme2020-06-23
* chg: [template] in the template for popular feeds, select only defined feedsCédric Bonhomme2020-06-23
* improvements to the menu of feedsCédric Bonhomme2020-06-23
* chg: [layout] minor improvements to the home page.Cédric Bonhomme2020-06-23
* fixed badgesCédric Bonhomme2020-06-23
* Updated bootstrap to version 5.0.0-alpha1 and removed dependency to jQuery.Cédric Bonhomme2020-06-22
* new: [categories] when creating or editing a category it is now possible to s...Cédric Bonhomme2020-06-07
* chg: [views] sort categories by number of unread articles for each categoryCédric Bonhomme2020-06-06
* chg: [views] improved article viewCédric Bonhomme2020-06-06
* chg: [views] removed delete article button from the home page.Cédric Bonhomme2020-06-06
* improved feed menuCédric Bonhomme2020-06-06
* Updated URL of the project home page.Cédric Bonhomme2020-05-01
* catch potential errors during creation of the first admin user.Cédric Bonhomme2020-04-07
* Initialization of Flask-Migrate.Cédric Bonhomme2020-04-07
* fixCédric Bonhomme2020-04-07
* added the FLASK_APP env variable in subprocess.PopenCédric Bonhomme2020-04-06
* Fetch the feeds in a new processus by taking into account the current virtual...Cédric Bonhomme2020-04-06
* Removed useless import.Cédric Bonhomme2020-04-06
* Migrate form Flask-Script to the built-in integration of the click command li...Cédric Bonhomme2020-04-06
* Added a link to the documentation in the about page.Cédric Bonhomme2020-04-06
* Simplify loading of the configuration file.Cédric Bonhomme2020-04-03
* fixed erros reported by flake.Cédric Bonhomme2020-04-03
* speed improvements to the /history pageCédric Bonhomme2020-04-03
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-04-02
|\
| * wipCédric Bonhomme2020-03-30
| * catch ParseError form dateutilCédric Bonhomme2020-03-30
| * catch exception with trying to fetch feed icon with requestsCédric Bonhomme2020-03-30
| * removed debug logCédric Bonhomme2020-03-30
* | Improved the feed creation form.Cédric Bonhomme2020-04-02
|/
* display feeds icon in public pages for feedsCédric Bonhomme2020-03-30
* hide feeds with too much erros from the menuCédric Bonhomme2020-03-30
* fix: the feed wasn't regularly updatedCédric Bonhomme2020-03-30
* return transparent image if no favicon are foundCédric Bonhomme2020-03-30
* improvements to the crawlerCédric Bonhomme2020-03-29
* Minor fixes to the crawler.Cédric Bonhomme2020-03-29
* remnoved debug printCédric Bonhomme2020-03-24
bgstack15