aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-183-78/+1
| | | | PHPBB3-16167
* [ticket/16167] Add migration for removing user_email_hashMarc Alexander2019-11-181-0/+57
| | | | PHPBB3-16167
* [ticket/12574] Remove passwords manager & container requirement from oauthMarc Alexander2019-11-161-50/+42
| | | | PHPBB3-12574
* [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-21/+40
| | | | PHPBB3-12574
* [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-27/+48
| | | | PHPBB3-12574
* [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-21/+32
| | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* Merge pull request #5733 from mrgoldy/ticket/16206Marc Alexander2019-11-161-17/+2
|\ | | | | | | [ticket/16206] Remove no longer needed workaround for PHP bug #66834
| * [ticket/16206] Remove offsetExists and set non-NULL valuemrgoldy2019-11-101-17/+2
| | | | | | | | PHPBB3-16206
* | Merge pull request #5584 from mrgoldy/ticket/16008Marc Alexander2019-11-1610-862/+1060
|\ \ | |/ |/| | | [ticket/16008] Clean up OAuth system
| * [ticket/16008] Adjust naming and remove typoMarc Alexander2019-11-112-5/+5
| | | | | | | | PHPBB3-16008
| * [ticket/16008] Enforce string data type as per ticket/16181mrgoldy2019-11-031-1/+6
| | | | | | | | PHPBB3-16008
| * [ticket/16008] Remove empty line, re-add @changed and remove duplicate codemrgoldy2019-11-031-27/+2
| | | | | | | | PHPBB3-16008
| * [ticket/16008] Properly order get_external_service_providermrgoldy2019-11-032-10/+10
| | | | | | | | PHPBB3-16008
| * [ticket/16008] Add missing empty linemrgoldy2019-11-031-1/+1
| | | | | | | | PHPBB3-16008
| * [ticket/16008] Clean up phpBB OAuth systemmrgoldy2019-11-0310-855/+1073
| | | | | | | | PHPBB3-16008
* | Merge pull request #5726 from marc1706/ticket/12559Marc Alexander2019-11-081-0/+49
|\ \ | |/ |/| | | [ticket/12559] Add forum setting to limit subforum legend
| * [ticket/12559] Use short array syntaxMarc Alexander2019-11-041-14/+14
| | | | | | | | PHPBB3-12559
| * [ticket/12559] Move migration to v330 folderMarc Alexander2019-11-011-2/+2
| | | | | | | | PHPBB3-12559
| * [ticket/12559] Update migration dependenciesPayBas2019-11-011-2/+2
| | | | | | | | PHPBB3-12559
| * [ticket/12559] Updated copyright informationPayBas2019-11-011-3/+7
| | | | | | | | PHPBB3-12559
| * [ticket/12559] Add forum setting to limit subforum legendPayBas2019-11-011-0/+45
| | | | | | | | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* | [ticket/16188] Remove some legacy code and fix bugrubencm2019-11-011-2/+1
| | | | | | | | PHPBB3-16189
* | [ticket/16189] Deprecate inet_ntop and inet_pton wrappersrubencm2019-11-011-39/+7
|/ | | | PHPBB3-16189
* [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-311-2/+2
| | | | PHPBB3-16190
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-3/+8
|\
| * Merge pull request #5709 from mrgoldy/ticket/16181Marc Alexander2019-10-281-3/+8
| |\ | | | | | | | | | [ticket/16181] Enforce string for OAuth provider id
| | * [ticket/16181] Fix typo in commentMarc Alexander2019-10-201-1/+1
| | | | | | | | | | | | PHPBB3-16181
| | * [ticket/16181] Fix spelling mistake in associatedmrgoldy2019-10-081-1/+1
| | | | | | | | | | | | PHPBB3-16181
| | * [ticket/16181] Enforce string data typemrgoldy2019-10-081-3/+8
| | | | | | | | | | | | PHPBB3-16181
* | | [ticket/16192] Fix CLI extension not enableable messagesMatt Friedman2019-10-271-6/+5
| | | | | | | | | | | | PHPBB3-16192
* | | Merge branch 'prep-release-3.3.0-b1' into 3.3.xMarc Alexander2019-10-233-1/+79
|\ \ \
| * | | [prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependenciesMarc Alexander2019-10-211-0/+1
| | | |
| * | | Merge pull request #5716 from marc1706/ticket/15437Marc Alexander2019-10-212-1/+38
| |\ \ \ | | | | | | | | | | [ticket/15437] Update jQuery and cookie consent to latest
| | * | | [ticket/15437] Rename jquery.min.js to jquery-3.4.1.min.jsMarc Alexander2019-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15437
| | * | | [ticket/15437] Add migration for updating jQuery to 3.4.1Marc Alexander2019-10-201-0/+37
| | | | | | | | | | | | | | | | | | | | PHPBB3-15437
| * | | | [prep-release-3.3.0-b1] Add migration for 3.3.0-b1Marc Alexander2019-10-191-0/+40
| |/ / /
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-1/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #5703 from senky/ticket/16174Marc Alexander2019-10-201-1/+27
| |\ \ \ | | | | | | | | | | | | | | | [ticket/16174] Add core.set_cookie
| | * | | [ticket/16174] Improve event descJakub Senko2019-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16174
| | * | | [ticket/16174] Add function params to the eventJakub Senko2019-10-071-2/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-16174
| | * | | [ticket/16174] Add core.set_cookieJakub Senko2019-10-041-1/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-16174
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-201-11/+26
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge pull request #5667 from EA117/ticket/16141Marc Alexander2019-10-201-11/+26
| |\ \ \ | | |_|/ | |/| | | | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
| | * | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-301-33/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| | * | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| | * | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| | * | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-281-31/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| | * | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-261-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
* | | | Merge pull request #5708 from marc1706/ticket/16051Marc Alexander2019-10-1310-742/+18
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
| * | | | [ticket/16051] Automatically convert mysql driver to mysqliMarc Alexander2019-10-061-0/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-16051