Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue #395, item 2 | friendica | 2014-04-06 | 2 | -3/+9 |
| | |||||
* | use parent_mid in the parent query for enotify instead of of the parent id. ↵ | friendica | 2014-04-06 | 1 | -8/+9 |
| | | | | This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well. | ||||
* | Typo in externals SQL. | Thomas Willingham | 2014-04-05 | 1 | -1/+1 |
| | |||||
* | provide the ability for rpost to post as another of your channels. This does ↵ | friendica | 2014-04-05 | 2 | -0/+30 |
| | | | | not yet work, so the functionality has not been enabled. | ||||
* | finish "ifpending" connections | friendica | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | introduce a connection type called 'ifpending' for number 6 of issue #395 - ↵ | friendica | 2014-04-04 | 1 | -1/+1 |
| | | | | so that we can still have an unconditional 'pending' link. Needs testing before integrating with the nav menu | ||||
* | start of legacy probe utility | friendica | 2014-04-02 | 1 | -0/+99 |
| | |||||
* | more efficient public feed fetching | friendica | 2014-04-02 | 1 | -6/+17 |
| | |||||
* | Let admins set a default expire days value. | Thomas Willingham | 2014-04-01 | 1 | -3/+7 |
| | |||||
* | wrong var name in add_source_route | friendica | 2014-03-31 | 1 | -2/+2 |
| | |||||
* | crank up logging | friendica | 2014-03-31 | 1 | -0/+2 |
| | |||||
* | community tags don't show up in the tagged posts because we removed the ↵ | friendica | 2014-03-31 | 2 | -0/+31 |
| | | | | displayed list of hashtags at the bottom (which are usually redundant since hashtags are usually present in the message text). This brings them back, but only for tags which aren't currently present in the message body (e.g. community tags) | ||||
* | Merge branch 'route' | friendica | 2014-03-31 | 2 | -1/+36 |
|\ | |||||
| * | doco | friendica | 2014-03-31 | 1 | -0/+5 |
| | | |||||
| * | finish up the source route storage so we can prevent messages from flowing ↵ | friendica | 2014-03-31 | 1 | -17/+10 |
| | | | | | | | | upstream in complicated delivery chains | ||||
| * | source routing stuff | friendica | 2014-03-29 | 2 | -0/+37 |
| | | |||||
* | | this is a mess and makes a complicated security model that one can probably ↵ | friendica | 2014-03-31 | 2 | -5/+7 |
| | | | | | | | | drive a truck through. It will have to be fixed. It does make youtubes work again. | ||||
* | | photo timestamp was missing from main profile photo url which prevents photo ↵ | friendica | 2014-03-31 | 1 | -0/+8 |
| | | | | | | | | changes from being immediately seen there. | ||||
* | | issue #378, failure to correctly link tags where one tag contains a ↵ | friendica | 2014-03-30 | 2 | -1/+18 |
| | | | | | | | | substring of the other (depends on the order they are discovered). | ||||
* | | Merge pull request #387 from beardy-unixer/master | RedMatrix | 2014-03-31 | 2 | -2/+2 |
|\ \ | | | | | | | Default discover to on | ||||
| * | | Default discover to on. | Thomas Willingham | 2014-03-30 | 2 | -2/+2 |
| | | | |||||
* | | | revise the sandbox | friendica | 2014-03-30 | 2 | -2/+2 |
|/ / | |||||
* | | typo | friendica | 2014-03-29 | 1 | -1/+1 |
| | | |||||
* | | issue #384 | friendica | 2014-03-29 | 1 | -28/+35 |
|/ | |||||
* | Let the site admin choose whether to display the Discover tab. | Alexandre Hannud Abdo | 2014-03-30 | 2 | -11/+13 |
| | |||||
* | 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. | ||||
* | external -> discover | friendica | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | don't include standalone test sites in external host list | friendica | 2014-03-27 | 1 | -2/+3 |
| | |||||
* | try and sort out the item delete mess | friendica | 2014-03-27 | 3 | -19/+68 |
| | |||||
* | this should work a bit better | friendica | 2014-03-27 | 1 | -3/+6 |
| | |||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-27 | 1 | -1/+1 |
|\ | |||||
| * | typo | Thomas Willingham | 2014-03-28 | 1 | -1/+1 |
| | | |||||
* | | new connection notification | friendica | 2014-03-27 | 2 | -3/+12 |
|/ | |||||
* | firehose: provide system prefs to allow folks to fine tune to their needs | friendica | 2014-03-27 | 2 | -3/+16 |
| | |||||
* | firehose fixes and optimisations. In particular get rid of the unresponsive ↵ | friendica | 2014-03-27 | 4 | -27/+66 |
| | | | | 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. | ||||
* | link in the firehose | friendica | 2014-03-27 | 1 | -1/+14 |
| | |||||
* | firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵ | friendica | 2014-03-26 | 1 | -0/+1 |
| | | | | purposes only | ||||
* | need include | friendica | 2014-03-26 | 1 | -0/+2 |
| | |||||
* | let's limit this to two weeks so it doesn't pound servers and waste too much ↵ | friendica | 2014-03-26 | 1 | -1/+1 |
| | | | | space | ||||
* | there's the problem | friendica | 2014-03-26 | 1 | -4/+5 |
| | |||||
* | more work on firehose | friendica | 2014-03-26 | 5 | -10/+42 |
| | |||||
* | add admin/channels | friendica | 2014-03-26 | 1 | -3/+3 |
| | |||||
* | allow zotfeed to create a firehose of a site. | friendica | 2014-03-26 | 3 | -17/+37 |
| | |||||
* | This should be a slight improvement in setting ciphers - we'll punt on ↵ | friendica | 2014-03-25 | 1 | -8/+4 |
| | | | | RedHat but open up the list just for openssl distros which seem to have all the problems at the moment. | ||||
* | Merge https://github.com/friendica/red into zpull | friendica | 2014-03-25 | 1 | -1/+5 |
|\ | |||||
| * | Fix wall photo uploads. | Thomas Willingham | 2014-03-25 | 1 | -1/+5 |
| | | |||||
* | | missed one | friendica | 2014-03-25 | 1 | -1/+0 |
| | | |||||
* | | ensure wall_upload always has width and height if the image is valid | friendica | 2014-03-25 | 1 | -1/+5 |
|/ | |||||
* | this should improve queue performance dramatically. | friendica | 2014-03-24 | 4 | -7/+15 |
| | |||||
* | that should fix it. | friendica | 2014-03-24 | 2 | -2/+7 |
| |