David Anderson
5ea948224e
web: make $master_url a global var
2016-11-25 20:41:09 -08:00
Christian Beer
f8a1762ea2
Web: use master_url instead of URL_BASE in example
...
The URL_BASE in project.inc may not be the same as the <master_url> in config.xml so the example would be wrong if those differ.
2015-12-02 13:56:57 +01:00
David Anderson
c34093e374
- web: don't show account keys on account page;
...
rewrite the page explaining and showing account keys.
- client: remove <std_debug> log flag
- client: remove <zero_debts> config option
svn path=/trunk/boinc/; revision=25581
2012-04-19 07:36:47 +00:00
David Anderson
f1bd6cfa2d
- web: show actual URL and weak auth on weak auth page
...
- web: make merge and pending pages translatable
From Uwe Becker
svn path=/trunk/boinc/; revision=24885
2011-12-24 05:19:21 +00:00
David Anderson
d27af6214d
- user web: finish dealing with get args spam
...
svn path=/trunk/boinc/; revision=23010
2011-02-09 22:11:34 +00:00
David Anderson
8145cb86b0
- create_work: add some debugging printfs for Kamran
...
svn path=/trunk/boinc/; revision=22993
2011-02-03 23:27:30 +00:00
David Anderson
e87f289544
- fix formatting in PHP code
...
svn path=/trunk/boinc/; revision=22623
2010-11-04 18:20:57 +00:00
David Anderson
f6e9a3c0c1
- fix a few absolutely last messages with "attach", "detach"
...
svn path=/trunk/boinc/; revision=22462
2010-10-06 20:13:34 +00:00
David Anderson
21a18b7045
- web: more translations, from Christian. fixes #982
...
svn path=/trunk/boinc/; revision=20582
2010-02-16 01:06:03 +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
e70273774a
- scheduler: in matchmaker scheduler, if find a "locked" array slot,
...
which whether we're the process that locked it (from Artyom Sharov)
svn path=/trunk/boinc/; revision=15635
2008-07-18 20:59:59 +00:00
David Anderson
8490214d48
- server/web: the weak auth scheme had a major flaw:
...
It didn't work on a host's first scheduler RPC
(when it passes an auth but no host ID).
How do we look up user in this case?
The weak auth is not stored explicitly in the DB.
Solution: include the user ID in the weak auth.
(this invalidates existing weak auths)
svn path=/trunk/boinc/; revision=14546
2008-01-14 16:32:34 +00:00
David Anderson
4e9fa4f0c6
- tweaked weak-auth page (from Nicolas Alvarez)
...
svn path=/trunk/boinc/; revision=14372
2007-12-09 04:13:24 +00:00
David Anderson
3f41f9a88d
- Add weak account key mechanism.
...
Each account has an associated weak account key.
The user can see it by visiting weak_auth.php.
If you put the weak account key in the account file on a computer
(instead of the regular account key)
the computer will attach to the account.
But the weak account key cannot be used to log in
to the account on the web, or to do web RPCs, or anything else.
Note: this involves a scheduler change.
svn path=/trunk/boinc/; revision=14367
2007-12-07 23:23:25 +00:00