Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert - see comments. | Thomas Willingham | 2014-08-26 | 1 | -3/+3 |
| | |||||
* | HTML doesn't work without ACCOUNT_ROLE_ALLOWCODE, so don't offer it | Thomas Willingham | 2014-08-26 | 1 | -2/+3 |
| | | | | as an option. | ||||
* | more diaspora stuff - most of the basic bits are there except queueing and ↵ | friendica | 2014-08-25 | 3 | -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 anomalies | friendica | 2014-08-25 | 4 | -8/+20 |
| | |||||
* | more diaspora heavy lifting | friendica | 2014-08-25 | 3 | -66/+248 |
| | |||||
* | re-obscure item body if localize_item() changes it. It's already flagged as ↵ | friendica | 2014-08-25 | 1 | -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 ↵ | friendica | 2014-08-24 | 2 | -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 connections | friendica | 2014-08-24 | 1 | -0/+2 |
| | |||||
* | diaspora discovery | friendica | 2014-08-24 | 1 | -0/+113 |
| | |||||
* | 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 |
| | |||||
* | We really can't do this without a hubloc. I was hoping we could, but ↵ | friendica | 2014-08-22 | 2 | -3/+4 |
| | | | | notifier is setup to take hublocs, not xchans. | ||||
* | 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 |
| | |||||
* | another round of heavy lifting | friendica | 2014-08-21 | 1 | -112/+99 |
| | |||||
* | provide the site blacklist everywhere it is needed | friendica | 2014-08-21 | 3 | -1/+43 |
| | |||||
* | the rest of the diaspora local discovery stuff | friendica | 2014-08-21 | 1 | -3/+21 |
| | |||||
* | make the old personal xrd interface (old webfinger) work again | friendica | 2014-08-21 | 1 | -2/+3 |
| | |||||
* | profile edit - missing visibility and drop link on non-default profiles, ↵ | friendica | 2014-08-21 | 2 | -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 ↵ | 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. | ||||
* | verified that chatroom expire is working, so doing away with the second ↵ | friendica | 2014-08-20 | 1 | -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 feeds | friendica | 2014-08-20 | 1 | -85/+58 |
| | |||||
* | move Friendica photo migrator to addons, bring back a few XML scraping ↵ | friendica | 2014-08-20 | 1 | -1/+165 |
| | | | | functions that we're going to require (unfortunately) | ||||
* | greatly simplify consume_feed() - a lot of this was friendica specific and ↵ | friendica | 2014-08-20 | 1 | -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 bared | friendica | 2014-08-19 | 1 | -1/+23 |
| | |||||
* | snakebite continued | friendica | 2014-08-19 | 1 | -53/+108 |
| | |||||
* | some work on network discovery | friendica | 2014-08-19 | 2 | -168/+167 |
| | |||||
* | also reset comment policy on alternate delivery chains | friendica | 2014-08-19 | 1 | -2/+4 |
| | |||||
* | make sure privacy scope is completely reset on second delivery chain - ↵ | friendica | 2014-08-19 | 1 | -8/+62 |
| | | | | revert if there are forum issues, this is subtle and complicated | ||||
* | follow => connect | friendica | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | diaspora - crazy amount of work remaining | friendica | 2014-08-19 | 1 | -80/+63 |
| | |||||
* | provide an overt indication that a post/comment was edited. | friendica | 2014-08-18 | 1 | -2/+4 |
| | |||||
* | nav channel selection | friendica | 2014-08-18 | 2 | -1/+17 |
| | |||||
* | beginning of permission role settings | friendica | 2014-08-17 | 2 | -1/+61 |
| | |||||
* | add ability to follow somebody not already in your connections from "post ↵ | friendica | 2014-08-17 | 1 | -0/+5 |
| | | | | actions" dropdown. bug: doesn't bring you back to this page. | ||||
* | diaspora - begin heavy lifting. This is a 738 tonne brick with a herd of ↵ | friendica | 2014-08-17 | 1 | -218/+118 |
| | | | | elephants standing on it. I'm working on the first tonne or two. | ||||
* | some more work on realms | friendica | 2014-08-17 | 2 | -11/+26 |
| | |||||
* | add collections widget to connections page - and some more work on realms | friendica | 2014-08-17 | 2 | -1/+22 |
| | |||||
* | provide backend storage and declaration of directory realm | friendica | 2014-08-16 | 2 | -27/+14 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-15 | 1 | -1/+1 |
|\ | |||||
| * | don't block "public" messages with authenticated scope | zottel | 2014-08-15 | 1 | -1/+1 |
| | | |||||
* | | bring back some friendica crypto stuff including all the key mangling and ↵ | friendica | 2014-08-15 | 2 | -1/+173 |
|/ | | | | translation functions. Also add ability to completely supress email notifications for actitivies with private contents. We'll still pass private mail notifications because often the email notification is the only way infrequently used channels get alerted to these. | ||||
* | doc update | friendica | 2014-08-15 | 1 | -3/+8 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-15 | 1 | -0/+2 |
|\ | |||||
| * | Account deletion | Christian Vogeley | 2014-08-15 | 1 | -0/+2 |
| | | | | | | | | fix multi user deletion, add confirmation message | ||||
* | | pkcs1 to pkcs8 key conversion - this is a lot easier than parsing ASN.1 DER ↵ | friendica | 2014-08-14 | 1 | -0/+24 |
|/ | | | | formats and rebuilding the darn things like we used to do. Check for illegal hex encoded album names in mod/photo so we don't throw php errors. Don't know where they come from but we get a lot of them. | ||||
* | in HTML email notifications, angle brackets in posts were unescaped - ↵ | friendica | 2014-08-14 | 1 | -1/+1 |
| | | | | including those in code blocks. | ||||
* | api - foreach warnings | friendica | 2014-08-14 | 1 | -10/+15 |
| | |||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2014-08-14 | 3 | -6/+17 |
|\ |