Commit Graph

28054 Commits

Author SHA1 Message Date
David Anderson 9a4a26e898 web: fix the mechanism for forwarding to original page after login. 2015-12-01 23:49:31 -08:00
Charlie Fenton 985ec15dfe DOC: Update Mac dev version to 7.6.18 2015-12-01 16:30:04 -08:00
David Anderson f09166e5c4 client/Manager: show correct app version in multi-platform case
The GUI RPC element for a result didn't include the platform name.
So in cases where there were app versions with the same
version # and plan class (but different platforms)
the Manager would just show the first one
(e.g. the "executable file" item in Task Properties),
which was not necessarily correct.
2015-12-01 14:00:03 -08:00
David Anderson ae3dd407b4 BOINC web: restore BOINCMonitor 2015-12-01 13:59:39 -08:00
Rom Walton 490c4c9935 DOC: Update dev version to 7.6.18 2015-12-01 13:46:20 -05:00
Rom Walton 0c1541bc4a Updating translations for locale/sk/BOINC-Project-Generic.po [skip ci] 2015-11-30 18:30:35 -05:00
Rom Walton b179f38420 Updating translations for locale/sk/BOINC-Manager.po [skip ci] 2015-11-30 18:20:53 -05:00
Christian Beer e8804e36b1 use snprintf to prevent buffer overflow
fixes places missed with 52f494e
fixes CID 27968 found by Coverity
2015-11-30 17:27:10 +01:00
Charlie Fenton f7cf1408b6 Mac: new script to allow building with Travis-CI. 2015-11-30 02:57:11 -08:00
Charlie Fenton 918475a2b1 Mac: Update Xcode project for compatibility with Travis-CI: expect third party packages (or symbolic links to them) to be in ../mac3rdParty directory. 2015-11-30 02:53:28 -08:00
Charlie Fenton 90ce1a45fd Mac: Update script for compatibility with Travis-CI:
- Allow putting third party packages in ../mac3rdParty/ as an alternative to putting them in a parent directory.
 - If the packages are placed in the parent directory, this script creates symbolic links to them in ../mac3rdParty/.
 - Return an error code indicating which build failed (or 0 if all OK.)
2015-11-30 02:51:18 -08:00
Christian Beer 074908909c Merge pull request #1442 from BOINC/https-everywhere
Web: use https urls everywhere
2015-11-30 10:08:53 +01:00
Christian Beer ea7df2637e Web: use https urls everywhere
Modern Browser complain if there are non-https elements in https websites. This makes sure that if the user visits via https all elements of the page are also retrieved using SSL. Furthermore it uses https urls in emails that are send to the user, if SECURE_URL_BASE is set in project/project.inc.
The only remaining places where URL_BASE is used is when it is used as master_url where it is important that it is in sync with what the scheduler uses.
2015-11-30 09:36:29 +01:00
Charlie Fenton 161a63de64 Mac: Modify build script to allow building Screensaver with Xcode 6 or later. It will build as "Fat" 32-bit / 64-bit binary with Garbage Collection under Xcode 5 and earlier (for backward compatibility to OS 10.6) or as 64-bit only binary with Automatic Reference Counting under Xcode 6 or later. Xcode 6 and later won't build objective-C sources with GC and so will build screensaver only as a 64-bit binary. 2015-11-28 04:50:05 -08:00
Charlie Fenton a356de11ed Mac: Modify Xcode project to allow all third party libraries to be accessed either directly or through symbolic links 2015-11-28 04:39:14 -08:00
Rom Walton a384a2cc23 Updating translations for locale/it_IT/BOINC-Project-Generic.po [skip ci] 2015-11-27 05:50:17 -05:00
Rom Walton fbe4ef121f Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-11-27 05:50:15 -05:00
David Anderson 0b92b819ff Merge pull request #1441 from JuhaSointusalo/master
client(unix): fix VirtualBox detection
2015-11-26 15:40:33 -08:00
Juha Sointusalo 1b18c7eeea client(unix): fix VirtualBox detection 2015-11-26 23:36:41 +02:00
Rom Walton 19d9af00a6 Updating translations for locale/zh_TW/BOINC-Project-Generic.po [skip ci] 2015-11-26 15:42:17 -05:00
Rom Walton 7a9b3c008c Updating translations for locale/zh_TW/BOINC-Drupal.po [skip ci] 2015-11-26 15:42:15 -05:00
Rom Walton b8c703bbfb Updating translations for locale/zh_TW/BOINC-Manager.po [skip ci] 2015-11-26 14:57:46 -05:00
Rom Walton a6aa509a3d Updating translations for locale/zh_TW/BOINC-Project-Generic.po [skip ci] 2015-11-26 14:55:13 -05:00
Rom Walton f55cb985b3 Updating translations for locale/zh_TW/BOINC-Web.po [skip ci] 2015-11-26 12:45:14 -05:00
Rom Walton 754a3a8c3a Updating translations for android/BOINC/res/values-hu/strings.xml [skip ci] 2015-11-26 11:32:32 -05:00
David Anderson bf24331c05 Web: message tweak 2015-11-25 22:47:40 -08:00
David Anderson b0a02bb128 client: fix bug in GPU detection 2015-11-25 13:39:24 -08:00
David Anderson e30de9c2dd Merge branch 'master' of github.com:BOINC/boinc 2015-11-25 11:02:33 -08:00
David Anderson ef6c241587 client (Win): lowering I/O priority is an option rather than the default
Apparently even the thread-level version (SetThreadPriority())
caused the client to starve and become unresponsive if
something else was doing lots of disk I/O.
2015-11-25 00:52:54 -08:00
Charlie Fenton 2c87e5b598 Mac scr: add change I omitted from my commit 8ce413f: build 32-bit and 64-bit fat binary for compatibility with OS 10.6 and OS 10.7. This requires building with Xcode 5 or earlier, because Xcode 6 forces converting to ARC, which does not support 32-bit binaries. 2015-11-24 03:12:16 -08:00
David Anderson 7f5cd362db Merge pull request #1440 from JuhaSointusalo/master
miscellaneous fixes
2015-11-23 18:09:36 -08:00
David Anderson b5a4dd390c client (linux): remove -n 7 in ionice call 2015-11-23 16:10:09 -08:00
Juha Sointusalo fdb8149796 mgr: replace strncpy with strlcpy
strlcpy always null terminates the dest buffer, strncpy doesn't when the
buffer is too small
2015-11-23 21:45:40 +02:00
Tristan Olive c13c78044c Drupal: Revised post import process to count topics with no replies and topics without associated posts
(DBOINC-145)
2015-11-23 04:50:00 -05:00
Juha Sointusalo 80135f9c95 vbox: fix use-after-free bug in FloppyIOException 2015-11-23 00:11:59 +02:00
Juha Sointusalo 6ced9a08a6 vbox: fix memory leak in FloppyIO 2015-11-22 22:50:08 +02:00
Juha Sointusalo 7ef9440116 lib: add descriptions for new error numbers 2015-11-22 22:22:46 +02:00
Juha Sointusalo d872d2bad5 lib: fix resource leak 2015-11-22 19:51:06 +02:00
Rom Walton 5282b53407 Updating translations for android/BOINC/res/values-ka/strings.xml [skip ci] 2015-11-21 13:10:19 -05:00
Charlie Fenton 259ed89c46 client: Fix bug in detecting CUDA GPUs on Macs which was exposed by commits 7be9ff7 and d0005d7. 2015-11-21 05:18:17 -08:00
Charlie Fenton 2df170ebda client: Fix bug in detecting CUDA GPUs on Macs which was exposed by commits 7be9ff7 and d0005d7. 2015-11-21 04:56:51 -08:00
David Anderson cb6259ecf1 fix comment about output filename random part 2015-11-20 13:58:28 -08:00
David Anderson 2eabe3eab8 server: fix typo in result file name generation (from Keith) 2015-11-20 13:19:18 -08:00
David Anderson d4dec27a68 web: include platform name in app version string 2015-11-20 12:25:40 -08:00
Rom Walton 815c9b25aa Updating translations for locale/nl/BOINC-Project-Generic.po [skip ci] 2015-11-20 13:32:08 -05:00
David Anderson 50d0c8347e locale: Update compiled localization files 2015-11-20 08:15:02 -08:00
Rom Walton 12ba779331 Updating translations for locale/sr@latin/BOINC-Client.po [skip ci] 2015-11-20 06:57:10 -05:00
Rom Walton 5fbb52c65a Updating translations for locale/sr@latin/BOINC-Setup.po [skip ci] 2015-11-20 06:51:23 -05:00
Rom Walton a6b04503bd Updating translations for locale/it_IT/BOINC-Manager.po [skip ci] 2015-11-20 04:10:10 -05:00
Rom Walton 1e3b1ae67c BUILD: Update vboxwrappers version to 26179.
BUILD: Update wrappers version to 26016.
2015-11-19 23:54:40 -05:00