aboutsummaryrefslogtreecommitdiff
path: root/mod/groups
AgeCommit message (Collapse)Author
2014-01-01Merged in csrf_fix (pull request #7) Paweł Sroka
Added function for escaping query strings and fixed several XSRF vulnerabilities.
2013-12-11Makes sure all group pages respect the limited_groups settingJuho Jaakkola
2013-09-12Added function for escaping query strings and fixed several XSRF ↵Paweł Sroka
vulnerabilities.
2013-07-05Fixes #4819 clearing floated images in the content areacash
2013-07-05Fixes #5613 group member list alphabeticalcash
2013-07-05Fixes #5745 serve 404 pages when someone requests content of a user that ↵cash
does not exist
2013-04-20Refs #5332 cleans up group invite actioncash
2013-03-20only show notification status if you're a member of the groupMatt Beckett
2013-03-12Refs #4953 sanitize group name when updating collection namecash
2013-03-12Fixes #5226 passing options through egefrcash
2013-03-12Fixes #5224 transfering container and metadata ownershipcash
2013-03-12Fixes #4953 added where clause to only change the correct aclcash
2013-03-06Fixes #5058 not forcing a size on an imagecash
2013-02-27Fixes #4977. Switched to ElggBatch for group ownership transfer.Brett Profitt
2013-02-26Fixes #5142 - Displays correct group visibility access on group edit pagePaweł Sroka
2013-02-22Fixes #5119: Pending membership request shows wrong countAday Talavera
2013-02-21Fixes #4953 updates group access list when name changedCash Costello
2013-02-20Fixes #5106. Do not make big group description images.Sem
2013-02-18Fixes #5068 removed invalid menu item creationcash
2013-02-02Merge pull request #398 from jeabakker/#4880Steve Clay
#4880 - incorrect usage of elgg_get_entities_* parameters
2013-01-26fixed some formatting issues in CSS filescash
2013-01-25Fixes #5005 correct pagination for my groupscash
2013-01-22forgot to change the condition back after testing from previous commitcash
2013-01-22addresses pull request 472 - group not having an owner is a serious problem ↵cash
- try exception approach - maybe we need a mechanism for displaying an error page besides exceptions
2013-01-08Merge pull request #472 from sembrestels/groups-summary-ownerBrett Profitt
Checking if we have an owner in group profile summary before using it.
2013-01-08Prevent distortion of group iconPer Jensen
2012-12-27Fixes #1747. Added "My status" sidebar menu for groups.Brett Profitt
2012-12-19Refs #4633. Added join request count to page menu item.Brett Profitt
2012-12-19Fixes #4633. Added the invitation count for group invitations page menu item.Brett Profitt
2012-12-13Checking if we have an owner before using it.Sem
2012-12-06Merge branch 'pr-420' into 1.8Brett Profitt
2012-12-05Fixes fatal error in groups/add page.Steve Clay
2012-11-19Group edit action refactoringSteve Clay
2012-11-19Refs #1854. Removing old owner icons when changing the owner and changing ↵Sem
the icon at the same time.
2012-11-19Refs #1854. Using text to warn of the handover, instead the toggle with ↵Sem
javascript.
2012-11-19Fixes #1854. Group owners can delegate the ownership to another group member.Sem
2012-11-15Fixes #4895: Output valid ETag and Expires headersSteve Clay
2012-11-14Merge branch 'pr-424' into 1.8Steve Clay
2012-11-14Fixes #4896: Limit group profile RSS to seachable object typesMatt Beckett
2012-11-07Better HTML decoding and output/email encodingSteve Clay
2012-11-04Fixes #1479 - Replaces WP autop with implementation from Steve Clay.Paweł Sroka
2012-10-10Merge pull request #381 from mrclay/4593-plaintext-titlesSteve Clay
Fixes #4593: All titles are HTML-escaped plain text
2012-10-10Fixes #4593: All titles are HTML-escaped plain textSteve Clay
2012-10-09Merge pull request #374 from beck24/group-profile-forwardingEvan Winslow
fixes #4824 - forward 1.7 group profile urls to correct destination in 1.8
2012-10-03better usage of 'limit' in cases where this is irrelevantJerome Bakker
2012-10-03correct singual usage of type in elgg_get_entities_* functionsJerome Bakker
2012-08-27Refs #4381. Cleanup for group sticky forms.Brett Profitt
Moved logic out of view into groups_prepare_form_vars(). Made group tool options sticky.
2012-08-26forward 1.7 group profile urls to correct destination in 1.8Matt Beckett
2012-07-16Merge pull request #306 from sembrestels/limited-groupsCash Costello
Limited groups
2012-07-13Merge pull request #318 from sembrestels/handle-allCash Costello
Fixes #4687. Handle URLs on plugins that include only handler name.