friendica
b9e485be54
this may actually fix the deliver loop when deleting existing items. It's hackish but I don't see any other way out.
2015-02-25 16:51:39 -08:00
friendica
b32841e2dd
Found the cause of the delete looping, and I can prevent it going forward. The issue remains what to do about comments which are already in the DB and have ITEM_ORIGIN incorrectly set. We can't exactly reset them because the "original" context has been lost. (Sorry but couldn't resist an insider pun that none of you will be able to follow anyway). Read the comments.
2015-02-25 15:27:33 -08:00
friendica
1a071ea4f0
call post_local hooks prior to storing a post that is going to be sourced. There are some fields in the actual stored item that may change when we start the second delivery chain so a few plugins may not deal with these items correctly. Since we only source public items these effects will be slight.
2015-02-25 03:16:43 -08:00
friendica
2a2cc309ce
solve some (hopefully most) missing delivery issues
2015-02-25 01:39:45 -08:00
friendica
1434130264
don't send deleted items upstream - only downstream.
2015-02-24 20:21:21 -08:00
friendica
08f054130f
require access token to view, query, or join directories in private realms, if the realm is so configured.
2015-02-24 16:36:27 -08:00
friendica
11df605c2e
support rel=me on channel "homepage" url
2015-02-24 00:45:03 -08:00
friendica
d29de912b4
public_recips cleanup
2015-02-23 16:27:12 -08:00
friendica
fbbcc10025
apply fix from 8d03774 to z_post_url also
2015-02-23 11:33:16 -08:00
zottel
8d03774666
make redirections restriction in z_fetch_url() work
2015-02-23 14:53:10 +01:00
friendica
1383915f86
notes about private realm registrations and multiple primary directories.
2015-02-22 22:58:09 -08:00
friendica
d0e7fc76cd
no longer needed
2015-02-22 20:59:24 -08:00
friendica
e1cf396feb
remove the new session functions from the trunk. Don't yet know if they'll come back or not.
2015-02-22 20:58:11 -08:00
friendica
324e59b1b6
remove these functions for now.
2015-02-22 18:06:33 -08:00
friendica
0109c0fcf3
fi8x the typo
2015-02-22 17:37:57 -08:00
friendica
86aefe0e01
new session functions
2015-02-22 15:27:45 -08:00
Habeas Codice
ffd47e6b95
catch negative ages
...
nix extra var
2015-02-20 19:48:51 -08:00
friendica
8c71e0e861
directory interface cleanup and documentation so that debugging realms won't be stabbing in the dark.
2015-02-19 17:42:18 -08:00
friendica
8db3677546
Diaspora tag replacement was wretchedly buggy. Use our standard tag replacement calls instead.
2015-02-19 16:29:49 -08:00
friendica
fc52536ce7
diaspora: move reshare encapsulation after tag parsing, since it seriously screws up the tag parser and reshares end up with a lot of unlinked tags.
2015-02-19 15:07:41 -08:00
RedMatrix
6dfc41ac7a
Merge pull request #901 from zzottel/master
...
also deliver public posts to channels with channel_w_stream = PERMS_AUTHED
2015-02-19 13:40:41 +11:00
RedMatrix
4a75d2d754
Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections
...
Changed bbcode [toc] and changed doc for beginning deveopers
2015-02-19 13:40:23 +11:00
zottel
d0fe0b5d5f
fix parens mismatch from last commit
2015-02-18 11:48:05 +01:00
zottel
9d745cd072
also deliver public posts to channels with channel_w_stream = PERMS_AUTHED
2015-02-18 11:44:43 +01:00
marijus
2fbb6a5ff5
do not send activity to channels with no permission to view filestorage
2015-02-18 10:41:38 +01:00
friendica
e00be4de23
The Diaspora communications policies allow comments to public posts literally from anybody. Allow this policy model by default for commenters from that network. This policy decision can be set or disabled on the addon/features settings page.
2015-02-17 19:47:36 -08:00
friendica
33e406d7fc
make tag clouds honour the full permissions repertoire, not just yes/no public/private, but who are you and what tags can you see
2015-02-17 18:13:20 -08:00
friendica
3d9273afad
Merge https://github.com/friendica/red into pending_merge
2015-02-16 17:01:41 -08:00
friendica
533f39debe
bring back like/dislike summaries on photos
2015-02-16 17:01:13 -08:00
Habeas Codice
d9d029470f
Merge branch 'master' of https://github.com/friendica/red
2015-02-16 15:13:31 -08:00
Habeas Codice
ca8e221018
normalize age data
...
mysql has type tinyint(3) which probably turns into a 24-bit value, but
postgres uses 3-digit decimal as its constraint (probably what the mysql
schema was intended to do). either that or mysql silently truncates while
postgres respects the constraint. Either way, bad data gets in unchecked, now
it's checked.
2015-02-16 15:09:43 -08:00
Habeas Codice
972fc91e12
remove superfluous non-boolean boolean
2015-02-16 15:08:53 -08:00
friendica
b4f639239f
mopping up the public site ratings
2015-02-16 11:09:12 -08:00
friendica
1c4b919980
force site_url to be lowercase when stored. Otherwise rating hubs on postgres could get real messy.
2015-02-15 23:45:22 -08:00
friendica
a5f7df4667
issue #860 , replace br html element with linefeed between table rows
2015-02-15 19:15:55 -08:00
Einer von Vielen
6ed8fb30b8
Changed bb code [toc] to make it more flexible
...
This usage is know closer to the original usage of
http://ndabas.github.io/toc/
Changed:
- jquery.toc.js: Do not check for empty headings
- bbcode.php: Added processing of [toc] with parameters
- main.js: Use the default params for jquery.toc.js
- bbcode.html: Added more help for [toc] and corrected some html
2015-02-14 20:33:51 +01:00
friendica
59828593c1
some ratings fixes
2015-02-13 14:25:04 -08:00
friendica
46eda6e723
Merge https://github.com/friendica/red into pending_merge
2015-02-13 13:05:14 -08:00
friendica
7bb2e25ea0
missing param
2015-02-13 13:04:31 -08:00
RedMatrix
39b7faca9a
Merge pull request #897 from solstag/tagfix
...
Fixes tag delivery regex for when multiple tags are present
2015-02-13 20:28:07 +11:00
Alexandre Hannud Abdo
8696795ce6
Fixes tag delivery regex for when multiple tags are present
...
Previous regex would cause matches to span several tags
when present, thus never recognizing the mention.
2015-02-13 07:10:29 -02:00
marijus
fb198b8a05
item_unseen update
2015-02-13 10:01:26 +01:00
friendica
4b513d3322
issue #896
2015-02-12 19:22:07 -08:00
friendica
da2349bb6a
provide relief to sites that are severely impacted by the slow ITEM_UNSEEN searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief.
2015-02-12 17:45:25 -08:00
Alexandre Hannud Abdo
6ec44793b3
Dot not trim body in order to avoid issues with signature checks
2015-02-12 05:44:24 -02:00
friendica
2b2fa5a973
issue #843
2015-02-11 20:38:06 -08:00
friendica
78b8754856
Merge https://github.com/friendica/red into pending_merge
2015-02-11 16:12:47 -08:00
friendica
c62d605608
well that was certainly fun. And the reason why likes and other acitivity deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain.
2015-02-11 16:11:21 -08:00
friendica
8c061f143f
more efficient processing of response activities, plus a proof of concept fix for the problem of receiving a delete notification before we actually get the item which we're supposed to delete.
2015-02-11 15:26:35 -08:00
marijus
b86ed864aa
to get the correct total count we should probably only count the arrays with count key set
2015-02-11 12:09:04 +01:00