Marc Alexander
8b3bc0b5f5
[ticket/12479] Remove duplicate semi-colons
...
PHPBB-12479
2024-07-17 18:06:22 +02:00
Marc Alexander
e6e445395f
[ticket/12479] Update hash test
...
PHPBB-12479
2024-07-11 21:12:34 +02:00
Marc Alexander
b46e242013
Merge branch 'ticket/15392' into ticket/15392-master
2021-03-04 17:04:17 +01:00
DinHere
8c9d26db1f
[ticket/15392] Changed dirname(__FILE__) to __DIR__
...
Changed dirname(__FILE__) to __DIR__ everywhere
PHPBB3-15392
2021-03-03 22:24:10 +01:00
rxu
4c4debf004
[ticket/16549] PHPUnit function declarations tiny cleanup
...
PHPBB3-16549
2020-10-18 10:36:42 +07:00
rubencm
774c609c4a
[ticket/16345] Small improvements
...
PHPBB3-16346
2020-08-14 08:29:06 +00:00
Marc Alexander
d50d878e7b
Merge branch '3.3.x'
2020-01-09 20:34:59 +01:00
rxu
4ed854c818
[ticket/16288] PHP 8 compatibility
...
PHPBB3-16288
2020-01-03 02:21:37 +07:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
rxu
42b7782927
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2019-05-08 21:57:00 +02:00
Marc Alexander
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Marc Alexander
a70aa74dd1
Merge branch '3.2.x'
2018-10-10 22:49:14 +02:00
Jakub Senko
d29d4389f9
[ticket/15758] Show translated msg for INSECURE_REDIRECT
...
PHPBB3-15758
2018-09-28 12:27:55 +02:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02:00
rxu
e3859d894d
[ticket/14972] Migrate from deprecated getMock() method to createMock()
...
PHPBB3-14972
2017-07-17 16:56:55 +07:00
Matt Friedman
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
MateBartus
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +02:00
Andreas Fischer
39f1e8c009
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/security-180] Use language variable for redirect error in 3.1+
[ticket/security-180] Merge if statement with previous one in 3.1.x
[ticket/security-180] Add tests for redirecting to main URL
[ticket/security-180] Always fail when redirecting to an insecure URL
[ticket/security-180] Make sure that redirect goes to full URL plus slash
[ticket/security-180] Check if redirect URL contains board URL
2015-04-28 22:17:51 +02:00
Marc Alexander
416728fc17
Merge branch 'ticket/security-180' into ticket/security-180-asc
...
Conflicts:
tests/security/redirect_test.php
2015-04-28 22:12:03 +02:00
Marc Alexander
89723b17d9
Merge branch 'ticket/security-180' into ticket/security-180-asc
...
Conflicts:
tests/security/redirect_test.php
2015-04-28 22:08:15 +02:00
Marc Alexander
18fc621d73
[ticket/security-180] Add tests for redirecting to main URL
...
SECURITY-180
2015-04-23 15:27:30 +02:00
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
Joas Schilling
ee658bfe7b
[ticket/security-180] Always fail when redirecting to an insecure URL
...
SECURITY-180
2015-04-11 17:08:28 +02:00
Marc Alexander
bca1b96b2e
[ticket/security-180] Make sure that redirect goes to full URL plus slash
...
SECURITY-180
2015-04-11 16:41:20 +02:00
Marc Alexander
7495055907
[ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.
...
The ORIG_PATH_INFO on IIS also contains the script name. Only use that
for killing the script after removing the script name from ORIG_PATH_INFO.
PHPBB3-13549
2015-01-28 22:07:16 +01:00
Marc Alexander
4b9434bf1b
[ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO).
...
PHPBB3-13531
2015-01-21 01:02:08 +01:00
Tristan Darricau
0dfe1d0d8b
[ticket/13280] Output escaping for the symfony request object
...
PHPBB3-13280
2014-11-16 16:45:19 +01:00
Tristan Darricau
f142ed28e4
[ticket/13280] Make the tests failing
...
PHPBB3-13280
2014-11-12 15:43:12 +01:00
Tristan Darricau
6d533d2f86
[ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
...
This reverts commit a1b58d05d1
, reversing
changes made to 0e772afb9d
.
PHPBB3-13280
2014-11-12 15:42:23 +01:00
Marc Alexander
32881dbe31
[ticket/13280] Only run sanitizer for server superglobal and modify tests
...
PHPBB3-13280
2014-11-04 16:54:45 +01:00
Marc Alexander
6cc7da0c9c
[ticket/13280] Properly format the current page and add sanitizer to tests
...
PHPBB3-13280
2014-11-03 16:07:32 +01:00
Marc Alexander
8d99b4afe1
[ticket/12932] Fix tests and calls to create_datetime
...
PHPBB3-12932
2014-08-10 13:43:04 +02:00
Joas Schilling
b7e1959d56
[ticket/12099] Remove config again
...
PHPBB3-12099
2014-06-29 20:54:41 +02:00
Pico88
f383d4221c
[ticket/12099] Add request argument to path_helper service
...
PHPBB3-12099
2014-06-29 20:54:38 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Nathan Guse
f7020fb5d1
Merge pull request #2092 from nickvergessen/ticket/12090
...
[ticket/12090] Pass route name to url() instead of the url itself
2014-03-10 20:50:08 -05:00
Joas Schilling
ecf1e94726
[ticket/12090] Change redirect tests to use route()
...
PHPBB3-12090
2014-03-07 14:07:45 +01:00
Marc Alexander
6251ca1459
[ticket/12239] Move deprecated passwords functions to compatibility file
...
The deprecated passwords functions are no longer used in the core and have
been replaced with the passwords manager. Therefore, the functions are
moved to the functions_compatibility file.
PHPBB3-12239
2014-03-06 09:43:52 +01:00
Nils Adermann
f8d6a07392
Merge pull request #1716 from marc1706/feature/passwords
...
[feature/passwords] Add password hashing manager with support for newer hashing algorithms
2014-02-02 06:26:35 -08:00
Marc Alexander
292961a277
[feature/passwords] Get rid of set_name/get_name methods for passwords drivers
...
PHPBB3-11610
2014-02-02 14:09:09 +01:00
Marc Alexander
382317b135
Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwords
...
Conflicts:
phpBB/config/services.yml
2013-12-29 13:46:42 +01:00
Marc Alexander
4c1569dd8a
[ticket/11997] Add user's page dir to redirect path and fix unit tests for it
...
The user's page directory needs to be added to the redirect URL for proper
redirects outside of the forum root. Fix the unit tests accordingly.
PHPBB3-11997
2013-12-28 00:14:12 +01:00
Marc Alexander
9161816267
[ticket/11997] Do not check if file or dir we redirect to exist
...
The redirect function will now properly redirect to where we want it to.
It will no longer try to check if the file or directory we redirect to exist.
This will ensure compatibility with the new routes.
PHPBB3-11997
2013-12-27 13:00:22 +01:00
Marc Alexander
4ced162646
[ticket/11997] Modifiy tests after adding path_helper clean_url method
...
PHPBB3-11997
2013-12-21 20:08:33 +01:00
Marc Alexander
235d2069e0
[ticket/11997] Allow redirects to parent folders like previously
...
Redirects to parent folders were possible with the previous redirect function.
This change will allow these redirects again.
PHPBB3-11997
2013-12-21 16:31:20 +01:00
Marc Alexander
f32a30eeca
[ticket/11997] Fix tests for path_helper's get_controller_redirect_url()
...
PHPBB3-11997
2013-12-07 13:28:44 +01:00
Marc Alexander
d43542a434
[ticket/11997] Use $phpbb_filesystem->clean_path() for proper redirect paths
...
PHPBB3-11997
2013-11-12 00:46:43 +01:00
Marc Alexander
60dda5577d
[ticket/11997] Correctly redirect to front controllers
...
We currently do a lot of checks in order to prevent users from getting to
a 404 page. However, this logic relies on checking if a file or folder exists.
Due to the front controllers and the URL rewriting in 3.1, it is no longer
possible to rely on existing files for redirecting. This patch will take
care of properly redirecting users to front controller files. An incorrect
link will cause users to get a 404 error though.
PHPBB3-11997
2013-11-08 23:12:42 +01:00
Marc Alexander
5193b3279c
[feature/passwords] Pass list of default types to passwords manager
...
This list is in the order of how the driver types would be used. If a driver
is not supported we will try the subsequent one.
PHPBB3-11610
2013-10-27 14:18:02 +01:00
Marc Alexander
035db5e08b
[feature/passwords] Fix hash_test for use of passwords manager
...
PHPBB3-11610
2013-10-03 10:23:17 +02:00