0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-20 15:51:11 +02:00
Commit-Graph

155 Commits

Autor SHA1 Nachricht Datum
Angus McLeod
82cb2668bc add guest login 2019-10-08 16:46:13 +11:00
Angus McLeod
954dea0af9 zeitwork compatibility 2019-10-03 15:17:21 +10:00
Angus McLeod
922afdc1bd Client and server-side fixes 2019-08-07 20:16:05 +10:00
Faizaan Gagan
25792f92e4 Fixed code formatting, tweaked css, moved remaining hardcoded strings to translations and removed all console.log calls 2019-08-06 16:38:05 +05:30
Faizaan Gagan
e4de1d4145 converted all the server side strings to translation ready strings 2019-07-31 10:27:40 +05:30
Faizaan Gagan
bf9ceb6dd3 made the changes discussed with Angus, some UI improvements and some edge-case validations 2019-07-30 22:34:18 +05:30
Faizaan Gagan
98d8eeffca added some validations and changed the import logic to use FormData instead of FileReader 2019-07-29 13:30:56 +05:30
Faizaan Gagan
63fb0658e9 added a feature for importing and exporting wizards 2019-07-28 02:47:20 +05:30
Angus McLeod
dfc87bccb0
Merge branch 'master' into api_authentication 2019-07-12 11:00:10 +10:00
Angus McLeod
650dc498a4 Add required data && permitted params to steps 2019-07-02 14:49:14 +10:00
Angus McLeod
aa7dd16827 Handle guests on wizard routes 2019-06-19 13:23:10 +08:00
Robert Barrow
8db52e0656 a slew of bug fixes to ensure a fault free OAuth 2 authorisation 2019-06-16 16:40:47 +01:00
Angus McLeod
b9f8cc61b2 distinguish between 2 legged and 3 legged oauth && other authorization improvements 2019-06-07 13:09:31 +10:00
Robert Barrow
95ba52f973 added logging for api calls 2019-06-06 17:10:13 +01:00
Angus McLeod
5ffcee1dde Add custom wizard integration 2019-06-03 17:09:24 +10:00
Angus McLeod
819c76b3ff API data validation and administration improvements 2019-06-03 12:49:54 +10:00
Angus McLeod
f331f80cbb Update wizard api CRUD
- New api metadata model
- New api id system
- Minor UI updates
2019-06-02 20:54:31 +10:00
Robert Barrow
65979e1987 non working controller updates 2019-06-01 00:06:30 +01:00
Angus McLeod
9ff904d0fa WIP: Add Endpoint Administration 2019-05-31 17:54:11 +10:00
Angus McLeod
01a9e7f148 complete OAuth authorization && Start API Admin UI 2019-05-30 15:04:34 +10:00
Robert Barrow
3da8833410 add parameter constraints for callback controller 2019-05-29 23:18:38 +01:00
Robert Barrow
fdecbe155e added controller to handle callbacks 2019-05-22 11:46:34 +01:00
Angus McLeod
0ea0524dcf add reset flag 2019-01-14 13:53:53 +11:00
Angus McLeod
7303a9314d theme_id has been pluralized 2018-08-20 09:08:28 +10:00
Angus
7a781b24d0 theme key has changed to theme id 2018-07-17 08:57:53 +10:00
Angus McLeod
8de21f05b3 We're taking an exclusive approach to attributes in the client now 2018-07-06 11:09:38 +10:00
Angus McLeod
b71ec64a9f Refactor redirect logic and update not_permitted text 2018-07-06 10:58:53 +10:00
Angus McLeod
af613c11d6 Handle submissions made by deleted users 2018-06-29 16:07:18 +10:00
Angus McLeod
6fab152930 Only check if time is valid if time has changed 2018-06-06 23:49:28 +10:00
Angus McLeod
e8a28ad22d Allow after time wizards to be updated without changing the time 2018-06-06 22:05:45 +10:00
Angus McLeod
bf15927c8e Filter redirect_to from submissions 2018-05-24 22:54:36 +10:00
Angus McLeod
9a3ae6406f Fix completed? for reused wizards && ensure users with no access can get back to site 2018-05-09 15:06:43 +10:00
Angus McLeod
26302cbad1 Restrict the cancelling of a scheduled after_time job is restricted to the current wizard 2018-04-24 10:55:03 +10:00
Angus McLeod
9d8424a35f Allow theme to be added by name && use template when loading wizard for controller 2018-04-06 14:21:11 +10:00
Angus McLeod
7b53f23541 Use requires_login instead of ensure_logged_in 2018-02-09 16:39:47 +08:00
Angus McLeod
dd706315de bugfix 2017-12-19 17:50:40 +08:00
Angus McLeod
a4875f2214 Add basic theme support to custom wizards 2017-12-17 11:43:18 +08:00
Angus McLeod
099880a85b Name fallback is actually a bit confusing 2017-11-24 15:53:27 +08:00
Angus McLeod
37b1b73f90 Improve checks and edge cases 2017-11-23 17:02:25 +08:00
Angus McLeod
2f659f4d18 bugfix 2017-11-07 14:28:26 +08:00
Angus McLeod
62b4cfbb21 bugfix 2017-11-03 18:06:05 +08:00
Angus McLeod
760c67bb6f Prevent guests from accessing custom wizards 2017-11-03 16:50:01 +08:00
Angus McLeod
f3588dbe89 Separate raw and cooked descriptions 2017-11-03 16:22:50 +08:00
Angus McLeod
8a216fcfcf Fix strong param checks so they can handle dynamic wizard fields 2017-11-03 13:56:10 +08:00
Angus McLeod
48ed74c4ce Properly pass and permit submission data 2017-11-02 15:41:14 +08:00
Angus McLeod
d14db3678a Add rich text for step descriptions 2017-11-02 10:22:13 +08:00
Angus McLeod
11953055fd various 2017-11-01 17:50:03 +08:00
Angus McLeod
be81aa7f4d various 2017-11-01 12:21:14 +08:00
Angus McLeod
a09376e645 various 2017-10-30 14:24:51 +08:00
Angus McLeod
f6251ace06 various 2017-10-22 11:37:58 +08:00
Angus McLeod
5220b069f6 various 2017-10-17 15:18:53 +08:00
Angus McLeod
897cc0b60e various 2017-10-15 11:58:22 +08:00
Angus McLeod
3fa2735c63 various 2017-09-25 22:47:40 +08:00
Angus McLeod
a3f9135698 Working wizard creation 2017-09-24 11:01:18 +08:00
Angus McLeod
ebd026887c Init unfinshed 2017-09-23 10:34:07 +08:00