aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-201-0/+1
|\
| * Merge pull request #570 from zzottel/masterzzottel2014-08-201-0/+1
| |\ | | | | | | updated German main.bb doco file
| | * updated German main.bb doco filezottel2014-08-201-0/+1
| | |
* | | provide admin option for allowing rss/atom feed connections. Need to do this ↵friendica2014-08-202-45/+6
|/ / | | | | | | now before the feature is complete so that public sites don't get borked. We also will need a service class for this.
* / greatly simplify consume_feed() - a lot of this was friendica specific and ↵friendica2014-08-202-196/+50
|/ | | | 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
|
* really really fix lockview (cross fingers) ;-)friendica2014-08-191-5/+7
|
* Merge pull request #569 from git-marijus/masterRedMatrix2014-08-201-1/+2
|\ | | | | really fix lock info
| * really fix lock infomarijus2014-08-191-1/+2
| |
* | fix nlJeroen2014-08-192-3/+3
| |
* | Update nlJeroen2014-08-192-5927/+6256
|/
* diaspora - crazy amount of work remainingfriendica2014-08-192-81/+64
|
* provide an overt indication that a post/comment was edited.friendica2014-08-183-4/+6
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-181-5/+4
|\
| * Merge pull request #568 from git-marijus/masterRedMatrix2014-08-191-5/+4
| |\ | | | | | | make lockview provide the right info
| | * make lockview provide the right infomarijus2014-08-181-5/+4
| |/
* / nav channel selectionfriendica2014-08-185-3/+26
|/
* beginning of permission role settingsfriendica2014-08-172-1/+61
|
* add ability to follow somebody not already in your connections from "post ↵friendica2014-08-171-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 ↵friendica2014-08-171-218/+118
| | | | elephants standing on it. I'm working on the first tonne or two.
* some more work on realmsfriendica2014-08-176-15/+54
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-178-2472/+2923
|\
| * Merge pull request #567 from tuscanhobbit/masterPaolo T2014-08-172-1208/+1416
| |\ | | | | | | IT: strings updated
| | * IT: strings updatedtuscanhobbit2014-08-172-1208/+1416
| | |
| * | Doco - attempt to explain pull requests in git for non developers.Thomas Willingham2014-08-171-2/+27
| | |
| * | Merge pull request #565 from RedMatrixCanada/BranchRedMatrix2014-08-172-1197/+1387
| |\ \ | | | | | | | | French Transalations - UPDATED
| | * | French Transalations - UPDATEDRedMatrixCanada2014-08-162-1197/+1387
| | | |
| * | | Merge pull request #566 from tonnerkiller/masterRedMatrix2014-08-173-65/+93
| |\ \ \ | | |/ / | |/| | Posting by API and Wordpress plugin
| | * | Added "if(!function_exists('xpost_to_html2bbcode'))"tonnerkiller2014-08-161-64/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function name is also used by post to friendica plugin Both functions seem to be identical. If you have both plugins installed you get an error because of the identical function name This will avoid the attempt to load the function a second time in case it was already loaded by the post to friendica plugin
| | * | api_posting.bb is a new doco file that explains posting to the redmatrix ↵tonnerkiller2014-08-162-1/+25
| | | | | | | | | | | | | | | | | | | | | | | | from an external program by exampple of command line tool curl main.bb is an updated version of the doco main site with a link to api_posting.bb
* | | | add collections widget to connections page - and some more work on realmsfriendica2014-08-175-2/+27
|/ / /
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-163-4/+7
|\ \ \
| * \ \ Merge pull request #564 from cvogeley/masterRedMatrix2014-08-172-3/+6
| |\ \ \ | | | | | | | | | | Add account deletion to the UI
| | * | | Add account deletion to the UIChristian Vogeley2014-08-162-3/+6
| | | | |
| * | | | Install doc - mcrypt is required, not optional. Even if it's intendedThomas Willingham2014-08-161-1/+1
| | |/ / | |/| | | | | | | | | | to be optional, it isn't. WSoD abound without it.
* / | | provide backend storage and declaration of directory realmfriendica2014-08-167-31/+35
|/ / /
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-151-1/+1
|\ \ \
| * \ \ Merge pull request #563 from zzottel/masterRedMatrix2014-08-161-1/+1
| |\ \ \ | | | | | | | | | | don't block "public" messages with authenticated scope
| | * | | don't block "public" messages with authenticated scopezottel2014-08-151-1/+1
| |/ / /
* / / / bring back some friendica crypto stuff including all the key mangling and ↵friendica2014-08-152-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 updatefriendica2014-08-1511-0/+2299
| | |
* | | doc updatefriendica2014-08-1594-4907/+5731
| | |
* | | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-153-2/+4
|\ \ \
| * | | Merge pull request #562 from cvogeley/masterRedMatrix2014-08-152-1/+3
| |\| | | | | | | | | | Account deletion
| | * | Account deletionChristian Vogeley2014-08-152-1/+3
| | | | | | | | | | | | | | | | fix multi user deletion, add confirmation message