aboutsummaryrefslogtreecommitdiff
path: root/src/web/models
Commit message (Expand)AuthorAge
* Updated some linksCédric Bonhomme2018-10-15
* Updated copyrightsCédric Bonhomme2018-07-01
* Removed email field.Cédric Bonhomme2018-04-04
* The link of a feed can not be None.Cédric Bonhomme2018-02-02
* Import from pinboard is now faster. Bookmarks are sorted by time.Cédric Bonhomme2017-05-24
* Added database migration script.Cédric Bonhomme2017-05-23
* removed a commentCédric Bonhomme2017-05-23
* Improved display of bookmark's tags. And fixed some remainings merge related ...Cédric Bonhomme2017-05-23
* Fixed conflicts.Cédric Bonhomme2017-05-23
|\
| * Update tags of bookmarks.Cédric Bonhomme2017-05-23
| * We will finally have a table for tags of articles and tags of bookmarks.Cédric Bonhomme2017-04-21
* | Removed prototype code for bookmarks from master branch.Cédric Bonhomme2017-04-09
|/
* wipCédric Bonhomme2017-02-20
* wipCédric Bonhomme2017-02-13
* prototypefor bookmarksCédric Bonhomme2017-02-12
* cleaning the mess in the libs directoriesCédric Bonhomme2016-11-17
* Bugfix: should import Article in order to resolve the 'date' column for the o...Cédric Bonhomme2016-11-16
* bug fixCédric Bonhomme2016-11-08
* added tag to the API whitelistCédric Bonhomme2016-11-08
* various improvements to the crawler (better use of coroutines, test if an art...Cédric Bonhomme2016-11-08
* add the possibility to mak a feed as privateCédric Bonhomme2016-10-24
* new name: the last one.Cédric Bonhomme2016-10-10
* Some other new update for the public profile page.Cédric Bonhomme2016-10-07
* Fetch feeds only if the user do not want to use its own crawler.Cédric Bonhomme2016-10-06
* The user can now add its twitter page.Cédric Bonhomme2016-10-06
* Removed refresh_rate column for the user table.Cédric Bonhomme2016-10-05
* Fixed a bug when removing a user who have feeds in categories.Cédric Bonhomme2016-10-04
* add column webpage in the user tableCédric Bonhomme2016-09-21
* Draft for a public user profile page.Cédric Bonhomme2016-09-20
* Merge branch 'master' of github.com:JARR/JARRCédric Bonhomme2016-05-29
|\
| * Removed now useless function for Article objects.Cédric Bonhomme2016-05-02
* | Fixed some depreciations with the new version of Flask.Cédric Bonhomme2016-05-29
|/
* Bugfix: it was not possible to delete a user with categories.Cédric Bonhomme2016-05-01
* Updated preprocessors for the v3 Article API.Cédric Bonhomme2016-04-24
* Updated JARR GitHub address. Thanks GitHub!Cédric Bonhomme2016-04-18
* Minor updates in the manager.Cédric Bonhomme2016-04-07
* Fixed a bug for non-administor users.Cédric Bonhomme2016-04-07
* Send an email for the account confirmation.Cédric Bonhomme2016-04-07
* begin integration of the new architectureCédric Bonhomme2016-03-01
* New management of the token for the account confirmation.Cédric Bonhomme2016-02-18
* Changed some strane URLs, maybe due to the renaming of pyAggr3g470r to JARR...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
* Updated Copyright years.Cédric Bonhomme2016-02-05
* handling errors from one page appFrançois Schmidts2016-01-31
* wip redoing feed panelFrançois Schmidts2016-01-30
* draft displaying articleFrançois Schmidts2016-01-29
* wip right panelFrançois Schmidts2016-01-29
* bootstraping reactFrançois Schmidts2016-01-26
* fixing sqlalchemy resolving warningFrançois Schmidts2016-01-26
bgstack15