Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feng Office: Update to v3.11.2.8 #5992

Merged
merged 30 commits into from
Oct 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3ef0028
Update makefiles and digests
mreid-tt Jan 22, 2024
9ea559c
Update service scripts
mreid-tt Jan 26, 2024
01d1bf3
Add resource workers
mreid-tt Jan 26, 2024
1a163d2
Amend installer with PHP extensions
mreid-tt Jan 27, 2024
66e7fcb
Amend service setup formatting and logging
mreid-tt Jan 27, 2024
50ea9e8
Add PHP profiles for DSM 6
mreid-tt Jan 27, 2024
e65ffd5
Amend install for database
mreid-tt Jan 27, 2024
2e05555
Enhance install wizard
mreid-tt Jan 29, 2024
4c8231b
Enhance uninstall wizard
mreid-tt Jan 29, 2024
2e2a71a
Miscellaneous fixes
mreid-tt Jan 29, 2024
2ac8ed3
Add PHP script launcher
mreid-tt Jan 29, 2024
b796db7
Bump to v3.10.8.6
mreid-tt Feb 2, 2024
9fadfa5
Bump to v3.10.8.21
mreid-tt Apr 3, 2024
0af9b44
Simplify DSM6 privilage file
mreid-tt Apr 7, 2024
288372e
Bump to v3.11.1.2
mreid-tt Jun 5, 2024
fea4c5e
Bump to v3.11.1.19
mreid-tt Sep 11, 2024
d769ace
Implement backup function
mreid-tt Sep 11, 2024
b77929d
Implement restore function
mreid-tt Sep 11, 2024
6fd6dda
Minor fix for install wizard
mreid-tt Sep 11, 2024
b269918
Minor fix for install scripts
mreid-tt Sep 11, 2024
4838bce
Revert "Bump to v3.11.1.19"
mreid-tt Sep 11, 2024
a8e48c1
Fix uninstall validation
mreid-tt Sep 11, 2024
99b0475
Reapply "Bump to v3.11.1.19"
mreid-tt Sep 11, 2024
05a0b99
Update maintainer
mreid-tt Sep 12, 2024
4b8ce28
Refine upgrade script
mreid-tt Sep 12, 2024
30c2d64
Update changelog
mreid-tt Sep 15, 2024
139a9e2
Minor wizard amendment
mreid-tt Sep 23, 2024
87a608a
Bump to v3.11.2.7
mreid-tt Sep 23, 2024
ffeba68
Refine descriptions in wizards
mreid-tt Sep 24, 2024
7177e3c
Bump to v3.11.2.8
mreid-tt Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spk/fengoffice/src/wizard/install_uifile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ PAGE_INSTALL_CONFIG=$(/bin/cat<<EOF
"desc": "A 'fengoffice' MySQL user and database will be created. Please provide a password for the 'fengoffice' user.",
"subitems": [{
"key": "wizard_mysql_password_fengoffice",
"desc": "fengoffice password",
"desc": "User password",
mreid-tt marked this conversation as resolved.
Show resolved Hide resolved
"invalidText": "Password is invalid. Ensure it includes at least one uppercase letter, one lowercase letter, one digit, one special character, and has a minimum length of 10 characters.",
"validator": {
"fn": "$(getPasswordValidator)"
Expand Down