summaryrefslogtreecommitdiff
path: root/actions/leavegroup.php
AgeCommit message (Collapse)Author
2010-02-25OStatus: fix remote groups to work with new user_groups/local_groups split.Brion Vibber
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form
2010-02-25modify group actions so they use Local_group to look up by nicknameEvan Prodromou
2010-01-13add events for subscribing to people and joining groupsEvan Prodromou
2010-01-10* L10n updates: consistent puctuationSiebrand Mazeland
* i18n updates: number parameters if more than one are being used
2010-01-06Fix broken API method /api/statusnet/groups/leave/:id.:formatZach Copley
2009-10-13remove inboxes optionEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-04-01Try to do intelligent redirect codesEvan Prodromou
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST.
2009-03-07you can _so_ leave a group if you're its adminEvan Prodromou
2009-03-08Corrected redirect targets for some group actions. These redirects can occur ↵Adrian Lang
when the canonical name differs from the passed name.
2009-01-22fixed a few bugs and logic problems in groupsRobin Millette
2009-01-21Add actions for joining or leaving a group, and fixup JS to matchEvan Prodromou