1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-29 06:45:12 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
4a1073e524 Bootify webservice db session handling 2018-08-31 16:57:00 +02:00
d4f4d5b288 Improve db Session logic 2018-06-20 17:47:36 +02:00
ccf348e5c5 Fix webservice 404, 401 handlers 2018-06-13 17:18:34 +02:00
5180edbaf6 Further reduce user_ops line length in preparation for monaco 2018-06-13 09:38:56 +02:00
b5156d437b Fix webservice authentication bug caused by pylint streak 2018-06-06 20:42:05 +02:00
12c95a198b Harmonize code formatting style across project 2018-06-04 21:56:59 +02:00
d7f272a535 Reduce user_ops.py line length to better fit webIDE 2018-06-04 21:16:05 +02:00
3ee5db6e57 Make webservice run as user and use tfwconnector pip package 2018-05-11 17:46:15 +02:00
0b8d084181 Deal with pylint being pylint 2018-05-04 10:35:32 +02:00
6782b49882 Match session scope with request scope, cry with Uncle Bob 2018-05-04 10:27:46 +02:00
89103f7c31 Rename exceptions.py to avoid shadowing built-in module 2018-05-03 14:39:25 +02:00
99b19a80da Refactor webservice db stuff to use a single sessionmaker 2018-05-03 14:24:30 +02:00
3203f3af84 Refactor get_url to a lambda 2018-05-03 14:11:02 +02:00
9ec0132e06 Add docstrings to webservice UserOps class 2018-04-28 19:24:15 +02:00
0e83c31587 Make webide display webservice authentication module 2018-04-28 19:12:19 +02:00
511e16c514 Perform mercilless separation of bussiness logic from request handling 2018-04-28 19:08:29 +02:00
fbd7bff85a Fix form validation in webservice 2018-04-28 18:37:49 +02:00
cf464c1987 Refactor messy global scoped_session from webservice 2018-04-28 18:25:23 +02:00
42ce7ca511 Make webservice registration layout nicer 2018-04-28 18:25:03 +02:00
bb4745ed47 Use best practices for password hashing in webservice 2018-04-28 17:40:36 +02:00
db9e2c055f Refactor webservice to use SQLAlchemy and other good stuff 2018-04-28 15:51:04 +02:00
1a295d5fd6 Strip old sqli example app and replace it with a simple login service 2018-04-25 11:52:42 +02:00