Kevin Reed
85d598abc7
Merge pull request #2381 from BOINC/dpa_passwd3
...
web: fix bugs in change-password page.
2018-03-06 19:26:19 -06:00
Kevin Reed
876278fecc
Merge pull request #2355 from BOINC/dpa_download
...
Make download.php (for auto-attach) work for both test and production
2018-03-06 18:34:01 -06:00
David Anderson
fb4a631fb4
web: improve - but not fix - password visibility checkbox
...
When you check the box it turns the input field type from "password" to "text".
If you navigate to another (say by clicking Submit)
and then return via the back button,
the checkbox is still checked but the input field type is back to "password"!
Further clicks toggle the type, so it's always wrong from that point.
I changed it so that clicking the checkbox sets the type
to the appropriate value rather than toggling it.
The type is still wrong after "back",
but it's right after further checkbox clicks.
Note: the example on w3schools.com
https://www.w3schools.com/howto/howto_js_toggle_password.asp
has the same bug.
2018-03-06 16:27:22 -08:00
Kevin Reed
93bb8d0117
Merge pull request #2376 from marius311/revert_urlbase
...
Revert "web: always use secure URL base if available."
2018-03-06 15:41:06 -06:00
Shawn Kwang
eaffc603a4
Drupal: View boinc_users to use boinc_ro replica DB. Some boinc_teams sub-views set to use replica DB as well, on a title-by-title basis.
2018-03-06 12:28:13 -06:00
Shawn Kwang
9de2db9a0a
Drupal: updated HTMLpurifier library to version 4.10.0.
...
https://dev.gridrepublic.org/browse/DBOINCP-424
2018-03-06 12:04:08 -06:00
David Anderson
2444971f69
Fix VS compile warnings. No functional change.
2018-03-01 14:16:53 -08:00
David Anderson
3338fcdd19
web: in download.php, use current login token if recent
...
Generate a new login token only if the current one is older than a day.
That way if a user does several downloads in quick succession
(for whatever reason) autoattach will work with all of them.
2018-02-28 16:27:00 -08:00
David Anderson
66127de897
client: not an error if a file starts with account_ but is not account file
...
For example, if you rename account_X.xml to account_X.xml.bak,
if should not be reported as an error.
Same for statistics files.
2018-02-28 16:16:52 -08:00
David Anderson
17222d1662
change ops/get_versions.php to get dev versions too
2018-02-28 01:15:53 -08:00
David Anderson
c6744a830c
web: add "show password" checkbox to login form
2018-02-27 16:56:59 -08:00
David Anderson
07e09b0b04
web: fix bugs in change-password page.
...
BTW, I'd like to have a "show password" checkbox here
for people with no one looking over their shoulder.
Maybe later.
2018-02-27 16:29:49 -08:00
David Anderson
4d3a787498
Merge pull request #2378 from AenBleidd/fix_copyright
...
Fix copyright year
2018-02-26 11:45:44 -08:00
Vitalii Koshura
a9d5b8ef1a
Fix copyright year
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-26 16:49:02 +02:00
marius
e65aaa4c08
Revert "web: always use secure URL base if available."
...
This reverts commit 1140ec069d
.
2018-02-25 22:57:15 +01:00
David Anderson
26f7c8fc3f
Merge pull request #2375 from AenBleidd/fix_2372_copyright
...
[Manager] Fix copyright year in About window
2018-02-22 19:39:19 -08:00
David Anderson
5b2eaeea35
Merge pull request #2374 from BOINC/fix_client_crash_Mac_OS10.6-10.11
...
Fix client crash on Mac OS 10.6 - 10.11 when built under OS 10.12 or later
2018-02-22 19:38:58 -08:00
Vitalii Koshura
d5e8ab2c64
[Manager] Fix copyright year in About window
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-23 03:20:51 +02:00
Charlie Fenton
b0e8ef703e
Mac (fix comments in previous commit): Patch ares_config.h and curl_config.h to not use clock_gettime(), which is defined in OS 10.12 SDK but was not available before OS 10.12. This caused the client built on OS 10.12 or OS 10.13 to crash on launch when run on older versions of OS X.
2018-02-22 06:23:16 -08:00
Charlie Fenton
8df90ff022
Mac: Patch ares_config.h andcurl_config.h to not use clock_gettime(), which is defined in OS 10.11 SDK but was not available before OS 10.11. This caused the client built on OS 10.11 or OS 10.12 to crash on launch when run on older versions of OS X.
2018-02-22 06:09:41 -08:00
Kevin Reed
f96100f621
Merge pull request #2362 from AenBleidd/fix_2357_la
...
Update links in license files to point correct link to sources
2018-02-21 08:32:45 -06:00
Vitalii Koshura
fc1aaebe80
Fix fsf.org links
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-18 03:29:48 +02:00
Vitalii Koshura
b13f09d066
Update links in license files to point correct link to sources
...
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2018-02-18 00:53:30 +02:00
David Anderson
233e843bff
Make download.php (for auto-attach) work for both test and production
...
A new ?dev=1 arg tells it to show Development versions of the client
2018-02-16 15:40:38 -08:00
Kevin Reed
7db5260f87
Merge pull request #2311 from BOINC/dpa_sim
...
fix client simulator build
2018-02-16 13:21:48 -06:00
Kevin Reed
35457cbc70
Merge pull request #2344 from RichardHaselgrove/update_development_version_7.11
...
Update development version to 7.11
2018-02-16 10:57:07 -06:00
tristanolive
f3692261cd
Merge pull request #2295 from drshawnkwang/drupal_feature-rules-notifymoderators
...
Drupal: Add additional rules to notify moderators when forum related actions occur.
2018-02-15 10:08:44 -05:00
tristanolive
868ae51411
Merge pull request #2270 from drshawnkwang/drupal_feature-userprivacy-1
...
Drupal: Allow users to ignore private messages.
2018-02-15 10:02:37 -05:00
tristanolive
221e167429
Merge pull request #2220 from drshawnkwang/drupal_feature-readonly-boincdb
...
Drupal: Allow for use of a read-only replica BOINC project database
2018-02-15 09:58:13 -05:00
tristanolive
102c8188d4
Merge pull request #2206 from drshawnkwang/drupal_feature-deleteuser
...
Drupal: Delete own user account.
2018-02-15 09:49:19 -05:00
Kevin Reed
d17d5936f9
Merge pull request #2122 from JuhaSointusalo/update_versions-fix-multi-api_version
...
update_versions: handle multiple API_VERSION strings
2018-02-09 09:47:14 -06:00
RichardHaselgrove
0f628055b7
in preparation for next development cycle
2018-02-09 12:22:30 +00:00
RichardHaselgrove
312b85a63b
Merge pull request #2 from BOINC/master
...
Update working branch
2018-02-09 11:33:59 +00:00
Juha Sointusalo
fc867f828f
Merge pull request #2328 from AenBleidd/appveyor_update
...
[AppVeyor] Add more directories to ignore list
2018-02-08 23:47:26 +02:00
Juha Sointusalo
d3cadc2876
Merge pull request #2342 from BOINC/mac_fix_ftgl_warning
...
Mac: fix linker warning with Xcode 9.2 under OS 10.13
2018-02-08 23:31:32 +02:00
Juha Sointusalo
0c5b2ca132
Merge pull request #2341 from BOINC/cb_update_translations
...
Locale: Update localization files [skip ci]
2018-02-08 23:01:53 +02:00
Charlie Fenton
cbe17fd822
Mac: fix linker warning with Xcode 9.2 under OS 10.13
2018-02-08 02:03:10 -08:00
Shawn Kwang
3b6faf8514
Drupal: Fixed misc. typo in file.
2018-02-07 14:43:22 -06:00
Shawn Kwang
202ff91b90
Drupal: Fix rebase manually.
2018-02-07 13:45:33 -06:00
Shawn Kwang
a57384a27c
Drupal: Return database queries to use boinc_rw datbase for any query not from tables: result, workunit, app, etc., tables associated with boincwork.
2018-02-07 13:43:05 -06:00
Shawn Kwang
a45c1808a7
Drupal: Renamed boinc_read to boinc_ro.
2018-02-07 13:43:05 -06:00
Shawn Kwang
b903e21166
Drupal: In boincimport, changed name of BOINC project database to boinc_rw.
2018-02-07 13:41:21 -06:00
Shawn Kwang
4129e09295
Druapl: Changed Drupal Views to use boinc_read database.
2018-02-07 13:41:21 -06:00
Shawn Kwang
17a46d7252
Drupal: Modified privatemsg module to use boinc_read database.
2018-02-07 13:41:21 -06:00
Shawn Kwang
445f0586d9
Drupal: Modified db_set_active() to use boinc_read for SELECT statements, and boinc_rw for INSERT, UPDATE, and DELETE statements.
2018-02-07 13:41:21 -06:00
Shawn Kwang
7824b82302
Drupal: Rename boinc to boinc_rw, and add boinc_read to $db_url.
...
If admin does not define boinc_read, boinc_rw is used in its place. In this way the admin may define a single database for both read+write queries, or two different databases for read & write operations.
2018-02-07 13:38:42 -06:00
Shawn Kwang
e201d18f3c
Drupal: Add settings.local.php to main settings.php file. Added local settings to gitignore.
2018-02-07 13:38:42 -06:00
Christian Beer
a529c9daa4
Locale: Update localization files [skip ci]
2018-02-07 17:55:22 +01:00
Kevin Reed
da7cbcb04c
Merge pull request #2340 from BOINC/dpa_max_ncpus
...
Remove HOST_USAGE.max_ncpus. It's not used anywhere.
2018-02-07 10:14:40 -06:00
Kevin Reed
64c5ec650b
Merge pull request #2336 from BOINC/dpa_credit
...
Credit calculation: remove old code that ignored result.app_version_id =1. Fixes #2333
2018-02-07 09:03:57 -06:00