aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_groups.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2020-01-041-6/+11
|\
| * [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-031-0/+5
| * [ticket/security-249] Do not handle avatar submit on invalid tokenMarc Alexander2019-12-261-6/+6
* | [ticket/16277] Move from each() functionrxu2019-12-291-8/+8
|/
* [ticket/15954] Add safeguards to include() callskasimi2019-01-261-1/+4
* [ticket/15883] Review changesbattye2019-01-041-1/+1
* [ticket/15883] Use the new language objectbattye2018-11-291-4/+9
* [ticket/15883] Add error for invalid usernames being added to a groupbattye2018-11-261-1/+13
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-9/+9
* [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+1
* Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-2/+11
|\
| * [ticket/14272] Assign min and max values for avatar driver settingsMarc Alexander2016-01-011-0/+8
| * [ticket/14272] Make sure phpbb_avatar_manager was definedMarc Alexander2015-12-031-1/+3
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-5/+0
* | [ticket/12143] Replace group name outputOliver Schramm2015-08-051-8/+11
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-4/+4
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-19/+19
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-5/+17
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+2
|/
* [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-071-13/+23
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-031-1/+0
* Merge remote-tracking branch 'nickvergessen/feature/pagination-class' into de...Dhruv2013-12-251-2/+4
|\
| * [ticket/11849] Update rest of the UCP modulesJoas Schilling2013-12-181-2/+4
* | [ticket/11842] Use avatar_data for obtaining driver that should be deletedMarc Alexander2013-12-041-1/+1
|/
* Merge pull request #1869 from prototech/ticket/10810Nathan Guse2013-11-211-1/+0
|\
| * [ticket/10810] Remove obsolete swatch code.Cesar G2013-11-131-1/+0
* | [ticket/11525] Only remove group or user prefix from given avatar dataMarc Alexander2013-10-241-1/+1
|/
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-31/+0
|\
| * [ticket/11744] Move notification from ucp_groups to group_user_addNathaniel Guse2013-07-261-7/+0
| * [ticket/11744] Group join request notificationNathan Guse2013-07-261-29/+5
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-3/+3
* | [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-2/+2
|/
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-121-1/+2
|\
| * [ticket/11548] Run array_map on complete error array and not just colour_errorMarc Alexander2013-07-111-1/+2
* | [ticket/11602] Do not call localize_errors() if avatars are disabledMarc Alexander2013-06-111-1/+1
* | [ticket/11587] Pass legend and teampage settings to group_create()Marc Alexander2013-06-041-4/+13
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-05-261-0/+7
|\ \ | |/
| * [ticket/11538] Add optional switch as argument to hex colour validationMarc Alexander2013-05-191-1/+1
| * [ticket/11538] Rename phpbb_validate_colour to phpbb_validate_hex_colourMarc Alexander2013-05-191-1/+1
| * [ticket/11538] Add function phpbb_validate_colour for validating coloursMarc Alexander2013-05-161-1/+1
| * [ticket/11538] Make sure regex doesn't allow multiple color valuesMarc Alexander2013-05-151-1/+1
| * [ticket/11538] Simplify colour value check and remove support for '#'Marc Alexander2013-05-141-11/+4
| * [ticket/11538] Fix incorrect regex and test for duplicate # in color stringMarc Alexander2013-05-141-1/+1
| * [ticket/11538] Use regex for testing color value and improve testsMarc Alexander2013-05-141-5/+9
| * [ticket/11538] Make sure group color can't exceed maximum of 6 charactersMarc Alexander2013-05-141-0/+10
* | [ticket/11535] Correctly merge avatar_errors array into primary error arrayMarc Alexander2013-05-131-2/+8
* | [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
* | [feature/avatars] Pass phpbb_user to prepare and process form functionsMarc Alexander2013-02-191-2/+2