Rytis Slatkevičius
1abf76b7e6
Fix account creation RPC
...
svn path=/trunk/boinc/; revision=25488
2012-03-26 05:48:38 +00:00
David Anderson
24761958fd
- client/server: estimate FLOPS for NVIDIA GPUs with
...
compute capability 3.x.
Not sure if the parameters are right
(128 cores/proc, 2 flops/clock)
but they're better than nothing.
- web: don't allow user names that have leading or trailing white space,
or HTML tags, or are empty
svn path=/trunk/boinc/; revision=25485
2012-03-24 06:31:03 +00:00
David Anderson
1d6fccfbe8
- finish up the auto-team feature
...
svn path=/trunk/boinc/; revision=21033
2010-03-30 20:58:39 +00:00
David Anderson
0fa5b4e129
- client/manager/GUI RPC: project_info.xml file can contain <team_name>.
...
If present, and a new user account is created,
it will be made a member of that team if it exists.
svn path=/trunk/boinc/; revision=21030
2010-03-30 17:46:09 +00:00
David Anderson
54bf84dd4e
svn path=/trunk/boinc/; revision=18353
2009-06-10 18:42:15 +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
d403a14e42
- web: cleaned up logic of string processing.
...
There are two aspects:
1) undoing magic quotes (if it's being used).
This must be done for all GET and POST string inputs.
It is now done automatically by get_str() and post_str().
The places that refer to $_GET and $_POST directly
must do it themselves using undo_magic_quotes().
2) Escaping user-supplied strings before using them in DB queries.
This is done by process_user_text()
(which should be renamed db_escape_string()).
The new principle:
call process_user_text() in the function that does the DB query
(not at any higher level).
svn path=/trunk/boinc/; revision=15389
2008-06-11 19:36:10 +00:00
Rytis Slatkevičius
f5ac3f8631
Do not allow blank or NULL countries
...
svn path=/trunk/boinc/; revision=13462
2007-08-26 10:29:08 +00:00
David Anderson
12ed1228d2
- user web: code cleanup related to user creation.
...
Make a single function that creates users and cleanses args.
svn path=/trunk/boinc/; revision=13216
2007-07-25 15:11:14 +00:00
David Anderson
2af893b0f2
- user web: code cleanup related to team creation.
...
Make a single function that creates teams
and cleanses arguments.
- API: don't include config.h in parse.h.
This file is included from apps
(indirectly, via graphics_api.h)
so it shouldn't assume that config.h exists
svn path=/trunk/boinc/; revision=13212
2007-07-25 03:17:31 +00:00
David Anderson
cc9ab449e0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11872
2007-01-15 22:53:41 +00:00
Rytis Slatkevičius
45d3be605b
Add a message to error_log when account is created using an invitation code (from Eric Myers)
...
svn path=/trunk/boinc/; revision=11532
2006-11-15 20:15:01 +00:00
Rytis Slatkevičius
22798e94af
account creation via RPC with invitation code
...
svn path=/trunk/boinc/; revision=11314
2006-10-19 18:09:02 +00:00
David Anderson
7fa8c7c8dd
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11125
2006-09-08 19:51:33 +00:00
David Anderson
02bb061b6d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=11117
2006-09-06 20:56:55 +00:00
David Anderson
69748078d3
invitation codes
...
svn path=/trunk/boinc/; revision=10213
2006-05-27 21:41:36 +00:00
David Anderson
ca7fc562d5
*** empty log message ***
...
svn path=/trunk/boinc/; revision=9222
2006-01-13 01:07:05 +00:00
David Anderson
66fbe0cfbe
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7360
2005-08-16 20:48:21 +00:00
Rom Walton
381fe4ade9
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7229
2005-08-10 18:56:35 +00:00
Rom Walton
bf217369ab
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7228
2005-08-10 18:41:45 +00:00
Rom Walton
fc91bc7ef0
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7226
2005-08-10 08:55:57 +00:00
David Anderson
b36fef1e87
*** empty log message ***
...
svn path=/trunk/boinc/; revision=7216
2005-08-09 18:46:53 +00:00
David Anderson
1b92e7781a
web site: accounts, login
...
svn path=/trunk/boinc/; revision=597
2002-11-11 10:26:40 +00:00
Cecile Kim
fa1bc83d9b
resolved some conflicts.
...
svn path=/trunk/boinc/; revision=409
2002-09-05 22:19:23 +00:00
Cecile Kim
2ae888e080
added secure email update - new password sent to new email address to verify. can change password after login.
...
svn path=/trunk/boinc/; revision=311
2002-08-13 00:08:08 +00:00
Barry Luong
6faddfaf49
*** empty log message ***
...
svn path=/trunk/boinc/; revision=298
2002-08-12 21:52:41 +00:00
Barry Luong
2ec5515b93
Changed home page to a php file to check for cookies, added expanatory text on front page and on team pages
...
svn path=/trunk/boinc/; revision=294
2002-08-12 20:16:55 +00:00
Cecile Kim
0c4e1e786f
changes to creating an account page: create_account.php, print_create_account_form(), and changes to login page.
...
svn path=/trunk/boinc/; revision=278
2002-08-09 01:06:25 +00:00
Cecile Kim
e6b71ccb52
fixed more page headers on login, create account, team, preferences pages. Problem with getting user from cookies??? sometimes, when u click on a link on the user page, it brings u back to the log in form page. will look into it.
...
svn path=/trunk/boinc/; revision=275
2002-08-08 20:49:09 +00:00
Barry Luong
bf9b213f18
added team stuff like viewing emails of team members
...
svn path=/trunk/boinc/; revision=273
2002-08-07 18:56:55 +00:00