Commit graph

12 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
31522dc6ea Fix #433 - update login to redirect if expired password 2024-04-03 15:43:57 +01:00
Jack Anderson
5bb2e47451 Fix non-admin users unable to access external oauth connections 2024-04-03 15:43:53 +01:00
Clemente Raposo
1c2ee9c6ab Add all env file extensions to upgrade ignore config 2023-07-25 10:48:52 +01:00
Jack Anderson
1f949f1ac2 SuiteCRM 8.3.0 Release 2023-05-15 13:23:12 +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
bd5cdbecb3 Change user setup wizard route
- Cannot add wizard mapping to action name map
- it was breaking studio wizard redirection that is lower case
- using legacy action name
2022-03-03 09:55:01 +00:00
p.kumar
e9b2b25028 show user setup wizard after new user login
[Legacy] map legacy to front-end user action called wizard
2022-01-10 10:15:16 +00:00
Clemente Raposo
a12a1c0df0 Redirect user to set-timezone page after login if not set 2021-11-22 20:30:38 +00:00
Clemente Raposo
65d01b7f7b Keep tmp folder on upgrades
- Avoid tmp folder being removed in the middle of the upgrade process
2021-09-28 15:46:21 +01:00
Clemente Raposo
d22cfbbf8f Add Upgrade Command
- Add Upgrade Package handler

-- Add base package handler service with re-usable api handle packages
-- Re-usable service to extract and apply upgrade packages
-- Add upgrade settings to configs

- Add Base command

-- Add abstract class with common input processing logic

- Add Upgrade Command

-- Add re-usable UpgradeHandler with api for applying upgrades
-- Add command to call upgrade handler
-- Add service feedback
-- Call clear cache on upgrade command

- Add Upgrade step by step execution

-- Add process step interface and executor
--- add common logging to each step execution
--- add debug logging for each step execution
--- allow running processes step by step
--- allow configuring steps independently

-- Move upgrade handler and upgrade command to use step executor
-- Add upgrade log
-- Improve upgrade command output
2021-06-23 10:09:40 +01:00