Commit Graph

34 Commits

Author SHA1 Message Date
Alexis Lahouze bd19b67c7d Fix migrations. 2017-05-19 08:36:51 +02:00
Alexis Lahouze b794b2a6c1 Use Flask-JWT-extended. 2017-05-19 00:07:30 +02:00
Alexis Lahouze e64ea7b3d1 Move licence in setup.py, fix modelines, module and package doctrings. 2017-05-19 00:05:23 +02:00
Alexis Lahouze 666ef171d8 Use factory strategy. 2017-05-13 10:33:46 +02:00
Alexis Lahouze 49197e61ef Rewrote database initialization and clear commands. 2017-05-13 10:23:59 +02:00
Alexis Lahouze a5eeede95e Move API in views, use Namespace from flask-retplus. 2017-05-13 10:12:37 +02:00
Alexis Lahouze f77843b2bb QA 2017-05-04 14:42:38 +02:00
Alexis Lahouze 3df0af2714 Cleanup imports. 2017-05-04 14:42:09 +02:00
Alexis Lahouze c5147feee8 Move db in model. 2017-05-04 14:39:17 +02:00
Alexis Lahouze 06fd86d337 Move remaining stuff in manage.py to application. 2016-06-17 10:17:44 +02:00
Alexis Lahouze 13080ad348 Add SQLAlchemy configuration to avoid warning. 2016-06-16 23:52:43 +02:00
Alexis Lahouze c5a73623cf Fix API prefix. 2016-06-16 23:22:20 +02:00
Alexis Lahouze 0ea35808f3 Remove blueprint. 2016-06-16 23:03:45 +02:00
Alexis Lahouze 0b01cf04aa Cleanup old frontend. 2016-04-12 11:00:04 +02:00
Alexis Lahouze 24bd0ddecc Disable frontend in flask app, redirect to swagger doc instead of frontend index. 2016-04-12 10:43:25 +02:00
Alexis Lahouze 9434e598e8 Remove unneeded flask-assets. 2016-02-18 15:55:34 +01:00
Alexis Lahouze 3c39056544 Remove unused flask-bower from project. 2016-01-29 14:01:57 +01:00
Alexis Lahouze 76205812a0 Move assets in frontend. 2016-01-13 00:10:51 +01:00
Alexis Lahouze 832da874c9 Rename blueprints and api. 2016-01-13 00:02:38 +01:00
Alexis Lahouze 3152d141e9 Add commit on teardown. 2016-01-02 10:14:12 +01:00
Alexis Lahouze c85cfea154 Removed unneeded LoginManager. 2015-12-09 22:55:28 +01:00
Alexis Lahouze ddc9d74cf3 Add login manager. 2015-11-27 12:28:44 +01:00
Alexis Lahouze c4302e9b13 Move SQLALCHEMY_ECHO to right place. 2015-11-27 12:28:21 +01:00
Alexis Lahouze 4d88fef98f Cleanup imports. 2015-11-27 12:25:37 +01:00
Alexis Lahouze ffcc8843a4 Change config loading. 2015-11-27 12:21:13 +01:00
Alexis Lahouze 50887b49cd Simplify logging. 2015-11-27 12:17:58 +01:00
Alexis Lahouze 762efc64c8 Simplify session management. 2015-11-24 21:31:24 +01:00
Alexis Lahouze fe53de1633 Using flask assets. 2015-08-16 00:33:35 +02:00
Alexis Lahouze 7d2d21deb8 Use flask-bower. 2015-07-29 15:14:44 +02:00
Alexis Lahouze 968e8b5976 Add debugging. 2015-07-10 14:59:37 +02:00
Alexis Lahouze af506a3091 Add decorator for session management. 2015-06-11 23:27:55 +02:00
Alexis Lahouze afd3ad005b Rename model into models to be compliant with views name. 2015-06-07 10:03:52 +02:00
Alexis Lahouze 069fbe8f8e Refactoring. 2015-06-06 14:04:48 +02:00
Alexis Lahouze 98843516f7 Reorganization. 2015-06-05 23:34:04 +02:00