aboutsummaryrefslogtreecommitdiffstats
path: root/include/externals.php
Commit message (Collapse)AuthorAgeFilesLines
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-1/+1
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* issue #578 - this won't fix old items but should work going forward. The ↵friendica2014-09-011-1/+1
| | | | extra time slop shouldn't be needed and will in fact result in possibly undesired redundancy.
* provide the site blacklist everywhere it is neededfriendica2014-08-211-1/+1
|
* add another important notefriendica2014-07-221-0/+2
|
* provide ability to blacklist sites from "Discover".friendica2014-07-221-0/+22
|
* soft revert 9bb7811 until we can look at it more closely.friendica2014-04-111-4/+5
|
* Discover page: when importing public items, alter the item so that it has ↵friendica2014-04-101-0/+19
| | | | the characteristics of one that was sourced by the sys channel instead of just being stored under the sys channel uid. This should allow comments and likes to flow upstream if permissions allow and may fix issue #398. Permission may still be denied by the original poster, but without this the comment/like is treated as a forgery and is blocked from transmission.
* Typo in externals SQL.Thomas Willingham2014-04-051-1/+1
|
* more efficient public feed fetchingfriendica2014-04-021-6/+17
|
* externals/discover: try up to 3 times to find a site that actually has ↵friendica2014-03-281-36/+41
| | | | content. Then give up until the next queue run.
* don't include standalone test sites in external host listfriendica2014-03-271-2/+3
|
* this should work a bit betterfriendica2014-03-271-3/+6
|
* typoThomas Willingham2014-03-281-1/+1
|
* firehose: provide system prefs to allow folks to fine tune to their needsfriendica2014-03-271-1/+5
|
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-271-0/+54
script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.