David Anderson
d8a5fe6074
- team import script: don't exit if fail to create user.
...
The failure may be because the email is banned
(as happened w/ SETI@home)
svn path=/trunk/boinc/; revision=24315
2011-10-02 06:59:00 +00:00
David Anderson
875397d1b0
- admin web: add start/end times to team import log output
...
svn path=/trunk/boinc/; revision=21693
2010-06-04 19:20:19 +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
e012253441
- web: typo
...
svn path=/trunk/boinc/; revision=17881
2009-04-27 04:30:33 +00:00
David Anderson
979f27d000
- team import: error out if account creation disabled
...
svn path=/trunk/boinc/; revision=17880
2009-04-27 03:53:47 +00:00
David Anderson
08aeba56ac
- client: message tweak
...
- ops: don't import teams if using invitation codes
svn path=/trunk/boinc/; revision=17874
2009-04-24 10:49:54 +00:00
David Anderson
0b9bb93278
- web: final purge of process_user_text()
...
svn path=/trunk/boinc/; revision=16696
2008-12-16 16:57:31 +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
cea8e84c7b
- ops: in team import script, send email to team founder
...
when creating team
- web: if user changes email addr, clear email_validated
svn path=/trunk/boinc/; revision=14353
2007-12-04 22:16:37 +00:00
David Anderson
17949271a1
svn path=/trunk/boinc/; revision=14296
2007-11-24 05:11:43 +00:00
David Anderson
19267f06e1
- team import: fix string-escaping bugs
...
- user web: don't show links to sched logs if they don't exist
- user web: add new team types
svn path=/trunk/boinc/; revision=14295
2007-11-24 04:51:03 +00:00
David Anderson
9564dc0931
- user web: bug fix in moderation email send ( fixes #485 )
...
- BOINC-wide teams: HTML-escape user-supplied text (fixes #487 )
svn path=/trunk/boinc/; revision=14240
2007-11-17 16:35:02 +00:00
David Anderson
71e081f97f
- mode changE
...
svn path=/trunk/boinc/; revision=13224
2007-07-26 21:57:42 +00:00
David Anderson
2d9df04429
- more team stuff
...
svn path=/trunk/boinc/; revision=13223
2007-07-26 21:50:45 +00:00
David Anderson
3990e817e3
- add support for "BOINC teams" (to be explained later)
...
svn path=/trunk/boinc/; revision=13218
2007-07-25 20:58:36 +00:00