index
:
statusnet/lukeshus-gnu-social
0.7.x
0.8.x
0.9.x
1.0.x
base_plugins
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
User_group.php
Age
Commit message (
Expand
)
Author
2010-03-12
Merge commit 'origin/testing' into 0.9.x
Brion Vibber
2010-03-12
Scrub all atom output with common_xml_safe_str()
Zach Copley
2010-03-12
Add id and updated elements to atom source
Zach Copley
2010-03-04
Merge commit 'origin/testing' into 0.9.x
Brion Vibber
2010-03-03
Avoid notice on local group creation when uri isn't passed in at create time ...
Brion Vibber
2010-03-03
Use poster's subscribed groups to disambiguate group linking when a remote gr...
Brion Vibber
2010-03-02
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
Brion Vibber
2010-03-02
Dropped deprecated timestamp-based 'since' parameter for all API methods. Whe...
Brion Vibber
2010-02-27
uri -> URI in interface text
Siebrand Mazeland
2010-02-25
Rationalize group activity stuff
Zach Copley
2010-02-25
method for getting a group's URI
Evan Prodromou
2010-02-25
save mainpage element for groups
Evan Prodromou
2010-02-25
Add 'mainpage' to User_group
Evan Prodromou
2010-02-25
modify group actions so they use Local_group to look up by nickname
Evan Prodromou
2010-02-24
Make user_group able to handle remote groups
Evan Prodromou
2010-02-23
OStatus group delivery initial implementation.
Brion Vibber
2010-02-12
Initial upgraded Atom output for group timelines
Zach Copley
2010-02-09
OStatus partial support for group subscriptions:
Brion Vibber
2009-11-18
Consolidate group creation into static function in User_group
Eric Helgeson
2009-11-08
Restructure theme.php to define a class Theme
Evan Prodromou
2009-08-21
Merge branch '0.8.x' into 0.9.x
Evan Prodromou
2009-08-21
can set group desc limit to unlimited without resetting global limit
Evan Prodromou
2009-08-21
allow configurable length for user group description
Evan Prodromou
2009-08-21
data classes allow >140c in user group descriptions
Evan Prodromou
2009-08-07
Implemented the list_all and list groups API methods as defined at http://lac...
Craig Andrews
2009-07-15
use quote identifiers on the user table
Brenda Wallace
2009-06-29
show section with admins in sidebar of group
Evan Prodromou
2009-06-25
break up big inbox queries into lots of small ones
Evan Prodromou
2009-06-17
Add design_id to User_group
Zach Copley
2009-06-14
Link and distribute notices tagged for a group alias
Evan Prodromou
2009-06-14
Code for adding and saving group aliases
Evan Prodromou
2009-06-14
Allow users to be unblocked from a group
Evan Prodromou
2009-06-14
The rest of the things necessary to make group block work
Evan Prodromou
2009-06-08
Merge branch '0.7.x' into 0.8.x
Evan Prodromou
2009-05-29
Ticket #1567 - Change max_id to return notices <= ID instead of < ID
Zach Copley
2009-05-29
Ticket #1567 - API: Change before_id parameter to max_id
Zach Copley
2009-05-22
some class files had x bit set
Evan Prodromou
2009-05-01
Make user group stream use IDs
Evan Prodromou
2009-02-06
Move common_avatar_* functions to Avatar
Evan Prodromou
2009-02-04
Fixed #1134; Consolidated image scaling functions.
Sean Murphy
2009-02-04
Fix for #1057; group logo transparecy (and pixilation)
Sean Murphy
2009-02-01
Fixes #1088: Show number of group members. Unlike the bugreport requested, th...
Adrian Lang
2009-01-28
whitespace in User_group
Evan Prodromou
2009-01-23
Upload logos for groups
Evan Prodromou
2009-01-23
Remove require_once for Memcached_DBObject from new classes
Evan Prodromou
2009-01-21
Method for user groups to get a list of members
Evan Prodromou
2009-01-21
First pass at a group home page
Evan Prodromou
2009-01-13
Generate new DB_DataObject classes for group tables
Evan Prodromou