Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing source route after edit | friendica | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | allow (our own) ajax urls to pass through bbcode intact. | friendica | 2014-10-09 | 1 | -0/+1 |
| | |||||
* | return of the missing diaspora wall-to-wall attribution | friendica | 2014-10-09 | 1 | -12/+0 |
| | |||||
* | Merge pull request #626 from habeascodice/master | RedMatrix | 2014-10-08 | 1 | -1/+1 |
|\ | | | | | regex missing terminator char | ||||
| * | regex missing terminator char | habeascodice | 2014-09-29 | 1 | -1/+1 |
| | | |||||
* | | issues with diaspora comment signatures on relayed comments that are relayed ↵ | friendica | 2014-10-02 | 1 | -4/+6 |
|/ | | | | through a redmatrix site (parent post is redmatrix) and involve a private post. | ||||
* | optionally include wall items (posts) in import/export | friendica | 2014-09-25 | 1 | -1/+23 |
| | |||||
* | Typo | Thomas Willingham | 2014-09-25 | 1 | -1/+1 |
| | |||||
* | if no rss/atom element author, use feed level contact | friendica | 2014-09-24 | 1 | -7/+11 |
| | |||||
* | make it the default | friendica | 2014-09-24 | 1 | -21/+20 |
| | |||||
* | one step closer | friendica | 2014-09-24 | 1 | -1/+3 |
| | |||||
* | more testing | friendica | 2014-09-24 | 1 | -3/+18 |
| | |||||
* | just an experiment - don't do anything with this until I'm finished with it. | friendica | 2014-09-24 | 1 | -0/+9 |
| | |||||
* | fix url mismatches of a single trailing slash for feed author/owner ↵ | friendica | 2014-09-23 | 1 | -0/+3 |
| | | | | comparisons; update diaspora_compat | ||||
* | diaspora private mail seems to work now - but there's an obfuscation leak ↵ | friendica | 2014-09-23 | 1 | -1/+2 |
| | | | | via the conversation structure that needs to be dealt with. | ||||
* | feeds with '@' in the URL were being handled as webfinger addresses and ↵ | friendica | 2014-09-21 | 1 | -0/+1 |
| | | | | didn't fall through to RSS discovery. Issue #599 | ||||
* | try to sort out walltowall translation for diaspora recipients | friendica | 2014-09-19 | 1 | -10/+2 |
| | |||||
* | use the more portable encoded_item format for exported items - but with ↵ | friendica | 2014-09-16 | 1 | -3/+25 |
| | | | | added attributes so we can use it as a reasonably complete item backup. The encoded_item format gives us extended author and owner information in case we need to probe them to bring the entry back. It also contains taxonomy entries. Importing and/or recovering will best be accomplished in chunks. It could take some time and some memory to chew through this. | ||||
* | privacy issue - restrictive stream permission setting with a non-targetted ↵ | friendica | 2014-09-14 | 1 | -2/+20 |
| | | | | post cannot be enforced on remote networks. Restrict these posts to zot network. | ||||
* | doc updates and a couple of issues spotted in the logs (diaspora likes, feed ↵ | friendica | 2014-09-12 | 1 | -1/+1 |
| | | | | author import) | ||||
* | correct item author for feeds with multiple or different authors | friendica | 2014-09-11 | 1 | -8/+90 |
| | |||||
* | encrypt diaspora_meta since it may contain private message contents | friendica | 2014-09-10 | 1 | -1/+4 |
| | |||||
* | encode rss message-id's - warning this will double store all existing rss ↵ | friendica | 2014-09-09 | 1 | -9/+8 |
| | | | | feed items and probably make a mess of things | ||||
* | This is long overdue - use a symblic constant NULL_DATE instead of the ↵ | friendica | 2014-09-08 | 1 | -14/+14 |
| | | | | easily mis-typed sequence '0000-00-00 00:00:00' | ||||
* | import_profile_photo array warnings | friendica | 2014-09-08 | 1 | -2/+2 |
| | |||||
* | import_author_rss not succeeding, missing url | friendica | 2014-09-04 | 1 | -4/+5 |
| | |||||
* | unset item_nocomment when starting a new delivery chain | friendica | 2014-09-04 | 1 | -1/+8 |
| | |||||
* | oops forgot about the privacy exclusion | friendica | 2014-09-04 | 1 | -4/+5 |
| | |||||
* | allow stuff with Diaspora authors to federate in zot conversations even if ↵ | friendica | 2014-09-04 | 1 | -0/+17 |
| | | | | the local site has diaspora disabled. This way it won't look like folks are talking to themselves. | ||||
* | store diaspora meta info in the item table. It has to go there or it will ↵ | friendica | 2014-09-03 | 1 | -1/+12 |
| | | | | kill us with complex joins. We can phase out the sign table once this all checks out. | ||||
* | outbound feed issue | friendica | 2014-09-03 | 1 | -2/+2 |
| | |||||
* | fix phantom attachments in feeds | friendica | 2014-09-01 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | get out the sunnies | friendica | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | various rss fixes | friendica | 2014-08-31 | 1 | -11/+20 |
| | |||||
* | doc change - read it. | friendica | 2014-08-30 | 1 | -0/+3 |
| | |||||
* | insecure network filter | friendica | 2014-08-30 | 1 | -1/+40 |
| | |||||
* | various diaspora issues | friendica | 2014-08-29 | 1 | -2/+48 |
| | |||||
* | when updating the commented timestamp on the parent post (item_store) don't ↵ | friendica | 2014-08-28 | 1 | -2/+3 |
| | | | | include any time travelling posts. They can mess up the conversation sort order in a big way until they're actually published. | ||||
* | Ability to close comments at a certain date/time - needed for loom.io ↵ | friendica | 2014-08-28 | 1 | -38/+80 |
| | | | | emulation (and many other uses) | ||||
* | let's make this "specific" since that's what it is. | friendica | 2014-08-28 | 1 | -0/+2 |
| | |||||
* | more diaspora stuff - most of the basic bits are there except queueing and ↵ | friendica | 2014-08-25 | 1 | -0/+1 |
| | | | | physical delivery (I'm keeping delivery turned off until some of the bugs are fixed so we don't cause inifinite loops or network meltdowns) - now it's just a matter of going through and methodically finding all the bugs | ||||
* | add "any connections" to can_comment_on_post() - was missing | friendica | 2014-08-23 | 1 | -0/+1 |
| | |||||
* | switch everything over to crypto_encapsulate() | friendica | 2014-08-23 | 1 | -4/+4 |
| | |||||
* | issue #573 - this may not fix everything in that issue but should resolve ↵ | friendica | 2014-08-22 | 1 | -0/+3 |
| | | | | some of it. | ||||
* | "false" issue | friendica | 2014-08-22 | 1 | -4/+9 |
| | |||||
* | issue #571 - use feed/nickname?top=1 | friendica | 2014-08-22 | 1 | -1/+6 |
| | |||||
* | profile edit - missing visibility and drop link on non-default profiles, ↵ | friendica | 2014-08-21 | 1 | -4/+4 |
| | | | | re-arrange order of replacing red#matrix smilie so it works correctly, accept a post with body content of '0' which was interpreted by x() as nothing (was treated as integer). | ||||
* | extensible profiles - add the input form elements. Still needs styling and ↵ | friendica | 2014-08-20 | 1 | -135/+99 |
| | | | | we're not yet storing the results. And right now we're ignoring the type and only doing type=string. Oh yeah - and I split off starting the second delivery chain into its own function in tag_deliver since it was largely duplicate code. | ||||
* | restructure the author and owner info from feeds | friendica | 2014-08-20 | 1 | -85/+58 |
| |