Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/phpbb/phpbb-core

[READ-ONLY] Core phpBB code library. Contains a subtree split of the phpBB/phpbb directory in the phpbb repository.
https://github.com/phpbb/phpbb-core

[ticket/12715] Cleanup comments in \phpbb\auth\provider\*

PHPBB3-12715

9725eae62a8a508de07d7ccbf6212e9d2ba5bc52 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12716] Add the missing parameters in the call of clearToken

PHPBB3-12716

9b98b09d04b4abe2c96ba768415d5a4b623fd340 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12608] Changed get_styling() to get_style_class()

PHPBB3-12608

42858aa660bd8235df6fcf147828e48ee1176d80 authored over 10 years ago by PayBas <[email protected]>
[ticket/12608] Clean up whitespace

PHPBB3-12608

58c344b6fcd86f251736daadd131bb39631c1c08 authored over 10 years ago by PayBas <[email protected]>
[ticket/12608] Improved LTR and various bugfixes

PHPBB3-12608

38de10b2a9d62bb787dfcefd30851c6f0af7acbf authored over 10 years ago by PayBas <[email protected]>
[ticket/12608] Add styling (CSS class) options to notifications

This will allow different notifications to have different styles

PHPBB3-12608

ec33c690953cb088b5708140b96a98cf63c863cd authored over 10 years ago by PayBas <[email protected]>
[ticket/12608] Improve notifications drop-down menu styling in header

PHPBB3-12608

59a989badb83de4e665c20f01f492eaf76b8baa3 authored over 10 years ago by PayBas <[email protected]>
Merge pull request #2593 from bantu/ticket/12575

[ticket/12575] Cleanup service_collection_iterator

fd32cb9a23846c3d29f91ee61acbffefdc52b89a authored over 10 years ago by Dhruv Goel <[email protected]>
Merge remote-tracking branch 'bantu/ticket/12711' into develop-ascraeus

* bantu/ticket/12711:
[ticket/12711] Cast values to string such that they are quoted in SQL qu...

72a5c7446813a9c24924e136a6e56a49297a4ca0 authored over 10 years ago by Cesar G <[email protected]>
Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeus

* PayBas/ticket/12613: (25 commits)
[ticket/12613] Add distinction between top/bottom action-b...

a73833ebc114b0a3804ac5333f03b5c22028b8e1 authored over 10 years ago by Cesar G <[email protected]>
[ticket/12711] Cast values to string such that they are quoted in SQL queries.

The value is stored in a text column and the key is stored in a varchar. Some
DBMSes do not like...

ff6631aa2f78ad26fde3596a474fe3fdb5748a5b authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12575] Just forward service_collection::offsetGet() to container.

PHPBB3-12575

2436540650ed8450ce77984d948ca21230388f3c authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12575] Do not duplicate logic in service_collection_iterator.

PHPBB3-12575

e29003aec3880b1891542f599d82a639c0a153b9 authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12575] Workaround for offsetExists seems not required for the Iterator.

PHPBB3-12575

cd86fb226e3a6a91f77489ee9fe1a852792bb091 authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12575] Pass service_collection instead of ContainerInterface.

PHPBB3-12575

6a1ae8bcd55b11c98c0de5ad7e64230dfacda94b authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12575] Use strict comparison

PHPBB3-12575

f197eb81497c63ecd7906933b315b9465d3b965f authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Add missing property

PHPBB3-12575

91641db5327bfc66a1b02568cc61ba268df2559d authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Usethe new header

PHPBB3-12575

acc40123c65481c340214f0fd04b90c5bb1c0965 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Fix 2 typos in comments

PHPBB3-12575

5833ab95dab2df7cbcdb118e217f3ce9713cb181 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Fix typos in comments

PHPBB3-12575

edd589a020a7e55b33de9a0da13299d1e055ded6 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Skip sniffer issue triggered by the solution of a php bug

https://bugs.php.net/bug.php?id=66834
https://bugs.php.net/bug.php?id=67067

PHPBB3-12575

b35f1a3fe0e2470db2f440a1204b32b095b2b3a5 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Remove inline assignments

PHPBB3-12575

1e840ee60fc3f7c85b4e2ed4cb5b98d1c9d72536 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Fix the tests

PHPBB3-12575

4fb7607ed0065aee415c18b8894f83c296f7f28d authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Move service_collection_iterator to its own file

PHPBB3-12575

4230956f707d0155c39667b10958249cee83ad9e authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12575] Speed up load_class()

Load the services referenced in a service_collection only when
they are used to avoid to load so...

f43c3d8513b2eff0728be79afc86f95c4439709f authored over 10 years ago by Tristan Darricau <[email protected]>
Merge pull request #2527 from dhruvgoel92/ticket/11445

[ticket/11445] optimize no of queries in get_global_subscriptions( )

* dhruvgoel92/ticket/11445...

651dde74f68e58c756d2511a81095d499f780533 authored over 10 years ago by Andreas Fischer <[email protected]>
Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascraeus

* github-marc1706/ticket/12352: (33 commits)
[ticket/12352] Do not check hashes that don't hav...

525c81d888ba64712c0c0c81d8cde6d2e8f44c4a authored over 10 years ago by Nils Adermann <[email protected]>
[ticket/12508] Ignore extensions in migration_tips dev tool

PHPBB3-12508

e71ad9abfe786948230acec575d8e658f32fe87f authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Fix doc block

PHPBB3-12508

5acac4b23c0133ef3b8126711b1dee3700a79a76 authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Add new line to separate the if and foreach better

PHPBB3-12508

f6c0a36df40eb046ed0881e51edd3cc8e93cbb93 authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Fix class doc block

PHPBB3-12508

6d543d856b416477142941cd12939c45a3a4656f authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Only take a list of names for set_extensions()

PHPBB3-12508

0d9b56ec1264c6d43877216bab43c603c03f0b0e authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Move \phpbb\extension\finder to \phpbb\finder

PHPBB3-12508

810fac37bb6f39a3bbb5185e037b6bc407787e0e authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Fix usages of the finder

PHPBB3-12508

7547ea40b6a76772fcbc7326742c57b1d862c3e0 authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12508] Remove extension manager from finder

PHPBB3-12508

90be347ddcfa306f373184f639f7480731f45b0b authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12664] Refactor develop/migration_tips.php into a console command.

PHPBB3-12664

2b9d729857c0532d05e2b935e9f8372168e12e52 authored over 10 years ago by Andreas Fischer <[email protected]>
Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop-ascraeus

* github-nickvergessen/ticket/10073: (36 commits)
[ticket/10073] Fix button descriptions
[ti...

f8a521d91856314dfae7fac91a043d6fd7adb518 authored over 10 years ago by Nils Adermann <[email protected]>
[ticket/10073] Do not check disable boxes by default

PHPBB3-10073

23f27a3be5924cdb7c705b199c5d28976862cc62 authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12099] Prepend ./ to path to fix assets

PHPBB3-12099

68ca444aad4477287b35b79ad1d1dc517a485ba6 authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/12099] Deduplicate path generation

PHPBB3-12099

8d3852980827477c6b57a5e458eb900fa18c7f6b authored over 10 years ago by Joas Schilling <[email protected]>
[ticket/11445] Move get user's notification code into its own method

PHPBB3-11445

b82701034623863eb9a9d8cd5f57df5d9e1227fe authored over 10 years ago by Dhruv <[email protected]>
[ticket/11445] Remove unused foreach key $group_name

PHPBB3-11445

044e0d3457d6c3b6336328b3bd192910c43b48ee authored over 10 years ago by Dhruv <[email protected]>
Merge pull request #2543 from Nicofuma/ticket/12655

[ticket/12655] Run phpbbcli as a shell when --shell or -s is used

* Nicofuma/ticket/12655:
[t...

f2ebe068a7096f0dd2456e0e138cdef3f010f33d authored over 10 years ago by Andreas Fischer <[email protected]>
Merge pull request #2509 from Stephannos/ticket/12602

[ticket/12602] Add command to print the cron list

* Stephannos/ticket/12602:
[ticket/12602] F...

e7181f5cb31597102d341f54c706fec234277f8f authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12602] Rectify language keys.

PHPBB3-12602

79b912e086dc3f615a12f687d34153902d1b0070 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12602] Fix language var mistakes.

PHPBB3-12602

f902c1ba40a0bfbbac31412415604949e118b123 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12666] Use "None" for images in root of gallery avatar path

"None" serves no real purpose right now. After this it will be used instead
of "Main" for images...

cf89901cbadcd15dfbadc2e8b477417a429e29de authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12602] Add types, change description of cron:list.

PHPBB3-12602

3e70b985906609561e55fe2b264de4976e8e0979 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12613] Improved pagination

PHPBB3-12613

2801f8d550e1d1549ccab7d962a8f4a22b3d7fd8 authored over 10 years ago by PayBas <[email protected]>
Merge pull request #2539 from marc1706/ticket/12457

[ticket/12457] Default to first category if none is selected in gallery avatar

* marc1706/ticke...

98addbae8dc96b909a7a51e22e54b395d7276f53 authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12655] Set register_container_commands as public

PHPBB3-12655

e22bac7cb8aa3e164bf7d59cbf8da3eba67bf1ab authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12655] Don't try to restore the definition in the help

PHPBB3-12655

4f0c1a8d1bbe5a35a090a949648772742d2b60a4 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12655] Fix coding style

PHPBB3-12655

8a915ec8f5e95f349bdb4d83643f52f2f7168b8b authored over 10 years ago by Tristan Darricau <[email protected]>
Merge pull request #2526 from Nicofuma/ticket/12639

[ticket/12639] Delete entry in admin-log leads to mysql-error

* Nicofuma/ticket/12639:
[ticke...

56fc1a34ccc7eea9617ad1e692a54b499d9a378e authored over 10 years ago by Andreas Fischer <[email protected]>
[ticket/12655] Make the --shell option available only for phpbbcli.php

PHPBB3-12655

a35347856223ee9936cf3b37edb754b77abb5141 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12602] Fix spaces issues.

PHPBB3-12602

c389e872822d82f5c7b74aae37efe50971484c1a authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12655] Fix coding style in \phpbb\console\application

PHPBB3-12655

df2dbc7b702f5eeefd4ca80c7f52da17ec39788b authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12639] Add a space in the code generated by generate_sql_keyword()

PHPBB3-12639

cf704df9fddef39cbf7508e62f86dbf64b54778c authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12602] Coding style correction.

PHPBB3-12602

cb985ab84b0daf2993ffa901471c405c652b43b5 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12655] Set the arguments of \phpbb\console\application as required

PHPBB3-12655

759ad2230a6173999725790f789820404c507194 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12655] Don't require acp/common again in the commands

PHPBB3-12655

786c1e232d71c76f55d997ef71c847824b257089 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12655] Run the shell when --shell is used

PHPBB3-12655

421575af02a2b8b96b27f7b43f3538786b07c08d authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12602] Fix coding style mistakes.

PHPBB3-12602

3b37ee03d4dac63880799e0b06bc5e82ac39609e authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12602] Headers updated.

PHPBB3-12602

c2820f498d956fface9492e8807339e858007fa3 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12602] Changes to respect coding style and to factorize code.

PHPBB3-12602

1bad27e1db44bb81fd861009181976d957e01536 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12457] Default to first category if none is selected in gallery avatar

If any category exists, the key() function should always return the first
key of the $avatar_lis...

e617962af33bdb9b974d12c7e71df09c71fa148b authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12639] Handle $conditions['keywords'] outside of the loop

PHPBB3-12639

3a1918059053a7512d184ac66b42979c44d1f511 authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12602] Add function get_tasks.

PHPBB3-12602

0ad888ca20df56744db9a2b23cd2772251cccb1e authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12602] Correction of the output message for the cron list

PHPBB3-12602

5b2528f02bcecd68c3642997930777d64eb289c8 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12602] Add files to print the cron list and test files.

PHPBB3-12602

813487672ecc69393caccbb7e12907d2ec621af1 authored over 10 years ago by Etienne Baroux <[email protected]>
[ticket/12352] Do not check hashes that don't have the necessary length

This should significantly reduce the time spent on checking hashes of
passwords that should be c...

9eb8beb3d5aa0ec8681d5250d819d8eefcacf2bd authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Update file headers to fit new format

PHPBB3-12352

eaf0c9487abb99c12fba396bc0ac16ed572b02d8 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Use custom provider collection for auth providers

Using this custom provider collection, we can properly check whether the
configured auth provide...

d5d6a1fe84f118ed606be187f26b66eb1e8669a2 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers

PHPBB3-12352

86f9c037660ad4f51bdd5144e5a10041fe7f5a10 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Remove usages of user_pass_convert column

PHPBB3-12352

ebd0502db5c696a9b8765467d0fb3c4d6264d132 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Remove user_pass_convert column from database

PHPBB3-12352

dd0d61fdaedad0d85e9c85b5afbacfa7dc1b5532 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add get_settings_only method to passwords driver base

PHPBB3-12352

5fcb569e107eca3057856205241779cde2321f78 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Use correct hashing method in md5_mybb driver

PHPBB3-12352

fe6b932c2bce0be34df08f6064debac8287dfe2b authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add missing $ to md5_mybb and md5_vb driver

PHPBB3-12352

5dcf97cff1bc0fbb66ba7e21ddd51a738bdeae98 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add driver for myBB md5 passwords

PHPBB3-12352

353ad04684643021cfded7b5b0821e7e78c7b28d authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add driver for woltlab community framework 2 passwords

PHPBB3-12352

c36b5c835e666fe34826fb26157fd279ed71653c authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add driver for woltlab community framework 1 passwords

PHPBB3-12352

f2e7484091d389fc497b5b2582aa8ab02112fe6b authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add checks for existing user_pass_convert to migrations

PHPBB3-12352

ab18d7162bb2f8ed62088d62855b69bea78d7539 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add passwords driver for vB passwords

PHPBB3-12352

b452f3c276641e6793a92faec7ce7fc5659adfb4 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords

PHPBB3-12352

0aedcaa576a1f51924c255c908fbfd4cf2818895 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add $CP$ prefix to passwords that need to be converted

Also set user_pass_convert to 0 in the process of doing so.

PHPBB3-12352

5a50ef68b6a0ef638d176642db8bf65d3fcaf91e authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add passwords driver for passwords that should be converted

This driver will only be used for getting the new $CP$ prefix that will signal
that the hash is ...

23950ec8aeec4fc125768878e8298314ec6869e7 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add driver for phpBB2 hashes with md5 length of 32

PHPBB3-12352

243f7db5979a517d1a7e44a5c4b34045ad24250b authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Check phpBB2 passwords that have been encrypted with phpass

PHPBB3-12352

f51b5b93cce1dfa10f85d4e34644555ae649fd49 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add legacy passwords driver for sha1 smf type passwords

PHPBB3-12352

cd6ec085e26623ec6f11b79d47fcb24194ff8919 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Add passwords driver for sha1 password hashes

PHPBB3-12352

4eccd15c3fbb2a83873e8052bf5bb80e1071b31a authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Use $CP$ prefix for converting passwords in manager

PHPBB3-12352

6643cc9c98fcad8188eb2fe81d24708ecb75a3a7 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Mark salted md5 and phpass passwords driver as legacy

PHPBB3-12352

af88eab1bc378b8590a56a5e8d0e71c7ae03b323 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Revert to db auth provider if default does not exist

This will make sure that we will not encounter a non-existing auth provider.
We will revert to t...

9bbe48b3d30729d9a540d2fc5bb64dd44efa5e6c authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Remove code for converting passwords in db auth provider

PHPBB3-12352

725341478cc1ec641728b6b705faaf0728fb35e9 authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/12352] Introduce user row to passwords check methods

This will ensure that legacy hash types that might need the user row can
properly check if the s...

013ca216f87a8f87ba7193b613df3001e523d5ef authored over 10 years ago by Marc Alexander <[email protected]>
[ticket/11445] Optimize no of queries in get_global_subscriptions

PHPBB3-11445

a202edb03b3b57ee73e0aff12e8b64125b29c85e authored over 10 years ago by Dhruv <[email protected]>
[ticket/12639] Add a test case with an empty keywords list

PHPBB3-12639

dffa856c2c0aa841e322269c80260bbb85521e9e authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12639] Delete entry in admin-log leads to mysql-error

PHPBB3-12639

588307d39cdc5f1b55b628f81e87bf194f9abc8d authored over 10 years ago by Tristan Darricau <[email protected]>
[ticket/12638] Use require if phpbb_require_updated isn't available

PHPBB3-12638

7226f3aebe2d208e239b1f3f8bb0974b9718326f authored over 10 years ago by Tristan Darricau <[email protected]>