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
Sebastian Stehle
ef2b4e2b95
Daily test #1 ( #1126 )
* Daily test #1
* More tests
* More tests
* More tests
* Retry tests.
* Fix rename.
* More tests
* PII permission and frontend fixes.
* Fix pager.
* Fix tests
* Make tests more stable.
* Improve tests.
* Improve tests.
* Tests
* Fix count update.
2 years ago
Sebastian Stehle
1c70f9d215
Improve e2e tests ( #1125 )
* Improve e2e tests
* Fix stories.
* Page objects.
* Save file.
* Rename screenshots.
* Fix fixture.
* Fix dropdowns.
* Rename
* assets tests
2 years ago
Sebastian Stehle
a746d23487
Add new buttons. ( #1124 )
* Add new buttons.
* Harden tests
* Make screenshots.
* Enable screenshots.
* Fix close?
2 years ago
Sebastian Stehle
bec63779d7
Update packages. ( #1122 )
* Update packages.
* Disable csrf
2 years ago
Sebastian Stehle
527ed1a203
Fix OpenAPI Spec for file upload.
2 years ago
Sebastian Stehle
1f1bf68acb
Always provide statuses.
2 years ago
Sebastian Stehle
54e0ba21a3
Support data-attribute.
2 years ago
Sebastian Stehle
9733e8f63d
Enrich required fields. ( #1119 )
* Enrich required fields.
* Remove unused properties.
* Fix tests
* Update tests
2 years ago
Paul Astbury-Thomas
7480d947c0
Fix typo in Migrator.cs lock log message ( #1120 )
2 years ago
Sebastian Stehle
a0a4b9f4ad
Fix status field.
2 years ago
Sebastian Stehle
5566435ddc
Fix login separator.
2 years ago
Sebastian Stehle
0ed0d58fd3
Many UI fixes.
2 years ago
Sebastian Stehle
5ab97b354d
Context changed.
2 years ago