Commit Graph

35262 Commits

Author SHA1 Message Date
Vitalii Koshura 82b3c45bff
Merge pull request #4785 from AenBleidd/vko_4783_fix_crash
[Manager] Create proper sizing on SimpleView
2022-06-15 01:59:32 +02:00
Vitalii Koshura 0fb2cb615a
[Manager] Create proper sizing on SimpleView
This fixes #4783.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-06-14 21:30:38 +02:00
Vitalii Koshura d15a3b7590
Merge pull request #4778 from BOINC/dpa_web7
web: a couple more PHP 8.1 fixes
2022-06-13 10:46:30 +02:00
Vitalii Koshura 8be5b1fcdc
Merge pull request #4775 from talregev/TalR/wasm_as_html 2022-06-12 13:12:48 +02:00
David Anderson 3ccf0e57f9 minor fix in team_import.php 2022-06-12 02:37:21 -07:00
David Anderson 5fae50505a Fix PHP 8.1 errors in a couple of PHP scripts in /ops 2022-06-12 00:46:44 -07:00
David Anderson 1bbc873314 web: a couple more PHP 8.1 fixes 2022-06-11 18:24:42 -07:00
David Anderson 0053e0e9de
Merge pull request #4777 from BOINC/dpa_web6
web: a couple more PHP 8.1 fixes
2022-06-11 18:20:48 -07:00
David Anderson 2bf8421fab web: a couple more PHP 8.1 fixes 2022-06-11 12:20:38 -07:00
Tal Regev 5190a61241
Compile wasm with html 2022-06-11 21:25:16 +03:00
Vitalii Koshura 0f6dad86e7
Merge pull request #4774 from BOINC/dpa_web5 2022-06-11 09:47:04 +02:00
David Anderson 0d7d29e986 Web: various changes to remove PHP 8.1 warnings and errors
- implode() cares about arg order
- strlen(), strstr(), stripslashes() don't take null arg
- time() takes no args

There are probably others.
I don't currently have 8.1 set up, and am working off bug reports.
2022-06-11 00:00:08 -07:00
Vitalii Koshura 1c3b051341
Merge pull request #4770 from BOINC/dpa_web3
Web: fix some PHP 8 deprecation warnings
2022-06-10 11:12:29 +02:00
Bill 9f3954a7a8
Merge branch 'BOINC:master' into Vulpine05-4650 2022-06-09 20:37:27 -05:00
David Anderson 570541b134 Web: fix some PHP 8 deprecation warnings
Note: if a function expects, say, a string (and not null)
and you get a warning about a null arg,
don't fix it by casting the param to string.
That masks possible bugs.
Instead, find out where null is being passed, and fix it there.

web: server status: fix case where app has no results

web: fix case where get_logged_in_user() is called twice,
first with must_be_logged_in == false and later true.

web: xml_error(): $num default is -1

web: validate_email_addr(): tell user to check spam folder if no email
2022-06-09 14:33:20 -07:00
Vitalii Koshura c2467dfe1a
Merge pull request #4769 from ashkanj/patch-1
[web] fix deprecated passing null to parameter of type string.
2022-06-09 23:26:07 +02:00
ashkanj 617e1341e3
[web] fix deprecated passing null to parameter of type string.
see https://github.com/BOINC/boinc/issues/4768
2022-06-09 19:01:25 +02:00
Vitalii Koshura 779b451815
Merge pull request #4378 from talregev/TalR_boinc_wasm
[Webassembly] Compile boinc client as webassembly
2022-06-09 16:12:17 +02:00
Tal Regev 32b9ccfe1d
Compile boinc as webassembly 2022-06-09 16:05:47 +03:00
Vitalii Koshura 3ef1279be2
Merge pull request #4767 from BOINC/mac_update_vboxwrapper_build_files
Update for Xcode 13: Mac VBoxWrapper build script & Xcode project
2022-06-09 14:03:52 +02:00
Vitalii Koshura 20d9bfa4d0
Merge pull request #4766 from BOINC/mac_fix_release_script_err_msg
Mac: eliminate spurious error message in release scripts
2022-06-09 13:30:29 +02:00
Charlie Fenton aa2297e9dc Updat for Xcode 13: Mac VBoxWrapper build script & Xcode project 2022-06-09 04:21:46 -07:00
Charlie Fenton 0ccf285ab8 Mac: eliminate spurious error message in release scripts 2022-06-09 03:35:26 -07:00
Vitalii Koshura 0a932765c0
Merge pull request #4765 from neoneye/master
make_project: Removed dependency of long gone files causing "failed to copy" warnings
2022-06-08 23:40:29 +02:00
Simon Strandgaard 5edf32456d Eliminated 2 warnings with the text "failed to copy" regarding files that are no longer in the repo. The warnings got triggered when running "make_project", this would call install_project() and print "Copying files" and attempted to copy 'db_query' and 'watch_tcp', which are no longer in the repo. 2022-06-08 21:40:37 +02:00
Vitalii Koshura 82e8eb98a6
Merge pull request #4764 from talregev/TalR/add_webkit2gtk_lib_ld_flag
[bugfix] Add webkit2gtk ld flags
2022-06-08 12:48:58 +02:00
Tal Regev 9039827a95
Add webkit2gtk ld flags 2022-06-08 13:18:32 +03:00
David Anderson c818ddecf4
Merge pull request #4762 from Vulpine05/Vulpine05-About_year
[Manager] Updated copyright year
2022-06-07 23:37:08 -07:00
Vulpine05 6e644f5cd1 Updated copyright year 2022-06-07 22:14:45 -05:00
Vitalii Koshura ad87e8e75e
Update version
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-06-07 18:17:33 +02:00
Vitalii Koshura c863f87c9c
Merge pull request #4761 from AenBleidd/vko_update_vbox_in_installer
[Windows] Update VBox installer dependency to 6.1.34
2022-06-07 14:18:53 +02:00
Vitalii Koshura 771bd5cc04
[Windows] Update VBox installer dependency to 6.1.34
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-06-07 13:34:24 +02:00
Vitalii Koshura 2631ac6e7d
Merge pull request #4757 from BOINC/dpa_cuda_mem
Client: use cuDeviceTotalMem_v2() if available to get >4GB mem size for NVIDIA GPUs
2022-06-06 02:45:26 +02:00
davidpanderson 8c8a82fc3a client, NVIDIA detection: use _v2 version of cuMemGetInfo also
(to find available mem > 4GB)
2022-06-05 15:52:47 -07:00
Vitalii Koshura 1b8df82765
Merge pull request #4759 from talregev/TalR/unify_manifest_vcpkg_files
[vcpkg] Unify manifests vcpkg files
2022-06-05 23:40:15 +02:00
Tal Regev 758d93d65c
Unify manifests vcpkg files 2022-06-05 23:58:04 +03:00
Vitalii Koshura 0c4378dff7
Merge pull request #4760 from talregev/TalR/libwebkit2gtk_manager
[Manager] Compile manager with new libwebkit2gtk lib for newer unbuntu
2022-06-05 22:50:44 +02:00
Tal Regev 34f9499238
Compile manager with new libwebkit2gtk lib for newer unbuntu 2022-06-05 21:42:08 +03:00
Vitalii Koshura 5555f021a7
Merge pull request #4758 from talregev/TalR/fix_version_util_and_files
[Bugfix] Fix version util and files
2022-06-05 13:08:13 +02:00
Tal Regev 9d27fae574
Fix version util and files 2022-06-05 13:35:18 +03:00
davidpanderson 4a55c58d74 client: NVIDIA mem size fix for Linux 2022-06-04 11:06:29 -07:00
davidpanderson bd320db3f9 client: compile fix for non-Win 2022-06-03 21:17:37 -07:00
davidpanderson 5ea3298331 Client: use cuDeviceTotalMem_v2() if available to get >4GB mem size for NVIDIA GPUs 2022-06-03 15:14:16 -07:00
David Anderson c5fcabfec3
Merge pull request #4755 from CyberTailor/master
Install headers required to build wrapper app
2022-05-30 11:38:07 -07:00
Anna “CyberTailor” 6301314600
Install headers required to build wrapper app
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
2022-05-30 22:38:01 +05:00
Vitalii Koshura 629cd57c03
Merge pull request #4753 from AenBleidd/vko_update_translations
Update localization
2022-05-24 00:02:56 +02:00
Vitalii Koshura 0b3d37399d
Update localization
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2022-05-23 23:36:27 +02:00
Vitalii Koshura ada7d593b7
Merge pull request #4752 from talregev/TalR/update_android_dependencies 2022-05-23 20:45:12 +02:00
Tal Regev 8a15d98c9f
Update android dependencies 2022-05-21 21:12:23 +03:00
Vitalii Koshura f413c02bfd
Merge pull request #4731 from AenBleidd/vko_create_update_version_script
Add utilities to update version of client, vboxwrapper and wrapper
2022-05-21 14:01:24 +02:00