1
0
Fork 0
mirror of https://github.com/YunoHost/moulinette.git synced 2024-09-03 20:06:31 +02:00
Commit graph

24 commits

Author SHA1 Message Date
Jérôme Lebleu
cbdaeadefb [fix] Append proper value to arg_strings for a list in the api 2014-11-21 10:32:38 +01:00
Jérôme Lebleu
7a6fda1e26 [enh] Support list arguments from HTTP requests in the api 2014-11-21 10:07:06 +01:00
Jérôme Lebleu
1b0aa97cd7 [enh] Be more verbose in modules using new logging facilities 2014-10-25 13:51:17 +02:00
Jérôme Lebleu
5351405f1c [fix] Do not install /messages route if WebSocket is disabled 2014-06-12 16:19:43 +02:00
Jérôme Lebleu
dc3657fcae [fix] Wrong errno name in the api 2014-06-06 14:55:55 +02:00
Jérôme Lebleu
e52a4085af [fix] Enable autojson in Bottle app to encode additional routes result 2014-06-06 14:33:14 +02:00
Jérôme Lebleu
804752df3e [enh] Set proper HTTP status code depending on the request result 2014-06-06 14:21:55 +02:00
Jérôme Lebleu
90bd495096 [enh] Manage arguments in translation - and try to fix encoding (again) 2014-05-30 18:52:13 +02:00
Jérôme Lebleu
026745a135 [fix] Raise when a WebSocket request is expected 2014-05-26 16:06:22 +02:00
Jérôme Lebleu
6a989e655a [fix] Always set locale to use for a request in the api 2014-05-26 12:19:25 +02:00
Jérôme Lebleu
f86cec3458 [fix] Close WebSocket on action ended to prevent unclosed and lost socket 2014-05-25 01:30:33 +02:00
Jérôme Lebleu
282ae99cab [fix] Display messages in real-time in the api 2014-05-21 21:18:01 +02:00
Jérôme Lebleu
25e1ed86d7 [enh] Use a WebSocket stream to display messages in the api 2014-05-19 17:21:40 +02:00
Jérôme Lebleu
abb1517a74 [enh] Allow multiple api routes for an action 2014-05-19 12:49:12 +02:00
Jérôme Lebleu
dcdc4cff8e [fix] Proper handling locale in api and cli 2014-05-16 23:49:53 +02:00
Jérôme Lebleu
0a07acfcf2 [fix] Return a string on log in/out in the api for json encoding 2014-05-16 23:11:09 +02:00
Jérôme Lebleu
1e84edbd7f [fix] Correct ActionsMapParser and empty value in the api 2014-05-16 22:57:37 +02:00
Jérôme Lebleu
c32ecf2942 [enh] Retrieve and set locale in the api 2014-05-16 19:59:06 +02:00
Jérôme Lebleu
acc7000977 [enh] Return data at log in/out 2014-05-16 19:51:56 +02:00
Jérôme Lebleu
d40055cbda [fix] Temporarily hard fix non-authentication to 'default' in the api 2014-05-16 12:35:44 +02:00
Jérôme Lebleu
24cbd03d47 [enh] Add i18n \o/ 👏 2014-05-15 01:00:43 +02:00
kload
962b78329f [enh] Adapt yunohost_hook.py and allow bypass of the locking process 2014-04-24 11:35:18 +00:00
Jerome Lebleu
183ed78dc4 Move signals into moulinette core and uptade interfaces
* Replace ActionsMapSignals to MoulinetteSignals and make it available through 'msignal' global variable
* Update interfaces to support signals changes
* Add a new signal 'display' and implement it in the cli
2014-03-27 02:48:35 +01:00
Jerome Lebleu
7258e21adb Move src/moulinette to the root 2014-03-26 01:50:14 +01:00
Renamed from src/moulinette/interfaces/api.py (Browse further)