aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Let admins set a default expire days value.Thomas Willingham2014-04-011-3/+7
|
* wrong var name in add_source_routefriendica2014-03-311-2/+2
|
* crank up loggingfriendica2014-03-311-0/+2
|
* community tags don't show up in the tagged posts because we removed the ↵friendica2014-03-312-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'friendica2014-03-312-1/+36
|\
| * docofriendica2014-03-311-0/+5
| |
| * finish up the source route storage so we can prevent messages from flowing ↵friendica2014-03-311-17/+10
| | | | | | | | upstream in complicated delivery chains
| * source routing stufffriendica2014-03-292-0/+37
| |
* | this is a mess and makes a complicated security model that one can probably ↵friendica2014-03-312-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 ↵friendica2014-03-311-0/+8
| | | | | | | | changes from being immediately seen there.
* | issue #378, failure to correctly link tags where one tag contains a ↵friendica2014-03-302-1/+18
| | | | | | | | substring of the other (depends on the order they are discovered).
* | Merge pull request #387 from beardy-unixer/masterRedMatrix2014-03-312-2/+2
|\ \ | | | | | | Default discover to on
| * | Default discover to on.Thomas Willingham2014-03-302-2/+2
| | |
* | | revise the sandboxfriendica2014-03-302-2/+2
|/ /
* | typofriendica2014-03-291-1/+1
| |
* | issue #384friendica2014-03-291-28/+35
|/
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-302-11/+13
|
* 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.
* external -> discoverfriendica2014-03-281-1/+1
|
* don't include standalone test sites in external host listfriendica2014-03-271-2/+3
|
* try and sort out the item delete messfriendica2014-03-273-19/+68
|
* this should work a bit betterfriendica2014-03-271-3/+6
|
* Merge https://github.com/friendica/red into zpullfriendica2014-03-271-1/+1
|\
| * typoThomas Willingham2014-03-281-1/+1
| |
* | new connection notificationfriendica2014-03-272-3/+12
|/
* firehose: provide system prefs to allow folks to fine tune to their needsfriendica2014-03-272-3/+16
|
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-274-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 firehosefriendica2014-03-271-1/+14
|
* firehose testing (network?f=&fh=1) - some possible security bugs so testing ↵friendica2014-03-261-0/+1
| | | | purposes only
* need includefriendica2014-03-261-0/+2
|
* let's limit this to two weeks so it doesn't pound servers and waste too much ↵friendica2014-03-261-1/+1
| | | | space
* there's the problemfriendica2014-03-261-4/+5
|
* more work on firehosefriendica2014-03-265-10/+42
|
* add admin/channelsfriendica2014-03-261-3/+3
|
* allow zotfeed to create a firehose of a site.friendica2014-03-263-17/+37
|
* This should be a slight improvement in setting ciphers - we'll punt on ↵friendica2014-03-251-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 zpullfriendica2014-03-251-1/+5
|\
| * Fix wall photo uploads.Thomas Willingham2014-03-251-1/+5
| |
* | missed onefriendica2014-03-251-1/+0
| |
* | ensure wall_upload always has width and height if the image is validfriendica2014-03-251-1/+5
|/
* this should improve queue performance dramatically.friendica2014-03-244-7/+15
|
* that should fix it.friendica2014-03-242-2/+7
|
* that didn't work out wellfriendica2014-03-241-2/+2
|
* ssl ciphers - be liberal in what we accept, conservative in what we generatefriendica2014-03-241-12/+24
|
* don't allow normal channels to have the name 'sys'.friendica2014-03-231-0/+5
|
* make sure crypto is loaded before creating a keypairfriendica2014-03-231-0/+1
|
* cheange encode_item() logging to logger_data because it's way too noisy and ↵friendica2014-03-231-1/+1
| | | | had no loglevel set
* create_sys_channel during setup bypasses our check when creating the first ↵friendica2014-03-232-0/+11
| | | | account that there is a site keypair. Esnure that a site keypair is created before any sys channels are created.
* provide 'style' option to archive widget to choose between 'select' and ↵friendica2014-03-231-0/+2
| | | | 'list' format
* add curl error text to mod/probe so we can remotely diagnose communication ↵friendica2014-03-231-2/+4
| | | | issues from other sites.