Brion Vibber
|
a54eb0941e
Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.
|
13 years ago |
Brion Vibber
|
0bec9cfdbc
Add request_queue table and user_group.join_policy column, for upcoming join & subscription moderation.
|
13 years ago |
Evan Prodromou
|
2682915b99
events for creating a group
|
14 years ago |
Brion Vibber
|
281076d5f6
Fix for PHP notice spew in group creation via API: set default 'mainpage' in User_group::register() rather than forcing all callers to do it manually.
|
14 years ago |
Brion Vibber
|
90c7ff1983
Merge branch 'master' into 0.9.x
|
14 years ago |
Brion Vibber
|
d3d9797496
Prevent group creation by silenced users.
|
14 years ago |
Brion Vibber
|
66474586af
Update sorting for group inbox timelines; adds group_inbox_group_id_created_notice_id_idx index to group_inbox table
|
14 years ago |
Brion Vibber
|
b0d7900530
Add getFancyName() to User_group to match the one on Profile: encapsulates the "fullname (nickname)" vs "nickname" logic and allows for localization of the parentheses in a common place.
|
14 years ago |
Evan Prodromou
|
76038fe20c
better deletion of related objects in User_group::delete()
|
14 years ago |
Brion Vibber
|
112b6c4079
Improve cache-friendliness of user_group->delete().
|
14 years ago |
Brion Vibber
|
3579ccac8e
Cascading deletion for user_group; doesn't yet work properly with caching.
|
14 years ago |
Siebrand Mazeland
|
9587f9f55b
* i18n/L10n and translator documentation updates.
|
14 years ago |
Siebrand Mazeland
|
125ff142e8
* mark a few message for translation
|
14 years ago |
Zach Copley
|
d3d499879c
- More useful group info from api/statusnet/group/show
|
14 years ago |
Brion Vibber
|
f72eb17304
Merge commit 'origin/testing' into 0.9.x
|
14 years ago |
Zach Copley
|
78f0d6bbd2
Scrub all atom output with common_xml_safe_str()
|
14 years ago |
Zach Copley
|
7cdcb89dc9
Add id and updated elements to atom source
|
14 years ago |
Brion Vibber
|
b218aee94e
Merge commit 'origin/testing' into 0.9.x
|
14 years ago |
Brion Vibber
|
7e5bf39f76
Avoid notice on local group creation when uri isn't passed in at create time (needs to be generated)
|
14 years ago |
Brion Vibber
|
3bb42d1170
Use poster's subscribed groups to disambiguate group linking when a remote group and a local group exist with the same name. (If you're a member of two groups with the same name though, there's not a defined winner.)
|
14 years ago |
Brion Vibber
|
ddf3614c84
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
|
14 years ago |
Brion Vibber
|
6b134ae4c7
Dropped deprecated timestamp-based 'since' parameter for all API methods. When it sneaks in it can cause some very slow queries due to mismatches with the indexing.
|
14 years ago |
Siebrand Mazeland
|
b701f5648d
uri -> URI in interface text
|
14 years ago |
Zach Copley
|
e61edb55d9
Rationalize group activity stuff
|
14 years ago |
Evan Prodromou
|
2f03b2cc45
method for getting a group's URI
|
14 years ago |
Evan Prodromou
|
d53b4b9b84
save mainpage element for groups
|
14 years ago |
Evan Prodromou
|
8f42d37593
Add 'mainpage' to User_group
|
14 years ago |
Evan Prodromou
|
e6858d7203
modify group actions so they use Local_group to look up by nickname
|
14 years ago |
Evan Prodromou
|
bd68154772
Make user_group able to handle remote groups
|
14 years ago |
Brion Vibber
|
d410df0406
OStatus group delivery initial implementation.
|
14 years ago |