Commit graph

352 commits

Author SHA1 Message Date
Clemente Raposo
448ef660b0 Split angular.json file and add merge-angular-json command 2024-11-27 14:49:25 +00:00
Jack Anderson
8f19f8439f Add env config on bootstrap 2024-10-31 15:04:24 +00:00
Clemente Raposo
f0c37420b3 Fix email validation regex and make it configurable 2024-09-25 11:32:02 +01:00
Jack Anderson
4b56c46a97 Fix language not updating after wizard 2024-09-24 12:55:28 +01:00
Clemente Raposo
590441198b Fix ldap native login fallback 2024-09-23 11:43:22 +01:00
Clemente Raposo
03c9b998c2 Symfony 6.4 - Fix bootstrapping on upgrade and migration commands 2024-09-23 11:38:24 +01:00
y.yerli
8151460546 Change disable_vcr to enable_record_pagination 2024-09-13 10:50:08 +01:00
y.yerli
c4797f7e0b Disappear vcr and save-continue button on conditions 2024-09-13 10:49:32 +01:00
y.yerli
cf50fc8234 Add Save and Continue funtionality on vcr 2024-09-13 10:49:14 +01:00
y.yerli
b13a74593f Add vcr to recordview 2024-09-13 10:49:12 +01:00
y.yerli
179f2b6a71 Fix #54 - Generate supported types yaml file 2024-09-13 10:48:07 +01:00
y.yerli
41eca1340e Add non-numeric chars on phone fields 2024-09-13 10:47:50 +01:00
Jack Anderson
5e7fc0604b Add logs processor key to monolog 2024-09-13 10:46:31 +01:00
y.yerli
0fa53a53a5 Add convert record feature 2024-08-23 17:44:41 +01:00
Clemente Raposo
8649256a10 Add extra ldap configuration options to env 2024-08-22 15:11:30 +01:00
Clemente Raposo
bb96ab1129 Symfony 6.4 - Add migration for APP_SECRET generation 2024-08-21 18:06:16 +01:00
Clemente Raposo
c68d61e782 Allow SAML to be configured in env 2024-08-21 18:06:16 +01:00
Clemente Raposo
a3def701ac Add legacy loading to bootstrap process
- Update legacy handlers to cope with this change
2024-08-21 18:06:15 +01:00
Clemente Raposo
a815fbd3f0 Use system cache adapter by default for app and system cache 2024-08-21 18:06:15 +01:00
Clemente Raposo
5ea7b823d3 Re-structure log configuration 2024-08-21 18:06:15 +01:00
Clemente Raposo
c6ab4c31e4 Symfony 6.4 - Update SAML configuration setup
- Update controllers to point to new lib
- Adjust base onelogin config
- Update firewall configuration
2024-08-21 18:06:15 +01:00
Clemente Raposo
ccb15fb027 Symfony 6.4 - Add logged-out path to CSRFCookieListener 2024-08-21 18:06:15 +01:00
Clemente Raposo
9463e4f6ec Symfony 6.4 - Re-setup controller configuration 2024-08-21 18:06:15 +01:00
Clemente Raposo
07f94664ac Symfony 6.4 - Remove no longer needed annotation readers
- annotations not being used anymore
2024-08-21 18:06:15 +01:00
Clemente Raposo
0816e9b3a9 Symfony 6.4 - Remove no longer used legacy session deny access listener 2024-08-21 18:06:15 +01:00
Clemente Raposo
a9052019cc Symfony 6.4 - Update Session handling to use the same session in symfony and legacy
- Start Session using legacy
- Add LegacyBridgeSession handlers to have so that symfony uses the legacy session
2024-08-21 18:06:15 +01:00
Clemente Raposo
c6074ef8e8 Symfony 6.4 - Add new routes.yaml config 2024-08-21 18:06:15 +01:00
Clemente Raposo
ce1c85c430 Symfony 6.4 - Add preload config 2024-08-21 18:06:15 +01:00
Clemente Raposo
bfa6c8a44c Symfony 6.4 - Update api platform config 2024-08-21 18:06:15 +01:00
Clemente Raposo
50706c17d8 Symfony 6.4 - Update doctrine config from annotation to attribute 2024-08-21 18:06:15 +01:00
Clemente Raposo
d3620c3737 Symfony 6.4 - Auto framework config update 2024-08-21 18:06:15 +01:00
Clemente Raposo
661db7b4f9 Symfony 6.4 - Mark firewall as not lazy
- to initialize the session up-front
2024-08-21 18:06:15 +01:00
Clemente Raposo
4b98970e30 Symfony 6.4 - Update AppCheckLdapCredentialsListener
- Update service configuration
- Update method signatures
2024-08-21 18:06:14 +01:00
Clemente Raposo
c026a74de3 Symfony 6.4 - Replace LegacySessionSecurityStage with LegacySessionAccessCheckerProvider
On new api-platform version, api_platform.graphql.resolver.stage.security is no longer public, so we cannot decorate it.
2024-08-21 18:06:14 +01:00
Clemente Raposo
61c29f1f79 Symfony 6.4 - Fix monolog config 2024-08-21 18:06:14 +01:00
Clemente Raposo
b3f30f5529 Symfony 6.4 - Fix doctrine config 2024-08-21 18:06:14 +01:00
Clemente Raposo
1b3669ed16 Symfony 6.4 - Replace Extension Asset WarmupDecorator with CacheWarmer
- The ExtensionAssetCacheWarmupDecorator was no longer valid
- Symfony now supports adding extra warmers
- Replaced the decorated with an extra warmer
2024-08-21 18:06:14 +01:00
Clemente Raposo
b5bf764756 Symfony 6.4 - Add symfony/notifier config yaml 2024-08-21 18:06:14 +01:00
Clemente Raposo
2b1566b284 Symfony 6.4 - Add symfony/mailer config yaml 2024-08-21 18:06:14 +01:00
Clemente Raposo
942b75d6a2 Symfony 6.4 - Add symfony/messenger config yaml 2024-08-21 18:06:14 +01:00
Clemente Raposo
32098969ad Symfony 6.4 - Add symfony/debug config yaml 2024-08-21 18:06:14 +01:00
Clemente Raposo
4231f6d20f Symfony 6.4 - Add nbgrp/onelogin-saml-bundle composer dependency 2024-08-21 18:06:14 +01:00
Clemente Raposo
aa243b18a7 Symfony 6.4 - Update symfony/web-profiler-bundle recipe 2024-08-21 18:06:14 +01:00
Clemente Raposo
f1c0153d57 Symfony 6.4 - Update symfony/security-bundle recipe - TO REVIEW 2024-08-21 18:06:14 +01:00
Clemente Raposo
9dc9bf508f Symfony 6.4 - Update doctrine/doctrine-migrations-bundle recipe - TO REVIEW 2024-08-21 18:06:14 +01:00
Clemente Raposo
347494a3ff Symfony 6.4 - Update doctrine/doctrine-bundle recipe - TO REVIEW 2024-08-21 18:06:14 +01:00
Clemente Raposo
c518ca10ac Symfony 6.4 - Update doctrine/annotations recipe - TO REVIEW 2024-08-21 18:06:14 +01:00
Clemente Raposo
164334d431 Symfony 6.4 - Update ApiPlatform recipe 2024-08-21 18:06:14 +01:00
Jack Anderson
32ccadbd89 Symfony 5.4 - Update Deprecated Security Code 2024-08-21 18:06:13 +01:00
Jack Anderson
5ce99dd878 Symfony 5.4 - Update Doctrine Recipe 2024-08-21 18:06:13 +01:00