From 7d7ffd2b20bd494739acd9dd7b8292b18d5aaadc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Tue, 4 Jul 2023 12:39:30 +0200 Subject: [PATCH] feat: Version 0.4.0 (#40) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 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 * 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 Co-authored-by: Rene * 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é Co-authored-by: Rene * 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 Co-authored-by: René * 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 * 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é * feat: mail helper (#17) * feat: send mail from helper * style: formatting * fix: send debug mails --------- Co-authored-by: Rene * 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 * fix: move ContentBlockService (#23) * fix: move ContentBlockService * style: formatting --------- Co-authored-by: Thessa Kockelkorn Co-authored-by: Rene * feat: use noIndex server property (#22) * feat: use noIndex server property * style: formatting --------- Co-authored-by: Thessa Kockelkorn Co-authored-by: Rene * 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é * 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 * 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 Co-authored-by: René * 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é Co-authored-by: Rene Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper Co-authored-by: Merijn van Ginkel * fix: get string from nested option (#27) * feat: add requirement * fix: remove test credentials * style: formatting --------- Co-authored-by: Rene Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn Co-authored-by: M.A. Peene Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper Co-authored-by: Merijn van Ginkel * 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 Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene * Update issue templates --------- Co-authored-by: Rene Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: keeama13 Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn Co-authored-by: M.A. Peene Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper Co-authored-by: Merijn van Ginkel Co-authored-by: M.A. Peene * 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 Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Rene Co-authored-by: Thessa Kockelkorn --------- Co-authored-by: Xander Schuurman <44030544+keeama13@users.noreply.github.com> Co-authored-by: Rene Co-authored-by: keeama13 Co-authored-by: thessakockelkorn <70509512+thessakockelkorn@users.noreply.github.com> Co-authored-by: Thessa Kockelkorn Co-authored-by: M.A. Peene Co-authored-by: Merijn van Ginkel <107470233+nfmerijn@users.noreply.github.com> Co-authored-by: Jasper Co-authored-by: Merijn van Ginkel Co-authored-by: M.A. Peene --- routes/api.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/api.php b/routes/api.php index 3d69b010..6a0c4f3e 100644 --- a/routes/api.php +++ b/routes/api.php @@ -27,6 +27,7 @@ | is assigned the "api" middleware group. Enjoy building your API! | */ + Route::prefix(config('siteboss.api_prefix'))->group(function () { Route::prefix('api')->group(function () { Route::get('email/verify/{id}/{hash}', [VerifyEmailController::class, '__invoke'])