David Anderson
f63b3dea25
web: fix crufty profile code
2015-04-16 10:48:23 -07:00
David Anderson
65439286df
web: MySQL 5.6 fixes
2015-04-16 10:36:51 -07:00
Nicolás Alvarez
cfd1d52c80
Update recaptcha to latest version of the API.
...
This allows a new simplified captcha that in some cases only makes the user
have to tick a checkbox; no need to type garbled characters or anything.
More info at:
http://googleonlinesecurity.blogspot.com/2014/12/are-you-robot-introducing-no-captcha.html
2015-01-17 00:18:44 -03:00
David Anderson
e6ecb981b3
web: change CSS usage to partly match Twitter Bootstrap. From Christian Beer.
2014-10-02 12:15:54 -07:00
David Anderson
73d580c4cd
web: fix bug that prevented Recaptcha display
2014-07-01 20:11:06 -07:00
David Anderson
1010cee2ae
web:
2014-04-17 23:31:51 -07:00
David Anderson
123c725cac
- user web: html/user/languages.txt was lost in translation
2013-03-05 14:52:38 +01:00
David Anderson
e88b88f3cd
- web: fix typo in profile credit/edit
...
svn path=/trunk/boinc/; revision=24065
2011-08-29 16:33:18 +00:00
David Anderson
34efc9a85e
- web: add a magic header string that supposedly will make
...
Recaptcha work on some IE variants. WTF??
svn path=/trunk/boinc/; revision=24062
2011-08-28 05:15:16 +00:00
David Anderson
4d45dda3d9
- validator: update credit statistics even if credit_from_wu
...
is being used.
- web: make almost everything translatable. From Christian Beer.
svn path=/trunk/boinc/; revision=24048
2011-08-25 22:12:48 +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
e87f289544
- fix formatting in PHP code
...
svn path=/trunk/boinc/; revision=22623
2010-11-04 18:20:57 +00:00
David Anderson
7f0d38ae0c
- web: make strings translatable. From Simek, fixes #1007
...
svn path=/trunk/boinc/; revision=22319
2010-09-07 18:20:29 +00:00
David Anderson
36dc2bfaf5
- user web: set user.has_profile when user edits profile
...
(shouldn't be necessary, but will fix problem cases)
svn path=/trunk/boinc/; revision=20053
2009-12-31 06:30:43 +00:00
David Anderson
98df3052c5
- web: if someone edits their profile, remove it from the cache
...
so that they and others will see the new version.
svn path=/trunk/boinc/; revision=20039
2009-12-25 04:23:48 +00:00
Janus B. Kristensen
1146f09738
- Fixed issue where the ReCaptcha would always be ignored regardless of project settings. This allowed spammers to keep spamming.
...
- Fixed random spelling errors
- Fixed layouting errors
- Translation awareness (From ORE)
svn path=/trunk/boinc/; revision=16678
2008-12-13 18:54:06 +00:00
David Anderson
210f9202ea
- web: fix bug in profile creation. fixes #755
...
svn path=/trunk/boinc/; revision=16194
2008-10-13 03:19:34 +00:00
David Anderson
37364ab657
- client: show message when suspending because of exclusive app
...
- web: remove file_get_contents() workaround for PHP4
- web: If Akismet or ReCaptcha failure,
display the form again with a warning message at the top.
That way the user doesn't lose the text they just typed.
svn path=/trunk/boinc/; revision=16175
2008-10-09 18:28:55 +00:00
David Anderson
896bdb2e23
- web: improve white.css, and make corresponding PHP changes
...
(mostly from Simek)
fixes #716
- validator: tweak the way host error rate is computed,
e.g. on error bump rate by .1 instead of .05
svn path=/trunk/boinc/; revision=15771
2008-08-07 20:43:52 +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
dd59703811
- web: allow profiles to have blank text fields
...
svn path=/trunk/boinc/; revision=15707
2008-07-30 02:16:10 +00:00
David Anderson
520142d475
- web: check profile text with Akismet if enabled
...
- web: in get_logged_in_user(), check for bad user agent types
(a bit of spam-resistance)
svn path=/trunk/boinc/; revision=15552
2008-07-04 20:06:31 +00:00
David Anderson
a1db66c12b
- web: handle magic quotes correctly in profile create/edit
...
svn path=/trunk/boinc/; revision=15392
2008-06-12 15:28:06 +00:00
David Anderson
d764eb5873
- web: clean up stuff related to stripslashes():
...
1) it's not correct to apply stripslashes() to all form input.
That should be done only if magic quotes is on.
I fixed this by adding a function undo_magic_quotes()
that does the right thing.
2) There's no reason to strip backslashes from user-supplied text
(forum titles and bodies, private messages, passwords etc.)
I'm not sure why this was being done.
It prevented messages from containing backslashes.
svn path=/trunk/boinc/; revision=15364
2008-06-05 20:32:21 +00:00
David Anderson
cf4e42b4a3
- client: restore proper sense of --check_all_logins
...
(should this be set by default?)
- web: removed addslashes() when building language translation arrays.
These caused 's to be displayed as \' everywhere.
They may serve some purpose, but I can't think of what it is.
- web: changed max profile image dimensions from 800x600 to 640x480.
The new profile page puts a column to the right
of the image, so it shouldn't be quite that wide.
svn path=/trunk/boinc/; revision=14562
2008-01-15 22:22:08 +00:00
David Anderson
13baee4302
- user web: add "friend" and "notification" features
...
- user web: code cleanup in Profile area
- GUI RPC: add missing "/" in auth2 RPC
svn path=/trunk/boinc/; revision=14394
2007-12-18 20:28:08 +00:00
David Anderson
ee1621c566
- user web: more of the above.
...
Also, try to make it PHP 4 compatible
svn path=/trunk/boinc/; revision=13982
2007-10-29 04:02:41 +00:00
Rytis Slatkevičius
b82c9454ed
User web: add reCAPTCHA to profile creation/modification page.
...
svn path=/trunk/boinc/; revision=13961
2007-10-25 10:43:16 +00:00
David Anderson
625b129abc
- client: fixed bug that broke idle detection on Unix.
...
The problem: the various checks were surrounded by things like
#ifdef HAVE__DEV_MOUSE
If the host on which the client is built doesn't have a mouse
(as is the case with our build machine)
then the resulting executable doesn't check /dev/mouse,
even if it exists on the target host.
- removed configure checks for /dev/mouse, /dev/kbd, and /dev/tty1
svn path=/trunk/boinc/; revision=13947
2007-10-24 18:58:23 +00:00
Eric J. Korpela
a5532cd0d8
Require non-zero credit to create profile. David will modify to be
...
configuration option
svn path=/trunk/boinc/; revision=13835
2007-10-11 15:28:12 +00:00
David Anderson
e952710159
*** empty log message ***
...
svn path=/trunk/boinc/; revision=4905
2004-12-20 18:29:15 +00:00
David Anderson
97d190d71d
*** empty log message ***
...
svn path=/trunk/boinc/; revision=2947
2004-02-03 19:17:52 +00:00
David Anderson
c1474f8e1f
Cleaned up some unnecessary includes.
...
svn path=/trunk/boinc/; revision=2005
2003-08-07 00:43:39 +00:00
Dan Werthimer
4b5a5c1f78
Removed old TODOs.
...
svn path=/trunk/boinc/; revision=1695
2003-07-16 00:01:59 +00:00
David Anderson
4b82ed2697
removed project-spec files
...
svn path=/trunk/boinc/; revision=1690
2003-07-15 22:29:39 +00:00
Dan Werthimer
aad5f449d7
Files involved in profile functionality
...
svn path=/trunk/boinc/; revision=1672
2003-07-11 22:33:59 +00:00