aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix security test for redirect. Also set common server variables to mimick a ↵Meik Sievertsen2008-06-082-13/+79
| | | | | | real testbed. git-svn-id: file:///svn/phpbb/trunk@8623 89ea8834-ac86-4346-8a33-228a782c2dd0
* #28485Meik Sievertsen2008-06-071-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8618 89ea8834-ac86-4346-8a33-228a782c2dd0
* #28635Meik Sievertsen2008-06-071-10/+10
| | | | git-svn-id: file:///svn/phpbb/trunk@8616 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not allow [flash=0,0]... not implemented for images due to the reliance ↵Meik Sievertsen2008-06-073-9/+15
| | | | | | on getimagesize() - as usual both sizes are able to be limited by the maximum/minimum image size configuration options git-svn-id: file:///svn/phpbb/trunk@8614 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some xenophobiaHenry Sudhof2008-06-061-3/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@8612 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge...Meik Sievertsen2008-06-056-9/+16
| | | | git-svn-id: file:///svn/phpbb/trunk@8610 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeHenry Sudhof2008-06-051-15/+15
| | | | git-svn-id: file:///svn/phpbb/trunk@8608 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor constant fix, won't make it workHenry Sudhof2008-06-051-1/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8607 89ea8834-ac86-4346-8a33-228a782c2dd0
* merging r8604 into trunkNils Adermann2008-06-042-5/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@8606 89ea8834-ac86-4346-8a33-228a782c2dd0
* HTTP Authentication supports UTF-8 usernames now [Bug #21135]Nils Adermann2008-06-041-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8603 89ea8834-ac86-4346-8a33-228a782c2dd0
* corrected link for searching post author's other posts [Bug #26455]Nils Adermann2008-06-041-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8600 89ea8834-ac86-4346-8a33-228a782c2dd0
* removed executable props [Bug #6464]Nils Adermann2008-06-0428-0/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8599 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix adm redirectMeik Sievertsen2008-06-042-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8590 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding missing propsMeik Sievertsen2008-06-043-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8588 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeHenry Sudhof2008-06-037-16/+129
| | | | git-svn-id: file:///svn/phpbb/trunk@8587 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm, no, not yet. :PMeik Sievertsen2008-06-031-2/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8586 89ea8834-ac86-4346-8a33-228a782c2dd0
* two new tests, added security suite and fixed utf8 tests.Meik Sievertsen2008-06-035-2/+173
| | | | git-svn-id: file:///svn/phpbb/trunk@8584 89ea8834-ac86-4346-8a33-228a782c2dd0
* add missing constant to config fileMeik Sievertsen2008-06-031-1/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@8583 89ea8834-ac86-4346-8a33-228a782c2dd0
* I'm going to get an award for the smallest commit ever.Vic D'Elfant2008-05-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8579 89ea8834-ac86-4346-8a33-228a782c2dd0
* mcp link (not within adm folder) - as well as carrying a session by defaultMeik Sievertsen2008-05-291-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8576 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeHenry Sudhof2008-05-296-8/+38
| | | | git-svn-id: file:///svn/phpbb/trunk@8575 89ea8834-ac86-4346-8a33-228a782c2dd0
* i am very sorry... i played a bit... :(Meik Sievertsen2008-05-291-89/+37
| | | | git-svn-id: file:///svn/phpbb/trunk@8573 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok... i hope i haven't messed too much with the code and everything is still ↵Meik Sievertsen2008-05-29154-3439/+1999
| | | | | | | | | | working. Changes: - Ascraeus now uses constants for the phpbb root path and the php extension. This ensures more security for external applications and modifications (no more overwriting of root path and extension possible through insecure mods and register globals enabled) as well as no more globalizing needed. - A second change implemented here is an additional short-hand-notation for append_sid(). It is allowed to omit the root path and extension now (for example calling append_sid('memberlist')) - in this case the root path and extension get added automatically. The hook is called after these are added. git-svn-id: file:///svn/phpbb/trunk@8572 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merging mime and referer checks into the TrunkHenry Sudhof2008-05-2814-15/+157
| | | | git-svn-id: file:///svn/phpbb/trunk@8571 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeMeik Sievertsen2008-05-263-3/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8570 89ea8834-ac86-4346-8a33-228a782c2dd0
* git-svn-id: file:///svn/phpbb/trunk@8569 89ea8834-ac86-4346-8a33-228a782c2dd0Meik Sievertsen2008-05-261-1/+1
|
* ok... still merge needed... now the fix is spread. :/Meik Sievertsen2008-05-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8566 89ea8834-ac86-4346-8a33-228a782c2dd0
* #26885Meik Sievertsen2008-05-182-4/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@8564 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge fix for bug #27355Meik Sievertsen2008-05-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8562 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge the quick fixMeik Sievertsen2008-05-081-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8553 89ea8834-ac86-4346-8a33-228a782c2dd0
* :o don't allow access to that file for people who cannot add a commentNils Adermann2008-05-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8551 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing access to const members in the normalizer and the normalizer testNils Adermann2008-05-052-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8550 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adding request_var testsNils Adermann2008-05-043-0/+206
| | | | git-svn-id: file:///svn/phpbb/trunk@8549 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moving code sniffer stuff into subfolder so directory can be linked and ↵Nils Adermann2008-05-045-0/+0
| | | | | | doesn't require copying git-svn-id: file:///svn/phpbb/trunk@8548 89ea8834-ac86-4346-8a33-228a782c2dd0
* these files should have headers tooNils Adermann2008-05-046-0/+58
| | | | git-svn-id: file:///svn/phpbb/trunk@8547 89ea8834-ac86-4346-8a33-228a782c2dd0
* - adding a test for utf8_clean_string()Nils Adermann2008-05-042-0/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@8546 89ea8834-ac86-4346-8a33-228a782c2dd0
* some missing merges...Meik Sievertsen2008-05-047-20/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@8545 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding a bbcode test suiteNils Adermann2008-05-043-0/+60
| | | | git-svn-id: file:///svn/phpbb/trunk@8541 89ea8834-ac86-4346-8a33-228a782c2dd0
* expectation goes firstNils Adermann2008-05-041-6/+6
| | | | git-svn-id: file:///svn/phpbb/trunk@8540 89ea8834-ac86-4346-8a33-228a782c2dd0
* Going further with our attempt to make phpBB more stable: Testing with PHPUnitNils Adermann2008-05-043-0/+146
| | | | git-svn-id: file:///svn/phpbb/trunk@8539 89ea8834-ac86-4346-8a33-228a782c2dd0
* #26605Henry Sudhof2008-05-021-1/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@8537 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeHenry Sudhof2008-05-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8535 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeHenry Sudhof2008-05-021-0/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@8534 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeMeik Sievertsen2008-04-301-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@8532 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some enhancements to the posting api, replaced the bitfield with two int ↵David M2008-04-231-63/+254
| | | | | | fields... This represents what the new system could be... git-svn-id: file:///svn/phpbb/trunk@8528 89ea8834-ac86-4346-8a33-228a782c2dd0
* #22855Meik Sievertsen2008-04-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@8527 89ea8834-ac86-4346-8a33-228a782c2dd0
* merge again, revisions 8516 to 8525Meik Sievertsen2008-04-2113-41/+64
| | | | git-svn-id: file:///svn/phpbb/trunk@8526 89ea8834-ac86-4346-8a33-228a782c2dd0
* mergeMeik Sievertsen2008-04-212-2/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@8515 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove changelog for the time being and add changes.txt (only temporary for ↵Meik Sievertsen2008-04-202-643/+4
| | | | | | us to mark changes, else we forget them. :P) git-svn-id: file:///svn/phpbb/trunk@8512 89ea8834-ac86-4346-8a33-228a782c2dd0
* merged #r8490Meik Sievertsen2008-04-111-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@8504 89ea8834-ac86-4346-8a33-228a782c2dd0