Sebastian Stehle
52c2d6c790
Bugfixes2 ( #1243 )
* Improve error DB error handling.
* Several fixes
9 months ago
Sebastian Stehle
24782bd550
Improve error DB error handling. ( #1241 )
10 months ago
Sebastian Stehle
a70d738da4
Ferretdb ( #1239 )
* Generate with AI.
* FerretDb
* Fixes
* Update packages.
* No resizer.
* Lock deadlocks.
* Make ferret optional.
10 months ago
Sebastian Stehle
79e16cb12b
Generate schema with ai ( #1238 )
* Fix prepare step.
* UI fixes.
* Small fixes.
* Generate with AI.
* Update packages.
10 months ago
Sebastian Stehle
3c81d2e95b
Fix prepare step. ( #1236 )
* Fix prepare step.
* UI fixes.
11 months ago
Sebastian Stehle
864f7fa8a0
Apps page improvements. ( #1235 )
* Apps page improvements.
* Fix tests
* Fix e2e
11 months ago
Sebastian Stehle
78a7d35bd4
Fix webhook.
11 months ago
Sebastian Stehle
f426371aac
X fields ( #1233 )
* Small UI improvements.
* Support X-Fields for other endpoints.
* Fix tests
11 months ago
Sebastian Stehle
1d85b5e96a
Frontend improvements ( #1231 )
* Small UI improvements.
* New validator rule and a small frontend improvements.
* API tests.
* Fix tests
* Fix tests again.
11 months ago
Sebastian Stehle
754cae1ac5
Filter v3 ( #1230 )
* Started with migration.
* Search form integrated
* Update dependencies.
* Self closing.
* Fix build.
* Fix tests
* Playwright fix.
11 months ago
Sebastian Stehle
576e497182
Pooling. ( #1225 )
* Pooling.
* Potential fix.
12 months ago
Sebastian Stehle
939ca6eecd
Move to Phenx ( #1224 )
* Move to Phenx
* Fix chat.
* Fix tour.
* Fix geography.
12 months ago
Sebastian Stehle
29d7dd3cfd
Batch processing for events. ( #1222 )
* Batch processing for events.
* Improve error handling.
* Fix tests
* More test fixes
1 year ago
Sebastian Stehle
bfa0c36ccf
Cron jobs ( #1220 )
* Flow fixes.
* Temp
* Remove duplicate timers.
* Add dump.
* Fix styles and UI bugs.
* More and fixed tests
* Fix tests
* Fix e2e tests
1 year ago
Sebastian Stehle
cbd3d4eecb
Flow fixes. ( #1219 )
* Flow fixes.
* Fix tests
* Fix test
* Another attempt.
* Fix trigger URL
* Fix tests
1 year ago
Sebastian Stehle
75a079bbcb
Flows ( #1217 )
1 year ago
Sebastian Stehle
64f411a89b
Use auto generated code ( #1213 )
* Improve tests.
Fix
# Conflicts:
# backend/src/Squidex.Data.EntityFramework/ServiceExtensions.cs
# backend/src/Squidex.Data.MongoDb/ServiceExtensions.cs
* Fix all tests
* Add missing files.
* More stuff.
* Fix workflows stuff.
* Fix state.
* Temp
* Build fix.
* Fixes
1 year ago
Sina Darbouy
a6ad0c2317
Enhance Security: Redact Sensitive Configuration Values in Logs ( #1212 )
* Add sensitive data redaction in log configuration
- Implemented regex patterns to identify sensitive keys and values.
- Redacted sensitive information in logs to enhance security.
- Added methods to check for sensitive keys and values based on defined patterns.
* Refactor sensitive data patterns in log configuration to resolve build warning errors
- Changed the declaration of sensitive patterns from array to array initializer for improved readability.
- Removed unnecessary whitespace for cleaner code formatting.
1 year ago
Sebastian Stehle
59d0d383e9
Add compression. ( #1210 )
1 year ago
Sebastian Stehle
659f0ab154
Update packages
1 year ago
Sebastian Stehle
4aa7f77df6
Disable autocomplete for password input.
1 year ago
Max O
645188651b
Feature/ability to disable OIDC profile scope ( #1208 )
* PRFL-10747. Added ability to disable OIDC profile scope.
* Added documentation to the appsettings.
* external OIDC "profile" scope must be enabled by default.
---------
Co-authored-by: Osipenko Maksim <MaViOsipenko@beeline.ru>
1 year ago
Max O
13a3f3c034
Feature/ability to disable OIDC "profile" scope ( #1207 )
* PRFL-10747. Added ability to disable OIDC profile scope.
* Added documentation to the appsettings.
---------
Co-authored-by: Osipenko Maksim <MaViOsipenko@beeline.ru>
1 year ago
Sebastian Stehle
a345c9759b
Reduce image size.
1 year ago
Sebastian Stehle
65365cc2b9
Try to run build in parallel. ( #1198 )
* Try to run build in parallel.
* Another test
* Adjust release
* Individual docker files.
* Another fix.
* Use correct test flags.
* Also adapt release.yml
* Disable summary.
* Fix warnings.
* Also disable upload.
1 year ago
Sebastian Stehle
491edea1b4
Develop separate tables ( #1196 )
* Temp
* Simplify tests.
* Fix compose.
* Only run full test on PRs.
* Temp
* Temp
* Fix writing.
1 year ago
Sebastian Stehle
497af8b56a
Fix fulltext ( #1197 )
1 year ago
Sebastian Stehle
88882b2190
Bugfixes ( #1194 )
* FFMPEG support
* Fix redirects.
* Install ffmpeg.
* Rebuild options fixed.
* Update tests
* Catch exception
* Disable test
1 year ago
Sebastian Stehle
facd93a80b
Run tests on all servers ( #1191 )
* Run tests on all servers.
* Revert schema tests.
* T
* t
* Text
* Fix.
* Add migration.
* Update tests.
* Test degrees
* Update test
* Update duration.
* Improvements.
* Add searchable text field.
* Fix whitespaces.
1 year ago
Sebastian Stehle
4fe545e8d6
Entity Framework Support ( #1187 )
* Entity Framework implementation.
* Usage repository.
* Migrations.
* More dialects
* More stores.
* Add health checks and migrator.
* Temp
* Asset store tests
* Fix
* Asset folder repository
* More stuff.
* TextState
* Add missing files.
* Temp
* T
* First round of content tests
* Progress.
* Run test
* Update dependencies.
* Fixture improvements.
* Update YDotNet
* Add trait.
* Fix compose.
* Fix filter
* Fix compose
* Run postgres earlier.
* Update squidex libs.
* Another attempt.
* Minor improvements.
* Update build.
* Upload all docker logs.
* Fix folder.
* Use other host names.
* Another attempt.
* Fixes
* Update SQL server
* AllowLoadLocalInfile
* Fixes
* Fix type.
* Use migrations
* Test and update migrations.
* Fix asset selector.
1 year ago
Sebastian Stehle
586ca00e66
Error map ( #1185 )
* Extract mongo code to own assembly.
* Error Map.
1 year ago
Sebastian Stehle
d998f65278
Extract mongo code to own assembly. ( #1159 )
* Extract mongo code to own assembly.
* Fix SLN
* Fix tests
* Register serializer.
* Update playwright.
* Fix lock.
* Pixel ratio.
1 year ago
Sebastian Stehle
401f175ccb
Extract mongo code to own assembly.
1 year ago
Sebastian Stehle
e12f1aab6e
Update DynamicApplicationStore.cs ( #1150 )
1 year ago
Sebastian Stehle
6d0d713471
Fixes ( #1148 )
* Small fix for parent ID
* Get rid of unnecessary step.
1 year ago
Sebastian Stehle
b379c97142
Index UI ( #1145 )
* Temp
* Temp
* Indexes UI.
* UI for indexes finalized.
* Revert text
* More formatting.
2 years ago
Sebastian Stehle
a7e44b2e98
Permanent deletion ( #1144 )
* Delete permanent.
* Permanent deletion.
2 years ago
Sebastian Stehle
2b8c93dc76
Comment fixes ( #1143 )
* Simplified editors.
* Primary ctor.
* Move inheritance to new line
* Formatting fixes.
* Fix registration.
* Textarea improvements.
* Comment fixes.
* Improve positioning.
* Formatting fixes.
2 years ago
Sebastian Stehle
920371bd9c
UI fixes ( #1142 )
* Simplified editors.
* Primary ctor.
* Move inheritance to new line
* Formatting fixes.
* Fix registration.
2 years ago
Sebastian Stehle
a49ef9d430
Collation ( #1139 )
* Support for collation.
* Add to GraphQL.
2 years ago
Sebastian Stehle
fb1ebf83ce
Scripting extensions ( #1141 )
* Custom indexes.
* Adjust test.
* Improve json body handling.
* Just some formatting.
2 years ago
Per Bering
356c80f14b
Enabled OTel logging and metrics OTLP exporters ( #1137 )
* Enabled OTel logging and metrics OTLP exporters
* Fixed comment casing
2 years ago
Sebastian Stehle
060f43357b
Script improvements ( #1136 )
* Custom indexes.
* Adjust test.
* New script extensions.
* New script extensions.
2 years ago
Sebastian Stehle
09f7b21c52
Custom indexes. ( #1134 )
* Custom indexes.
* Adjust test.
2 years ago
Sebastian Stehle
62b2133551
Update screenshots.
2 years ago
Sebastian Stehle
d901334899
Simplify login screen.
2 years ago
Sebastian Stehle
32007539d7
Http request jint extension.
2 years ago
Sebastian
dc744850ab
Formatting improvements.
2 years ago
Sebastian Stehle
b96bc52c08
Fix prefix check.
2 years ago
Sebastian Stehle
db994557cc
Isolate editor code.
2 years ago