Commit Graph

29923 Commits

Author SHA1 Message Date
Shawn Kwang 0adad0b124 Drupal: Removed debugging statements left in accidentally. 2017-01-18 15:51:31 -06:00
David Anderson 58f437592d web: fixed URL of BOINCstats in 3 places 2017-01-14 21:47:45 -08:00
David Anderson 4ffe582194 server: add support for constant input files
See http://boinc.berkeley.edu/trac/wiki/JobTemplates

Also remove the <number> and <file_number> nonsense from input templates.
<file_ref> i corresponds to <file_info> i
2017-01-13 00:23:01 -08:00
David Anderson 1c801108ad Merge branch 'master' of github.com:BOINC/boinc 2017-01-12 13:57:53 -08:00
David Anderson e92a398c0a client: fix typo 2017-01-12 13:57:31 -08:00
David Anderson 6b3d569ebe more 2016->2017 changes 2017-01-12 13:21:37 -08:00
David Anderson 5267da76ce BOINC web: fix some URLs 2017-01-12 13:20:38 -08:00
David Anderson 06be40e8f0 Web and web RPCs: add 5-second delay if password error
Slow down hackers trying to guess passwords
2017-01-12 13:19:01 -08:00
David Anderson 96ebcbff94 PHP binding of web RPCs: use Curl instead of file_get_contents()
That latter doesn't support HTTPS in my version of PHP
2017-01-12 13:17:55 -08:00
David Anderson 7cb58b5268 client: include # GPUs in <host_info> XML, including acct mgr requests 2017-01-12 13:15:42 -08:00
tristanolive 11dbab6093 Merge pull request #1746 from drshawnkwang/drupal_fix-profilesearchresults
Drupal: Fixes profile search result issue regarding 'Joined' date.
2017-01-12 10:30:27 -05:00
tristanolive e63907a41f Merge pull request #1735 from drshawnkwang/drupal_fix-newsmenutype
Drupal: Changed news view menu type to "Normal Menu".
2017-01-11 15:54:43 -05:00
Charlie Fenton 2d63fc2b91 Mac installer: update comments explaining how to install BOINC Manager from the command line. 2017-01-09 21:43:59 -08:00
David Anderson 79fa97cfe3 web: if mkdir fails, show the path in error msg 2017-01-09 11:46:51 -08:00
Christian Beer 59719e78d4 Client: update hostinfo_test tool
Incorporate changes from lib/str_util.cpp.
2017-01-09 13:57:04 +01:00
Christian Beer c7949ecf9d Lib: remove duplicate code
strip_quotes() is basically still a copy of strip_whitespace() which additionally removes quotes.
2017-01-06 15:00:35 +01:00
Christian Beer 93cbda67fd Merge branch 'master' into cpu_infos_aarch64
Retained changes from a788dba8.

Conflicts:
	lib/str_util.cpp
2017-01-06 14:56:16 +01:00
Charlie Fenton d6ff95d1ec Mac installer & uninstaller: replace all deprecated Mac APIs as of OS 10.12 2017-01-06 01:53:47 -08:00
David Anderson 31a95ba10f client: add option to use SOCKS5 for DNS
Added <socks5_remote_dns> option to cc_config.xml.
Tells Curl to use the SOCKS proxy for domain name resolution.
2017-01-05 21:34:34 -08:00
David Anderson 93b9f8fefb Merge pull request #1750 from AenBleidd/Issue1748
MGR: Enable always 'Advance View' menu item in Simple mode.
2017-01-05 14:40:43 -08:00
David Anderson a788dba8b9 lib: remove duplicate code 2017-01-05 14:01:06 -08:00
David Anderson 6733529d29 Merge branch 'master' into cpu_infos_aarch64 2017-01-05 13:40:50 -08:00
David Anderson 5e858aca97 web: if project down for maintenance, say so and quit 2017-01-05 13:25:52 -08:00
David Anderson fe485e643b Merge branch 'master' of github.com:BOINC/boinc 2017-01-05 13:25:05 -08:00
David Anderson 9e70ef3ecb client: code formatting 2017-01-05 13:24:53 -08:00
David Anderson 96274fe88f Merge pull request #1751 from mdspann/master
Add  hostinfo detection for 64 bit arm processors to use the same log…
2017-01-05 13:24:09 -08:00
Michael Spann e833bef636 Add hostinfo detection for 64 bit arm processors to use the same logic as 32 bit arm processors. 2017-01-05 19:22:28 +00:00
Vitalii Koshura 7a2ea7be78 MGR: Enable always 'Advance View' menu item in Simple mode.
'Advance view' item is enabled always even if Manager doesn't connected to client.
As requested in issue 1748.
2017-01-05 02:35:31 +02:00
David Anderson 536d89f228 Merge branch 'master' of https://github.com/BOINC/boinc 2017-01-04 13:34:37 -08:00
David Anderson b949b87ac2 client: njobs_fail, not njobs_error 2017-01-04 13:34:26 -08:00
David Anderson c44a2b45dc client: tweak account manager logic
1) store AM and login info in files whose names include the AM URL,
    and don't delete them when detach from the AM.
    That way if user detaches and reattaches,
    we'll still have the opaque data (e.g. host ID)
    and the AM won't create a new host.
2) If the AM RPC has an error on the server,
    it probably won't return AM name, signing key, or opaque data.
    In that case hang onto the old ones.
2017-01-04 13:29:10 -08:00
Shawn Kwang adf22bcaed Drupal: Added to boincuser module, hook_apachesolr_index_documents_alter(), which alters the ApaceSolr document in order to change the ds_created timestamp to be the user account creation timestamp. 2017-01-03 12:28:43 -06:00
Shawn Kwang ce313a97aa Drupal: Fixed search result template to get NID from search result directly.
NID is now obtained from Apache Solr Results. If the title field is empty, then use the user account name.
2017-01-03 12:28:43 -06:00
Shawn Kwang 74cafd2052 Drupal: Updated phpmailer library to v5.2.21.
https://dev.gridrepublic.org/browse/DBOINCP-353
2017-01-03 11:53:39 -06:00
Christian Beer 5c8c4c5897 Locale: Update localization files [skip ci] 2017-01-03 12:21:11 +01:00
Christian Beer 6d63f9cae5 Locale: Update localization files [skip ci]
Reverts some translation related changes made in 2435538, 3de9867 and f2c3963.
2017-01-03 12:12:31 +01:00
Christian Beer cfd11fc90b Locale: fix transifex config to adjust for changes in #1703
Filepaths to translation files changed with the Android Studio migration.
2017-01-03 11:53:40 +01:00
Daniel Frużyński 5dbd9d2a19 Include new changes conditionally for MinGW only to not break MSVC build 2016-12-31 12:01:28 +01:00
Daniel Frużyński a83889ef3b Fixed compilation using MinGW from Cygwin 32 and 64 bit 2016-12-30 19:49:12 +01:00
David Anderson f691a3f0f9 Merge pull request #1703 from denravonska/android-studio-support
Android studio support
2016-12-28 16:06:31 -08:00
David Anderson 20ef72e256 Merge pull request #1656 from AenBleidd/Issue1510
Fix issue #1510: MGR: Ensure start page is in page stack when launchi…
2016-12-28 15:38:03 -08:00
David Anderson 958c89c1e7 client: account per-project CPU and GPU usage; report to account managers
Also report per-project #jobs success/failure
2016-12-27 23:48:37 -08:00
David Anderson f3928622a8 web: fix bug in all-projects certificate: if only 1 project, error 2016-12-24 14:50:01 -08:00
Shawn Kwang de8e7b53f7 Drupal: Fixed bug where if conditional used '=' and not '=='. 2016-12-23 09:32:28 -06:00
David Anderson 33baa0bca1 client: fix compile errors and warnings 2016-12-22 11:25:44 -08:00
David Anderson 5710a5e8c8 client: report project-level REC to account managers 2016-12-21 22:17:50 -08:00
David Anderson 0dda2fffa3 some PHP stuff for project X 2016-12-21 22:12:57 -08:00
Charlie Fenton 3b355d1574 Mac uninstaller: minor bug fix affecting only OS 10.6 2016-12-21 06:53:34 -08:00
Charlie Fenton 640e8a9ff8 Mac uninstaller: replace all deprecated Mac APIs as of OS 10.12 2016-12-21 06:08:36 -08:00
David Anderson 2da0e5cdb1 client: fix bug in benchmark CPU selection 2016-12-19 17:36:11 -08:00