Commit Graph

93 Commits

Author SHA1 Message Date
Benjamin Dauvergne fe688437e0 wscall: add parameters to add elements to query string (#11207) 2016-06-13 16:05:13 +02:00
Frédéric Péters 9ca7b690de help: update URL to ezt syntax reference 2016-05-21 08:55:12 +02:00
Benjamin Dauvergne 885456f9a3 export evolutions in form API (#10820) 2016-05-17 19:47:04 +02:00
Benjamin Dauvergne 2e0c8a1b9b add new parameter anonymise to API /api/forms/<slug>/ endpoints returning anonymized formdata (#9146)
Service is open to any request bearing a valid signature, without needing to to
authenticate as a known user. It's also open to authenticated admin users for
debugging.
2016-05-09 09:41:10 +02:00
Benjamin Dauvergne f930d8d720 export workflow status as a list not a dict (#10807) 2016-05-09 09:25:34 +02:00
Frédéric Péters 98f638cedd api: add support for POST on existing formdata, for edition (#10749) 2016-05-04 14:31:50 +02:00
Frédéric Péters e5826951f7 workflows: add action to geolocate a formdata (#10581) 2016-05-04 09:42:43 +02:00
Benjamin Dauvergne b9b914b948 api: include more workflow details in formdef schema (#9849) 2016-04-30 21:00:39 +02:00
Frédéric Péters 5309b7af26 api: include category_slug in formdefs API (#10366) 2016-03-22 11:11:13 +01:00
Frédéric Péters 98436f1e7c help: add paragraph about item field substitution variables 2016-03-11 09:08:10 +01:00
Frédéric Péters 4b4fc2f840 help: fix typo 2016-03-02 10:43:52 +01:00
Benjamin Dauvergne efd1af0770 api: handle submit of forms with date, file and map fields (#10059) 2016-02-26 14:53:03 +01:00
Benjamin Dauvergne 30ccbfebf2 api: allow varname in formdef submit (#10026)
structured and display value are also copied if found.
2016-02-25 19:11:21 +01:00
Frédéric Péters e9746fcc80 doc: add missing <code> tags in example 2016-02-22 11:13:42 +01:00
Frédéric Péters fc0e33e3f8 formdata: add substition variables for submission data (#9751) 2016-02-04 15:15:06 +01:00
Frédéric Péters f1e59b2bc3 sql: expose backoffice_submission into views (#9767) 2016-02-04 15:13:29 +01:00
Frédéric Péters f683f27fe1 misc: add a is_in_backoffice substitution variable (#9752) 2016-02-04 15:13:29 +01:00
Frédéric Péters 2f0caaaa68 api: expose backoffice_submission and submission_channel in formdata (#9515) 2016-01-05 15:39:34 +01:00
Frédéric Péters 14825d8a7e help: spelling fixes 2016-01-04 09:29:09 +01:00
Frédéric Péters b01b9d2951 help: add note about email/NameID parameters 2015-12-18 12:18:28 +01:00
Frédéric Péters d40189b356 help: include section about signature of requests 2015-12-18 12:03:32 +01:00
Frédéric Péters 532c7ca8c1 help: fix example of condition 2015-12-01 14:50:01 +01:00
Frédéric Péters 73420d61ec help: remove prompt indentation in api/users example 2015-12-01 14:50:01 +01:00
Frédéric Péters 569213a03f help: remove obsolete note about API endpoints being the same as www URIs 2015-12-01 14:50:01 +01:00
Frédéric Péters 7d77379308 help: fix json syntax in example 2015-11-25 11:16:45 +01:00
Frédéric Péters 80e71f1ff4 api: add ?full=on support on categories, to include formdefs (#8972) 2015-11-16 15:34:00 +01:00
Frédéric Péters 18e4eafc20 api: export roles associated to a formdata (#8485) 2015-11-04 15:47:59 +01:00
Frédéric Péters 05f8268ae2 api: expose formdata retrieval api under /api/ (#8678) 2015-10-23 09:28:57 +02:00
Frédéric Péters 558c4df65e general: keep submission context additional details (#8306) 2015-09-28 18:35:39 +02:00
Frédéric Péters 5843ad8f33 api: add API to get list of users (#8345) 2015-09-25 18:14:12 +02:00
Frédéric Péters 8afcddfaac api: add API to submit new formdata (#8298) 2015-09-23 14:26:51 +02:00
Frédéric Péters 04e8b077ae api: allow for ?full=on on /api/user/forms (#8283) 2015-09-19 15:51:34 +02:00
Frédéric Péters 6de84723ea api: move user related API to /api/user/ (#8283) 2015-09-19 15:51:34 +02:00
Frédéric Péters 21cfacc69a api: add keywords and description to formdefs API (#8282) 2015-09-19 15:51:34 +02:00
Frédéric Péters 96f7d8c7bd api: put formdefs and categories API under /api/ (#8295) 2015-09-19 15:51:34 +02:00
Thomas NOËL fd9526cd80 wscall: allow extra data on POST (#6622) 2015-09-01 10:54:17 +02:00
Frédéric Péters 2b41e9e1da sql: add fts column to aggregation views (#7926) 2015-08-31 13:44:04 +02:00
Frédéric Péters fb32cc5f38 sql: add concerned_roles and is_at_endpoint columns to views (#7925) 2015-08-31 13:44:03 +02:00
Frédéric Péters 7cdd62d119 forms: add an _url variant to vars pointing to form worflow files (#8031) 2015-08-22 09:23:57 +02:00
Thomas NOËL e1fc476dd4 add form_tracking_code variable (#8082) 2015-08-21 15:03:41 +02:00
Frédéric Péters d367031503 misc: create session substitution variables from query string (#7858) 2015-08-18 11:22:20 +02:00
Thomas NOËL aaba8117c4 api: export content of uploads (#7254) 2015-07-01 09:15:05 +02:00
Frédéric Péters adbb8a9d43 fields: make "live" values available as form_var_xxx in page conditions (#7489) 2015-06-08 14:59:34 +02:00
Frédéric Péters 82124a4edd api: expose role slugs (#7180) 2015-05-15 11:40:39 +02:00
Frédéric Péters 28f249224a backoffice: allow limiting ADMIN_FOR_ALL to specific IP addresses (#7122) 2015-05-07 16:58:08 +02:00
Frédéric Péters a91e02856d backoffice: simplify ADMIN_FOR_ALL behaviour (#6726)
There was a workaround against the admin-permissions settings, temporarily
adding all roles to the user, this is no longer necessary and ADMIN_FOR_ALL
is now back to really give all administrative rights to all users.
2015-05-07 16:58:08 +02:00
Frédéric Péters 594c6db59d doc: document new features of the forms API (#7113, #7114, #7115) 2015-05-06 18:23:17 +02:00
Frédéric Péters 74c2beddae doc: add page on workflow variables 2015-05-01 23:58:47 +02:00
Frédéric Péters 0b2f0fb133 doc: add page on the "webservice call" workflow action 2015-05-01 15:05:47 +02:00
Frédéric Péters 3c467404c1 doc: add page for the "jump" workflow action 2015-05-01 15:05:47 +02:00