Commit Graph

28524 Commits

Author SHA1 Message Date
Rom Walton 5e809aa654 MGR: Make sure the title text on the project properties page and project processing page match. 2016-02-19 22:56:26 -05:00
Rom Walton b255443c3c MGR: Hitting 'next' on the project welcome page should cause the wizard to call the get_project_config RPC. Otherwise the terminology will not be correct for WCG. 2016-02-19 22:55:27 -05:00
Rom Walton a93241e2ca MGR: If using either an authenticator or setup cookie to automatically attach to a project and a bad password error occurs, push the account info page onto the page transition stack.
We want the volunteer to go to the account info page when they hit the 'back' button instead of the project welcome page or some other page.
2016-02-19 22:43:00 -05:00
Rom Walton 8caf563e59 lib: Fix XML typos recently introduced during name change 2016-02-19 19:06:26 -05:00
Rom Walton ee47ac8ef9 MGR: When clicking next on the project welcome page, only go to the account info page if neither the authenticator or setup cookie are present. Otherwise attempt to attach with either. 2016-02-19 18:11:31 -05:00
Rom Walton 62d38d3d3c MGR: Bring up the attach wizard project welcome page if the project url has been tampered with by the installer.
If the project URL is embedded in the installer via project_init.xml (and presumably code-signed by somebody) we can allow the software to automatically attach to that project with a setup cookie or authenticator.  If somebody attempts to use that installer for another project, we need to make sure the volunteer knows which project the client is going to attempt to attach to.
2016-02-19 11:02:53 -05:00
Rom Walton 9542bc9b1b client & MGR: Unify the language around the setup cookie feature. 2016-02-19 10:40:49 -05:00
Rom Walton da9149ab80 lib: Add missing declarations for Windows 2016-02-19 10:34:08 -05:00
Rom Walton 54c9226665 MGR: If an attempt to attach to a project fails because a setup cookie expires, null out the setup cookie value so that when the wizard prompts for credentials they are used instead. 2016-02-19 10:08:24 -05:00
Tristan Olive bc38aa452a Drupal: Update private message submodule version string format
Fix privatemsg submodules to support Drush 7 and 8 as well

https://dev.gridrepublic.org/browse/DBOINCP-227
2016-02-18 10:14:41 -05:00
Rom Walton f599804146 Updating translations for locale/it_IT/BOINC-Web.po [skip ci] 2016-02-18 08:16:26 -05:00
Rom Walton bdea8bacef Updating translations for locale/fr/BOINC-Drupal.po [skip ci] 2016-02-18 08:16:23 -05:00
Charlie Fenton a4685ed5b9 MGR: Fix build break caused by bad merge 87769d4. 2016-02-18 01:42:38 -08:00
Charlie Fenton 55efe2444d client: fix build break on Mac introduced by commit 2cc9a0b, 2016-02-18 01:41:38 -08:00
David Anderson 87769d4acb Merge branch 'master' of github.com:BOINC/boinc
Conflicts:
	clientgui/sg_TaskPanel.cpp
2016-02-17 22:55:57 -08:00
David Anderson 1587dbf71a change some sprintf() to snprintf() in lib code 2016-02-17 22:53:37 -08:00
Rom Walton 2cc9a0b6c4 client: Cleanup low hanging fruit with regards to cleaning up sprintf.
Use snprintf instead.
2016-02-18 00:59:13 -05:00
Tristan Olive 53b1d04b0f Drupal: Update overridden module version string format
In order to support Drush 7 and 8, rearrange the version string so that "-dev" is at the end

https://dev.gridrepublic.org/browse/DBOINCP-227
2016-02-18 00:21:49 -05:00
Rom Walton cb9158a863 client: Remove hack for a unsupported version of Windows. 2016-02-17 22:17:37 -05:00
Rom Walton 8b6fc49e1e SCR: Cleanup low hanging fruit with regards to cleaning up sprintf.
Use snprintf instead.
2016-02-17 21:41:20 -05:00
Rom Walton a8fa16b660 MGR: Cleanup low hanging fruit with regards to cleaning up sprintf.
Use snprintf instead.
2016-02-17 20:55:30 -05:00
Rom Walton c3308339b5 lib: fix typo 2016-02-17 19:01:18 -05:00
Rom Walton 90d23b72d8 lib: Cleanup low hanging fruit with regards to cleaning up sprintf.
Use snprintf instead.
2016-02-17 18:50:28 -05:00
Rom Walton 41331be431 lib: Remove test/dead code
Apparently test/dead code gets flagged during a security audit as needing to be removed.  I suppose it is assumed that everyone has switched over to using unit tests.
2016-02-16 22:00:24 -05:00
Rom Walton ba0412ce96 client: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-16 21:38:32 -05:00
Rom Walton a44f7ad49d LIB: Revert back the changes to mfile.cpp.
It introduced null characters into the state file stream which we do not want.
2016-02-16 10:04:24 -05:00
Rom Walton 2997944822 client: Let strlcat handle dealing with the buffer size and suppress the security warnings again. 2016-02-16 08:48:08 -05:00
Rom Walton 73521fce0a Updating translations for locale/zh_TW/BOINC-Manager.po [skip ci] 2016-02-16 08:07:34 -05:00
Rom Walton a95c1383f6 Updating translations for android/BOINC/res/values-zh-rTW/strings.xml [skip ci] 2016-02-16 07:31:53 -05:00
Rom Walton 37ad72a100 Updating translations for android/BOINC/res/values-zh-rTW/strings.xml [skip ci] 2016-02-16 07:25:02 -05:00
Rom Walton dbf5a9b253 client: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-16 00:18:05 -05:00
Rom Walton 20a4275937 client: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-16 00:14:52 -05:00
Rom Walton 59b5bf2f71 client: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 23:34:18 -05:00
Rom Walton 56da6b11fb client: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 21:53:07 -05:00
Rom Walton 59ff29e5ed WINBUILD: Fix building the client simulator on Windows 2016-02-15 21:52:18 -05:00
Rom Walton c84c18058e MGR: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 20:22:36 -05:00
Rom Walton 826437f244 API: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 20:11:03 -05:00
Rom Walton dd1232ad63 lib: white space issues 2016-02-15 20:05:20 -05:00
Rom Walton 15adb9c438 LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 19:48:38 -05:00
Rom Walton 1d19815bbe client: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 19:43:05 -05:00
Rom Walton 00edb91b2c LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 19:18:22 -05:00
Rom Walton e0ed4c1a14 * LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 19:09:39 -05:00
Rom Walton 41e78d35da LIB: Add missing header 2016-02-15 18:01:31 -05:00
Rom Walton 8501ebfe30 Merge branch 'master' of https://github.com/BOINC/boinc 2016-02-15 17:54:26 -05:00
Rom Walton 16e51ec218 LIB: Cleanup low hanging fruit with regards to cleaning up strcpy and strcat use.
Use safe_strcpy and safe_strcat when dealing with non-pointer data types.
2016-02-15 17:54:13 -05:00
Rom Walton 20d414e15c Updating translations for locale/hu/BOINC-Manager.po [skip ci] 2016-02-15 15:26:26 -05:00
Rom Walton 1621d19251 WINBUILD: Update VS2013 project files 2016-02-15 15:17:55 -05:00
Rom Walton 1e7963627e Updating translations for locale/hu/BOINC-Manager.po [skip ci] 2016-02-15 15:15:38 -05:00
Charlie Fenton 0205b15d87 Mac: Fix comments in build script 2016-02-15 02:31:56 -08:00
Rom Walton 28ac9dda09 Merge branch 'master' of https://github.com/BOINC/boinc 2016-02-14 20:29:18 -05:00