friendica
|
bbc9e4427e
|
honour service class restrictions for total_identities, total_channels ("friends") and total_feeds both when importing channels and subsequently when syncing clones. Limits are based on the local system - additional entries are silently dropped.
|
2014-09-15 17:17:00 -07:00 |
|
friendica
|
5ea6f27792
|
final piece of the mrjive delivery puzzle, and now we've got most all the tools to implement mod_hubman
|
2014-09-15 13:37:57 -07:00 |
|
Thomas Willingham
|
68ecc673b1
|
Merge remote-tracking branch 'upstream/master'
|
2014-09-15 17:10:11 +01:00 |
|
friendica
|
0dc33900b6
|
provide a way to sync locations and get rid of bogus hublocs, now implemented
|
2014-09-14 22:19:19 -07:00 |
|
Thomas Willingham
|
e3b967f475
|
Very, very cautiously let a developer switch to the sys chan if
they're also an administrator.
|
2014-09-15 03:59:04 +01:00 |
|
Thomas Willingham
|
b6612693b6
|
Bugger, revert - not only a dodgy cut and paste between terminals, but
also pushed to the wrong repo
|
2014-09-15 03:55:49 +01:00 |
|
Thomas Willingham
|
e3783dfdd4
|
Very, very cautiously, let a developer switch to the sys chan, if
they're also an admin.
|
2014-09-15 03:51:41 +01:00 |
|
friendica
|
f2b0311f9d
|
that won't work...
|
2014-09-14 19:20:16 -07:00 |
|
friendica
|
b2fe2b067a
|
bb2diaspora_itemwallwall not finding author elements - inserting empty bbcode
|
2014-09-14 19:17:05 -07:00 |
|
friendica
|
5042847334
|
fix diaspora_retraction
|
2014-09-14 19:04:36 -07:00 |
|
friendica
|
bcc9057d8c
|
pull the plug on the old location sync section of import_xchan - this has now been split off into its own function. Cross fingers because this is core functionality which was tried and true, well tested; and now it's a bit different.
Please revert this if the matrix breaks in the next few hours.
|
2014-09-14 18:09:16 -07:00 |
|
friendica
|
0a5f0fe10b
|
Merge https://github.com/friendica/red into pending_merge
|
2014-09-14 17:11:50 -07:00 |
|
friendica
|
6be6b41a42
|
privacy issue - restrictive stream permission setting with a non-targetted post cannot be enforced on remote networks. Restrict these posts to zot network.
|
2014-09-14 17:07:39 -07:00 |
|
Jeroen
|
9b80667326
|
Thanks to Thomas other people see now your posts on your channel page also linked to source. If enabled.
|
2014-09-14 13:59:27 +00:00 |
|
Jeroen
|
254dc0ec98
|
Made link post titles to source optional in display settings. Hopefully I did a right.
|
2014-09-14 12:39:11 +00:00 |
|
friendica
|
c27b60d981
|
more heavy lifting on the hubloc management and revocation infrastructure; don't rush me. This is going to become a fundamental part of zot. It deserves careful consideration.
|
2014-09-14 01:48:54 -07:00 |
|
friendica
|
0350b76d85
|
some backend work for the remaining missing bits of mod_hubman - this is still a fair ways from being complete and is not ready for prime time. Basically we'll let a channel send out a public message saying "these are my currently approved locations" and anything that isn't in the list will be marked deleted. We'll send out this message when locations change somehow - either through direct personal involvement (hub revoke, change primary, channel import) or during a system rename or "find bad/obsolete hublocs" activity. This way we won't have clones sending back location info we just got rid of and re-importing the bad entries.
|
2014-09-13 16:00:09 -07:00 |
|
friendica
|
b1809f5f0c
|
log why this doesn't get executed
|
2014-09-12 15:10:53 -07:00 |
|
friendica
|
ab7f2db4d7
|
doc updates and a couple of issues spotted in the logs (diaspora likes, feed author import)
|
2014-09-12 00:59:23 -07:00 |
|
friendica
|
20be358ec2
|
bad redirects
|
2014-09-11 23:01:58 -07:00 |
|
friendica
|
6ec12c66c3
|
red group/collection query calls for api
|
2014-09-11 21:41:45 -07:00 |
|
friendica
|
e68185fc05
|
don't allow an xchan to be imported with an empty name. To avoid translation issues we'll just make it '-'.
|
2014-09-11 18:11:07 -07:00 |
|
friendica
|
3a10956b20
|
correct item author for feeds with multiple or different authors
|
2014-09-11 17:27:49 -07:00 |
|
friendica
|
5547222da2
|
add gif to supported image types (if it's supported)
|
2014-09-11 15:50:35 -07:00 |
|
friendica
|
1b3196862d
|
issue #588 can't add feeds to collections using connedit page group sidebar widget
|
2014-09-11 02:19:21 -07:00 |
|
friendica
|
10f6f355d4
|
disabling ability for diaspora to plustag redmatrix forums. See the notes.
|
2014-09-10 22:35:09 -07:00 |
|
friendica
|
f1539a65e5
|
possible solution to diaspora walltowall mistaken attribution
|
2014-09-10 22:21:19 -07:00 |
|
friendica
|
de89bdc45f
|
encrypt diaspora_meta since it may contain private message contents
|
2014-09-10 19:02:00 -07:00 |
|
friendica
|
79bd451631
|
fix the like signatures to the "new ordering" - inbound and outbound
|
2014-09-10 16:32:19 -07:00 |
|
friendica
|
d891b09b22
|
don't include plus-sign in the stored term for imported mentions
|
2014-09-10 01:27:52 -07:00 |
|
friendica
|
e45a9b1522
|
this should be the final piece of the puzzle
|
2014-09-09 23:23:52 -07:00 |
|
friendica
|
f09b7ca409
|
cross-network mention issues
|
2014-09-09 23:12:17 -07:00 |
|
friendica
|
cb10da3eef
|
Did I ever mention how much I HATE hacking crypto? If you've got a protocol doc that says how you sign something, you damm well better sign it that way.
|
2014-09-09 22:45:26 -07:00 |
|
friendica
|
e7b005b1f8
|
go through the entire discovery sequence for mentions to make sure we have the correct URL
|
2014-09-09 22:33:23 -07:00 |
|
friendica
|
c1713d49e0
|
diaspora connections being marked orphan on directory servers
|
2014-09-09 21:54:25 -07:00 |
|
friendica
|
c02554ad36
|
some fixes for auto-perms across networks
|
2014-09-09 21:38:51 -07:00 |
|
friendica
|
89b65e554c
|
reduce log level of inbound d* posts until we get through some of the more serious federation issues
|
2014-09-09 20:32:03 -07:00 |
|
friendica
|
5ede60e742
|
and provide a strong hint by showing the errant account_flags
|
2014-09-09 18:26:40 -07:00 |
|
friendica
|
c11fc95d97
|
in case somebody has problems and does an update to try and fix it, put something in the logs to show what's happening.
|
2014-09-09 18:23:50 -07:00 |
|
friendica
|
18f8f08367
|
argument order reversed in downgrade_accounts
|
2014-09-09 17:25:31 -07:00 |
|
friendica
|
537f101554
|
encode rss message-id's - warning this will double store all existing rss feed items and probably make a mess of things
|
2014-09-09 16:28:33 -07:00 |
|
friendica
|
f52e754dc6
|
put back old pointer
|
2014-09-09 15:53:58 -07:00 |
|
friendica
|
420fd59513
|
fix empty reshared content
|
2014-09-09 15:52:52 -07:00 |
|
friendica
|
409c89d629
|
doco correction
|
2014-09-09 04:10:01 -07:00 |
|
friendica
|
386156138f
|
syntax error in dba driver, document z_post_url
|
2014-09-09 02:42:07 -07:00 |
|
friendica
|
9753453ec4
|
if we have php54 don't log the whole damn stack on a db error, just the current frame
|
2014-09-09 01:23:52 -07:00 |
|
friendica
|
4384fa8b12
|
d* friending vsprintf error
|
2014-09-09 01:14:15 -07:00 |
|
friendica
|
384eace32a
|
heavy lifting on diaspora likes. Still needs much more work - especially as we're ignoring signatures at this time
|
2014-09-08 22:32:05 -07:00 |
|
friendica
|
e4e9098f39
|
prevent red#matrix smilie replacements from tripping over each other.
|
2014-09-08 21:36:33 -07:00 |
|
friendica
|
b7c1ad8cb2
|
diaspora_like - sql error
|
2014-09-08 21:08:50 -07:00 |
|
friendica
|
21290bffce
|
one more time
|
2014-09-08 20:47:36 -07:00 |
|
friendica
|
b56e49d196
|
missed one
|
2014-09-08 20:45:17 -07:00 |
|
friendica
|
c6d07feff5
|
This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00'
|
2014-09-08 20:35:15 -07:00 |
|
friendica
|
8fbeb370db
|
attempt to format diaspora reshares correctly. This might be an iterative process.
|
2014-09-08 17:29:37 -07:00 |
|
friendica
|
715417c0e3
|
import_profile_photo array warnings
|
2014-09-08 16:06:15 -07:00 |
|
friendica
|
ed847a91f6
|
add categories to events
|
2014-09-07 22:14:28 -07:00 |
|
friendica
|
3cff9c55ba
|
support the recent (2 years ago) changes to diaspora photo embeds
|
2014-09-06 15:11:56 -07:00 |
|
friendica
|
8cbeeb09da
|
extra_query_args() restricted to $_GET only. $_REQUEST was adding cookies and this is undesired and potentially a security issue.
|
2014-09-06 03:11:07 -07:00 |
|
friendica
|
28b75b028d
|
ajax work
|
2014-09-06 00:37:15 -07:00 |
|
friendica
|
7a9b1c4a77
|
illegal string offset warnings
|
2014-09-05 15:00:08 -07:00 |
|
friendica
|
01a5ac92a8
|
improved logging if you're using php54 or later
|
2014-09-04 23:13:46 -07:00 |
|
friendica
|
4875473c1b
|
issue #451 - clear gid and cid from network tab if discover is selected
|
2014-09-04 22:41:02 -07:00 |
|
friendica
|
c7370df1cf
|
bb2diaspora_itembody - empty body, that explains a lot
|
2014-09-04 21:27:13 -07:00 |
|
friendica
|
80f956a622
|
fix the client side of poco
|
2014-09-04 19:45:26 -07:00 |
|
friendica
|
1e5e70fcf4
|
import_author_rss not succeeding, missing url
|
2014-09-04 19:15:01 -07:00 |
|
friendica
|
955567fe5f
|
unset item_nocomment when starting a new delivery chain
|
2014-09-04 18:52:37 -07:00 |
|
friendica
|
e426f48a26
|
oops forgot about the privacy exclusion
|
2014-09-04 18:06:59 -07:00 |
|
friendica
|
d1dfddbe80
|
allow feeds to be sourced
|
2014-09-04 16:51:24 -07:00 |
|
friendica
|
1102499c71
|
realm detection logic reversed
|
2014-09-04 16:09:52 -07:00 |
|
friendica
|
ca2bf76b06
|
allow stuff with Diaspora authors to federate in zot conversations even if the local site has diaspora disabled. This way it won't look like folks are talking to themselves.
|
2014-09-04 01:13:01 -07:00 |
|
friendica
|
6ad9d9f845
|
sort out some of the bb2d madness
|
2014-09-03 22:00:18 -07:00 |
|
friendica
|
96a9378fd7
|
this is turning into a wretched mess. It's going to get worse before it gets better, but I'm trying to do this incrementally so I don't break the whole shebang for a few days. It will get better once all the bbcode translation is done in a single place (cross fingers), and we can just sign the post once when we submit it and be done with it. If Diaspora ever implements editing of existing posts we'll have to go back and do the whole wretched mess over again.
|
2014-09-03 21:14:24 -07:00 |
|
friendica
|
844087bc71
|
implement service class for feed polling frequenecy, fixed a service class bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
|
2014-09-03 19:07:14 -07:00 |
|
friendica
|
e8ef515b61
|
store diaspora meta info in the item table. It has to go there or it will kill us with complex joins. We can phase out the sign table once this all checks out.
|
2014-09-03 05:09:43 -07:00 |
|
friendica
|
75d0f6329c
|
outbound feed issue
|
2014-09-03 01:09:28 -07:00 |
|
friendica
|
5715d5f4c7
|
fix diaspora_handle_from_contact()
|
2014-09-02 22:50:32 -07:00 |
|
friendica
|
f36b58eb45
|
if we don't have a stored diaspora author signature which has been passed the baton since the post's creation, fill in the field with their redmatrix signature. It's pointless, but there's so much pointless stuff in here that I doubt it matters. From what I can ascertain - nobody is going to look at it anyway.
|
2014-09-02 21:55:40 -07:00 |
|
friendica
|
8337fd7bb4
|
try to proceed with a diaspora relayable even if we don't have the original author's signature.
|
2014-09-02 21:43:46 -07:00 |
|
friendica
|
7001f41d3d
|
provide a config option to prevent wall uploads (photos and files) from being set to the same ACL as the containing post, and instead are uploaded with public visibility (no ACL). This is to prevent folks on other networks from seeing prohibited signs for things uploaded into a private conversation. It is primarily useful when posting to collections that have mixed folks from red and other networks and an otherwise public (typical) profile. Consequently, these uploads will match your chosen default visibility for photos and storage and not that of the containing conversation item (and is only useful if the default visibility is public). This choice must be explained adequately because it represents a complex series of tradeoffs and side effects. It will reduce complaints from other networks about blocked content, but essentially forces you to use another method (dav or the photos page) if you wish to upload protected files/media.
|
2014-09-02 21:11:09 -07:00 |
|
friendica
|
c7decf70a2
|
feed removal issue
|
2014-09-02 17:43:42 -07:00 |
|
friendica
|
2c94d59cba
|
use feed title for channel name before checking author, make feed items shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!)
|
2014-09-02 17:21:12 -07:00 |
|
friendica
|
9dac46ca25
|
minor nits
|
2014-09-01 22:59:11 -07:00 |
|
friendica
|
688722de5b
|
fix phantom attachments in feeds
|
2014-09-01 20:59:53 -07:00 |
|
friendica
|
f64abf3ad8
|
logic inverted
|
2014-09-01 20:41:05 -07:00 |
|
friendica
|
148f4e8795
|
issue #578 - this won't fix old items but should work going forward. The extra time slop shouldn't be needed and will in fact result in possibly undesired redundancy.
|
2014-09-01 19:55:43 -07:00 |
|
Thomas Willingham
|
1c0be39943
|
Merge remote-tracking branch 'upstream/master'
|
2014-09-02 01:57:30 +01:00 |
|
friendica
|
a2146021f3
|
use feed icon as default avatar for rss connections
|
2014-09-01 16:32:35 -07:00 |
|
friendica
|
76a72a997d
|
honour the feed_contacts setting
|
2014-09-01 04:17:10 -07:00 |
|
friendica
|
2a37d99958
|
get out the sunnies
|
2014-08-31 22:15:00 -07:00 |
|
friendica
|
a63de472cf
|
various rss fixes
|
2014-08-31 20:51:05 -07:00 |
|
friendica
|
89d5c42df1
|
service class check for feeds. Note limit is account based, not channel based.
|
2014-08-31 19:30:35 -07:00 |
|
friendica
|
f8e6395ef3
|
rss feed discovery
|
2014-08-31 18:50:30 -07:00 |
|
friendica
|
2d0ad0625a
|
sql error in profile_activity
|
2014-08-31 16:24:05 -07:00 |
|
Thomas Willingham
|
473e582d1f
|
Add check_upstream_directory() to check that your directory is still
a directory, and if it isn't, let find_upstream_directory() find you
a new one.
|
2014-08-31 16:58:17 +01:00 |
|
friendica
|
45c35d97b8
|
doc change - read it.
|
2014-08-30 22:53:21 -07:00 |
|
friendica
|
e9bf742cc7
|
insecure network filter
|
2014-08-30 17:03:26 -07:00 |
|
friendica
|
88f8900ac5
|
various diaspora issues
|
2014-08-29 17:31:40 -07:00 |
|
friendica
|
c6b67518d6
|
more queue tweaks
|
2014-08-28 22:55:40 -07:00 |
|
friendica
|
00004e1a12
|
the queue driver is universal now - we don't need to filter it.
|
2014-08-28 22:42:19 -07:00 |
|
friendica
|
8a62b824f9
|
lots of little Diaspora issues
|
2014-08-28 21:49:13 -07:00 |
|