Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing comma | friendica | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | don't re-use $x | friendica | 2015-03-04 | 1 | -2/+2 |
| | |||||
* | add queue priority | friendica | 2015-03-04 | 1 | -0/+18 |
| | |||||
* | parse_url: if url returns an image/audio/video file instead of a webpage, ↵ | friendica | 2015-03-04 | 1 | -0/+7 |
| | | | | return the bbcode for the appropriate content type. This results in two web fetches of the url in question, but the first one is just a HEAD. This way we won't try and download and parse an entire video. TODO: img's are checked to see if they should be zid-ified, but audio/video currently are not. | ||||
* | notes on what's needed to fix the queueing algorithms. | friendica | 2015-03-04 | 1 | -0/+8 |
| | |||||
* | enable sql_extra on pdl_selector | friendica | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-03 | 7 | -175/+174 |
|\ | |||||
| * | Some cleanups and documentation. | Klaus Weidenbach | 2015-03-04 | 7 | -175/+174 |
| | | | | | | | | | | | | | | Fixed some wrong variable names. Initialized some variables before using them. Removed some checks for STATUSNET_PRIVACY_COMPATIBILITY in include/security.php as it does not seem to be defined anywhere. | ||||
* | | I'm going to use the site_update timestamp to indicate whenever we ↵ | friendica | 2015-03-03 | 1 | -0/+15 |
| | | | | | | | | successfully connect with a site. This way we can mark hubs dead on non-directory servers; but we have to wait before implementing this until we have a history of site_update being updated. | ||||
* | | don't let a zot-finger bring a dead hub back to life unless it's the site ↵ | friendica | 2015-03-03 | 1 | -5/+7 |
|/ | | | | we're currently talking to. | ||||
* | tagcloud tweaks | friendica | 2015-03-02 | 1 | -2/+2 |
| | |||||
* | make public delivery to contacts or any connections work again | zottel | 2015-03-02 | 1 | -3/+2 |
| | | | | $hash wasn't defined in this case | ||||
* | increase the dynamic range of the tag clouds slightly. | friendica | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Nag hub admins with self-signed certs to fix them. Otherwise we'll just have ↵ | friendica | 2015-03-01 | 1 | -0/+1 |
| | | | | | | to start marking them as dead sites. | ||||
* | The never ending saga of parent = 0 bugs on Dreamhost. | friendica | 2015-03-01 | 1 | -0/+10 |
| | |||||
* | queue management actions. Still needs further work such as indication of ↵ | friendica | 2015-03-01 | 1 | -2/+3 |
| | | | | last successful connection or indication that the hub was marked offline, but these are potentially expensive queries. | ||||
* | Fix a couple of places where we weren't checking for dead hublocs. Add a ↵ | friendica | 2015-02-27 | 2 | -6/+24 |
| | | | | function to mark a hubloc dead. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-02-26 | 1 | -0/+3 |
|\ | |||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "more fake null shenanigans" | Habeas Codice | 2015-02-26 | 1 | -23/+94 |
| | | | | | | | | This reverts commit b57010e3da6c0521121a622c27013c8af7678132. | ||||
| * | more fake null shenanigans | Habeas Codice | 2015-02-26 | 1 | -94/+23 |
| | | |||||
* | | loop breaker | friendica | 2015-02-26 | 1 | -0/+16 |
|/ | |||||
* | syntax - missing arg | friendica | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | this may actually fix the deliver loop when deleting existing items. It's ↵ | friendica | 2015-02-25 | 2 | -1/+23 |
| | | | | hackish but I don't see any other way out. | ||||
* | Found the cause of the delete looping, and I can prevent it going forward. ↵ | friendica | 2015-02-25 | 3 | -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. ↵ | friendica | 2015-02-25 | 2 | -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 issues | friendica | 2015-02-25 | 1 | -13/+55 |
| | |||||
* | don't send deleted items upstream - only downstream. | friendica | 2015-02-24 | 1 | -3/+6 |
| | |||||
* | require access token to view, query, or join directories in private realms, ↵ | friendica | 2015-02-24 | 1 | -6/+12 |
| | | | | if the realm is so configured. | ||||
* | support rel=me on channel "homepage" url | friendica | 2015-02-24 | 2 | -3/+3 |
| | |||||
* | public_recips cleanup | friendica | 2015-02-23 | 1 | -18/+30 |
| | |||||
* | apply fix from 8d03774 to z_post_url also | friendica | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | make redirections restriction in z_fetch_url() work | zottel | 2015-02-23 | 1 | -1/+1 |
| | |||||
* | notes about private realm registrations and multiple primary directories. | friendica | 2015-02-22 | 1 | -2/+2 |
| | |||||
* | no longer needed | friendica | 2015-02-22 | 1 | -33/+0 |
| | |||||
* | remove the new session functions from the trunk. Don't yet know if they'll ↵ | friendica | 2015-02-22 | 1 | -33/+0 |
| | | | | come back or not. | ||||
* | remove these functions for now. | friendica | 2015-02-22 | 1 | -1/+2 |
| | |||||
* | fi8x the typo | friendica | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | new session functions | friendica | 2015-02-22 | 1 | -0/+29 |
| | |||||
* | catch negative ages | Habeas Codice | 2015-02-20 | 1 | -6/+7 |
| | | | | nix extra var | ||||
* | directory interface cleanup and documentation so that debugging realms won't ↵ | friendica | 2015-02-19 | 2 | -6/+53 |
| | | | | be stabbing in the dark. | ||||
* | Diaspora tag replacement was wretchedly buggy. Use our standard tag ↵ | friendica | 2015-02-19 | 1 | -129/+27 |
| | | | | replacement calls instead. | ||||
* | diaspora: move reshare encapsulation after tag parsing, since it seriously ↵ | friendica | 2015-02-19 | 1 | -13/+12 |
| | | | | screws up the tag parser and reshares end up with a lot of unlinked tags. | ||||
* | Merge pull request #901 from zzottel/master | RedMatrix | 2015-02-19 | 1 | -2/+2 |
|\ | | | | | also deliver public posts to channels with channel_w_stream = PERMS_AUTHED | ||||
| * | fix parens mismatch from last commit | zottel | 2015-02-18 | 1 | -2/+2 |
| | | |||||
| * | also deliver public posts to channels with channel_w_stream = PERMS_AUTHED | zottel | 2015-02-18 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #900 from einervonvielen/doc_dev_beginner_corrections | RedMatrix | 2015-02-19 | 1 | -2/+7 |
|\ \ | | | | | | | Changed bbcode [toc] and changed doc for beginning deveopers | ||||
| * | | Changed bb code [toc] to make it more flexible | Einer von Vielen | 2015-02-14 | 1 | -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 filestorage | marijus | 2015-02-18 | 1 | -2/+21 |
| |/ |/| | |||||
* | | The Diaspora communications policies allow comments to public posts ↵ | friendica | 2015-02-17 | 1 | -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. |