Commit graph

1463 commits

Author SHA1 Message Date
balumahendran
91db98eed0 [Legacy] Inbound Email Mobile Styling Fixes 2022-09-09 12:46:21 +01:00
balumahendran
2feffbadab [Legacy] Email Settings Mobile Fixes 2022-09-09 12:46:21 +01:00
Jack Anderson
0f39a0f264 Allow for clickable history timeline
- Add a link to the subject of the history
- Takes you to the record that is shown
2022-09-09 12:46:21 +01:00
balumahendran
9d91000e28 [Legacy] Campagin Mobile Styling Fixes Latest 11/07 2022-09-09 12:46:21 +01:00
Clemente Raposo
8f4f614189 SuiteCRM 8.2.0-beta Release 2022-09-09 12:46:21 +01:00
Clemente Raposo
98ab43ce50 [Legacy] Update files md5 2022-09-09 12:46:21 +01:00
Clemente Raposo
e0ccd45ee2 [Legacy] Bump version to 8.2.0-beta 2022-09-09 12:46:21 +01:00
Clemente Raposo
56f434a9d4 Add relate field validation on ListDataHandler
- Check if relate fields are valid before adding to filter_fields
- Do not add fields with missing definitions
- Do not add non-db fields
2022-09-09 12:46:21 +01:00
Clemente Raposo
d949b0421f Add error suppression to upgrade and migration commands
- Add suppress warnings flag to BaseStepExecutorCommand
- Enable error suppression for:
-- SetupLegacyMigrationCommand
-- UpgradeCommand
-- UpgradeFinalizeCommand
- Set error level to E_ALL in debug mode
2022-09-09 12:46:21 +01:00
Clemente Raposo
c760739af3 Fix connector migration 2022-09-09 12:46:21 +01:00
Clemente Raposo
d8965ca3bc Add ManualConfigCheck Migration step
- Ask users to manually change the session_dir and site_url configs
- Add session dir check to manual config check
2022-09-09 12:46:21 +01:00
Clemente Raposo
443da2dc15 Add ManualRewriteBaseCheck Migration step
- Ask users to manually change their re-write base
- Give RewriteBase hint based on site_url config
2022-09-09 12:46:21 +01:00
Clemente Raposo
9db237f06e Add support for process step alerts prompts 2022-09-09 12:46:21 +01:00
Clemente Raposo
c74dfba701 [Legacy] Fix PostUpgrade notice 2022-09-09 12:46:21 +01:00
Clemente Raposo
71bed357fc Add install portability migration step
- install portability folder before upgrading
2022-09-09 12:46:21 +01:00
Clemente Raposo
ca586082b7 Fix Legacy Migration RewriteBase generation 2022-09-09 12:46:21 +01:00
Clemente Raposo
937e87eb18 Add version and metadata-merge options to finalize command 2022-09-09 12:46:21 +01:00
Clemente Raposo
42dbf2d7ca Add original modules backup upgrade step 2022-09-09 12:46:21 +01:00
Clemente Raposo
f40e2baedd Add Metadata merge upgrade step 2022-09-09 12:46:21 +01:00
Clemente Raposo
dd710c23aa [Legacy] Update Upgrade merge service 2022-09-09 12:46:21 +01:00
Clemente Raposo
381e111fd9 Add system config provider service alias 2022-09-09 12:46:21 +01:00
Clemente Raposo
0e7b2c7539 Add configs array handling methods to SystemConfigProviderInterface
- Add method to get config array
- Add method to update config array
- Add method to get default configs
2022-09-09 12:46:21 +01:00
Clemente Raposo
aae9271c1b Add upgrade step to add new config entries to config file 2022-09-09 12:46:21 +01:00
Clemente Raposo
5b17e6aa82 Add RewriteBase update step 2022-09-09 12:46:21 +01:00
Clemente Raposo
ff087f4852 Add extra files to keep on upgrades 2022-09-09 12:46:21 +01:00
Clemente Raposo
e7c9d00aa7 Add Upgrade toKeep ignore option
- Add way to define files/folders to not be considered as toKeep
2022-09-09 12:46:21 +01:00
Clemente Raposo
533ce665af Add Upgrade Finalize Stage
- Split upgrade into 2 stages: install, finalize
-- This is required as the container needs to be re-loaded before running the final step
- From now on 2 commands will need to be executed
2022-09-09 12:46:21 +01:00
Clemente Raposo
38a030e029 Add SetupLegacyMigration command 2022-09-09 12:46:20 +01:00
Clemente Raposo
340cfd2c28 [Legacy] Add ConfigHandler service 2022-09-09 12:46:20 +01:00
Clemente Raposo
96803a827c Enable CSRF token validation on api requests
- Do no check csrf token on get requests.
-- Angular does not send token on get or header requests
2022-09-09 12:46:20 +01:00
Clemente Raposo
2a9fbb534f Replace sessionAuthenticate with checkSession
- Use check session which does not redirect
- If the session is not valid it just returns false
2022-09-09 12:46:20 +01:00
Clemente Raposo
769f0bc8e4 [Legacy] Add active user session check mechanism
- Similar to sessionAuthenticate but without redirects
- Checks if current user sessions is still active
- To be used in SuiteCRM 8 side, which does not support http re-directs
2022-09-09 12:46:20 +01:00
Clemente Raposo
84aa865a68 Update login to use only symfony
- Add Suite 8 side only login
- Do not login on legacy, only initialize session
- This enables the usage of other symfony login mechanisms
2022-09-09 12:46:20 +01:00
Clemente Raposo
f3052ab645 [Legacy] Add init user session support
- Allow for initializing a user session without having to authenthicate
- This allows the login to be done only on SuiteCRM 8 side and then the sessions gets initialized in the legacy side
2022-09-09 12:46:20 +01:00
Clemente Raposo
72c6184fe6 Rename init new legacy session 2022-09-09 12:46:20 +01:00
balumahendran
3daf5f5731 [Legacy] Timezone Modal Changes 2022-09-09 12:46:20 +01:00
balumahendran
3d55d0308c [Legacy] ActionDropdown Label styling fixes 2022-09-09 12:46:20 +01:00
balumahendran
d50b4b9952 [Legacy] Importvcard Styling Fixes 2022-09-09 12:46:20 +01:00
balumahendran
bd8696d88f [Legacy] Outbound Email Mobile Fixes 2022-09-09 12:46:20 +01:00
Jack Anderson
e433e82e3e Fix #60 - Add bulk select to subpanels
- Add button to record-list-modal
- move the position of the close
2022-08-26 09:37:02 +01:00
Jack Anderson
1a2a52d2f2 SuiteCRM 8.1.3 Release 2022-08-11 14:27:38 +01:00
Jack Anderson
66804393f2 [Legacy] Update files md5 2022-08-11 14:27:37 +01:00
Jack Anderson
497a9b0d21 [Legacy] Bump version to 8.1.3 2022-08-11 14:04:15 +01:00
Jack Anderson
696388d662 Merge next into suite 8
Merge commit '3fb6e4bb8e' into release/8.1.3

# Conflicts:
#	public/legacy/files.md5
#	public/legacy/suitecrm_version.php
2022-08-11 14:03:24 +01:00
root
3fb6e4bb8e Squashed 'public/legacy/' changes from 1b30d1900a..a403361326
a403361326 SuiteCRM 7.12.7 Release
8058ba3262 Fix #9736 - Elasticsearch still running repair in not enabled
39690e8921 Fix #9735 - Add elasticsearch option to admin menu
0ded1d1069 Fix #9258 - Fix for Notes module advanced date-modified search
b0654ef913 Fix #9267 - Fix for popup &email reminder options
ecb56747d0 Fix #9511: Case Updates Thread now displays updates from 'Unknown' sources.
a323740456 Fix #9314 - Respect the subpanel `flat` flag
4f31f9e29c Fix #9686 - Draft Email Opens in Draft View From History Subpanel
6bec25a6d4 Fix #9421 - Fix ElasticSearch tests
42fbbcef04 Fix #9421 - Elastic search logic hooks fail to index properly
317ba16295 Fix #9593 - Fix elasticsearch indexing unnecessarily during QR+R. - Update config defaults to include allowed_preview value.
9549950373 Fix #9599 - Fix missing pagination on Elasticsearch results page
f0f08a2724 Fix #9627 - Studio changes not picked up by CRM when opcache.validate_timestamps=0
e8964780a0 Fix #9660 - Copy only select files to custom/working directory
c613905bc6 Fix #9663 - Smaller screens automatically collapse non-subpanel panels
27bc6ca1a7 Fix #9547 - Workflow actions not saving correctly for certain field types.
8df903d9c9 Fix #9163 - Outbound Email Accounts to use correct fields by default.
48b70d0018 Fix #9561 - Fail state was not handled when missing listviewdefs file.
0e021e7ac6 Fix #9609 - Change the logger level in setStream and getStream functions to prevent excessive log errors
729f3dd510 Fix #9569 - Fix issue with missing dropdown image
5ccfbf42f1 Fix #9545 - Fix Workflow tests
541a96e499 Fix #9545 - Quote potential reserved name
e079865b99 Fix #9551 - Fix typo in fix
b4c9b39b1a Fix #9551 - Update date period to include the users TZ.
92aef5b5a2 Fix #9594 - Don't convert nl to BR for contact updates as these contain HTML and come from emails in most cases.
ad7c3017f2 Fix #9634 Add check on cron schedule to show the basic view on first load
5a20f5a5fe Fix #9636 Add styling of email recipient button

git-subtree-dir: public/legacy
git-subtree-split: a40336132686f0d5094a13cea9de3995c477c70b
2022-08-11 13:01:14 +00:00
Jack Anderson
7aed5a66d9 Fix #94 - Enable debounce for action buttons by default
- Add a check if debounce is set
- if not set to true
- lower debounce time to improve loading
2022-08-04 12:12:25 +01:00
Jack Anderson
0ab193877d Fix #112 - Change validation check to improve performance
- Check for edit mode
- Initialise Validators
- Clear validators on list and detail view
2022-07-19 21:13:43 +01:00
Jack Anderson
ad45cf34d8 Fix #56 - Redirect to last URL after login
- Add check for prelogin url submission
- If exists redirect after login
2022-07-19 21:11:45 +01:00
Clemente Raposo
c0dc095990 SuiteCRM 8.1.2 Release 2022-06-06 10:51:13 +01:00
Clemente Raposo
fdbcc27598 [Legacy] Update files md5 2022-06-06 10:51:13 +01:00