aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Preparing new 9.1.0 release.Cédric Bonhomme2020-03-12
|
* Improved the search form.Cédric Bonhomme2020-03-12
|
* Improved login form.Cédric Bonhomme2020-03-12
|
* get the search param filtersCédric Bonhomme2020-03-12
|
* Simplified deployment section.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Updated README.Cédric Bonhomme2020-03-11
|
* Fixed CSS menu class in article template.Cédric Bonhomme2020-03-11
|
* Uses Bootstrap4 for the pagination component generated by Flask-Pagination.Cédric Bonhomme2020-03-11
|
* fixed some JavaScript to like/unlike an article from the home page.Cédric Bonhomme2020-03-10
|
* removed unused importsCédric Bonhomme2020-03-10
|
* cleaned importsCédric Bonhomme2020-03-10
|
* removed unused variableCédric Bonhomme2020-03-10
|
* Added SQLite configuration file.Cédric Bonhomme2020-03-10
|
* added a way to specify a configuration file via an environment variableCédric Bonhomme2020-03-10
|
* fixed issues reported by flake8.Cédric Bonhomme2020-03-10
|
* Added flake8 in dev requirements.Cédric Bonhomme2020-03-10
|
* Updated README.Cédric Bonhomme2020-03-10
|
* Added Debian build file for sourcehut builds.Cédric Bonhomme2020-03-10
|
* Updated Python dependencies.Cédric Bonhomme2020-03-10
|
* bugfix: global variable conf has been replaced by applicationCédric Bonhomme2020-03-10
|
* Fixed typo.Cédric Bonhomme2020-03-10
|
* Removed useless configuration variables.Cédric Bonhomme2020-03-10
|
* Added a tiny portion of black magic.Cédric Bonhomme2020-03-10
|
* Updated README.Cédric Bonhomme2020-03-10
|
* Updated README.Cédric Bonhomme2020-03-10
|
* Updated defautl configuration file.Cédric Bonhomme2020-03-09
|
* Refactoring the backend.Cédric Bonhomme2020-03-09
|
* Improved method to detect current version of the Newspipe instance.Cédric Bonhomme2020-03-06
|
* Updated README.Cédric Bonhomme2020-03-06
|
* Fixe icons in the history template.Cédric Bonhomme2020-03-06
|
* Fixe icons in the profile_public template.Cédric Bonhomme2020-03-06
|
* Fixe icon in the article template.Cédric Bonhomme2020-03-06
|
* Fixed icon in the feed template.Cédric Bonhomme2020-03-06
|
* Fixe icon in the popular template.Cédric Bonhomme2020-03-06
|
* Fixe icon in the duplicates template.Cédric Bonhomme2020-03-06
|
* Fixe icon in the feed_list template.Cédric Bonhomme2020-03-06
|
* Fixed some JavaScript functions to mark articles as read/unread.Cédric Bonhomme2020-03-06
|
* Merge branch 'master' of git.sr.ht:~cedric/newspipeCédric Bonhomme2020-03-06
|\
| * Load only 1000 bookmarks when user is not authenticated.Cédric Bonhomme2020-03-04
| |
| * Fixed some issues with the bookmark view.Cédric Bonhomme2020-03-04
| |
| * Renmoved some useless blank spaces.Cédric Bonhomme2020-03-04
| |
* | Fixed some icons.Cédric Bonhomme2020-03-06
|/
* Retrun the bookmarks saved during the last 365 days, starting from the date ↵Cédric Bonhomme2020-03-04
| | | | of the most recent one.
* Improved bookmarks template.Cédric Bonhomme2020-03-04
|
* Updated some strings in the user data management template.Cédric Bonhomme2020-03-04
|
* Updated README.Cédric Bonhomme2020-03-04
|
* Improved user management page.Cédric Bonhomme2020-03-04
|
bgstack15