| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/9975] Translate missing style error message | Gaƫtan Muller | 2013-04-21 | 1 | -1/+1 |
* | [ticket/11361] Make sure that array passed to strtr() has the proper format. | Andreas Fischer | 2013-02-23 | 1 | -1/+2 |
* | [ticket/11196] Changed 401 response message in session.php. | erangamapa | 2013-02-12 | 1 | -1/+1 |
* | [ticket/10913] Redirect to index if session id is required but was not sent | Nils Adermann | 2012-05-29 | 1 | -2/+9 |
* | [ticket/10428] Documentation for optionget/optionset functions. | Oleg Pudeyev | 2011-12-25 | 1 | -2/+15 |
* | [ticket/10428] Use phpbb_optionget/set in optionget/set for DRYness. | Oleg Pudeyev | 2011-12-25 | 1 | -16/+12 |
* | [ticket/10428] Dispose of $this->keyvalues cache for optionget. | Oleg Pudeyev | 2011-12-25 | 1 | -8/+2 |
* | [ticket/10428] Compare $data to false strictly. | Oleg Pudeyev | 2011-12-25 | 1 | -4/+4 |
* | [ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class. | Andreas Fischer | 2011-08-25 | 1 | -0/+33 |
* | [ticket/10250] The site_logo hash is different depending on imageset & language | Nils Adermann | 2011-07-06 | 1 | -4/+12 |
* | [ticket/10250] Overwrite the site_logo width&height when the phpbb logo is used | Nils Adermann | 2011-07-05 | 1 | -1/+28 |
* | Merge remote-tracking branch 'naderman/ticket/9992' into develop-olympus | Andreas Fischer | 2011-06-11 | 1 | -0/+4 |
|\ |
|
| * | [ticket/9992] Adding a limit on login attempts per IP. | Nils Adermann | 2011-06-10 | 1 | -0/+4 |
* | | [ticket/9908] Send 301 before stripping SID so bots do (hopefully) not revisit. | Andreas Fischer | 2011-06-10 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'ticket/bantu/9802' into develop-olympus | Nils Adermann | 2011-06-10 | 1 | -18/+23 |
|\ |
|
| * | [ticket/9802] Remove unnecessary htmlspecialchars() call on REMOTE_ADDR. | Andreas Fischer | 2011-04-19 | 1 | -1/+1 |
| * | [ticket/9802] Only check for IPv4-mapped address when address is IPv6. | Andreas Fischer | 2011-04-19 | 1 | -14/+19 |
| * | [ticket/9802] Fix tiny logic bug in loop determining REMOTE_ADDR. | Andreas Fischer | 2011-04-19 | 1 | -2/+2 |
| * | [ticket/9802] Remove redundant character class definition from preg_replace. | Andreas Fischer | 2011-04-19 | 1 | -2/+2 |
| * | [ticket/9802] Fix redundant str_replace call. No need to replace ' ' with ' '. | Andreas Fischer | 2011-04-19 | 1 | -2/+2 |
* | | [ticket/10195] Return false in session::check_dnsbl() when IPv6 is passed. | Andreas Fischer | 2011-05-26 | 1 | -0/+6 |
|/ |
|
* | [ticket/9912] Fix error in logic. Do not strip SID when user is not a bot. | Andreas Fischer | 2011-02-25 | 1 | -6/+7 |
* | [ticket/9949] $user->lang() uses last int-value to get the key not first | Joas Schilling | 2011-01-29 | 1 | -0/+1 |
* | Merge branch 'ticket/bantu/9091' into develop-olympus | Igor Wiedler | 2010-09-16 | 1 | -0/+11 |
|\ |
|
| * | [ticket/9091] Extract IPv4 address from addresses mapped into IPv6. | Andreas Fischer | 2010-07-23 | 1 | -0/+11 |
* | | [ticket/9609] Change header() calls setting HTTP status to send_status_line(). | Andreas Fischer | 2010-09-11 | 1 | -3/+3 |
* | | [ticket/9782] Board disable radio set on when server load high | Joas Schilling | 2010-08-20 | 1 | -1/+1 |
|/ |
|
* | [ticket/9712] Future dates can be formatted as 'less than one minute ago' | Chris Smith | 2010-07-07 | 1 | -2/+2 |
* | [bug/59425] Correctly check for double inclusion in captcha garbage collection | U-H-PC\H | 2010-03-28 | 1 | -1/+1 |
* | [bug/58025] Search robots are now redirected if they send a SID in the request | Chris Smith | 2010-03-13 | 1 | -0/+6 |
* | [bug/58755] Fix a redirection bug that can occur after login | David Ward | 2010-03-07 | 1 | -1/+1 |
* | [Fix] Don't send activation email when user tries to change email without per... | Cullen Walsh | 2010-01-25 | 1 | -5/+8 |
* | Fix Bug #54125 - Correctly reset login keys if passed value is the current user. | Andreas Fischer | 2009-11-19 | 1 | -3/+3 |
* | Fix getting host for situations where the name/IP is not resolvable. Related ... | Meik Sievertsen | 2009-09-22 | 1 | -1/+1 |
* | extend r9387 - check for existance of all functions we use... | Meik Sievertsen | 2009-09-17 | 1 | -1/+1 |
* | - fixed bug #44975 | Jim Wigginton | 2009-09-04 | 1 | -0/+14 |
* | Add some very basic checks to the users ip - related to bug #48995 | Meik Sievertsen | 2009-08-20 | 1 | -0/+21 |
* | Because we store forwarded_for if the check is activated we need a better check | Meik Sievertsen | 2009-08-20 | 1 | -5/+5 |
* | Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag... | Meik Sievertsen | 2009-08-17 | 1 | -1/+4 |
* | Fix Bug #49035 - Fix general error while registration, through undefined vari... | Joas Schilling | 2009-08-04 | 1 | -1/+3 |
* | Fallback options for missing language files. (Bug #38575 - Patch by EXreaction) | Meik Sievertsen | 2009-08-01 | 1 | -2/+30 |
* | Fix bug #18005 - Do not add style-parameter to URL again, after admin re-auth... | Joas Schilling | 2009-07-24 | 1 | -1/+1 |
* | Fixed Bug #45115 - Signature parsing flags are not stored in DB | Ruslan Uzdenov | 2009-06-27 | 1 | -2/+2 |
* | Fixed Bug #47145 - [Fix] Correctly check banned users when force password change | Gabriel Vazquez | 2009-06-24 | 1 | -1/+1 |
* | Fix bug #46965 - File named install in php directory | Ruslan Uzdenov | 2009-06-22 | 1 | -1/+1 |
* | add quicktool to remove users from the newly registered special group. | Henry Sudhof | 2009-06-21 | 1 | -36/+5 |
* | add check to newly registered function to not execute this more than once | Meik Sievertsen | 2009-06-21 | 1 | -0/+5 |
* | - [Feature] New "Newly Registered Users" group for assigning permis... | Meik Sievertsen | 2009-06-20 | 1 | -0/+61 |
* | should fix garbage collection | Henry Sudhof | 2009-06-19 | 1 | -1/+1 |
* | some corrections, only very minor things. | Meik Sievertsen | 2009-06-07 | 1 | -2/+1 |