Commit Graph

25015 Commits

Author SHA1 Message Date
Rom Walton d5ed958270 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-05 19:31:35 +02:00
Rom Walton 525e25241b MGR: Add check for the "attach_known" cookie used by the 1-click attach mechanism 2014-10-05 19:30:33 +02:00
David Anderson 75fdf6e815 concierge: send cookies in raw encoded form (%20 instead of +) 2014-10-05 10:26:48 -07:00
David Anderson 4111661d2c Manager: in simple attach, get inst and desc cookies also 2014-10-05 19:25:34 +02:00
David Anderson c9718b3df3 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-05 19:24:50 +02:00
Rom Walton c7384e5c6e MGR: Fix Internet Explorer 11 cookie detection mechanism. Possibly other variations of Internet Explorer as well. 2014-10-05 19:12:44 +02:00
Rom Walton 13654e3b70 MGR: Support cookie detection on newer versions of chrome. 2014-10-05 18:23:45 +02:00
David Anderson 63ab243996 admin web: call project-defined function admin_index_extra() in main page 2014-10-05 08:15:05 -07:00
David Anderson b002e49b32 Manager: fix Unix build 2014-10-05 03:47:55 -07:00
David Anderson 0805cf87c3 admin web: in "result summary in last X", don't include delayed-file-delete jobs
The config option <delete_delay_hours> lets you defer file deletion.
If you set this, say, for 10 days,
then the "results summary in last 24 hours" page will show
jobs that finished 10 days ago and were file-deleted in the last day.
This is generally not what you want.
Change things so that in this case file-deleted results
are treated as if their mod time were 10 days earlier.

Note: this means that the counts of file-delete states
won't be meaningful in this case.
2014-10-05 02:17:03 -07:00
David Anderson b1bc33a39b One-click attach: cookie expire time 2014-10-05 01:31:44 -07:00
Charlie Fenton a5ff85e505 Mac: Add new source files ProjectWelcomePage.cpp, ProjectWelcomePage.h to Xcode project. 2014-10-04 16:50:15 -07:00
David Anderson 7e63a31259 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-04 17:31:31 +02:00
Rom Walton d549682e87 MGR: Finish skeleton 1 click attach functionality. Final text TBD. 2014-10-04 17:25:53 +02:00
David Anderson 529707760f Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-04 16:00:25 +02:00
David Anderson 47fbad8e65 client: fix bug where <dont_use_vbox> config option wasn't being parsed 2014-10-04 06:59:19 -07:00
David Anderson 8cf6806583 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-04 06:59:05 -07:00
Rom Walton b6b32c497f MGR: Add 1-click attach stub UI element for testing. In advanced menu in the advanced UI. 2014-10-04 10:12:02 +02:00
Rom Walton 32055dc015 WINBUILD: Add new files to vboxwrapper 2014-10-04 10:04:07 +02:00
David Anderson a71ab2796a server: add --teams option to delete_spammers.php
See http://boinc.berkeley.edu/trac/wiki/ProtectionFromSpam#Cleaningupspam
2014-10-04 01:01:25 -07:00
Rom Walton 8d7e0bd7e1 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-04 09:59:33 +02:00
Rom Walton 197a98f80a VBOX: Add the COM Interface files for use on Windows 2014-10-04 09:58:47 +02:00
David Anderson d3b0ecb996 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-04 00:45:54 -07:00
David Anderson 2e127dd963 concierge: see if project is on list 2014-10-04 00:45:24 -07:00
Rom Walton 7ef53b13b4 MGR: Sync browser cookie lookups to David's commit last night. 2014-10-04 09:27:11 +02:00
Rom Walton 15ff82b9f8 client: Inform Windows we know about Windows 10 2014-10-04 07:07:34 +02:00
David Anderson 66e7f59206 BOINC web site: fix PHP warnings in help pages 2014-10-03 21:06:50 -07:00
David Anderson b27765f6d3 web: add mechanism for 1-click Join button on projects 2014-10-03 11:01:32 -07:00
David Anderson 620865cc1c web: fix DOS line endings in htmLawed.php 2014-10-03 07:37:17 -07:00
Rom Walton da1f009b2c MGR: Add support for querying simple account creation information from supported browsers. 2014-10-03 11:15:16 +02:00
Rom Walton b781e409f9 VBOX: Add support for intermediate uploads 2014-10-03 10:03:11 +02:00
David Anderson f81eda0f46 web: change things so table.bordered still works 2014-10-02 14:05:00 -07:00
David Anderson eb1a9f1566 web: SETIBZH URL changed 2014-10-02 13:13:31 -07:00
David Anderson e6ecb981b3 web: change CSS usage to partly match Twitter Bootstrap. From Christian Beer. 2014-10-02 12:15:54 -07:00
David Anderson 83723b6a4c web: fix file w/ truncated lines 2014-10-02 12:15:22 -07:00
David Anderson 512ccea4ab web: use htmLawed instead of kses for HTML sanitization
kses isn't maintained, and uses the deprected %e feature of preg_replace().
2014-10-02 08:16:28 -07:00
David Anderson c764633a96 web: fix include problem
Sometimes (I don't understand why) you get "constant already defined"
warnings for constants in project/project.inc.
This is related to recursive includes.

Principle:
- include project.inc from util.inc (and nowhere else)
- include util.inc from the top-level .php file (and nowhere else)
2014-10-02 08:09:00 -07:00
David Anderson dd371e27b7 new version.inc 2014-10-02 07:33:41 -07:00
Attila Csaba Marosi 456b008773 VBOX: GBAC main files added 2014-10-02 16:28:23 +02:00
Charlie Fenton 8e7c4625cf Mac: Change client symbol table name from boinc_i386 to boinc_x86_64 (this is a cosmetic fix only.) 2014-10-02 04:35:18 -07:00
Charlie Fenton 836e491d96 MGR: Fix a problem where OS X's software firewall can cause RPC authorization to fail. 2014-10-02 03:04:39 -07:00
David Anderson 41068fb802 web: fix explode() arg order 2014-10-02 00:54:17 -07:00
David Anderson 8184cb036c Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-10-02 08:07:57 +02:00
David Anderson 19342b7b83 Manager: omit ", high priority" from task status
This makes it sound like BOINC is running the job at high OS priority.
2014-10-01 23:05:31 -07:00
David Anderson 469b82ef0e web: allow <db_host> to include :port 2014-10-01 08:31:38 -07:00
Rom Walton 6518dddabd VBOX: Attempt to fix a possible crash seen on T4T with an incompatible version of VirtualBox running on Linux. 2014-10-01 14:15:29 +02:00
David Anderson a56428ae3a client (Unix): when get vbox version, make sure it's not an error msg 2014-09-30 05:28:58 -07:00
Charlie Fenton 0f1e4e3794 Mac Installer: If we have a valid code signing identity, code sign the BOINC client and Manager as well as the installer and uninstaller. OS X's software firewall can interfere with RPCs between the client and Manager. Signing them may make this less likely to be a problem. 2014-09-30 05:18:10 -07:00
Rom Walton 519f8d1960 Merge branch 'master' of ssh://boinc.berkeley.edu/boinc-v2 2014-09-30 09:35:17 +02:00
Rom Walton 91cbe26810 VBOX: Try and prevent vboxwrapper from starting the VM if BOINC has signaled boinc_status.quit_requit or boinc_status.no_heartbeat. 2014-09-30 09:34:16 +02:00