Conversation
sdh100shaun
added a commit
that referenced
this pull request
Jun 22, 2017
sdh100shaun
added a commit
that referenced
this pull request
Jun 22, 2017
* Add CSP middleware (#81) * Hotfix/csp broken admin (#83) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Admin Fixes (#85) * Add CSP middleware (#81) (#82) * Add CSP middleware (#81) (#84) * Hotfix/csp broken admin (#86) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing
sdh100shaun
added a commit
that referenced
this pull request
Jun 22, 2017
* Add CSP middleware (#81) * Hotfix/csp broken admin (#83) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Admin Fixes (#85) * Add CSP middleware (#81) (#82) * Add CSP middleware (#81) (#84) * Hotfix/csp broken admin (#86) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Hotfix/csp broken admin (#88) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Add CSP middleware specifically in grouped routes only * Remove CSP middleware from app middleware
pavlakis
pushed a commit
that referenced
this pull request
Nov 23, 2017
* [Composer] Added Slim 3 Behat extension. * Initial setup for Behat tests. * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * Feature/deployment script (#64) * Develop (#62) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * Feature/docker (#63) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * modifying ignore for data * fetaure: add docker working docker composer need to sort hostname and db connection * changes to mysql set up and ports * connecting to db but needs initialising * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * docker working if db manually built * added a separate init * fixed mysql init * added rebel sponsor info * Add deploy script * Add DB port with BC for older settings file * Feature/deployment script (#66) * Develop (#62) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * Feature/docker (#63) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * modifying ignore for data * fetaure: add docker working docker composer need to sort hostname and db connection * changes to mysql set up and ports * connecting to db but needs initialising * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * docker working if db manually built * added a separate init * fixed mysql init * added rebel sponsor info * Add deploy script * Add DB port with BC for older settings file * Fetch tags before switching tags * wip - * amended ignore for docker * updating docker * Manage event service failure. (#68) Handle exception and display message to user. * Check id key exists for event in getLatestEvent (#69) * Override default error handling (#72) * Develop (#89) * Add CSP middleware (#81) * Hotfix/csp broken admin (#83) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Admin Fixes (#85) * Add CSP middleware (#81) (#82) * Add CSP middleware (#81) (#84) * Hotfix/csp broken admin (#86) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Hotfix/csp broken admin (#88) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Add CSP middleware specifically in grouped routes only * Remove CSP middleware from app middleware * fixing docker mysql * added meetup cache - site will once meetup loaded now function without wifi * Add initial Behat setup Update composer Create meetup fixtures Exclude bin folder and DS store Add initial tests Point to local dev environment and allow invalid ssl Add user removal functionality Update test settings with vagrant mysql credentials Add behat tests organiser panel authentication Update meetup json * Update travis to use PHP 7.1 as the working version * meetupcache * updated gitignore * updated gitignore for bin * composer lock file * docker setup for db * updated lock file * updated lock file * meetup cache implementation * Delete init_db.sql * Update README.md
pavlakis
pushed a commit
that referenced
this pull request
Dec 3, 2017
* [Composer] Added Slim 3 Behat extension. * Initial setup for Behat tests. * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * Feature/deployment script (#64) * Develop (#62) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * Feature/docker (#63) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * modifying ignore for data * fetaure: add docker working docker composer need to sort hostname and db connection * changes to mysql set up and ports * connecting to db but needs initialising * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * docker working if db manually built * added a separate init * fixed mysql init * added rebel sponsor info * Add deploy script * Add DB port with BC for older settings file * Feature/deployment script (#66) * Develop (#62) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * Feature/docker (#63) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * modifying ignore for data * fetaure: add docker working docker composer need to sort hostname and db connection * changes to mysql set up and ports * connecting to db but needs initialising * Feature/route improvements (#60) * Merge to master (#57) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Merge to master (#58) * Use form for event creation Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Use form for event creation (#54) (#55) Pass default time in the action Add joindin status code logic in the event service Use a form to validate the event creation Pass event default time through event config Validate form on populate call Return null objects for speaker and supporter when empty Pass form errors to the view Use form to retrieve event info Use form in the view Add test for supporter returning null object when no params passed Redirect to admin on successful authentication * Pass url params as route attributes * Use event info from meetup on the form * Add checks to prevent BC API breaks * Fix logic when checking for speaker and supporter * Group admin routes Remove AuthCheck middleware and use route groups * Add create-event route optional forward slash Include forward slash only when passing meetup id parameter * Remove unused AuthCheck dependency * docker working if db manually built * added a separate init * fixed mysql init * added rebel sponsor info * Add deploy script * Add DB port with BC for older settings file * Fetch tags before switching tags * wip - * amended ignore for docker * updating docker * Manage event service failure. (#68) Handle exception and display message to user. * Check id key exists for event in getLatestEvent (#69) * Override default error handling (#72) * Develop (#89) * Add CSP middleware (#81) * Hotfix/csp broken admin (#83) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Admin Fixes (#85) * Add CSP middleware (#81) (#82) * Add CSP middleware (#81) (#84) * Hotfix/csp broken admin (#86) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Hotfix/csp broken admin (#88) * Fix notice on array access * Enable CSP in report-only mode in dashboard * Add comment for CSP override in routing * Add CSP middleware specifically in grouped routes only * Remove CSP middleware from app middleware * fixing docker mysql * added meetup cache - site will once meetup loaded now function without wifi * Add initial Behat setup Update composer Create meetup fixtures Exclude bin folder and DS store Add initial tests Point to local dev environment and allow invalid ssl Add user removal functionality Update test settings with vagrant mysql credentials Add behat tests organiser panel authentication Update meetup json * Update travis to use PHP 7.1 as the working version * meetupcache * updated gitignore * updated gitignore for bin * composer lock file * docker setup for db * updated lock file * updated lock file * meetup cache implementation * Delete init_db.sql * Update README.md * changing docker to php7.2 and xdebug 2.6.0alpha1 - finalising ssl conf and adding in server names * fixing issue from meetup cache package * updated wording on previous events
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.