Commit Graph

11 Commits

Author SHA1 Message Date
David Anderson e36d87dec9 - admin web: use only valid results in FLOPS count graph
svn path=/trunk/boinc/; revision=21195
2010-04-16 20:01:13 +00:00
David Anderson 09b0a9f93c - admin web: reorganize main page;
add "transition all" command

svn path=/trunk/boinc/; revision=20745
2010-02-26 21:34:20 +00:00
David Anderson b817b8ed7a - admin web: changed protection scheme as follows:
- default: script can be run from command line;
        to run from web you need to be logged in as a particular user.
        (in addition to .htaccess protection).
    - if include $cli_only at start of script:
        can only be run from the command line.
    - if include $skip_auth_ops at start of script:
        can run from web without being logged in
        (this is set ONLY in login_action.php)
- admin web: added $cli_only = true to a bunch of scripts


svn path=/trunk/boinc/; revision=19230
2009-10-02 18:32:40 +00:00
David Anderson 0f9cda3ea3 - admin web: finished the above.
Got rid of auth_ops_cmdline() (not needed).
    auth_ops() is now called in util_ops.inc;
    every script in html/ops/ must include util_ops.inc.

Note: for existing projects, the admin web interface
    will now show "access denied".
    Projects must think about what access control policy they want,
    and specify it in project.inc


svn path=/trunk/boinc/; revision=19053
2009-09-15 18:14:37 +00:00
David Anderson 74423f23b6 - scheduler: if no jobs available to send, inform the user
svn path=/trunk/boinc/; revision=16730
2008-12-22 00:10:02 +00:00
David Anderson 9baf78fe5f - web: added copyright and license info to PHP files
svn path=/trunk/boinc/; revision=15758
2008-08-05 22:43:14 +00:00
David Anderson d09ece4105 - fix bugs in job_times.php; it shows the correct mean and stdev now.
html/ops/
    job_times.php

svn path=/trunk/boinc/; revision=12695
2007-05-18 22:48:00 +00:00
David Anderson 35676da0d8 *** empty log message ***
svn path=/trunk/boinc/; revision=12358
2007-04-12 21:56:24 +00:00
David Anderson 773d149d4a *** empty log message ***
svn path=/trunk/boinc/; revision=12357
2007-04-12 21:53:59 +00:00
David Anderson 8bf3b76717 *** empty log message ***
svn path=/trunk/boinc/; revision=12356
2007-04-12 21:40:41 +00:00
David Anderson 6e9da77bca *** empty log message ***
svn path=/trunk/boinc/; revision=12355
2007-04-12 20:41:46 +00:00