friendica
cb15c73dae
move all theme initialisation to one place - just after calling module_init. Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
2014-10-20 16:47:58 -07:00
friendica
c909b8be06
don't auto-archive connections we can't poll.
2014-10-19 21:41:38 -07:00
friendica
8227be0ab0
show true author of wall-to-wall comments to Diaspora viewers just like we did for wall-to-wall posts.
2014-10-19 19:20:25 -07:00
friendica
fd492386bf
Tried this once before but had to revert. Basically prevent a comment from being relayed more than once - as it's a huge drain on resources. But last time I tried this, wall-to-wall comments stopped getting relayed. This checkin should do the right thing in both conditions.
2014-10-19 17:31:10 -07:00
friendica
bae3029c63
merge madness
2014-10-19 16:12:05 -07:00
friendica
e8be2ff8da
wall-e random signature failures
2014-10-19 15:54:20 -07:00
friendica
7bbe700f3f
mark signature forgeries
2014-10-16 16:19:19 -07:00
Stefan Parviainen
e425def2a2
Merge branch 'master' of https://github.com/pafcu/red
2014-10-16 21:37:14 +02:00
Stefan Parviainen
6867a8a7f6
Login menu
2014-10-16 17:21:37 +02:00
friendica
e1f88fd15d
jsonp support (thankxs fabrixxm)
2014-10-16 02:02:11 -07:00
friendica
4cbe696859
remove log statement
2014-10-15 18:36:36 -07:00
friendica
ae9e1fa688
missing event permissions
2014-10-15 18:35:56 -07:00
friendica
e80c20d258
Don't recognise hashtags starting with #, e.g. ###
2014-10-15 17:55:20 -07:00
friendica
65b84e839a
back to wrestling with the !@#$ diaspora recursive reshare from hell
2014-10-14 18:47:08 -07:00
friendica
2db7d88e28
this is the reason Diaspora forum tagging was broken
2014-10-14 18:02:34 -07:00
friendica
903f7e73fb
if a hubloc primary change results in an xchan primary change, create a directory update packet.
2014-10-13 21:44:46 -07:00
friendica
0057612a9f
figuring out how to bootstrap the change_primary procedure when all you have is inconsistent data which you think you trust.
2014-10-13 21:38:36 -07:00
friendica
19e1b95837
don't use cached data
2014-10-13 21:01:51 -07:00
friendica
bd4dd85fbb
there's the problem
2014-10-13 20:53:34 -07:00
friendica
8a907a789f
more diagnostic when changing primary
2014-10-13 17:59:03 -07:00
friendica
3d56bb5cd7
this bug has been there for a *long* time. First time I've ever seen it triggered.
2014-10-13 16:21:02 -07:00
friendica
b740baf6a9
Merge https://github.com/friendica/red into pending_merge
2014-10-13 16:13:13 -07:00
friendica
6503b91131
sql
2014-10-13 16:12:32 -07:00
friendica
1b0390af06
new function hubloc_change_primary()
2014-10-13 15:27:56 -07:00
Klaus Weidenbach
bc2ad74813
When you delete something in /cloud stay in the right folder.
...
When you deleted a file in /cloud you was always jumped back to /cloud/[channel],
now you will stay in the parent folder.
Some more doxygen documentation.
Removed duplicate data from logging output and reduced logging in RedDAV in general.
2014-10-14 00:15:41 +02:00
friendica
41b74dd7ac
diaspora_send_status() - recalculate markdown translation to pickup any later message changes after original submission like wall-to-wall attributions for instance. Normally this would've come from our cached version which was stored prior to tag_deliver being run and therefore isn't yet aware that wall-to-wall status may have changed after delivery.
2014-10-12 21:20:08 -07:00
RedMatrix
b1ea4f9e11
Merge pull request #636 from dawnbreak/RedDAV
...
Moved classes from reddav.php into own files.
2014-10-13 09:59:01 +11:00
friendica
718bea5d45
cleanup of sync_locations and better logging. There was one significant code change but it is unrelated to current issues, basically if no primary was set we were setting everything as primary.
2014-10-12 15:18:49 -07:00
friendica
4bf758cc5b
content deletion issue
2014-10-12 01:40:48 -07:00
Klaus Weidenbach
dc4593f5b5
Moved classes from reddav.php into own files.
...
Finished moving classes out from include/reddav.php into own files. Also
continued with namespace for RedDAV.
Improved some docs and added some todos and fixmes.
2014-10-12 00:33:37 +02:00
friendica
3d0d36b2bc
fix diaspora reshare tags
2014-10-10 19:14:37 -07:00
friendica
f26cd5a636
ah yes, the redundant relay run was for the benefit of wall-to-wall posts issue #633
2014-10-10 15:17:32 -07:00
friendica
b5f91d7b40
missing source route after edit
2014-10-10 14:45:18 -07:00
friendica
0991a5a494
remove remnants of old signing structure - now using diaspora_meta
2014-10-10 14:11:13 -07:00
friendica
aae1d11de8
reset route to parent route on Diaspora comments flowing upstream so they won't be rejected going downstream
2014-10-10 14:04:05 -07:00
friendica
5bfde82258
make sure diaspora comments get the correct route
2014-10-10 13:56:31 -07:00
friendica
cde244ef74
improvement in source route checking when handling complex *upstream* delivery chains, which were not adequately accounted for in the earlier checkin.
2014-10-10 00:13:46 -07:00
friendica
4634049549
allow (our own) ajax urls to pass through bbcode intact.
2014-10-09 20:59:33 -07:00
friendica
effc8960c3
OK this is important. So read it carefully.
...
This checkin implements route matching of comments so that they are only accepted from the same route as the top-level post they are attached to. This way there should be no mis-match of permissions between any posts in the thread. It may not be completely compatible with comments posted in the past (though I've tried to be, there may be some minor issues). In addition it seems that relaying was invoked more often than necessary - especially when a duplicate post arrived which was not processed because the edited time hadn't changed - it still invoked relaying. This fix should improve site performance considerably for comments cross-posted to forums; which got bounced around a bit and delivered redundantly for no reason.
Roll this back *only* if it causes a meltdown or comment loss is "serious" (as in OMG people are dying, make it stop!). If we can get past 24 hours without serious issue we need to get everybody onto this code. There may be some minor comment loss (mostly affecting new comments to older posts or likes of older comments) until the majority of sites have moved to the new code.
It may be difficult or impossible to deliver comments to posts that pre-date the addition of source routes (April 1, 2014) to anybody but the top-level post author at his/her primary hub. We may wish to close comments on these posts, but let's see how we go before doing that.
2014-10-09 18:12:53 -07:00
friendica
1adb7a2eef
allow a site to over-ride the system app list without causing git issues
2014-10-09 15:22:21 -07:00
friendica
6806888fa4
return of the missing diaspora wall-to-wall attribution
2014-10-09 03:36:50 -07:00
marijus
f9200027d0
fix userinfo icon size
2014-10-09 11:31:48 +02:00
friendica
fc0576acf8
try to track down intermittent wall-to-wall attribution on Diaspora exported posts
2014-10-09 01:02:54 -07:00
friendica
9ac12d6f32
oembed issues
2014-10-08 20:37:46 -07:00
friendica
6d0fbba7b4
change parent constructor per discussion
2014-10-08 17:12:10 -07:00
friendica
ddcc0ad567
dav issue
2014-10-08 16:47:30 -07:00
friendica
bca4d540e0
disable email notifications when bulk importing content.
2014-10-08 15:15:20 -07:00
friendica
202039d389
don't double-encode hashtags
2014-10-08 14:47:24 -07:00
friendica
1fc3138c37
soundcloud using a slightly different oembed mechanism - react accordingly
2014-10-08 06:09:15 -07:00
RedMatrix
98af2de9b4
Merge pull request #626 from habeascodice/master
...
regex missing terminator char
2014-10-08 23:30:24 +11:00