aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10252] Correctly document behaviour of acl_get_list() for a_ permissionJoas Schilling2011-07-151-0/+8
* [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-101-1/+1
* [ticket/10141] Save a hash lookup when value is not in cache.Oleg Pudeyev2011-04-211-3/+7
* [ticket/10141] Split double-assignment into conditional and unconditional part.Andreas Fischer2011-04-221-7/+5
* [ticket/10141] Use a cache in $auth->_fill_acl() for better performance.Bart van Bragt2011-04-211-2/+10
* Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to...Meik Sievertsen2009-07-301-2/+2
* - Display coloured usernames in ACP groups management screensMeik Sievertsen2009-06-191-3/+9
* Implemented strict check for cached user permissions and existing ACL options...Meik Sievertsen2008-10-091-9/+46
* fixing two potential problemsMeik Sievertsen2008-04-111-1/+1
* - Remove left join for query used to retrieve already assigned users and grou...Meik Sievertsen2008-02-231-4/+14
* revamp how we query permissions. This is half-experimental actually, needs a ...Meik Sievertsen2008-02-151-180/+244
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* space, where art thou?Henry Sudhof2007-07-291-1/+1
* #13863 (oops)Henry Sudhof2007-07-291-1/+1
* do not consider permissions the admin is not able to change, track or see.Meik Sievertsen2007-07-121-0/+31
* tweak the sql_like_expression feature a little bit to allow correct escapingMeik Sievertsen2007-06-241-2/+2
* new wrapper for LIKE expressions to streamline the fixes. We actually need to...Meik Sievertsen2007-06-231-19/+2
* ok, mess around with the templates + fixing some bugs + adjusting headers for...Meik Sievertsen2007-06-091-4/+4
* erm... um... NOBODY SAW THIS :PDavid M2007-05-231-1/+1
* #11255David M2007-05-221-1/+1
* some tiny changesMeik Sievertsen2007-05-021-6/+6
* #10255David M2007-04-291-2/+2
* changed the cache files to save some memory (all global ones are hold in memo...Meik Sievertsen2007-04-221-2/+2
* some changes/bugfixesMeik Sievertsen2007-03-301-1/+1
* - improvements to search indexing performance, espacially tidy() by adding a ...Nils Adermann2007-03-131-27/+57
* a performance improvementNils Adermann2007-03-121-9/+11
* show dropdown box for choosing the forum in user management screen -> permiss...Meik Sievertsen2006-12-251-2/+2
* - Optimize acl_getf_global a bitNils Adermann2006-12-161-10/+11
* - the same procedure as every... oh. this is taken.Meik Sievertsen2006-11-271-0/+10
* - a handful of mcp fixed, the most important one is the change for check_ids(...Meik Sievertsen2006-11-181-23/+29
* - now username changes should work as desiredMeik Sievertsen2006-10-221-1/+1
* - store sql_layer directly within the layer itselfMeik Sievertsen2006-10-141-2/+2
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-1/+1
* tried to begin adjusting all string functions where applicable - still a *lot...Meik Sievertsen2006-10-071-2/+2
* - extend config checking to include check for writeable pathMeik Sievertsen2006-10-031-1/+26
* - Fix some bugsMeik Sievertsen2006-09-141-29/+76
* sql_in_set changesMeik Sievertsen2006-08-121-13/+19
* - fixing some bugsMeik Sievertsen2006-08-021-49/+45
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-0/+34
* change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what ...Meik Sievertsen2006-06-221-7/+7
* fix bugs #2271 and #2273Meik Sievertsen2006-06-171-0/+1
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-1/+0
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* ok, this one is rather large... the most important change:Meik Sievertsen2006-06-061-21/+20
* hopefully fixing bug #2022 with thisMeik Sievertsen2006-05-301-1/+5
* fixing bug #1860Meik Sievertsen2006-05-171-1/+2
* - david: copy&paste error? ;)Meik Sievertsen2006-05-131-1/+1
* I hope nothing broke!David M2006-05-051-33/+91
* - removed group settings from rolesMeik Sievertsen2006-04-221-2/+2
* - clean up marklist calls (global function)Meik Sievertsen2006-04-171-10/+27