Commit graph

15 commits

Author SHA1 Message Date
Heiko August
e93157dba4 Fix: rename key for uneven password inputs because of collision with … (#237)
* Fix: rename key for uneven password inputs because of collision with different but same named key
* Fix: use the new key name
2017-05-28 14:32:43 +02:00
Micha
28ceff5e15 - Added timestamp to avatar filename (#114)
- a timestamp is added to avatar image file name to avoid caching issues
- https://github.com/ilosuna/mylittleforum/issues/113
2016-11-27 14:17:23 +01:00
Heiko August
616de81fb0 Change: remove unused blocks for showing amount of users entries 2016-10-13 22:20:34 +02:00
Heiko August
eeefaff446 Change: remove user data output, could cause privacy leak if activated 2016-10-13 22:19:42 +02:00
Heiko August
049513d93d Change: default forum time should not be shown at that point 2016-10-13 22:19:19 +02:00
Heiko August
60177376e8 Change: removed some code fragments from user.inc.php 2016-10-13 22:16:13 +02:00
Heiko August
8c8cce952e Fix: missing user name in users entries list (#29)
Reinsert the variable $user_name. The context sensitive handling of it's content stays beside the handover to Smarty. This is because of the clear view in case of a maintenance necessity. fixes #28
2016-10-05 12:47:41 +02:00
Micha
9c5b4ef657 context sensitive masking of HTML-output (fix #17)
* Fix: context sensitive escaping in user edit form (admin)

* Fix: context sensitive escaping in user register form (admin)

* Fix: context sensitive escaping in users list (admin)

* Fix: context sensitive escaping in e-mail addresses list (admin)

* Fix: context sensitive escaping in the contact form

* Fix: context sensitive escaping in entry output

* Fix: context sensitive escaping when saving an edited entry

* Fix: context sensitive escaping for online status in user list (normal)

* Fix: context sensitive escaping in the user list (normal)

* Fix: context sensitive escaping in an users personal data (normal)

* Fix: context sensitive escaping in an users entries list (normal)

* Fix: context sensitive escaping in the profile edit form (normal)

* context sensitive masking of HTML-output

* Fix: context sensitive escaping for numeric values
2016-10-02 17:13:23 +02:00
Alex
23e0c4d353 PHP 7 modifications (e.g. replace mysql_* by mysqli_* functions) 2016-05-31 14:08:09 +02:00
Alex
f93200f736 added admin options to user profile page, added akismet check of registered users 2011-06-17 21:19:17 +02:00
Alex
52fc96477a Smarty, Bad Behavior and GeSHi updated 2011-03-11 17:22:33 -03:00
Alex
ff590a40c9 Timestamp exclusively fetched from database now, minor template modifications 2011-02-13 10:52:06 -03:00
Alex
3148716db1 initial commit 2010-03-14 11:37:06 +01:00
Alex
357b8ad650 length of activation keys reduced to 20 characters 2010-02-01 19:54:37 +01:00
Alex
f527c6e938 initial commit 2010-01-31 13:39:34 +01:00