aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* doc change - read it.friendica2014-08-301-0/+3
|
* insecure network filterfriendica2014-08-301-1/+40
|
* various diaspora issuesfriendica2014-08-294-22/+76
|
* more queue tweaksfriendica2014-08-282-2/+2
|
* the queue driver is universal now - we don't need to filter it.friendica2014-08-281-1/+1
|
* lots of little Diaspora issuesfriendica2014-08-284-10/+46
|
* remove noisy log statementfriendica2014-08-281-2/+0
|
* when updating the commented timestamp on the parent post (item_store) don't ↵friendica2014-08-282-2/+5
| | | | 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 ↵friendica2014-08-283-56/+93
| | | | emulation (and many other uses)
* let's make this "specific" since that's what it is.friendica2014-08-281-0/+2
|
* begin embeddable/shareable design elements (blocks, webpages, layouts, ↵friendica2014-08-271-1/+33
| | | | menus, etc.)
* mind numbing drudgery continued...friendica2014-08-271-83/+62
|
* and ... we've got a comment coming the other wayfriendica2014-08-261-0/+1
|
* more hard workfriendica2014-08-261-121/+99
|
* works one way sort of - now to go the other way - which will require fixing ↵friendica2014-08-264-29/+51
| | | | a whole slew of FIXMEs
* houston we have liftofffriendica2014-08-262-12/+14
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-261-0/+1
|\
| * Revert - see comments.Thomas Willingham2014-08-261-3/+3
| |
| * HTML doesn't work without ACCOUNT_ROLE_ALLOWCODE, so don't offer itThomas Willingham2014-08-261-2/+3
| | | | | | | | as an option.
* | take off the kid glovesfriendica2014-08-263-51/+40
|/
* more diaspora stuff - most of the basic bits are there except queueing and ↵friendica2014-08-253-12/+38
| | | | 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
* sort out some anomaliesfriendica2014-08-254-8/+20
|
* more diaspora heavy liftingfriendica2014-08-253-66/+248
|
* re-obscure item body if localize_item() changes it. It's already flagged as ↵friendica2014-08-251-0/+13
| | | | obscured so we need it to actually be obscured.
* Add d* folks to address book. WARNING - DO NOT ATTEMPT THIS. LEAVE IT THE ↵friendica2014-08-242-295/+378
| | | | FRUCK ALONE until the feature is stable. I won't help you if you try this and end up with a borked site. You are completely on your own.
* onepoll: don't poll archived, blocked, or ignored connectionsfriendica2014-08-241-0/+2
|
* diaspora discoveryfriendica2014-08-241-0/+113
|
* add "any connections" to can_comment_on_post() - was missingfriendica2014-08-231-0/+1
|
* switch everything over to crypto_encapsulate()friendica2014-08-231-4/+4
|
* We really can't do this without a hubloc. I was hoping we could, but ↵friendica2014-08-222-3/+4
| | | | notifier is setup to take hublocs, not xchans.
* issue #573 - this may not fix everything in that issue but should resolve ↵friendica2014-08-221-0/+3
| | | | some of it.
* "false" issuefriendica2014-08-221-4/+9
|
* issue #571 - use feed/nickname?top=1friendica2014-08-221-1/+6
|
* another round of heavy liftingfriendica2014-08-211-112/+99
|
* provide the site blacklist everywhere it is neededfriendica2014-08-213-1/+43
|
* the rest of the diaspora local discovery stufffriendica2014-08-211-3/+21
|
* make the old personal xrd interface (old webfinger) work againfriendica2014-08-211-2/+3
|
* profile edit - missing visibility and drop link on non-default profiles, ↵friendica2014-08-212-8/+8
| | | | 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 ↵friendica2014-08-201-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.
* verified that chatroom expire is working, so doing away with the second ↵friendica2014-08-201-19/+4
| | | | | | function to do the same thing. If you have a problem with chatroom expiration, check that it was created with cr_expire set to 120 (minutes). Chatrooms created during the first couple of days of the chat feature didn't have this. You can set the DB value manually.
* restructure the author and owner info from feedsfriendica2014-08-201-85/+58
|
* move Friendica photo migrator to addons, bring back a few XML scraping ↵friendica2014-08-201-1/+165
| | | | functions that we're going to require (unfortunately)
* greatly simplify consume_feed() - a lot of this was friendica specific and ↵friendica2014-08-201-195/+49
| | | | somebody may want to put some of it back in, but we'd be much better off building a zot compatible feed for friendica (hint,hint) - even if it didn't support the other protocol bits. Special purpose feed handlers for things like likes, dislikes, events, and community tags are better handled as zot arrays. We have all those handlers. We just need to pass them a JSON message instead of an XML/Atom message. Handlers for statusnet follow messages are another casualty. That's easy to bring back - but we need to keep driving nails into the XML coffin or the damn zombies will get out.
* fangs baredfriendica2014-08-191-1/+23
|
* snakebite continuedfriendica2014-08-191-53/+108
|
* some work on network discoveryfriendica2014-08-192-168/+167
|
* also reset comment policy on alternate delivery chainsfriendica2014-08-191-2/+4
|
* make sure privacy scope is completely reset on second delivery chain - ↵friendica2014-08-191-8/+62
| | | | revert if there are forum issues, this is subtle and complicated
* follow => connectfriendica2014-08-191-1/+1
|
* diaspora - crazy amount of work remainingfriendica2014-08-191-80/+63
|