aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-olympus' into developNils Adermann2011-07-161-0/+8
|\
| * [ticket/10252] Correctly document behaviour of acl_get_list() for a_ permissionJoas Schilling2011-07-151-0/+8
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-111-1/+1
|\ \ | |/
| * [ticket/9992] Adding a limit on login attempts per IP.Nils Adermann2011-06-101-1/+1
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-221-1/+11
|\ \ | |/
| * [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
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+1046
* | relocate some filesMeik Sievertsen2008-12-241-1041/+0
* | Implemented strict check for cached user permissions and existing ACL options...Meik Sievertsen2008-10-091-9/+46
* | tiny typo #34345Chris Smith2008-09-261-1/+1
* | ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-3/+3
* | merge some changes/fixesMeik Sievertsen2008-04-111-1/+1
* | merge revisions #r8384, #r8387, #r8388, #r8389 and #r8390Meik Sievertsen2008-02-231-180/+254
* | oh boy...David M2008-01-031-26/+27
|/
* 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