Sebastian Stehle
9f4dec0c32
Fix handler. Closes #1281
5 days ago
Sebastian Stehle
1f15e493ba
Ssrf protection ( #1279 )
* Menu
* Move to components.
* Show a marker for unsaved changes.
* User info field.
* User info implementation.
* Fix tests
* Update tests
* Update auth.
* Fix DB provider.
* User info
* Instructions.
* Add SSRF protection.
* Disable ssrf
* Fix ssrf settings.
* Fix index.
* Fix conflicts
* Fix tests
* Fix derivate check.
6 days ago
Sebastian Stehle
2236874244
User info ( #1278 )
* Menu
* Move to components.
* Show a marker for unsaved changes.
* User info field.
* User info implementation.
* Fix tests
* Update tests
* Update auth.
* Fix DB provider.
* User info
* Instructions.
3 weeks ago
Sebastian Stehle
239884275d
Menu ( #1275 )
* Menu
* Move to components.
1 month ago
Sebastian Stehle
0a22ecffbd
Improved mongo config. ( #1272 )
* Improved mongo config.
* Update dependencies.
* Disable test in CI for now.
2 months ago
Sebastian Stehle
1fb76e4afa
Fix event consumer on documentdb
2 months ago
Sebastian Stehle
d7045a5e5c
Update documentdb compatibility.
2 months ago
Sebastian Stehle
7212938f2e
Fix simple mistake in config and OpenAPI
2 months ago
Sebastian Stehle
eba4a8d5ed
Rich text bugfixes. ( #1267 )
* Rich text bugfixes.
* Fix tests
* Fix test containers.
3 months ago
Sebastian Stehle
1677aa4be8
Allow zero custom ( #1264 )
* Update helm.
* Fix DocumentDB search.
* Fix tests
* Fix compare.
* Revert settings.
* Fixes
* Allow zero as custom ID
3 months ago
Sebastian Stehle
52da53a1db
Fix logging.
3 months ago
Sebastian Stehle
45e40dde15
Fix documentdb text ( #1263 )
* Update helm.
* Fix DocumentDB search.
* Fix tests
* Fix compare.
* Revert settings.
* Fixes
3 months ago
chrikodo
37db715203
feat: Add German language support ( #1256 )
* feat: Add German language support
Adds the complete German translation (de) for the frontend and backend.
This includes the source JSON files, the generated resource files from the translator tool, and updates to all necessary configuration files to register the new language.
Closes #1255
* fix: correct translate.sh
5 months ago
Sebastian Stehle
762f445570
Fixes2 ( #1259 )
* Support radio button in search.
* Backup fixes
* Fix tests
* Á few bug fixes
* Fix datetime parsing.
5 months ago
Noah
a263a4c031
Add ui disable ( #1254 )
5 months ago
Noah
379caaef5f
Add script request method ( #1253 )
* Add script requestAsync
* Refactor return type and line conditions of the code
* Refactor request header type
* Fix remove unnecessary types from test cases
* Fix remove unnecessary types from exception test cases
* Fix ScriptingRequestAsync additional comments
* Fix incorrectly expressed code
* Refactor change the name of the function and modify some sections of the code.
5 months ago
Noah
856709e667
Fix resolve async promise timeout issue in Jint from 4.1.0 to 4.4.1 ( #1250 )
5 months ago
Sebastian Stehle
53ddb1594c
Fixes2 ( #1251 )
* Support radio button in search.
* Backup fixes
* Fix tests
5 months ago
Noah
55f971d8e4
Refactor correctly handle empty response with ignore error flag is true ( #1248 )
* Refactor correctly handle empty response with ignore error flag is true
* Fix Incorrect string variable type in script test
5 months ago
Sebastian Stehle
52c2d6c790
Bugfixes2 ( #1243 )
* Improve error DB error handling.
* Several fixes
6 months ago
Sebastian Stehle
24782bd550
Improve error DB error handling. ( #1241 )
7 months ago
Sebastian Stehle
a70d738da4
Ferretdb ( #1239 )
* Generate with AI.
* FerretDb
* Fixes
* Update packages.
* No resizer.
* Lock deadlocks.
* Make ferret optional.
7 months ago
Sebastian Stehle
79e16cb12b
Generate schema with ai ( #1238 )
* Fix prepare step.
* UI fixes.
* Small fixes.
* Generate with AI.
* Update packages.
7 months ago
Sebastian Stehle
3c81d2e95b
Fix prepare step. ( #1236 )
* Fix prepare step.
* UI fixes.
7 months ago
Sebastian Stehle
864f7fa8a0
Apps page improvements. ( #1235 )
* Apps page improvements.
* Fix tests
* Fix e2e
7 months ago
Sebastian Stehle
78a7d35bd4
Fix webhook.
8 months ago
Sebastian Stehle
f426371aac
X fields ( #1233 )
* Small UI improvements.
* Support X-Fields for other endpoints.
* Fix tests
8 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.
8 months ago
Sebastian Stehle
754cae1ac5
Filter v3 ( #1230 )
* Started with migration.
* Search form integrated
* Update dependencies.
* Self closing.
* Fix build.
* Fix tests
* Playwright fix.
8 months ago
Sebastian Stehle
576e497182
Pooling. ( #1225 )
* Pooling.
* Potential fix.
8 months ago
Sebastian Stehle
939ca6eecd
Move to Phenx ( #1224 )
* Move to Phenx
* Fix chat.
* Fix tour.
* Fix geography.
9 months ago
Sebastian Stehle
29d7dd3cfd
Batch processing for events. ( #1222 )
* Batch processing for events.
* Improve error handling.
* Fix tests
* More test fixes
9 months 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
9 months ago
Sebastian Stehle
cbd3d4eecb
Flow fixes. ( #1219 )
* Flow fixes.
* Fix tests
* Fix test
* Another attempt.
* Fix trigger URL
* Fix tests
9 months ago
Sebastian Stehle
75a079bbcb
Flows ( #1217 )
9 months 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
10 months 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.
10 months ago
Sebastian Stehle
59d0d383e9
Add compression. ( #1210 )
10 months ago
Sebastian Stehle
659f0ab154
Update packages
10 months ago
Sebastian Stehle
4aa7f77df6
Disable autocomplete for password input.
10 months 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>
10 months 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>
10 months ago
Sebastian Stehle
a345c9759b
Reduce image size.
11 months 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.
11 months ago
Sebastian Stehle
491edea1b4
Develop separate tables ( #1196 )
* Temp
* Simplify tests.
* Fix compose.
* Only run full test on PRs.
* Temp
* Temp
* Fix writing.
11 months ago
Sebastian Stehle
497af8b56a
Fix fulltext ( #1197 )
11 months ago
Sebastian Stehle
88882b2190
Bugfixes ( #1194 )
* FFMPEG support
* Fix redirects.
* Install ffmpeg.
* Rebuild options fixed.
* Update tests
* Catch exception
* Disable test
11 months 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.
12 months 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