David Anderson
e48ea93727
- web: team transfer request was being rejected if email to founder failed,
...
so there was no way of rescuing a team with invalid founder email.
I changed it to record the request anyway.
This is potentially hazardous - if the founder's email server
is temporarily down, the request would go through
without the founder being notified.
To offset this, I added a notification via private message.
svn path=/trunk/boinc/; revision=15296
2008-05-27 21:26:49 +00:00
David Anderson
753b20a67f
- client: do the /proc/interrupts stuff (see above)
...
only on Linux-like systems;
use device_idle() only on non-Linux Unix systems
svn path=/trunk/boinc/; revision=15059
2008-04-15 22:42:23 +00:00
David Anderson
6e0b797d69
- web: add "Mark all threads as read" button to Help Desk ( fixes #531 )
...
- add "self" link to RSS notify feed
- web: if fail to send email, don't show error message
(might reveal recipient's email addr)
svn path=/trunk/boinc/; revision=14487
2008-01-08 00:34:55 +00:00
David Anderson
ed6aecf9bb
- user link tweaks
...
svn path=/trunk/boinc/; revision=14439
2007-12-24 03:45:20 +00:00
David Anderson
6a745f209e
- user web: when send an email with login URL,
...
don't include the account key in the URL.
Rather, include the user ID, the time, and
a have of the ID, time, and account key.
Honor this for 1 day.
svn path=/trunk/boinc/; revision=14265
2007-11-20 03:08:35 +00:00
David Anderson
79343260dd
- user web: clean up logic for dealing with forgotten password:
...
- login form now has ONLY email/passwd
("login with account key" is gone)
- "forgot password?" takes you to a page with two options:
1) type in email address, get an email with login link
2) instructions for recovering account key from BOINC account file
- email is stripped-down, has login link and not much else
fixes #190
svn path=/trunk/boinc/; revision=14263
2007-11-20 00:23:02 +00:00
David Anderson
ef247eed41
- user web: moved functions to send specific messages out of email.inc
...
- user web: code cleanup involving team founder transfer,
and improved the text of some messages
svn path=/trunk/boinc/; revision=13210
2007-07-23 20:30:30 +00:00
Rytis Slatkevičius
b04aeea7d6
user web: make sure that all links that have URL_BASE have slashes after it. This makes a slash in the end of URL_BASE definition in project/project.inc no longer necessary.
...
svn path=/trunk/boinc/; revision=13106
2007-07-05 19:37:33 +00:00
David Anderson
f4953d1829
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11723
2006-12-27 18:22:17 +00:00
Rytis Slatkevičius
ccff6971ca
Big team change to allow founder transfer when he's no longer available
...
svn path=/trunk/boinc/; revision=11367
2006-10-27 16:06:42 +00:00
David Anderson
e3d66f6411
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11330
2006-10-20 20:33:15 +00:00
David Anderson
efa7b7a3ad
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11175
2006-09-19 12:57:57 +00:00
David Anderson
440c667e8a
mass email
...
svn path=/trunk/boinc/; revision=10580
2006-07-05 21:38:08 +00:00
David Anderson
aeac868c11
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10559
2006-07-01 20:03:48 +00:00
David Anderson
091b57c6c1
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10380
2006-06-16 23:53:56 +00:00
Rom Walton
44d70ff082
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10355
2006-06-15 07:23:26 +00:00
Rom Walton
a8078f11b8
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10354
2006-06-15 06:51:21 +00:00
Rom Walton
9baee53447
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10165
2006-05-21 01:59:07 +00:00
David Anderson
5617df5f47
*** empty log message ***
...
svn path=/trunk/boinc/; revision=10118
2006-05-09 18:25:15 +00:00
David Anderson
6374d88da0
web RPC additions
...
svn path=/trunk/boinc/; revision=9088
2005-12-19 07:42:40 +00:00
David Anderson
877f39921f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9048
2005-12-06 23:00:44 +00:00
Bruce Allen
9fb3b46797
David, if you really wanted USE_PHPMAILER to be a const not a variable
...
then have
if (defined(USE_PHPMAILER)) {
$USE_PHPMAILER=USE_PHPMAILER;
} else {
$USE_PHPMAILER=false;
}
http://de3.php.net/manual/en/language.constants.php
says no dollars sign should be prepended if you are using a constant not a
variable.
svn path=/trunk/boinc/; revision=8398
2005-10-01 17:34:09 +00:00
Janus B. Kristensen
0ebf1c17ff
Email to moderators about reported posts
...
svn path=/trunk/boinc/; revision=8387
2005-10-01 11:11:53 +00:00
David Anderson
207d16343a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=8355
2005-09-30 06:17:43 +00:00
David Anderson
c3afdf5a7a
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7575
2005-08-29 23:51:38 +00:00
David Anderson
8a72aef655
remove email munge code
...
svn path=/trunk/boinc/; revision=7518
2005-08-26 22:26:26 +00:00
David Anderson
65341429fa
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6276
2005-06-01 19:05:36 +00:00
David Anderson
76f6c732ba
*** empty log message ***
...
svn path=/trunk/boinc/; revision=6163
2005-05-15 16:36:39 +00:00
Bruce Allen
367d0daa8e
Change php functions to correctly describe timezone field.
...
svn path=/trunk/boinc/; revision=6028
2005-05-05 05:06:16 +00:00
Bruce Allen
ffcebd559f
Added ops page script to email owners of 'problem' hosts. Thanks to
...
Christian Beer for writing this.
svn path=/trunk/boinc/; revision=5888
2005-04-18 18:26:14 +00:00
David Anderson
1ae97e68b3
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5714
2005-03-24 19:06:27 +00:00
David Anderson
c5bba41114
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5713
2005-03-24 19:02:27 +00:00
David Anderson
01326be47f
*** empty log message ***
...
svn path=/trunk/boinc/; revision=5419
2005-02-13 19:04:20 +00:00
Janus B. Kristensen
53cc977ad2
Delete thread forum moderation feature
...
svn path=/trunk/boinc/; revision=5412
2005-02-12 09:50:13 +00:00
Janus B. Kristensen
b15132830b
Initial test-version of moderation system
...
svn path=/trunk/boinc/; revision=5133
2005-01-18 13:00:38 +00:00
David Anderson
164c643695
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4788
2004-12-08 07:03:43 +00:00
David Anderson
2c5f1d1a5b
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4772
2004-12-06 22:41:19 +00:00
David Anderson
7342b36f2e
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4599
2004-11-18 20:01:12 +00:00