-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: mail helper #17
Merged
Merged
Conversation
This file contains 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
64knl
added a commit
that referenced
this pull request
Jun 12, 2023
* feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jun 13, 2023
* feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jun 15, 2023
* feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jul 3, 2023
* feat: Version 2.0.0 (#26) * feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * style: formatting * feat: Version 0.3.1 (#33) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> * Update issue templates --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jul 3, 2023
* feat: Version 2.0.0 (#26) * feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * style: formatting * feat: Version 0.3.1 (#33) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> * Update issue templates --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jul 3, 2023
* feat: Version 2.0.0 (#26) * feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * style: formatting * feat: Version 0.3.1 (#33) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> * Update issue templates --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jul 4, 2023
* feat: added spatie honeypot (#34) * fix: datacontroller change (#36) * feat: custom spam response (#37) * feat: custom spam response * fix: typo * feat: honeypot serviceprovider (#38) * fix: better error for unsupported locales * feat: debug message for file permissions * style: formatting * feat: Update issue templates (#41) * feat: Version 2.0.0 (#26) * feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * style: formatting * feat: Version 0.3.1 (#33) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> * Update issue templates --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl> * Update api.php * feat: multilingual search (#42) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file * feat: language as string, language-specific fields * fix: right query for spellcheck * fix: variable names * fix: passing of language url * fix: pass page id for custom search values * feat: optional sorting of search results * fix: remove debug * fix: change language column into string * feat: use config for sitemap * style: formatting * fix: writing sitemap * fix: replace html tags by space * style: formatting * feat: error when solr hostname cannot be resolved * fix: remove unnecessary code * fix: pass localized url --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jul 24, 2023
* feat: added spatie honeypot (#34) * fix: datacontroller change (#36) * feat: custom spam response (#37) * feat: custom spam response * fix: typo * feat: honeypot serviceprovider (#38) * fix: better error for unsupported locales * feat: debug message for file permissions * style: formatting * feat: Update issue templates (#41) * feat: Version 2.0.0 (#26) * feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * style: formatting * feat: Version 0.3.1 (#33) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> * Update issue templates --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl> * Update api.php * feat: multilingual search (#42) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file * feat: language as string, language-specific fields * fix: right query for spellcheck * fix: variable names * fix: passing of language url * fix: pass page id for custom search values * feat: optional sorting of search results * fix: remove debug * fix: change language column into string * feat: use config for sitemap * style: formatting * fix: writing sitemap * fix: replace html tags by space * style: formatting * feat: error when solr hostname cannot be resolved * fix: remove unnecessary code * fix: pass localized url --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl>
64knl
added a commit
that referenced
this pull request
Jul 24, 2023
* feat: added spatie honeypot (#34) * fix: datacontroller change (#36) * feat: custom spam response (#37) * feat: custom spam response * fix: typo * feat: honeypot serviceprovider (#38) * fix: better error for unsupported locales * feat: debug message for file permissions * style: formatting * feat: Update issue templates (#41) * feat: Version 2.0.0 (#26) * feat: packaged cmseditor (#2) * feat: composer file * feat: add license + changelog * Add files via upload * Delete CmsEditor directory * Delete resources/views directory --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> * feat: migrations + routes + restructure (#3) * feat: migrations + routes + restructure * fix: added composer + removed cmseditor folder * fix: providers * feat: models in package (#4) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs --------- Co-authored-by: Rene <rene@notfound.nl> * fix: syntax error in composer file * style: formatting * feat: add pinter * fix!: database prefix (#6) * feat: Events (#7) * feat: models in package * feat: packaged controllers * feat: seeders in package * fix: removed test echo * feat: lang + views * feat: services + provides * feat: package * feat: finalizing package * feat: last changes * fix: remove surplus migrations * feat: database seeders * feat: add helpers * fix: policy namespacing * fix: class name * fix: remove user provider * feat: last configs * feat: events * feat: events namespace * fix: namespace errors * style: formatting * fix: composer syntax error --------- Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: forms * feat: namespace changes (#9) * feat: namespace changes * feat: namespacing * feat: working views * fix: remove duplicate entries * fix: remove SiteBoss namspace * style: formatting --------- Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: removed laravel assets from publish (#10) * fix: class path name * fix!: formbuilder problem quickfix * style: formatting * Fix/solr indexer (#13) * fix: add timestamps to search table * fix: replace all white spaces by single spaces * fix: get page title * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: René <rene@notfound.nl> * feat: add Siteboss Helper * fix: helper class namespace * fix: visible for CmsConfig * feat: remove unused function (#15) * feat: removed siteboss_path() * feat: app config, routes, factory updated * fix: factorytype * style: formatting * style: formatting * feat: SOLR localization (#14) * feat: forced localization of path * fix: mv creation of content string to pageservice * fix: get localized title --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> * feat: searchable * feat!: Form handler (#16) * fix: clamav no socket * feat: call FormHandler * fix: re-add getSummaryHtml * fix getSummaryHtml for files * style: formatting --------- Co-authored-by: René <rene@notfound.nl> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <rene@notfound.nl> * fix: mail forms (#19) * fix: mailhandler (#21) * fix: mailhandler * fix: namespacing * fix: mail views * fix: mail view from package * style: formatting * feat: add todo --------- Co-authored-by: Rene <rene@notfound.nl> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: Rene <rene@notfound.nl> * fix: handle empty notification_address * fix: router no longer ignores enabled * feat: TableSelect support for translated table * Fix: pick laravel old (#24) * fix: slug trim (#309) * fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <github@registraties.notfound.nl> * fix: date not required (#312) * fix: changed empty date to null value * style: formatting * fix: perserve params in table editor * fix: use params in breadcrumb * feat: title search * fix: Moved overview setting to correct properties (#314) * chore: rename sample configuration * fix: ordering * fix: date localized display * feat: check database (#315) * feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <rene@notfound.nl> * feat: timepicker (#313) * fix: date can be empty in overview * fix: paging * fix: columntype for button * feat: add Laravel's email verification middleware (#311) * feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: René <github@registraties.notfound.nl> * fix: cms editor problem * feat: show forms in UI * fix: array * feat: add form locales (#287) * feat: locale support * chore: add todo * feat: send (sample) autolayout fields * feat: better names * fix: categories * feat: add Slider AutoLayout field * feat: update formbuilder option creation * feat: update layout package * feat: update layout package * fix: fixed form fields with repeatable options and added migration that checks the form tables for missing columns * fix: use correct object to get option name * fix: linting error * fix: remove aliases * fix: remove site specific packages * fix: remove .env file * fix: re-add packages * fix: remove default middleware * fix: update namespace * style: formatting --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: René <github@registraties.notfound.nl> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> * style: formatting * feat: Version 0.3.1 (#33) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> * Update issue templates --------- Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl> * Update api.php * feat: multilingual search (#42) * fix!: field component (#30) * Fix: combination render (#31) * fix: render form fields with uppercase in type * fix: use field->GetCombinationChildren to (default) render combination fields * fix: lint * fix: fixed created_at and updated_at columns not setting values (#32) * feat!: load siteboss routes from normal route file * feat: language as string, language-specific fields * fix: right query for spellcheck * fix: variable names * fix: passing of language url * fix: pass page id for custom search values * feat: optional sorting of search results * fix: remove debug * fix: change language column into string * feat: use config for sitemap * style: formatting * fix: writing sitemap * fix: replace html tags by space * style: formatting * feat: error when solr hostname cannot be resolved * fix: remove unnecessary code * fix: pass localized url --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: M.A. Peene <maarten@notfound.nl> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: Rene <rene@notfound.nl> Co-authored-by: keeama13 <xander@schuurmannen.nl> Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn <thessa@notfound.nl> Co-authored-by: M.A. Peene <maartenadampeene@gmail.com> Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper <jasper@digitaldeer.nl> Co-authored-by: Merijn van Ginkel <merijn@notfound.nl> Co-authored-by: M.A. Peene <maarten@notfound.nl>
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.