Marc Alexander
5216bf4483
[prep-release-3.2.1] Add missing .htaccess file
2017-07-16 20:07:13 +02:00
Marc Alexander
c56ebb5312
Merge branch 'prep-release-3.1.11' into prep-release-3.2.1
2017-07-16 18:24:47 +02:00
Marc Alexander
4b73342669
[prep-release-3.2.1] Add migration for 3.2.1
2017-07-16 17:12:01 +02:00
Marc Alexander
6f897568da
Merge pull request #30 from phpbb/ticket/security-181-rhea
...
[ticket/security-181] Harden protection of migrations files and other directories
2017-07-16 15:08:40 +02:00
Marc Alexander
1493752536
[prep-release-3.1.11] Add migration for 3.1.11
2017-07-16 12:18:50 +02:00
Marc Alexander
c99820eb6b
Merge pull request #29 from phpbb/ticket/security-181
...
[ticket/security-181] Harden protection of migrations files and other directories
2017-07-16 10:59:48 +02:00
Marc Alexander
03cd4658d0
[prep-release-3.2.1] Add migration for 3.2.1-RC1
2017-06-25 21:59:14 +02:00
Marc Alexander
35b7a4fae5
Merge branch 'prep-release-3.1.11' into prep-release-3.2.1
2017-06-25 21:53:12 +02:00
Marc Alexander
65f7137825
[prep-release-3.1.11] Add migration for update to 3.1.11-RC1
2017-06-25 17:45:07 +02:00
Marc Alexander
b59073cf3e
Merge pull request #4794 from lr94/ticket/15176
...
[ticket/15176] Add setting for user activity display limit.
2017-06-24 21:42:39 +02:00
Tristan Darricau
1571c76ccd
Merge pull request #4826 from marc1706/ticket/15219-rhea
...
[ticket/15219] Update hashes to bcrypt with cron -- Rhea
* github.com:phpbb/phpbb:
[ticket/15219] Add console command for updating hashes to bcrypt
[ticket/15219] Add missing space
[ticket/15219] Update hashes to bcrypt with cron
2017-06-06 09:33:22 +02:00
Tristan Darricau
2a49420124
Merge pull request #4825 from marc1706/ticket/15219
...
[ticket/15219] Update hashes to bcrypt with cron
* github.com:phpbb/phpbb:
[ticket/15219] Add console command for updating hashes to bcrypt
[ticket/15219] Add missing space
[ticket/15219] Update hashes to bcrypt with cron
2017-06-06 09:32:45 +02:00
Marc Alexander
346c784bf3
Merge branch '3.1.x' into 3.2.x
2017-06-05 11:02:30 +02:00
Marc Alexander
a6939fcb8e
Merge pull request #4784 from rubencm/ticket/15150
...
[ticket/15150] Add Jabber SSL context configuration options
2017-06-05 11:00:38 +02:00
David Colón
9029a925aa
[ticket/14992] Add temp index migration for removing duplicates
2017-05-25 14:42:45 -04:00
Marc Alexander
deb9240546
Merge pull request #4701 from DavidIQ/ticket/14992
...
[ticket/14992] Improve user_notifications table performance
2017-05-25 19:36:26 +02:00
David Colón
a6317dc52d
[ticket/14992] Reduce notification table col sizes
2017-05-25 09:40:58 -04:00
David Colón
4c67f65d5d
[ticket/14992] 'method' is needed for the unique index
2017-05-24 16:56:24 -04:00
David Colón
c2711fb6c4
[ticket/14992] Remove temp index migration
2017-05-23 14:01:30 -04:00
Marc Alexander
f3c782b358
[ticket/14992] Make unit tests run more verbose
...
PHPBB3-14992
2017-05-21 22:19:44 +02:00
Marc Alexander
11f968e774
[ticket/14992] Shorten index name for user_id and item_id
...
PHPBB3-14992
2017-05-21 14:18:10 +02:00
Tristan Darricau
60d1e49e43
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/15226] Add index for latest topics to topics table
2017-05-12 17:27:01 +02:00
Marc Alexander
18b29ca074
[ticket/15226] Add index for latest topics to topics table
...
PHPBB3-15226
2017-05-11 18:30:51 +02:00
Marc Alexander
710a943b00
Merge branch 'ticket/15219' into ticket/15219-rhea
2017-05-05 21:08:13 -04:00
Marc Alexander
18fe3b2833
[ticket/15219] Update hashes to bcrypt with cron
...
PHPBB3-15219
2017-05-05 20:52:21 -04:00
lr94
aa37e9b7fc
[ticket/15176] Add setting for user activity display limit.
...
Up to phpBB 3.2 the maximum number of posts a user must have to have his
activity shown is 5000. This limit is hardcoded in functions_display.php.
It would be useful if board administrators could choose to disable the
limit or to set an higher value.
PHPBB3-15176
2017-04-16 16:28:38 +02:00
Marc Alexander
e7dfdbffb5
[ticket/15090] Ensure send stats module exists before removing
...
PHPBB3-15090
2017-04-15 12:06:03 +02:00
Rubén Calvo
32f3ddca70
[ticket/15150] Add Jabber SSL context configuration options
...
PHPBB3-15150
2017-03-30 10:04:50 +02:00
Tristan Darricau
552da2e805
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13558] Change options prefix and add settings precautions.
[ticket/13558] Make SSL context specific options more SMTP general
[ticket/13558] Add smtp SSL context configuration options
2017-03-19 18:07:14 +01:00
rxu
22b8632426
[ticket/13558] Change options prefix and add settings precautions.
...
PHPBB3-13558
2017-03-19 14:32:53 +07:00
rxu
ac87784a11
[ticket/13558] Add smtp SSL context configuration options
...
PHPBB3-13558
2017-03-17 01:21:57 +07:00
David Colón
59ac4a71b6
[ticket/14992] Check index name length in a more proper way
...
[ticket/14992] Add indexes to user_notifications table
2017-03-01 23:09:56 -05:00
David Colón
e5eb702514
[ticket/14992] Add indexes to user_notifications table
...
[ticket/14992] Change how index length is checked
[ticket/14992] Remove duplicates from user_notifications table
[ticket/14992] Add unique index to user_notifications table
[ticket/14992] Shorten unique index name
[ticket/14992] Shorten another index for user notifications
2017-03-01 23:09:27 -05:00
Marc Alexander
40985de245
[ticket/14967] Add cookie notice migration fixing invalid previous one
...
PHPBB3-14967
2017-01-08 10:48:30 +01:00
Marc Alexander
da8ec61ab2
[prep-release-3.2.0] Update version numbers and add 3.2.0 migration
2017-01-07 11:48:15 +01:00
Marc Alexander
e0eeea800c
[ticket/14961] Add cookie notice as enablable feature
...
Uses Insites cookieconsent v3.0.3:
https://cookieconsent.insites.com
PHPBB3-14961
2017-01-06 00:57:12 +01:00
Marc Alexander
cb406258fe
Merge branch '3.1.x' into 3.2.x
2016-12-25 15:52:38 +01:00
Marc Alexander
9e6207add3
[ticket/14923] Make sure start for queries is always set in migrations
...
PHPBB3-14923
2016-12-25 11:51:38 +01:00
Marc Alexander
7d3300f99d
Merge branch '3.1.x' into 3.2.x
2016-12-18 21:10:25 +01:00
Jakub Senko
7e2d544016
[ticket/14874] Increase size of emotion
...
PHPBB3-14874
2016-12-12 19:44:41 +01:00
Marc Alexander
a35c8a924e
[prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2
2016-12-09 20:50:48 +01:00
Marc Alexander
c54838b25f
[ticket/14492] Update versions in files
...
PHPBB3-14492
2016-12-03 14:23:34 +01:00
Marc Alexander
89fef2ce13
[ticket/14492] Send statistics via ajax request
...
Flooding ajax requests will try to be prevented and sending
stats without JS will also properly work.
PHPBB3-14492
2016-12-03 14:23:34 +01:00
Marc Alexander
c1035c98e4
[ticket/14492] Rename files to help_phpbb and fix css tabbing
...
PHPBB3-14492
2016-12-03 14:20:28 +01:00
Tristan Darricau
edaa36205f
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14831] Rename migration and replace preg_replace() with simpler methods
[ticket/14831] Compare depends_on for migrations and remove prefixless names
[ticket/14831] Add migration for deduplicating entries and fix typo
[ticket/14831] Add method for getting valid migration name
[ticket/14831] Fall back to possible migration names instead of adding prefix
[ticket/14831] Make sure migrations always start with backslash
2016-11-14 21:22:14 +01:00
Tristan Darricau
8323de331e
Merge pull request #4492 from marc1706/ticket/14831
...
[ticket/14831] Make sure migrations always start with backslash
* marc1706/ticket/14831:
[ticket/14831] Rename migration and replace preg_replace() with simpler methods
[ticket/14831] Compare depends_on for migrations and remove prefixless names
[ticket/14831] Add migration for deduplicating entries and fix typo
[ticket/14831] Add method for getting valid migration name
[ticket/14831] Fall back to possible migration names instead of adding prefix
[ticket/14831] Make sure migrations always start with backslash
2016-11-14 21:22:11 +01:00
Marc Alexander
78c2e31ec2
[ticket/security-181] Add .htaccess to 3.2.x migrations
...
SECURITY-181
2016-11-13 12:29:31 +01:00
Marc Alexander
a2953cb10c
Merge branch 'ticket/security-181' into ticket/security-181-rhea
2016-11-13 12:29:28 +01:00
Marc Alexander
61683f895c
[ticket/security-181] Deny access to migrations folders
...
SECURITY-181
2016-11-13 11:43:17 +01:00
Marc Alexander
ecb81894cc
Merge remote-tracking branch 'nicofuma/ticket/14814' into 3.2.x
2016-11-05 21:35:06 +01:00