.. |
Avatar.php
|
|
|
Config.php
|
|
|
Confirm_address.php
|
|
|
Consumer.php
|
|
|
Conversation.php
|
Don't add PHPSESSID parameter onto notice and conversation URIs if we save a notice during a session override.
|
2010-03-23 09:56:05 -07:00 |
Deleted_notice.php
|
|
|
Design.php
|
|
|
Fave.php
|
Implement since_id and max_id param handling for /api/favorites
|
2010-05-05 14:46:36 -07:00 |
File_oembed.php
|
Fixup script for files w/ bogus data saved into file record ('h bug')
|
2010-03-10 15:13:16 -08:00 |
File_redirection.php
|
Give users more control over URL shortening
|
2010-04-26 02:40:36 -04:00 |
File_thumbnail.php
|
|
|
File_to_post.php
|
|
|
File.php
|
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
|
2010-05-27 14:57:32 -07:00 |
Foreign_link.php
|
A better way to safely delete Foreign_links
|
2010-03-05 03:55:56 +00:00 |
Foreign_service.php
|
|
|
Foreign_subscription.php
|
|
|
Foreign_user.php
|
Ensure that DB connection is active at start of User::updateKeys() and Foreign_user::updateKeys(); calls to $this->_quote() require a live connection object and don't lazy-initialize themselves.
|
2010-03-18 09:24:55 -07:00 |
Group_alias.php
|
Fixed problem causing 500 error on notices containing a non-existent group
|
2010-03-06 00:30:15 +00:00 |
Group_block.php
|
|
|
Group_inbox.php
|
|
|
Group_member.php
|
|
|
Inbox.php
|
Fix memory leak in Inbox::addToInbox() (usage of raw DB_DataObject::staticGet, which leaks memory into a process-global cache).
|
2010-06-01 13:53:44 -07:00 |
Invitation.php
|
|
|
Local_group.php
|
modify group actions so they use Local_group to look up by nickname
|
2010-02-25 08:44:15 -05:00 |
Location_namespace.php
|
|
|
Login_token.php
|
|
|
Memcached_DataObject.php
|
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
|
2010-06-11 12:09:55 -07:00 |
Message.php
|
|
|
Nonce.php
|
|
|
Notice_inbox.php
|
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.
|
2010-03-02 11:54:02 -08:00 |
Notice_source.php
|
|
|
Notice_tag.php
|
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.
|
2010-03-02 11:54:02 -08:00 |
Notice.php
|
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
|
2010-06-11 12:05:53 -07:00 |
Oauth_application_user.php
|
|
|
Oauth_application.php
|
|
|
Profile_block.php
|
|
|
Profile_role.php
|
Background deletion of user accounts. Notices are deleted in chunks, then the user itself when they're all gone.
|
2010-03-15 16:08:00 -07:00 |
Profile_tag.php
|
|
|
Profile.php
|
Temporary hack until notice_profile_id_idx is updated
|
2010-04-01 10:17:17 -07:00 |
Queue_item.php
|
|
|
Related_group.php
|
|
|
Remember_me.php
|
|
|
Remote_profile.php
|
|
|
Reply.php
|
Fix to make blowing of replies stream cache more consistent when receiving replies. (Was being done at mail notify time instead of at save time for local replies; now moved to reply save time internally so it can't get forgotten)
|
2010-04-23 06:55:46 -07:00 |
Safe_DataObject.php
|
Throw an exception when an undefined method is called on one of our DB_DataObjects, instead of failing silently.
|
2010-03-19 12:38:14 -07:00 |
Session.php
|
|
|
Sms_carrier.php
|
|
|
status_network.ini
|
|
|
Status_network.php
|
Option to divert PuSH items directly to the target site's queue when local
|
2010-06-03 18:06:55 -07:00 |
statusnet.ini
|
IM cleanup on 1.0.x branch:
|
2010-04-30 15:29:05 -07:00 |
statusnet.links.ini
|
|
|
Subscription.php
|
blowSubscriberCount and blowSubscriptionCount - no 's'
|
2010-03-22 14:22:18 -04:00 |
Token.php
|
|
|
User_group.php
|
Merge commit 'origin/testing' into 0.9.x
|
2010-03-12 09:41:49 -08:00 |
User_im_prefs.php
|
IM cleanup on 1.0.x branch:
|
2010-04-30 15:29:05 -07:00 |
User_location_prefs.php
|
|
|
User_urlshortener_prefs.php
|
Give users more control over URL shortening
|
2010-04-26 02:40:36 -04:00 |
User_username.php
|
Fixed warning messages when auto-registering a new LDAP user.
|
2010-03-08 13:15:49 -05:00 |
User.php
|
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x
|
2010-05-05 17:11:23 -07:00 |