1
0
Fork 0

Commit-Graph

  • 2e5af57c26 Add category and tag selectors Angus McLeod 2019-07-26 18:00:55 +1000
  • 7a27139ebc fix composer Angus McLeod 2019-07-22 17:28:49 +1000
  • 05b651fdc6 Allow custom profile updates Angus McLeod 2019-07-22 17:16:22 +1000
  • 81d86bec7c Add file types setting to upload field Angus McLeod 2019-07-19 13:47:17 +1000
  • 0b90fdabcf bugfix Angus McLeod 2019-07-18 09:18:08 +1000
  • c9b7296640 Add preset dropdown for tags Angus McLeod 2019-07-12 11:55:53 +1000
  • e414e651cc Merge fix Angus McLeod 2019-07-12 11:06:39 +1000
  • 91a9d30a8a
    Merge pull request #12 from angusmcleod/api_authentication Angus McLeod 2019-07-12 11:01:12 +1000
  • dfc87bccb0
    Merge branch 'master' into api_authentication api_authentication Angus McLeod 2019-07-12 11:00:10 +1000
  • 8aeb3fb32d tweak text Angus McLeod 2019-07-02 16:52:47 +1000
  • 49c6456b87 Merge branch 'master' of https://github.com/angusmcleod/discourse-custom-wizard Angus McLeod 2019-07-02 14:49:41 +1000
  • 650dc498a4 Add required data && permitted params to steps Angus McLeod 2019-07-02 14:49:14 +1000
  • 3950d136b0
    Merge pull request #11 from spacerest/view-submissions-css Angus McLeod 2019-07-01 16:29:31 +1000
  • f693a2d25a Add add_to_group action Angus McLeod 2019-07-01 12:31:50 +1000
  • f1bb2f6be1 fix update css so wizard submissions table doesn't get cut off spacerest 2019-06-30 14:21:40 +0930
  • 645c94c170 update css so wizard submissions table doesn't get cut off spacerest 2019-06-30 14:13:37 +0930
  • d607c5cd08
    Merge pull request #1 from angusmcleod/master Sadie Parker 2019-06-25 10:34:12 +0930
  • 20f605b899 Use wizard name in no access messages Angus McLeod 2019-06-19 13:39:39 +0800
  • aa7dd16827 Handle guests on wizard routes Angus McLeod 2019-06-19 13:23:10 +0800
  • 92fb880502 Cook step titles Angus McLeod 2019-06-19 12:32:03 +0800
  • 8db52e0656 a slew of bug fixes to ensure a fault free OAuth 2 authorisation Robert Barrow 2019-06-16 16:40:47 +0100
  • 15e52a5e42 added CSS for log table to match existing Robert Barrow 2019-06-16 14:44:23 +0100
  • fa39bbff29 FIX: logs weren't deleting when trash can was pressed Robert Barrow 2019-06-16 14:33:30 +0100
  • 7efaf25572 added logging to token refresh, added user column to log and log display Robert Barrow 2019-06-16 12:49:51 +0100
  • c6fed81d28 updated some ember actions to closure actions to remove deprecation warnings, fixed issue where you could not remove last auth parameter as key would never be cleared Robert Barrow 2019-06-12 21:57:38 +0100
  • 620f30368e bugfix min length Angus McLeod 2019-06-11 17:19:46 +1000
  • b9f8cc61b2 distinguish between 2 legged and 3 legged oauth && other authorization improvements Angus McLeod 2019-06-07 13:09:31 +1000
  • 4f195c704a Additional error handling Angus McLeod 2019-06-07 09:57:34 +1000
  • 95ba52f973 added logging for api calls Robert Barrow 2019-06-06 17:10:13 +0100
  • 1544d4494b removed test file Robert Barrow 2019-06-05 22:29:35 +0100
  • def5f8e669 added validation for endpoint body JSON in API admin and fixed error handling in actual API calls Robert Barrow 2019-06-05 22:23:15 +0100
  • 06f9b4be69 fix for empty api_body and addition of catch for bad JSON Robert Barrow 2019-06-04 19:51:24 +0100
  • 7d04ffbde5 set min-height and allow resize for composer Angus McLeod 2019-06-03 18:18:31 +1000
  • 8f64d77940 Add special formatting for tags in Create Topic Topic Fields Angus McLeod 2019-06-03 17:51:45 +1000
  • 5ffcee1dde Add custom wizard integration Angus McLeod 2019-06-03 17:09:24 +1000
  • 819c76b3ff API data validation and administration improvements Angus McLeod 2019-06-03 12:49:54 +1000
  • 22d1c6fd06 API Admin client-side cleanups Angus McLeod 2019-06-03 09:40:54 +1000
  • cc98a14d15 added basic auth interface changes and supporting code Robert Barrow 2019-06-02 23:59:35 +0100
  • f331f80cbb Update wizard api CRUD Angus McLeod 2019-06-02 20:54:31 +1000
  • 6345083c4d initialize auth params and endpoints in the route & model Angus McLeod 2019-06-01 12:25:09 +1000
  • 65979e1987 non working controller updates Robert Barrow 2019-06-01 00:06:30 +0100
  • 582e2cca42 fixed issue that prevented you adding params or endpoints when there were none to begin with Robert Barrow 2019-05-31 23:25:22 +0100
  • 06b5e28ced removed debug statement from javascript Robert Barrow 2019-05-31 22:37:17 +0100
  • 6afdeb7408 resolved type error for api.get not a function and for error on save when no endpoints Robert Barrow 2019-05-31 22:32:24 +0100
  • 9ff904d0fa WIP: Add Endpoint Administration Angus McLeod 2019-05-31 17:54:11 +1000
  • 01a9e7f148 complete OAuth authorization && Start API Admin UI Angus McLeod 2019-05-30 15:04:34 +1000
  • 3da8833410 add parameter constraints for callback controller Robert Barrow 2019-05-29 23:18:38 +0100
  • fdecbe155e added controller to handle callbacks Robert Barrow 2019-05-22 11:46:34 +0100
  • 52b8c229ba added code to handle token refresh jobs specific to services Robert Barrow 2019-05-19 14:56:17 +0100
  • bc1cea1f69
    Merge pull request #9 from romanrizzi/remove_unused_group_option Angus McLeod 2019-05-16 11:34:49 +1000
  • 3aeb6a3b47
    Merge pull request #10 from merefield/api_authentication Angus McLeod 2019-05-16 09:38:08 +1000
  • 0ca8758f6c comments cleanup and added better paramater check for oauth2 Robert Barrow 2019-05-15 08:09:48 +0100
  • 08172d7d35 added basic authentication and error handling Robert Barrow 2019-05-15 07:54:32 +0100
  • a4cacb169d Removed group option since it's not used and we're planning to deprecate it soon romanrizzi 2019-05-14 16:57:03 -0300
  • 19a9497d74 added authentication protocol type Robert Barrow 2019-05-14 14:54:33 +0100
  • 839f085500 add file reference to plugin dot rb Robert Barrow 2019-05-12 15:08:59 +0100
  • 221c233e6d first commit Robert Barrow 2019-05-11 16:53:37 +0100
  • 1709900d51 remove margin on step-description Angus McLeod 2019-04-26 11:25:36 +1000
  • cd51e4cbca fix placeholders Angus McLeod 2019-04-18 09:47:41 +1000
  • 29ad274df7 Merge branch 'master' of https://github.com/angusmcleod/discourse-custom-wizard Angus McLeod 2019-04-12 19:43:13 +1000
  • 53952bbc1e css tweak Angus McLeod 2019-04-12 19:42:59 +1000
  • 1a9c7d8589
    Merge pull request #8 from nbianca/remove_dep Angus McLeod 2019-04-11 10:44:29 +1000
  • ef84cbebd4
    FIX: Remove outdated dependency. Bianca Nenciu 2019-04-10 18:05:01 +0300
  • 62ee016c7c ensure wizard exists before forcing redirect Angus McLeod 2019-04-09 19:11:09 +1000
  • 80e5bcc0dc add none placeholder for action types Angus McLeod 2019-04-09 19:00:00 +1000
  • e127d0c2ae
    Merge pull request #7 from procourse/fix_footer_logo Angus McLeod 2019-04-02 11:41:26 +1100
  • e05f98e43a
    Merge pull request #6 from MakaryGo/patch-1 Angus McLeod 2019-04-02 11:41:00 +1100
  • 5a70e79f5c FIX: Missing footer image Justin DiRose 2019-03-26 10:53:59 -0500
  • aea4d2f1c2
    Fix for wizard height issue Makary 2019-03-26 04:17:23 +0100
  • 4316e6c6ce Add svg fontawesome icons Angus McLeod 2019-02-20 17:27:17 +1100
  • 6aefc5a192 precompile raw-templates script Angus McLeod 2019-01-29 11:42:23 +1100
  • 2e861f6b69 add wizard raw template pre-compilation Angus McLeod 2019-01-29 11:30:35 +1100
  • 8eee281e25 location in wizard style improvements Angus McLeod 2019-01-24 11:44:19 +1100
  • 2af1c543c1 gsub fix Angus McLeod 2019-01-23 10:07:29 +1100
  • a0b34f308b fix custom_title check Angus McLeod 2019-01-22 13:45:49 +1100
  • 3a5d3a0687 stripe whitespace when validating length Angus McLeod 2019-01-22 13:11:42 +1100
  • cfb93e2adb Add postalcode translation Angus McLeod 2019-01-22 10:57:33 +1100
  • 76c2e0a88d bugfix Angus McLeod 2019-01-22 10:57:03 +1100
  • c40a582a51 Dont restrict step height Angus McLeod 2019-01-22 10:35:23 +1100
  • 36dd30bf46 style update Angus McLeod 2019-01-22 10:15:42 +1100
  • 44e15ddfaa various fixes Angus McLeod 2019-01-18 11:34:52 +1100
  • 50593dc298 preload custom wizard start script Angus McLeod 2019-01-17 15:45:21 +1100
  • 0ea0524dcf add reset flag Angus McLeod 2019-01-14 13:53:53 +1100
  • e8ac4f7ca8 bugfix Angus McLeod 2019-01-14 13:13:37 +1100
  • 87c0c8fe74 add calendar-o svg Angus McLeod 2019-01-14 13:03:42 +1100
  • 1dae4fc537 IE11 CSS hack for decent display w/o flex support Chad Boschert 2018-11-19 15:11:16 -0600
  • 126cdd910a Added IE11 polyfill to resolve client-side error that prevented wizard step from rendering Chad Boschert 2018-11-19 15:10:33 -0600
  • 36117bdc60 IE 11 caches agressively; prevent ajax call from caching Chad Boschert 2018-11-19 13:27:20 -0600
  • d735395c3e Fix IE bug that causes undefined wizardid Chad Boschert 2018-11-19 12:34:39 -0600
  • e842801737 remove special_font_face Angus McLeod 2018-11-29 09:34:43 +1100
  • 1a0a4fdbbe add custom value placeholder Angus McLeod 2018-10-07 18:28:26 +1100
  • f903aaed59 ensure custom_value is not a blank string Angus McLeod 2018-10-07 18:03:53 +1100
  • ea1c7f3e64 add french translations Angus McLeod 2018-10-05 09:04:20 +1000
  • 7952fd03b1 ensure after_signup is not triggered on password reset Angus McLeod 2018-09-25 21:04:08 +1000
  • b78c2f0c0f add skip_redirect for actions Angus McLeod 2018-09-18 11:56:42 +1000
  • a1f4d6fdf9 Allow wizard and user fields in custom_title Angus McLeod 2018-09-18 11:15:11 +1000
  • 5c7ab3d550
    Merge pull request #5 from angusmcleod/pr/4 Angus McLeod 2018-09-15 16:22:08 +1000
  • cb8f8e2410 save whole file object and show filename pr/4 Angus McLeod 2018-09-15 16:21:02 +1000
  • 5232518bdc
    Update wizard-field-upload.hbs James Hahn II 2018-09-11 10:51:40 -0500
  • 51f4365976
    Update field.rb James Hahn II 2018-09-09 08:20:12 -0500