-
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
Fix: pick laravel old #24
Conversation
* fix: validate error on document update * fix: slug trim --------- Co-authored-by: René <[email protected]>
* fix: changed empty date to null value * style: formatting
* feat: column checks * fix: implementation for repeatable * fix: localized fields --------- Co-authored-by: Rene <[email protected]>
* feat: add Laravel's email verification middleware * feat: add config helper * feat: config helper * Update AuthServiceProvider.php --------- Co-authored-by: Rene <[email protected]> Co-authored-by: René <[email protected]>
…at checks the form tables for missing columns
|
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
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- 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
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 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!
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]>
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> * Update issue templates --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]>
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> * Update issue templates --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]>
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> * Update issue templates --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]>
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> * Update issue templates --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> --------- Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]>
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> * Update issue templates --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> --------- Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]>
* 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 <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> Co-authored-by: Rene <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> * 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é <[email protected]> * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene <[email protected]> * 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 <[email protected]> * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: Rene <[email protected]> * 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é <[email protected]> * 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 <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> * 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 <[email protected]> Co-authored-by: René <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> * Update issue templates --------- Co-authored-by: Rene <[email protected]> Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]> * 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 <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> --------- Co-authored-by: Xander Schuurman <[email protected]> Co-authored-by: Rene <[email protected]> Co-authored-by: keeama13 <[email protected]> Co-authored-by: thessakockelkorn <[email protected]> Co-authored-by: Thessa Kockelkorn <[email protected]> Co-authored-by: M.A. Peene <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: Jasper <[email protected]> Co-authored-by: Merijn van Ginkel <[email protected]> Co-authored-by: M.A. Peene <[email protected]>
summary
Cherry-pick from siteboss-laravel (with conflict resolution):
TODO
Really review! Conflicts resolved by me, not a laravel person. Especially check https://github.com/NotFoundNL/siteboss-laravel/commit/4f9b776f8e6f4edebf23278fdbc8434eb2c58b36