Shashi Gowda
|
f47027abbe
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
|
13 lat temu |
Shashi Gowda
|
4d61760154
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
|
13 lat temu |
Evan Prodromou
|
adf4d96013
store oft-requested stuff in the data object
|
14 lat temu |
Evan Prodromou
|
84d848f78c
correctly return values
|
14 lat temu |
Evan Prodromou
|
5dfb8e2bc4
Use InboxNoticeStream class for inbox
|
14 lat temu |
Shashi Gowda
|
57198a7464
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
|
14 lat temu |
Evan Prodromou
|
4f5355a9f2
add the private_stream attribute to User
|
14 lat temu |
Shashi Gowda
|
5a2bab07b2
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
|
14 lat temu |
Siebrand Mazeland
|
700018fd09
L10n/i18n updated.
|
14 lat temu |
Brion Vibber
|
a70e68e09c
Work in progress: can create & cancel sub requests
|
14 lat temu |
Brion Vibber
|
df5def8ce4
Work in progress: subscription approval policy field in place on user, hooked up to settings. Queue not 100% tidied up, no UI for queue or management yet.
|
14 lat temu |
Evan Prodromou
|
44bcc942b8
Break up stream code to use separate notice stream classes
|
14 lat temu |
Evan Prodromou
|
0b35ce7c37
New NoticeStream class to reify streams of notices
|
14 lat temu |
Shashi Gowda
|
bf121a695a
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
|
14 lat temu |
Brion Vibber
|
541dfa04fe
Switch things from calling Group_member::join & leave & calling events manually to running through Profile::joinGroup() && Profile::leaveGroup(), with the events encapsulated.
|
14 lat temu |
Shashi Gowda
|
1b1a427237
DB_DataObjects for people tags
|
14 lat temu |
Brion Vibber
|
a7005f3975
Alternate Inbox streaming function optimized for threaded paging (for /all stream, while things using the existing API inbox methods won't be affected)
|
14 lat temu |
Zach Copley
|
b7d0746694
Merge branch '0.9.x' into 1.0.x
|
14 lat temu |
Zach Copley
|
6eca8188b6
Fix a couple spelling mistakes in comments and remove redundant statement terminator
|
14 lat temu |
Brion Vibber
|
d8a3a88ec8
Merge branch '0.9.x' into 1.0.x
|
14 lat temu |
Brion Vibber
|
71151b3bc0
Update sorting for User::repeatedByMe() -- currently unused. Likely not ideally indexed yet.
|
14 lat temu |
Brion Vibber
|
b80151275a
Update sorting on api/statuses/retweets_of_me; was and remains poorly indexed, but will use updated sorting method.
|
14 lat temu |
Brion Vibber
|
bf20258f4b
Merge branch '0.9.x' into 1.0.x
|
14 lat temu |
Zach Copley
|
bb55784e90
Move getConnectedApps() from Profile to User, where it belongs
|
14 lat temu |
Brion Vibber
|
9df856e667
Merge branch '0.9.x' into merge
|
14 lat temu |
Brion Vibber
|
2617c40e04
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
|
14 lat temu |
Brion Vibber
|
76f3dc32e0
Added User::singleUserNickname() as (temporary?) fallback for single-user lookup as a workaround for site setup of 1user sites. We found that an external tool attempting to spin up StatusNet and then register the user would fail because StatusNet's router setup dies on being unable to find its single-user account, since the nickname is needed in setting up routing entries. This tweak will let it survive, using the configured setting as a fallback if it can't actually find the user account.
|
14 lat temu |
Brion Vibber
|
aa96c3c1d9
Fix for tickets #2917, #2262: user URL shortening options not being applied in non-web channels
|
14 lat temu |
Brion Vibber
|
6e249b4ab5
doc comments on User::allowed_nickname
|
14 lat temu |
Brion Vibber
|
0d0e51292d
some User -> Profile cleanup to help in adapting the profile page action to show stuff for remote users. Subscriptions, groups, roles, etc are all on profiles now so go ahead and use em.
|
14 lat temu |