Commit Graph

30810 Commits

Author SHA1 Message Date
David Anderson 05e3ad68b9 Make 32-bit builds work again by massive editing of project files. 2018-01-25 02:02:05 -08:00
David Anderson 159ef61f21 Update project files to work for Release mode also 2018-01-25 01:16:42 -08:00
David Anderson 1a55b4dad2 Client simulator: fix Win build 2018-01-20 14:51:58 -08:00
David Anderson 4a759ba246 Win build: include win_build in include directory list.
That way can include "config.h" in Win builds
2018-01-19 21:19:39 -08:00
David Anderson 6e5b7da699 Make the client simulator build again.
Note: any file that refers to HAVE_* symbols should include config.h
2018-01-19 20:51:40 -08:00
tristanolive 7c8386b100
Merge pull request #2278 from drshawnkwang/drupal_feature-dashboardjointeam
Drupal: Add Join a Team link to account dashboard.
2018-01-17 21:42:22 -05:00
SETIguy 590520b27f
Merge pull request #2309 from BOINC/dpa_db_purge
db_purge: fix bugs introduced in zlib changes
2018-01-17 17:29:52 -08:00
David Anderson 75bb6e0a5f db_purge: fix bugs introduced in zlib changes 2018-01-17 16:42:08 -08:00
CharlieFenton ac22166cfb
Merge pull request #2305 from BOINC/knr_revert_gpl
Revert commit that added GPL code
2018-01-16 17:18:18 -08:00
Kevin Reed e96158946f Revert "client: Add get_max_cpu_temperature to the Macintosh client to report the highest current CPU temperature as degrees Celsius"
This reverts commit 73a95378f5.
2018-01-16 09:13:57 -06:00
David Anderson 5bff06822d
Merge pull request #2302 from RichardHaselgrove/Correct_boinccmd_helptxt
Correct boinccmd helptxt
2018-01-14 20:46:55 -08:00
RichardHaselgrove e44354b7cd Correcting user help text for changes after original creation 2018-01-14 12:51:58 +00:00
RichardHaselgrove c7016d3ca9
Merge pull request #1 from BOINC/master
Sync to upstream 14 Jan
2018-01-14 12:33:26 +00:00
Charlie Fenton a2cfd1a82d Mac client: Fix bug which caused BOINC client built with SDK OS 10.11 or later to fail to get correct system RAM size when running on older versions of OS X. 2018-01-14 02:01:10 -08:00
Kevin Reed dcdfb6121d
Merge pull request #2299 from BOINC/dpa_forgot_email
web: remove "forgot email?" link.  "Login with authenticator" no long…
2018-01-12 16:18:55 -06:00
David Anderson 889271a410 web: remove "forgot email?" link. "Login with authenticator" no longer exists.
Note: you can supply authenticator instead of password in regular login form.
Occasionally a project admin may need to do this to log in as another user.
2018-01-12 12:33:41 -08:00
David Anderson fbb37c5c84
Merge pull request #2294 from BOINC/mac_ss_show_old_gfx_apps
Mac screensaver: under OS 10.13+ if the BOINC screensaver cannot disp…
2018-01-11 21:10:19 -08:00
David Anderson eed34279d1
Merge pull request #2293 from lfield/patch-2
Update edit_email_form.php
2018-01-10 23:37:52 -08:00
Charlie Fenton 49ce406e98 Mac screensaver: under OS 10.13+ if the BOINC screensaver cannot display a graphics app with hardware acceleration using the IOSurface APIs because the app has not been linked with the current graphics libraries, then display it using the much slower CGWindowListCreateImage API. 2018-01-10 02:13:44 -08:00
lfield 904a522678
Update edit_email_form.php 2018-01-10 09:26:39 +01:00
David Anderson 2bb1cbbb3c
Merge pull request #2287 from BOINC/dpa_checkbox
web: change form_checkboxes() so you can specify the state of each one
2018-01-08 00:42:25 -08:00
David Anderson da601210c4
Merge branch 'master' into dpa_checkbox 2018-01-08 00:41:58 -08:00
David Anderson 5d37578ecc Add support for "visible password" checkbox
- make redundant password and country optional in create account.
- fix appearance of form items
- remove unused code
2018-01-08 00:35:53 -08:00
David Anderson e4641039f0
Merge pull request #2288 from BOINC/dpa_max_jobs
Remote job submission: fix bug in check_max_jobs_in_progress() RPC
2018-01-08 00:30:46 -08:00
David Anderson fd4710a9c0
Merge pull request #2286 from BOINC/dpa_passwd2
Web: make it possible to have a single password field with "show" checkbox
2018-01-08 00:29:32 -08:00
David Anderson c0b1ce2d11
Merge pull request #2289 from VolunteerComputingHelp/master
increased size of opencl_device_version[] from 64 to 128
2018-01-07 20:01:52 -08:00
Christian Dreihsig 1a2ba3af4b increased size of opencl_device_version[] from 64 to 128 2018-01-07 08:10:30 +00:00
David Anderson 1ac3828563 web: change form_checkboxes() so you can specify the state of each one 2018-01-06 01:07:27 -08:00
David Anderson c01340c2eb Remote job submission: fix bug in check_max_jobs_in_progress() RPC 2018-01-06 01:05:51 -08:00
SETIguy b3724268ec
Merge pull request #2285 from BOINC/dpa_backend
create_work(): use the SCHED_CONFIG passed as arg, not the global var
2018-01-03 13:41:36 -08:00
David Anderson b49d072c9e Web: make it possible to have a single password field with "show" checkbox 2017-12-28 01:26:52 -08:00
David Anderson 3e4d86eed9 create_work(): use the SCHED_CONFIG passed as arg, not the global var 2017-12-22 19:59:38 -08:00
Kevin Reed 562c063fa9
Merge pull request #2261 from BOINC/dpa_spam
web: add option for limiting # of links per post
2017-12-21 14:06:59 -06:00
Shawn Kwang a7010ec15b Drupal: Add Join a Team link to account dashboard.
https://dev.gridrepublic.org/browse/DBOINCP-417
2017-12-21 09:05:46 -06:00
David Anderson 22fbb644e1
Merge pull request #2276 from lfield/patch-1
Update edit_email_form.php
2017-12-20 09:56:52 -08:00
lfield 408d8ea035
Update edit_email_form.php
Removed stray angle bracket which breaks the php
2017-12-20 14:36:57 +01:00
tristanolive 5769bad941
Merge pull request #2269 from BOINC/dpa_platform
client: include platform names in account manager request
2017-12-09 21:49:20 -05:00
David Anderson d20f016b60 client: include platform names in account manager request
This lets AMs like TBD make better meta-scheduling decisions
2017-12-08 00:38:27 -08:00
tristanolive fa1adbda61
Merge pull request #2253 from drshawnkwang/drupal_fix_reassign-role-communitymember
Drupal: Unbanned users set role 'community member'.
2017-12-07 09:28:17 -05:00
Kevin Reed b9565a8e00
Merge pull request #2250 from BOINC/dpa_autologin_client
Implement auto attach
2017-12-06 18:01:21 -06:00
CharlieFenton 038d274f23
Merge branch 'master' into dpa_autologin_client 2017-12-01 02:17:04 -08:00
Charlie Fenton dcf565334f client: show no-projects-attached message only if not doing autologin. 2017-12-01 02:10:09 -08:00
CharlieFenton fc5bd73974
Merge pull request #2252 from AenBleidd/revert_2197
Manager: Change back 'Forgot your account info?' to 'Forgot your pass…
2017-11-30 16:11:20 -08:00
CharlieFenton 052d138208
Merge pull request #2254 from BOINC/dpa_passwd
web: improve password reset form
2017-11-30 16:08:23 -08:00
David Anderson 4ea237589a web: add option for limiting # of links per post
One form of spam involves putting lots of links in a post.
This lets you limit it by setting POST_MAX_LINKS in project.inc.
Limit doesn't apply to moderators.
2017-11-27 14:12:31 -08:00
David Anderson a8a4b63b8e web: update email and password forms to use bootstrap 2017-11-23 15:11:41 -08:00
David Anderson 76f94b66d7 web: improve password reset form
- call it "Reset password"
- move authenticator-based login to a new file, login_auth.php
  This is intended for admins, not users
- Use bootstrap forms
2017-11-21 15:32:42 -08:00
Shawn Kwang f7f5db1da7 Drupal: Unbanned users set role 'community member'.
Fixed bug returning a previously banned user to the role 'community member'.

https://dev.gridrepublic.org/browse/DBOINCP-416
2017-11-21 11:32:49 -06:00
Vitalii Koshura af86bc8a54
Manager: Change back 'Forgot your account info?' to 'Forgot your password?'
This reverts #2197 pull request after the discussion on #1049.
Fixes #1049.

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2017-11-21 02:20:32 +02:00
David Anderson c912d1729d client: keep track of whether project list fetch was triggered by autologin 2017-11-17 15:20:33 -08:00