Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge pull request #561 from cvogeley/master | RedMatrix | 2014-08-15 | 1 | -4/+9 |
| |\ | | | | | | | Some work on account deletion | ||||
| | * | Some work on account deletion | Christian Vogeley | 2014-08-14 | 1 | -4/+9 |
| | | | |||||
| * | | Added some missing translation strings. Fixed to scalable for a few font sizes. | Jeroen | 2014-08-14 | 2 | -2/+8 |
| | | | |||||
* | | | put an indicator (*) in the message subject line for notification emails ↵ | friendica | 2014-08-14 | 1 | -0/+1 |
|/ / | | | | | | | when the message body has been suppressed | ||||
* | | some work on extended profile fields | friendica | 2014-08-13 | 1 | -0/+41 |
| | | |||||
* | | support title and description (and dates which were done earlier) for ↵ | friendica | 2014-08-13 | 2 | -2/+14 |
| | | | | | | | | friendica photo import | ||||
* | | provide a way to preserve photo timestamps when importing (rather than ↵ | friendica | 2014-08-12 | 2 | -4/+11 |
| | | | | | | | | uploading) | ||||
* | | here's the file but I'm less than 5% of the way through porting it. | friendica | 2014-08-12 | 1 | -0/+2807 |
| | | |||||
* | | zot logging to figure out why we occasionally don't have an address on ↵ | friendica | 2014-08-12 | 1 | -0/+4 |
| | | | | | | | | xchan_import - I suspect we don't have anything useful at all. | ||||
* | | Friendica photo import tool. This will bring in all your photos from the ↵ | friendica | 2014-08-12 | 1 | -5/+5 |
|/ | | | | chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over. | ||||
* | nothing going on here. nothing to see. move along. | friendica | 2014-08-10 | 1 | -31/+48 |
| | |||||
* | allow channel login to the api, just like with the cloud | friendica | 2014-08-10 | 1 | -4/+24 |
| | |||||
* | implement max_import_size | friendica | 2014-08-09 | 1 | -1/+7 |
| | |||||
* | prevent obscured email notifications | friendica | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | booboo | friendica | 2014-08-09 | 1 | -1/+2 |
| | |||||
* | a couple of "not quite public" fixes | friendica | 2014-08-08 | 1 | -10/+6 |
| | |||||
* | got the logic reversed on that one | friendica | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | obscured message showing up in email notification | friendica | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | cleanup some text where we said "public" or "visible to anybody on the ↵ | friendica | 2014-08-07 | 2 | -2/+2 |
| | | | | internet" when that isn't necessarily true. | ||||
* | over-ride the private flag if we received a post that isn't completely ↵ | friendica | 2014-08-07 | 1 | -1/+13 |
| | | | | public, but they didn't set the private flag. | ||||
* | a bit more cleanup and a bug fix or two for the new private post security model | friendica | 2014-08-07 | 2 | -17/+24 |
| | |||||
* | public scope delivery issues | friendica | 2014-08-06 | 2 | -5/+16 |
| | |||||
* | basic 'notpublic' bits working | friendica | 2014-08-06 | 1 | -6/+28 |
| | |||||
* | first step first - just store the public_policy data, don't do anything with ↵ | friendica | 2014-08-06 | 1 | -0/+12 |
| | | | | it yet. | ||||
* | clone sync of "unfriend" actions | friendica | 2014-08-05 | 2 | -67/+15 |
| | |||||
* | bbcode sup and sub | friendica | 2014-08-05 | 1 | -0/+7 |
| | |||||
* | issue #551 provide import/export of profiles (if this feature is enabled) | friendica | 2014-08-04 | 2 | -11/+9 |
| | |||||
* | Let site admin choose what profile fields to support. | friendica | 2014-08-02 | 1 | -0/+37 |
| | |||||
* | make the profile minimal by default. Use features to enable the advanced form. | friendica | 2014-08-01 | 2 | -0/+57 |
| | |||||
* | convert application strings to en-US | friendica | 2014-07-31 | 2 | -3/+5 |
| | |||||
* | sql error | friendica | 2014-07-29 | 2 | -3/+5 |
| | |||||
* | Merge pull request #548 from tuscanhobbit/master | RedMatrix | 2014-07-29 | 1 | -0/+16 |
|\ | | | | | Chatroom lines are deleted after a while or the chat becomes slow to load | ||||
| * | deleted a command with debug code | Paolo Tacconi | 2014-07-29 | 1 | -0/+1 |
| | | |||||
| * | Chatroom lines are deleted after MAX_CHATROOM_HOURS or the chat becomes slow ↵ | Paolo Tacconi | 2014-07-29 | 1 | -0/+15 |
| | | | | | | | | to load | ||||
* | | restrict categories list to items that aren't deleted | friendica | 2014-07-27 | 1 | -0/+1 |
| | | |||||
* | | always provide a profile edit entry in the nav usermenu | friendica | 2014-07-24 | 1 | -0/+7 |
| | |