aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Found the cause of the delete looping, and I can prevent it going forward. ↵friendica2015-02-253-15/+54
| | | | 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.
* call post_local hooks prior to storing a post that is going to be sourced. ↵friendica2015-02-252-0/+9
| | | | 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.
* solve some (hopefully most) missing delivery issuesfriendica2015-02-251-13/+55
|
* don't send deleted items upstream - only downstream.friendica2015-02-241-3/+6
|
* require access token to view, query, or join directories in private realms, ↵friendica2015-02-241-6/+12
| | | | if the realm is so configured.
* support rel=me on channel "homepage" urlfriendica2015-02-242-3/+3
|
* public_recips cleanupfriendica2015-02-231-18/+30
|
* apply fix from 8d03774 to z_post_url alsofriendica2015-02-231-1/+1
|
* make redirections restriction in z_fetch_url() workzottel2015-02-231-1/+1
|
* notes about private realm registrations and multiple primary directories.friendica2015-02-221-2/+2
|
* no longer neededfriendica2015-02-221-33/+0
|
* remove the new session functions from the trunk. Don't yet know if they'll ↵friendica2015-02-221-33/+0
| | | | come back or not.
* remove these functions for now.friendica2015-02-221-1/+2
|
* fi8x the typofriendica2015-02-221-1/+1
|
* new session functionsfriendica2015-02-221-0/+29
|
* catch negative agesHabeas Codice2015-02-201-6/+7
| | | | nix extra var
* directory interface cleanup and documentation so that debugging realms won't ↵friendica2015-02-192-6/+53
| | | | be stabbing in the dark.
* Diaspora tag replacement was wretchedly buggy. Use our standard tag ↵friendica2015-02-191-129/+27
| | | | replacement calls instead.
* diaspora: move reshare encapsulation after tag parsing, since it seriously ↵friendica2015-02-191-13/+12
| | | | screws up the tag parser and reshares end up with a lot of unlinked tags.
* Merge pull request #901 from zzottel/masterRedMatrix2015-02-191-2/+2
|\ | | | | also deliver public posts to channels with channel_w_stream = PERMS_AUTHED
| * fix parens mismatch from last commitzottel2015-02-181-2/+2
| |
| * also deliver public posts to channels with channel_w_stream = PERMS_AUTHEDzottel2015-02-181-2/+2
| |
* | Merge pull request #900 from einervonvielen/doc_dev_beginner_correctionsRedMatrix2015-02-191-2/+7
|\ \ | | | | | | Changed bbcode [toc] and changed doc for beginning deveopers
| * | Changed bb code [toc] to make it more flexibleEiner von Vielen2015-02-141-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | do not send activity to channels with no permission to view filestoragemarijus2015-02-181-2/+21
| |/ |/|
* | The Diaspora communications policies allow comments to public posts ↵friendica2015-02-171-17/+35
| | | | | | | | 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.
* | make tag clouds honour the full permissions repertoire, not just yes/no ↵friendica2015-02-171-2/+7
| | | | | | | | public/private, but who are you and what tags can you see
* | Merge https://github.com/friendica/red into pending_mergefriendica2015-02-162-4/+9
|\ \
| * \ Merge branch 'master' of https://github.com/friendica/redHabeas Codice2015-02-165-25/+10
| |\ \
| * | | normalize age dataHabeas Codice2015-02-161-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | remove superfluous non-boolean booleanHabeas Codice2015-02-161-2/+2
| | | |
* | | | bring back like/dislike summaries on photosfriendica2015-02-162-5/+1
| |/ / |/| |
* | | mopping up the public site ratingsfriendica2015-02-161-0/+7
| | |
* | | force site_url to be lowercase when stored. Otherwise rating hubs on ↵friendica2015-02-151-1/+1
| | | | | | | | | | | | postgres could get real messy.
* | | issue #860, replace br html element with linefeed between table rowsfriendica2015-02-151-0/+1
| |/ |/|
* | some ratings fixesfriendica2015-02-132-24/+1
|/
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-132-2/+3
|\
| * Merge pull request #897 from solstag/tagfixRedMatrix2015-02-131-2/+2
| |\ | | | | | | Fixes tag delivery regex for when multiple tags are present
| | * Fixes tag delivery regex for when multiple tags are presentAlexandre Hannud Abdo2015-02-131-2/+2
| | | | | | | | | | | | | | | Previous regex would cause matches to span several tags when present, thus never recognizing the mention.
| * | item_unseen updatemarijus2015-02-131-0/+1
| |/
* / missing paramfriendica2015-02-131-1/+1
|/
* issue #896friendica2015-02-121-2/+4
|
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN ↵friendica2015-02-126-14/+12
| | | | 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.
* Dot not trim body in order to avoid issues with signature checksAlexandre Hannud Abdo2015-02-121-2/+2
|
* issue #843friendica2015-02-112-2/+5
|
* Merge https://github.com/friendica/red into pending_mergefriendica2015-02-111-1/+10
|\
| * to get the correct total count we should probably only count the arrays with ↵marijus2015-02-111-1/+10
| | | | | | | | count key set
| * typo agree->disagreemarijus2015-02-111-1/+1
| |
* | well that was certainly fun. And the reason why likes and other acitivity ↵friendica2015-02-111-3/+4
| | | | | | | | deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain.
* | more efficient processing of response activities, plus a proof of concept ↵friendica2015-02-113-19/+59
| | | | | | | | fix for the problem of receiving a delete notification before we actually get the item which we're supposed to delete.