Skip to content
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

Fix: pick laravel old #24

Merged
merged 38 commits into from
Jun 15, 2023
Merged

Fix: pick laravel old #24

merged 38 commits into from
Jun 15, 2023

Conversation

MAPCMC
Copy link
Contributor

@MAPCMC MAPCMC commented Jun 15, 2023

keeama13 and others added 30 commits June 15, 2023 12:22
* fix: validate error on document update

* fix: slug trim

---------

Co-authored-by: René <github@registraties.notfound.nl>
* fix: changed empty date to null value

* style: formatting
* feat: column checks

* fix: implementation for repeatable

* fix: localized fields

---------

Co-authored-by: Rene <rene@notfound.nl>
* 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>
…at checks the form tables for missing columns
@MAPCMC MAPCMC requested a review from 64knl June 15, 2023 12:23
@MAPCMC MAPCMC self-assigned this Jun 15, 2023
@MAPCMC MAPCMC marked this pull request as draft June 15, 2023 12:25
@gitguardian
Copy link

gitguardian bot commented Jun 15, 2023

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id Secret Commit Filename
6995245 SMTP credentials 5bdfa9b .env.example View secret
6995245 SMTP credentials 4d83666 .env.example View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

@MAPCMC MAPCMC marked this pull request as ready for review June 15, 2023 12:46
@64knl 64knl merged commit de20e09 into develop Jun 15, 2023
1 of 2 checks passed
@64knl 64knl deleted the pick-laravel-old branch June 15, 2023 14:26
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants