Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix diaspora reshare tags | friendica | 2014-10-10 | 1 | -0/+2 |
| | |||||
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -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 ↵ | friendica | 2014-09-01 | 1 | -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 needed | friendica | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | add another important note | friendica | 2014-07-22 | 1 | -0/+2 |
| | |||||
* | provide ability to blacklist sites from "Discover". | friendica | 2014-07-22 | 1 | -0/+22 |
| | |||||
* | soft revert 9bb7811 until we can look at it more closely. | friendica | 2014-04-11 | 1 | -4/+5 |
| | |||||
* | Discover page: when importing public items, alter the item so that it has ↵ | friendica | 2014-04-10 | 1 | -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 Willingham | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | more efficient public feed fetching | friendica | 2014-04-02 | 1 | -6/+17 |
| | |||||
* | externals/discover: try up to 3 times to find a site that actually has ↵ | friendica | 2014-03-28 | 1 | -36/+41 |
| | | | | content. Then give up until the next queue run. | ||||
* | don't include standalone test sites in external host list | friendica | 2014-03-27 | 1 | -2/+3 |
| | |||||
* | this should work a bit better | friendica | 2014-03-27 | 1 | -3/+6 |
| | |||||
* | typo | Thomas Willingham | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | firehose: provide system prefs to allow folks to fine tune to their needs | friendica | 2014-03-27 | 1 | -1/+5 |
| | |||||
* | firehose fixes and optimisations. In particular get rid of the unresponsive ↵ | friendica | 2014-03-27 | 1 | -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. |