aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* added missing importCédric Bonhomme2020-11-20
|
* uncomment IndexesCédric Bonhomme2020-11-20
|
* chg: [view] Articles are now ordered by date on the public users's stream page.Cédric Bonhomme2020-11-11
|
* Updated JS dependencies.Cédric Bonhomme2020-11-11
|
* updated Python dependencies.Cédric Bonhomme2020-11-11
|
* added a command to disable inactive users (number of months given in parameter).Cédric Bonhomme2020-11-03
|
* fixed deletion of inactive users. users are now deleted in a for loop on the ↵Cédric Bonhomme2020-11-02
| | | | result of the read method.
* fix definition of the filter variableCédric Bonhomme2020-11-02
|
* 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 ↵Cédric Bonhomme2020-10-23
| | | | an account.
* chg: [API] allow search with filters from controllers for articles.Cédric Bonhomme2020-10-12
|
* removed .github directoryCédric Bonhomme2020-08-26
|
* Merge branch 'master' of github.com:cedricbonhomme/newspipeCédric Bonhomme2020-08-26
|\
| * Create codeql-analysis.ymlCedric2020-07-06
| |
* | 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
| |
| * updated gitignore.Cédric Bonhomme2020-06-27
| |
| * chg: [dependencies] Updated SQLAlchemy.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 ↵Cédric Bonhomme2020-06-23
| | | | about a bookmark
* chg: [template] in the template for popular feeds, select only feeds ↵Cédric Bonhomme2020-06-23
| | | | different from None
* 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
|
* Updated dependencies.Cédric Bonhomme2020-06-08
|
* Updated CHANGELOG for the new release.Cédric Bonhomme2020-06-08
|
* new: [categories] when creating or editing a category it is now possible to ↵Cédric Bonhomme2020-06-07
| | | | select feeds via a select multiple field.
* updated JavaScript dependencies.Cédric Bonhomme2020-06-06
|
* chg: [documentation] Updated screen shot of the home page.Cédric Bonhomme2020-06-06
|
* 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
|
* removed a useless title in the README.Cédric Bonhomme2020-05-01
|
* Removed Dockerfile and docker-compose.yml.Cédric Bonhomme2020-05-01
|
* Updated URL of the project home page.Cédric Bonhomme2020-05-01
|
* Bump jquery from 3.4.1 to 3.5.0.Cédric Bonhomme2020-04-30
|
* Updated dependencies.Cédric Bonhomme2020-04-29
|
* catch potential errors during creation of the first admin user.Cédric Bonhomme2020-04-07
|
* Initialization of Flask-Migrate.Cédric Bonhomme2020-04-07
|
* removed now useless copy of manager.py with DockerCédric Bonhomme2020-04-07
|
bgstack15