aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* fixCédric Bonhomme2016-03-01
|
* begin integration of the new architectureCédric Bonhomme2016-03-01
|
* Useless if no category set.Cédric Bonhomme2016-02-21
|
* Minor improvements to the list of feeds.Cédric Bonhomme2016-02-21
|
* With the new home page we do not need anymore the link to see all articles ↵Cédric Bonhomme2016-02-19
| | | | of a feed.
* With the new home page we do not need anymore the link to see all articles ↵Cédric Bonhomme2016-02-19
| | | | of a feed.
* Removes unused emails templates.Cédric Bonhomme2016-02-18
|
* Added a template for the password recovery notifications.Cédric Bonhomme2016-02-18
|
* Rephrasing...Cédric Bonhomme2016-02-18
|
* Import of datetime.Cédric Bonhomme2016-02-18
|
* we now specify the validity period of the activation link.Cédric Bonhomme2016-02-18
|
* Improved confirm_account view.Cédric Bonhomme2016-02-18
|
* Typo.Cédric Bonhomme2016-02-18
|
* New environment variable for the token salt on Heroku.Cédric Bonhomme2016-02-18
|
* app -> applicationCédric Bonhomme2016-02-18
|
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
|
* Check if the id of the category is '0'.Cédric Bonhomme2016-02-16
|
* Removed the possibility to see the list of feeds of a user. A new column in ↵Cédric Bonhomme2016-02-16
| | | | the table from of dashboard has been added.
* I now know why my sessios was always lost on Heroku...Cédric Bonhomme2016-02-16
|
* It is again possible (for an administrator) to delete the feed of a user.Cédric Bonhomme2016-02-15
|
* Fixed a bug when existing_article.updated_date is None.Cédric Bonhomme2016-02-14
|
* Fixed another 'bad' URL.Cédric Bonhomme2016-02-14
|
* more simple to just use os.urandom for the secret key.Cédric Bonhomme2016-02-14
|
* article URL resolving has been removed (wasn't used)Cédric Bonhomme2016-02-14
|
* Changed some strane URLs, maybe due to the renaming of pyAggr3g470r to JARR...Cédric Bonhomme2016-02-14
|
* Removed proxy support. Not so used and better to set at the system level.Cédric Bonhomme2016-02-14
|
* Major changes to the right panel.Cédric Bonhomme2016-02-14
|
* The date of modification of articles is now used to detect changes.Cédric Bonhomme2016-02-13
|
* The OPML generation now includes the category of the feeds.Cédric Bonhomme2016-02-10
|
* Fixed an error when redirecting to home from the 'duplicates' page.Cédric Bonhomme2016-02-10
|
* The classic crawler is now able to update an article. Only content or title ↵Cédric Bonhomme2016-02-09
| | | | are updatable, as discussed in #27. Need to implement the notification system with the boolean when the content of an article has been updated.
* Fixed address of the activation link.Cédric Bonhomme2016-02-08
|
* Move the dashboard button in the user's menu.Cédric Bonhomme2016-02-05
|
* Updated Copyright years.Cédric Bonhomme2016-02-05
|
* Add a link to open an article in a new tab. Should be improve (maybe without ↵Cédric Bonhomme2016-02-04
| | | | the a anchor).
* Better if we don't leave JARR when clicking on this link.Cédric Bonhomme2016-02-03
|
* Removed useless conf file.Cédric Bonhomme2016-02-03
|
* oups...Cédric Bonhomme2016-02-03
|
* Fixed 'Page not found' error for the 'recover' page.Cédric Bonhomme2016-02-03
|
* fixed loading of the CDN addressCédric Bonhomme2016-02-03
|
* It is now possible to give the address of a CDN server through the ↵Cédric Bonhomme2016-02-03
| | | | configuratin file (or a system variable).
* carpy tests for alembic...Cédric Bonhomme2016-02-03
|
* alembic patchCédric Bonhomme2016-02-03
| | | | Signed-off-by: Cédric Bonhomme <cedric@cedricbonhomme.org>
* writing a bit of doc, moving crawler togetherFrançois Schmidts2016-02-02
|
* reload and fold all buttonFrançois Schmidts2016-02-02
|
* displaying more informations on articlesFrançois Schmidts2016-02-02
|
* submit button on bottomFrançois Schmidts2016-02-02
|
* using api and repairing feed pageFrançois Schmidts2016-02-02
|
* adding a confirm modal for deletionFrançois Schmidts2016-02-02
|
* updating unread count when fetching unreadFrançois Schmidts2016-02-02
|
bgstack15