Commit Graph

2705 Commits

Author SHA1 Message Date
David Anderson 644ace77e8 delete dead projects from project list 2014-05-11 00:35:58 -07:00
David Anderson 641b2da0b3 admin web: fix bug that could cause badges to not get deleted properly. 2014-04-10 09:16:10 -07:00
David Anderson f5fea9c3d3 team_import script: decode entities properly 2014-03-28 14:52:37 -07:00
Rom Walton 89f1341893 DOC: Disable BOINC/VirtualBox download for Windows XP based systems. 2014-03-26 19:43:19 -04:00
David Anderson 70c458aa44 BOINC web site: fix PHP warnings; change VBox link on download page 2014-03-24 15:13:06 -07:00
David Anderson 292f216a6c fix bugs in download pages 2014-03-22 10:31:48 -07:00
David Anderson 204ff69f65 BOINC web site: make download buttons look nicer 2014-03-19 16:49:59 -07:00
David Anderson 0d1431947b Add 1-sentence summary to project XML description.
Maybe we can use this in the Android GUI
2014-03-16 14:48:03 -07:00
Charlie Fenton 8a82d050b8 DOC: Fix typos 2014-03-13 07:24:38 -07:00
Charlie Fenton 5edbfec5f7 DOC: Add 7.3.13 as a development release (Mac only for now) 2014-03-13 07:14:46 -07:00
Rom Walton 2ea79d5d5f DOC: Add Linux 7.3.11 dev builds 2014-03-12 17:45:28 -04:00
Rom Walton c9ad116ed8 DOC: Add 7.3.11 as a development release 2014-03-10 15:26:06 -04:00
Rom Walton b5758ae8fa DOC: Update Android to 7.3.7 2014-03-04 12:14:09 -05:00
David Anderson 28ff9223ab Server: add feature to mass email script to send to ID list 2014-03-01 12:07:46 -08:00
Rom Walton 589fb7c84f DOC: Update recommended release to 7.2.42 2014-02-28 15:25:35 -05:00
David Anderson 690df39fd6 project_list.php: don't strip plan class from Android platforms (not needed anymore) 2014-02-26 14:47:42 -08:00
Rom Walton e118e6c58b DOC: Make 7.2.39 the new recommended version 2014-02-12 11:20:34 -05:00
David Anderson 04e8f00221 client, Win: when running GPU detect, use "boinc.exe" rather than "boinc" on cmdline.
An alpha tester reported that this fixed an error; not sure why
2014-02-06 23:48:54 -08:00
Rom Walton be2f175ebe DOC: Add entries for MIPS and x86 for Android. 2014-02-06 20:32:06 -05:00
Rom Walton 8bb3af6154 DOC: Update android client to 7.2.41. 2014-02-06 20:18:38 -05:00
David Anderson 7e00868161 get_project_config: don't show platforms for deprecated apps 2014-02-02 22:08:09 -08:00
David Anderson 8934f46d88 translations, message tweak 2014-02-02 00:18:20 -08:00
David Anderson c4f4421ff0 client/manager/server: use HTTPS for web RPCs if possible
The web RPCs done by the client during project attach
(lookup_account, create_account)
have an email address and password hash in their request.
Network sniffers could potentially see these,
so we should use HTTPS for these RPCs if possible.
However, not all BOINC projects have SSL-enabled web servers.
So I did the following:

- Change get_project_config.php to return an additional
  <web_rpc_url_base> element.
  This is SECURE_URL_BASE (if specified in the project's
  project.inc config file) or, if not, the master URL.
- This new element is parsed into the PROJECT_CONFIG structure.
- In calls to create_account and lookup_account,
  the Manager uses PROJECT_CONFIG::web_rpc_url_base
  if it's available, else the master URL.

So, the new Manager/client uses HTTPS for RPCs to projects
that have updated their get_project_config.php,
and specify a SECURE_URL_BASE with https:// prefix.

Android note: I added code to parse the new config element,
but didn't change the higher-level code;
Joachim will need to do this.
2014-01-28 13:25:59 -08:00
Charlie Fenton c128412909 DOC: Updates for Mac 7.2.38 2014-01-17 01:29:29 -08:00
Rom Walton cbc22c4f77 DOC: Updates for 7.2.38 2014-01-16 22:31:35 -05:00
Rom Walton 956dfb57e7 DOC: Updates for 7.2.27 2014-01-08 18:38:53 -05:00
David Anderson e672cdac37 web: don't call db_init() in uotd.inc 2014-01-07 13:04:59 -08:00
David Anderson b12b85cfdb Admin web: convert create_forums.php to use DB abstraction layer (from Janus) 2014-01-06 14:20:25 -08:00
David Anderson 7ec4b7426c Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-01-01 11:12:22 -08:00
Rom Walton 92dc192ea7 Merge branch 'master' of ssh://isaac.ssl.berkeley.edu/boinc-v2 2014-01-01 14:10:39 -05:00
Rom Walton 41efdf32cc DOC: Include links for the release notes of both 7.0 and 7.2. 2014-01-01 14:10:15 -05:00
David Anderson 928cc2786e Fix BOINC web site translations 2013-12-31 13:25:51 -08:00
David Anderson 53f972b8fa Android translations 2013-12-31 13:13:28 -08:00
Rom Walton 73b40ad1a6 DOC: Update Android development version 2013-12-31 11:43:17 -05:00
Rom Walton 84d282c59f DOC: Update for Win x86 2013-12-31 11:41:47 -05:00
Rom Walton e906786b09 DOC: Updates for 7.2.34 2013-12-31 03:55:03 -05:00
David Anderson 32ffd33e3f web: tweaks 2013-12-20 23:18:07 -08:00
Charlie Fenton f6a46c27d6 DOC: Fix links to Mac command-line and Linux versions for stable release 7.2.33 2013-11-28 14:39:20 -08:00
Rom Walton dc6e5a9a40 DOC: Update new stable release to 7.2.33 2013-11-26 12:52:13 -05:00
David Anderson 37237033e1 web: string tweak 2013-11-23 11:39:45 -08:00
David Anderson 7fe8fcdcc0 web: tweak 2013-11-23 09:09:48 -08:00
Rom Walton 7125028c15 DOC: Change new recommended release from 7.2.28.1 to 7.2.31. Same build, different version number. 2013-11-21 20:55:48 -05:00
Rom Walton 5227baa1f2 DOC: Update recommended Windows client version to 7.2.28.1 2013-11-21 18:42:31 -05:00
David Anderson e3646cb406 client: fix error returns for get_mac_address() on Unix 2013-11-19 11:23:38 -08:00
David Anderson 20a03b71aa BOINC web site: platform icon stuff 2013-11-18 15:12:34 -08:00
David Anderson dfe1e5eb5d Manager: string tweaks
- Let's use "web site" instead of "website"
2013-11-17 12:29:11 -08:00
David Anderson 92b25f841d admin web: in result display, improve the way app version is shown 2013-11-17 11:45:11 -08:00
David Anderson 873f21400d BOINC web tweaks 2013-11-12 00:14:14 -08:00
David Anderson c2c1ec6cc2 BOINC web: tweaks to BOINC+VBox download links 2013-11-11 20:54:50 -08:00
Rom Walton 9e99b2cbd1 DOC: Updates 2013-11-08 11:38:28 -05:00