History log of /web-master/manage/users.php (Results 1 – 25 of 139)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 81b302aa 01-Apr-2021 Nikita Popov

Finish migration to safe queries


# 1a08ce75 01-Apr-2021 Nikita Popov

Migrate more code to safe query abstraction

Getting closer to done...


# 6135e250 01-Apr-2021 Nikita Popov

Move more queries to safe abstraction

Add a Query class to assemble queries by parts, and ?int placeholder
which is needed for LIMIT clauses.


# ed931f77 01-Apr-2021 Nikita Popov

Add safe(r) query abstraction

Add db_query_safe that accepts parameters separately. Use it in
some places.


# 5b8719f2 01-Apr-2021 Nikita Popov

Don't handle full_special_chars default.filter

default.filter on this server is set to magic_quotes, so remove
the handling for the full_special_chars case.


# d0822675 31-Mar-2021 Nikita Popov

Replace uses of escape() with appropriate functions

For queries, use real_clean(), for html use hsrc().


# 48cb59d3 30-Jan-2021 Rasmus Lerdorf

A bit of PHP 7.4/8.0 cleanup


# 0e511803 10-Dec-2018 Peter Kokot

Refactor long array() syntax to short []

Since app is using PHP 5.4+ already, the longer `array()` syntax can be
refactored to shorter `[]`.


# 2d25c62a 08-Dec-2017 Peter Cowburn

show user notes in unapproved users table

Also replaced old-school <script language="php"> tags with <?php tags in
users.php


# 608174ee 19-Nov-2016 Kalle Sommer Nielsen

Don't display a link to people.php.net for unapproved accounts as they do not exists there


# 435b2be7 30-Dec-2013 Hannes Magnusson

Add CSRF checks here

This could easily have been used to target admins and automatically
delete all users - or worse - inject SSH keys to anyones account


# 10452866 30-Dec-2013 Hannes Magnusson

This is always an update, you can't add people here


# 859e608a 30-Dec-2013 Hannes Magnusson

Move function to include/fuctions.inc


# bd8694ae 30-Dec-2013 Hannes Magnusson

Get rid of rest of MQ+SM leftovers and improve markup


# 2468e7c8 29-Dec-2013 Hannes Magnusson

Link the username to people


# e9469921 29-Dec-2013 Hannes Magnusson

Readded unapproved/approved filter and improved links
Also more MQ/SM killing


# 683df30c 29-Dec-2013 Hannes Magnusson

Order by asc/desc


# 9e9aed9c 29-Dec-2013 Hannes Magnusson

Simplify user listing - and kill dead register globals & magic quotes


# bcc5cb88 29-Dec-2013 Hannes Magnusson

Move functions from users.php to functions.inc


# 345d448a 27-Dec-2013 Hannes Magnusson

I don't remmeber if this link has ever worked, besides - people are supposed to fille out
the request form, not go through back channels


# 10f118e7 27-Dec-2013 Hannes Magnusson

Refactor approval/reject/delete mail templates


# 3c06b8fa 27-Dec-2013 Hannes Magnusson

Kill 'noclose'... No autoclosing of the window.. Avoids accidental clicks


# d912ba3d 27-Dec-2013 Hannes Magnusson

This link is in the header already


# 28133e66 27-Dec-2013 Hannes Magnusson

Use only one table for listing users.. and remove inline styles


# 672d62c5 12-Dec-2013 Hannes Magnusson

Move searchbox from the page itself, into the header


123456