Mikael Nordfeldth
c4e1cd1289
Added OpportunisticQM README that has good docs
2014-03-06 14:45:18 +01:00
Mikael Nordfeldth
5e4a275220
Clear Attentions when notice or profile is removed
2014-03-06 14:43:36 +01:00
Mikael Nordfeldth
bed8cc48bc
Add an index for Attention notice_ids too
...
Not sure if this is really needed, since notice_id and profile_id together
build up the primary key. That might cause MySQL to index them anyway.
2014-03-06 14:42:29 +01:00
Mikael Nordfeldth
aff6a66178
Add Attention stuff to TwitterBridge
2014-03-06 14:28:27 +01:00
Mikael Nordfeldth
018fd84032
Add Attention class for non-sub and non-mention notice attentions
2014-03-06 14:22:26 +01:00
Mikael Nordfeldth
5127a83935
Add Managed_DataObject getID() to avoid $obj->id
2014-03-06 14:21:44 +01:00
Mikael Nordfeldth
3be0e44490
Stricter typing + user detection in Realtime
2014-03-06 13:23:08 +01:00
Mikael Nordfeldth
c5c4bc10dc
Favicon updated to match new theme images
2014-03-06 13:10:30 +01:00
Mikael Nordfeldth
36a55d8436
Use CachingNoticeStream for "All" feed (hope it works)
2014-03-06 11:47:27 +01:00
Mikael Nordfeldth
2272cc244d
Removed Inbox from core (unused since 4b2a66ed29
)
...
Added the following FIXME:
How should a Twitter user get their Inbox filled with foreign tweets?
Every imported Twitter user has a profile in the Profile table, so we
could setup a Subscription entry for each of those, meaning they get
collected in the InboxNoticeStream... But this would mean a lot of
unnecessary entries and listings that generally just point to the
locked down Twitter service.
Let's figure out a good relation so we can connect any profile to any
imported foreign notice, so it shows up in the "all" feed.
2014-03-06 04:46:29 +01:00
Mikael Nordfeldth
4b2a66ed29
New mechanism for "all" feed (InboxNoticeStream)
...
Also cleaned up and made typing stricter for the stream, so only
profiles can be submitted. This reasonably also means we can create
"inbox" or "all" streams for foreign profiles as well using the same
stream handler (but of course only for messages we already know about).
To avoid looking up posts for a long time in a large notice database,
the lookback period for the inbox is no longer than the profile creation
date. (this matches the behaviour of Inbox)
Inbox class can probably be removed now.
2014-03-06 04:18:54 +01:00
Mikael Nordfeldth
c812e7c0d6
Removed deprecated Inbox functions not in use from User
2014-03-06 03:41:50 +01:00
Mikael Nordfeldth
f0c718b1af
Trying to remove Inbox, first steps
2014-03-06 02:43:28 +01:00
Mikael Nordfeldth
da87e742f8
Treat author just as anyone else (Notice distrib)
2014-03-06 01:55:23 +01:00
Mikael Nordfeldth
00db57949f
Always queue inbox distribution
2014-03-06 01:50:54 +01:00
Mikael Nordfeldth
c0f65f6ea7
Merge branch 'master' into FeedPoller
2014-03-06 01:15:19 +01:00
Mikael Nordfeldth
1056348029
Merge commit 'refs/merge-requests/11' of git://gitorious.org/statusnet/gnu-social into merge-requests/11
2014-03-05 13:58:32 +01:00
Mikael Nordfeldth
e571e64e9e
Make ostatussub conform to coding standards a bit
2014-03-05 13:44:45 +01:00
Mikael Nordfeldth
f323f234d7
Better typing for isSubscribed
2014-03-05 13:44:34 +01:00
Mikael Nordfeldth
f83b2cf324
Handle removed profile more gracefully in noticelist
...
Just hide it from the visitor, but log a warning (and error, since
the exception itself logs that).
2014-03-05 01:27:27 +01:00
Mikael Nordfeldth
4baaf7274c
Spiffing up all.php and making it more profile:y
2014-03-05 01:17:34 +01:00
Mikael Nordfeldth
dc0ae2785d
SubMirror now works again against old PuSH
...
There was a problem with (specifically at least) PuSHpress for
Wordpress. A previous attempt to perform a DB transaction backfired
because the remote side could connect to the callback before our
commit had gone through.
I take full responsibility for introducing the bug in the first place :)
2014-03-03 00:01:13 +01:00
Mikael Nordfeldth
83f50d25c0
Cosmetic changes to SubMirror actions
2014-03-02 23:06:21 +01:00
Mikael Nordfeldth
6f427d7e43
Remove Twitter from SubMirror
...
Twitter removed Atom feeds in API v1.1, so there is no way to mirror
a feed without screen-scraping or registering a dev account with them.
2014-03-02 22:58:23 +01:00
Mikael Nordfeldth
8ef29b70d1
GNU social naming, not StatusNet
2014-03-02 22:53:48 +01:00
Jean Baptiste Favre
29f0922705
Add check after oembed API call. In case of error, returned value is false which generate error messages 'Trying to get property of non-object'.
2014-03-02 15:06:06 +01:00
Mikael Nordfeldth
8b04bcb310
Prepare for >1024 RSA keys for Salmon signatures
2014-03-02 11:47:38 +01:00
Mikael Nordfeldth
5144c0cb78
Throw exception, don't return null in Conversation::create
2014-03-01 17:19:10 +01:00
Mikael Nordfeldth
5c505d8539
Conversation ID now gets set from initial notice.
...
This will work without much extra effort because there will always be
more notices (higher value) than conversations (so no collisions).
But please run upgrade.php to avoid having an autoincrement id on
conversation table.
Installations using code after 2014-03-01 will have identical
conversation IDs to the initial (conversation root) notice IDs. This
will not affect older installations, which will have very different
values.
2014-03-01 17:12:40 +01:00
Mikael Nordfeldth
9291225a69
Don't show installation form on checkPrereqs fail.
...
...and be a bit more instructive on how to continue installing.
2014-03-01 16:39:18 +01:00
Mikael Nordfeldth
13736bbb89
Updating version check to match requirements
...
Also removing a legacy check for, nowadays, unsupported versions.
2014-03-01 16:19:00 +01:00
Mikael Nordfeldth
827d6018a7
Less StatusNet, more GNU social
...
We've still got stuff like the update-subscription thing to set up.
2014-03-01 14:14:39 +01:00
Mikael Nordfeldth
099b65eb99
Use UTF-8 for installer page
2014-03-01 14:05:39 +01:00
Mikael Nordfeldth
c514cac31d
JSON is a required PHP extension for GNU social.
2014-03-01 13:58:03 +01:00
Mikael Nordfeldth
1591c0458e
INSTALL file clarifications
2014-03-01 13:42:10 +01:00
Mikael Nordfeldth
32d88d5726
Minor language fixes
2014-03-01 13:38:31 +01:00
Mikael Nordfeldth
268ce0770a
Merge commit 'refs/merge-requests/10' of git://gitorious.org/statusnet/gnu-social into merge-requests/10
2014-03-01 13:36:57 +01:00
Mikael Nordfeldth
94741e6f7d
We have removed minified javascripts from core
2014-03-01 13:21:42 +01:00
Mikael Nordfeldth
e2dcff6025
Installation should note we're using GNU social
2014-03-01 13:17:17 +01:00
Jean Baptiste Favre
989d6df1e8
Fix typo in INSTALL. Thanks @postblue for reporting
2014-03-01 12:16:38 +01:00
Jean Baptiste Favre
c6243bceea
Update documentation to reflect queueadmon changes. Also add basic opportunisticqm description
2014-03-01 12:16:38 +01:00
Jean Baptiste Favre
88c4630063
Dynamically enable scripts/queuedaemon.php into scripts/getvaliddaemons.php depending on common_config('queue', 'daemon') value. True = enabled, False=disabled. Default is false (see previous commit)
2014-03-01 12:16:38 +01:00
Jean Baptiste Favre
7f4e6aaafa
Introduce new config option common_config('queue','daemon').Allows to dynamically enable scripts/queuedaemon.php into scripts/getvaliddaemons.php
2014-03-01 12:16:38 +01:00
Mikael Nordfeldth
bc554ea9c2
Bad route config (thanks brw12)
...
ben wheeler submitted this bug report with a patch for StatusNet.
2014-03-01 12:01:21 +01:00
Mikael Nordfeldth
fc047bd6e6
Minor code cleanup with group related actions (thanks brw12)
...
Originated from brw12 who noticed an incorrect variable name used in
an error message in actions/apigroupjoin.php:109
2014-03-01 12:01:17 +01:00
Mikael Nordfeldth
9a03ec98e7
Don't forget to strip 'Plugin'. (_MrB_ rocks, MMN-o sucks.)
...
Paths are like "plugins/Realtime/...", not "plugins/RealtimePlugin/...".
2014-03-01 11:07:58 +01:00
Mikael Nordfeldth
d6ca90bb21
Partly revert 97830b0701
(thanks _MrB_)
...
require_once lines were required since _plugins_ don't __autoload
Also, Realtime would load the wrong URL for css/js since $this->name()
returns get_class($this) instead of the calling class' __CLASS__.
2014-02-27 23:30:35 +01:00
Mikael Nordfeldth
c6bdafb3d0
nl2br so we get proper newlining when publishing \r, \n or \r\n
2014-02-24 18:00:53 +01:00
Mikael Nordfeldth
96b0cfe662
Don't discard XML in queue items
...
XMPP messages on -out at least were strings of XML that were stopped
because they weren't JSON.
2014-02-24 14:11:34 +01:00
Mikael Nordfeldth
1e37f374b3
Making us less dependant on javascript trust
...
Many of the microapps are pretty javascript dependant, but at least
we should allow users to get to the new notice field without allowing
javascript to run in the browser. :)
2014-02-24 02:05:31 +01:00