Don't accept non-objects before testing with "instanceof".
[quix0rs-gnu-social.git] / classes /
2016-01-30 Roland HaederMerge remote-tracking branch 'upstream/master' into...
2016-01-30 Roland HaederMerged stuff from upstream/master
2016-01-29 Mikael NordfeldthMerge branch 'master' of git.gnu.io:gnu/gnu-social
2016-01-29 Mikael NordfeldthDon't trust local HTML either
2016-01-25 Roland HaederMerge branch 'upstream-changes/google-analytics-removal...
2016-01-22 Roland HaederMerge remote-tracking branch 'upstream/master' into...
2016-01-16 Mikael NordfeldthMerge branch 'master' of git.gnu.io:gnu/gnu-social
2016-01-16 Mikael NordfeldthInitial user doesn't need as strict checking on email
2016-01-13 Roland HaederType-hint is array here.
2016-01-11 Roland HaederMerge remote-tracking branch 'upstream/master' into...
2016-01-09 Mikael NordfeldthNot only local groups should be added to group inbox...
2016-01-09 Mikael NordfeldthGet group attentions too for outbound notices
2016-01-09 Mikael NordfeldthDo proper fromUri lookup on groups too
2016-01-09 Mikael NordfeldthLocal user profile getUrl gives dynamically generated URL
2016-01-09 Mikael NordfeldthActually return the group home URL
2016-01-08 Mikael NordfeldthSave attentions to Reply table for backwards compatibility
2016-01-07 Mikael NordfeldthNotice from web now saves context->attention too! ;)
2016-01-07 Mikael NordfeldthsaveAttentions, trying to move away from saveReply
2016-01-07 Mikael NordfeldthDon't store the notice object for distrib queue handler...
2016-01-07 Mikael Nordfeldth think I have managed to show oEmbed images better now
2016-01-07 Mikael NordfeldthFixed group representation in Directory plugin, also...
2016-01-07 Mikael NordfeldthDefine User_group::$profile_id among class variables
2016-01-07 Mikael NordfeldthIndex the verb column since we do COUNT(*) based on it
2016-01-06 Mikael NordfeldthConversation entries where id==0 would screw up the...
2016-01-06 Mikael NordfeldthDon't update stored URLs just because we have a filename
2016-01-06 Mikael NordfeldthReturn dynamically generated URLs for thumbnails for...
2016-01-06 Mikael NordfeldthAlways generate notice URLs on the fly for local notices
2016-01-06 Mikael NordfeldthIssue #118 wanted better TOR support, now Avatar URLs...
2016-01-06 Mikael NordfeldthNote in the debug log if we render the HTML of a message
2016-01-06 Mikael NordfeldthAvoid having to check for notices without rendered...
2016-01-06 Mikael NordfeldthConversation IDs (again) no longer based on Notice ID
2016-01-05 Mikael NordfeldthMerge branch 'nightly' of git.gnu.io:gnu/gnu-social...
2016-01-05 mmnMerge branch 'nightly' into 'nightly'
2016-01-05 Mikael NordfeldthMerge request #10 by aroque but in a slightly different...
2016-01-05 hannes$notices->verb = ActivityVerb::POST;
2016-01-05 mmnMerge branch 'openid-plugin' into 'nightly'
2016-01-05 Mikael NordfeldthMerge branch 'nightly' of git.gnu.io:gnu/gnu-social...
2016-01-05 mmnMerge branch 'lookup_url_fix' into 'nightly'
2016-01-05 Mikael NordfeldthRequire Profile for Profile->getLists
2016-01-05 hannesadd $redir->redir_url to use in common_linkify()
2016-01-05 Mikael NordfeldthRequire Profile for Profile->getOtherTags
2016-01-05 Mikael NordfeldthDon't abort on too long notices in Notice::saveActivity
2016-01-05 hannesonly count post-notices (i.e. don't include activity...
2016-01-05 Roland HaederMerge remote-tracking branch 'upstream/master' into...
2016-01-04 Mikael NordfeldthAllow Profile->getCurrentNotice to send scoped profile...
2016-01-04 Mikael NordfeldthProfile->getCurrentNotice handles PrivateStreamException
2016-01-03 Mikael NordfeldthEmptyIdException to make sure we get the right in catch
2016-01-03 Mikael NordfeldthErr, forgot semicolon.
2016-01-03 Mikael NordfeldthTry-catch on profile deletion unsubscribe actions
2016-01-03 Mikael NordfeldthPending subscription requests now work as they should
2016-01-03 Mikael NordfeldthIf a user has a private stream, assume a moderated...
2016-01-03 Mikael NordfeldthHandle private streams better (failed to show profile...
2016-01-03 Roland HaederMerge remote-tracking branch 'upstream/master' into...
2016-01-03 mmnMerge branch 'beautify_profile_list' into 'nightly'
2016-01-03 Mikael NordfeldthMerge branch 'nightly' into singpolyma/gnu-social-event...
2016-01-02 Mikael NordfeldthDon't store object type for verbs (as they don't have it)
2016-01-01 Mikael NordfeldthNewnoticeAction now uses Notice::saveActivity(...)
2016-01-01 Mikael Nordfeldthwhitespace switch for code layout
2016-01-01 Mikael Nordfeldthcommon_render_content doesn't require a Profile now
2016-01-01 Mikael Nordfeldth->getID() instead of ->id
2016-01-01 Mikael NordfeldthDon't require a notice object to common_linkify_mentions
2016-01-01 Mikael NordfeldthOutput fixed sizes of thumbnails so we don't get jumpy...
2015-12-31 Mikael Nordfeldths/LOG_ERROR/LOG_ERR/
2015-12-31 Mikael NordfeldthLogging destinations and unnecessary debug
2015-12-31 Mikael NordfeldthProper error message in exception
2015-12-31 Mikael NordfeldthWups, $notice not $stored in the old function...
2015-12-31 Mikael NordfeldthNotice conversation is perhaps not set yet
2015-12-31 Mikael NordfeldthDon't do saveKnownReplies unless it's a verb=post
2015-12-31 Mikael NordfeldthUse recently implemented functions in saveKnownReplies
2015-12-30 Mikael NordfeldthsetPassword now runs validate too
2015-12-30 Mikael NordfeldthAdded User->setPassword($password)
2015-12-30 Mikael NordfeldthNotification mails are sent again fixes ssue #99
2015-12-30 mmnMerge branch 'nightly' into 'nightly'
2015-12-30 hannesfixes this issue: https://quitter.se/notice/4344600
2015-12-27 Mikael NordfeldthFile_redirection should get URLs properly
2015-12-27 Mikael NordfeldthConfirm_address field address_extra _can_ be NULL
2015-12-27 Mikael Nordfeldthvarchar to text since there's no reason to limit the...
2015-12-27 Mikael NordfeldthDuplicate URI means we have it already, I assume
2015-12-23 mmnMerge branch 'rm-design-config-doc' into 'nightly'
2015-12-23 mmnMerge branch 'autocomplete-group' into 'nightly'
2015-12-23 mmnMerge branch 'profile-prefs-getall' into 'nightly'
2015-12-18 Roland HaederMerge remote-tracking branch 'upstream/master' into...
2015-12-17 ChimoProfile_prefs::getAll fix prefs loop
2015-12-17 ChimoProfile_prefs::getAll fix call to listFind
2015-12-16 ChimoMake Profile::getUri work with Groups
2015-12-15 Mikael NordfeldthMerge branch 'mmn_fixes' into nightly
2015-12-15 Mikael NordfeldthBetter checks for defined array indexes
2015-12-14 Mikael NordfeldthMerge branch 'master' into nightly
2015-12-14 mmnMerge branch 'send-twitter-replies-to-twitter' into...
2015-12-14 mmnMerge branch 'direct-feed-sub' into 'master'
2015-12-14 mmnMerge branch 'twitter-show-rel-syndication' into 'master'
2015-12-14 mmnMerge branch 'firefox-sub-link' into 'master'
2015-12-14 mmnMerge branch 'fix-twitter-uri' into 'master'
2015-12-14 Mikael NordfeldthMerge branch 'master' into nightly
2015-12-14 mmnMerge branch 'inbound-linkback' into 'master'
2015-12-14 mmnMerge branch 'twitter-check-dupe-by-uri' into 'master'
2015-12-14 mmnMerge branch 'repost-of-uf2' into 'master'
2015-12-14 Mikael NordfeldthMerge branch 'master' into nightly
2015-12-14 Mikael NordfeldthMerge branch 'master' into mmn_fixes
2015-12-14 mmnMerge branch 'at-mention-url' into 'master'
next