Commit Graph

325 Commits

Author SHA1 Message Date
Alexis Lahouze 86d1f942b0 Move models and handlers in each view. 2017-05-13 09:38:09 +02:00
Alexis Lahouze a9a12086f9 Remove unused parameters. 2017-05-07 22:41:06 +02:00
Alexis Lahouze f51f238be7 Fix quoting in docstring. 2017-05-07 22:40:06 +02:00
Alexis Lahouze 0a6f7e3c2e Fix quoting in docstring. 2017-05-07 22:39:16 +02:00
Alexis Lahouze 4dbb50301c Del unused parameter. 2017-05-07 22:37:59 +02:00
Alexis Lahouze 911a5925b7 Rename balance to flow. 2017-05-07 22:37:45 +02:00
Alexis Lahouze 545de91d46 Rename solds to balances. 2017-05-07 22:37:31 +02:00
Alexis Lahouze 16684a4938 Fix quoting in docstring, linting. 2017-05-07 22:35:00 +02:00
Alexis Lahouze b1d7e04a26 Linting. 2017-05-07 22:23:47 +02:00
Alexis Lahouze 0d61377280 Docstring, pylint. 2017-05-07 22:23:36 +02:00
Alexis Lahouze 85468abe58 Format. 2017-05-04 14:45:18 +02:00
Alexis Lahouze 36af37d611 Docstring, pylint. 2017-05-04 14:44:22 +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 a4d73234f2 Manage modelines. 2016-10-15 13:03:28 +02:00
Alexis Lahouze 8ec99a2cec Move back user group into views. 2016-06-19 22:10:48 +02:00
Alexis Lahouze a0fa75a26d Move user management in model. 2016-06-17 10:52:14 +02:00
Alexis Lahouze 2a689f5c07 Fix style in migrations. 2016-06-17 10:48:00 +02:00
Alexis Lahouze 06fd86d337 Move remaining stuff in manage.py to application. 2016-06-17 10:17:44 +02:00
Alexis Lahouze 7947ebd81f Fix migration. 2016-06-17 09:56:19 +02:00
Alexis Lahouze 12e646134e Cleanup migrations directory. 2016-06-17 09:54:53 +02:00
Alexis Lahouze e03c9e7d8b Move migrations in application. 2016-06-17 09:52:08 +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 17709f8f47 Fix imports for new Flask version. 2016-06-16 23:21:57 +02:00
Alexis Lahouze 6fe5085c9f Remove obsolete api blueprint. 2016-06-16 23:04:43 +02:00
Alexis Lahouze 0ea35808f3 Remove blueprint. 2016-06-16 23:03:45 +02:00
Alexis Lahouze 000fa7fcd2 Fix model inheritance. 2016-05-24 08:42:01 +02:00
Alexis Lahouze 0b01cf04aa Cleanup old frontend. 2016-04-12 11:00:04 +02:00
Alexis Lahouze 1917fe909d Move frontend in separate directory. 2016-04-12 10:55:08 +02:00
Alexis Lahouze 8357d4befa Fix message. 2016-04-12 10:46:52 +02:00
Alexis Lahouze 94f5b53206 Fix account save. 2016-04-12 10:46:35 +02:00
Alexis Lahouze 729a061d02 Comment. 2016-04-12 10:45:04 +02:00
Alexis Lahouze 12fda9d41c Fix model. 2016-04-12 10:44:21 +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 8f28d14201 Style, comment. 2016-03-27 23:07:22 +02:00
Alexis Lahouze 0d65f5318a Externalize login template. 2016-03-27 23:06:00 +02:00
Alexis Lahouze 5a1f2a9f30 Ordering of accounts. 2016-03-06 22:53:42 +01:00
Alexis Lahouze 57b4846948 Fix order. 2016-03-06 22:44:30 +01:00
Alexis Lahouze 9434e598e8 Remove unneeded flask-assets. 2016-02-18 15:55:34 +01:00
Alexis Lahouze 0d38a12cfb Add basic distribution for accountant web. 2016-02-18 14:45:11 +01:00
Alexis Lahouze fe7277bdd7 Fix paths. 2016-02-17 09:17:32 +01:00
Alexis Lahouze 55710bd0fd Fix redirection of /. 2016-02-17 09:13:22 +01:00
Alexis Lahouze 29bc9ed559 Rename templates into views. Fix paths to static files. 2016-02-17 08:54:44 +01:00
Alexis Lahouze ea1b5957c0 Remove unused argument. 2016-02-17 08:46:30 +01:00
Alexis Lahouze b0e7187995 Move index file in static. 2016-02-17 08:43:35 +01:00
Alexis Lahouze 17e3b56d5c Add asset management using grunt-include-source. 2016-02-17 08:26:43 +01:00
Alexis Lahouze e38c18c118 Separate in submodules. 2016-02-08 22:49:54 +01:00
Alexis Lahouze dbf49dcd9f Move ng-app in body section. 2016-02-08 22:28:04 +01:00
Alexis Lahouze cfd52305f7 Use #/ annotation instead of HTML5 base. 2016-02-08 22:27:29 +01:00
Alexis Lahouze 41d8a202fa Use ngBootbox. 2016-02-08 22:25:47 +01:00
Alexis Lahouze 7f4f4b3724 Fix controller aliases. 2016-02-08 21:42:14 +01:00
Alexis Lahouze d95d735ace Fix app name. 2016-02-08 00:28:47 +01:00
Alexis Lahouze 071e9c96f4 Fix authorization. 2016-02-08 00:27:15 +01:00
Alexis Lahouze dcce124a4d Use angular.module instead of variable. 2016-02-08 00:20:36 +01:00
Alexis Lahouze 60386abea4 Add missing var. 2016-02-08 00:17:37 +01:00
Alexis Lahouze fad4b6403c Remove unused function parameters. 2016-02-08 00:16:53 +01:00
Alexis Lahouze 921713de90 Add vim tagline 2016-02-08 00:15:26 +01:00
Alexis Lahouze 27fad84f66 Change double quotes into single quotes. 2016-02-07 23:51:57 +01:00
Alexis Lahouze ebaf33845a Add 'use strict'. 2016-02-07 23:40:39 +01:00
Alexis Lahouze 60b00b7774 Change index into attribute. 2016-02-07 23:34:03 +01:00
Alexis Lahouze f5e914510c Change double quotes into single quotes. 2016-02-07 23:30:28 +01:00
Alexis Lahouze f97a4a7655 Update configuration. 2016-02-07 23:07:40 +01:00
Alexis Lahouze 1dbc037122 Improve HTML lint. 2016-02-01 22:42:31 +01:00
Alexis Lahouze 3c39056544 Remove unused flask-bower from project. 2016-01-29 14:01:57 +01:00
Alexis Lahouze e1ed92180d Improve Grunt integration. Wiredep. 2016-01-29 13:43:50 +01:00
Alexis Lahouze 4a866e7dd1 Fix JS and CSS imports. Fix notify. 2016-01-27 22:53:35 +01:00
Alexis Lahouze b70b070d5c Use angular-ui-notification instead of angular-pnotify. 2016-01-27 21:33:23 +01:00
Alexis Lahouze 2fd235bb5f Fix trailing slashes. 2016-01-22 21:46:57 +01:00
Alexis Lahouze c8383fcbad Remove small. 2016-01-22 21:46:33 +01:00
Alexis Lahouze 56a037ac7d Fix timezone. 2016-01-22 21:45:38 +01:00
Alexis Lahouze 919f5efc97 Fix buggy parser. 2016-01-19 08:40:46 +01:00
Alexis Lahouze bb708e81b3 Convert to flask-restplus and document for swagger. 2016-01-19 08:29:25 +01:00
Alexis Lahouze 4b1313e65c Share account_id argument between parsers. 2016-01-16 18:38:10 +01:00
Alexis Lahouze abcdfcf48c Add missing model. 2016-01-16 18:23:57 +01:00
Alexis Lahouze 507c69d0b2 Move view models in a different module. 2016-01-16 17:27:06 +01:00
Alexis Lahouze 53b961491b Move parsers to another module. 2016-01-14 10:26:00 +01:00
Alexis Lahouze cbd1ad0e49 Strip trailing slashes in angular resources. 2016-01-14 10:25:37 +01:00
Alexis Lahouze 9498e3e89e Fix trailing / to avoid redirects during posts. 2016-01-14 09:46:06 +01:00
Alexis Lahouze dae994abe9 Style. 2016-01-13 18:45:30 +01:00
Alexis Lahouze 92d3cc1c7d Change get query for scheduled operation. 2016-01-13 18:36:22 +01:00
Alexis Lahouze f961eba9bf Rename parameter account to account_id. 2016-01-13 18:33:21 +01:00
Alexis Lahouze e4c0752a2c Separate solds and balance from account model. 2016-01-13 18:15:30 +01:00
Alexis Lahouze 21c98a1dcf Change filtering on begin and end dates. 2016-01-13 17:39:16 +01:00
Alexis Lahouze 30efb9312a Add curency filter. 2016-01-13 17:20:47 +01:00
Alexis Lahouze 1bff86b31c Fix path and arguments. 2016-01-13 14:14:52 +01:00
Alexis Lahouze 5864d4700d Rename *_resource_fields to *_model. 2016-01-13 13:49:28 +01:00
Alexis Lahouze 3fd746916c Change authentication algorithm. 2016-01-13 13:48:12 +01:00
Alexis Lahouze 24ed36cc1b Change session token generation mecanism. 2016-01-13 12:50:57 +01:00
Alexis Lahouze 3927f7e398 Add missing return code. 2016-01-13 12:48:11 +01:00
Alexis Lahouze 2cccb07c3d Typo fix. 2016-01-13 12:36:44 +01:00
Alexis Lahouze b9c9199c78 Change API paths. 2016-01-13 12:36:14 +01:00
Alexis Lahouze 880a57de96 Rename resource_fields to scheduled_operation_model. Reorganize imports. 2016-01-13 11:55:49 +01:00
Alexis Lahouze 22fcfb3e42 Add missing marshal_with_fields. 2016-01-13 11:52:04 +01:00
Alexis Lahouze 02720a3fb6 Rename resource_fields to operation_with_sold_model. Reorganize imports. 2016-01-13 11:49:10 +01:00
Alexis Lahouze cc6f7e2a36 Rename resource_fields in model. Rename resource classes. 2016-01-13 11:44:17 +01:00
Alexis Lahouze 6ee46c9136 Change relative import. Add Authentication on scheduled operation views. 2016-01-13 11:27:28 +01:00
Alexis Lahouze 76205812a0 Move assets in frontend. 2016-01-13 00:10:51 +01:00
Alexis Lahouze 1db40c80b6 Add CORS. 2016-01-13 00:08:47 +01:00