aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
* issue #588 can't add feeds to collections using connedit page group sidebar ↵friendica2014-09-111-1/+1
| | | | widget
* don't include plus-sign in the stored term for imported mentionsfriendica2014-09-101-1/+1
|
* d* friending vsprintf errorfriendica2014-09-091-1/+1
|
* import_profile_photo array warningsfriendica2014-09-081-1/+1
|
* Diaspora actually puts the account full name into the "nickname" field of ↵friendica2014-09-071-1/+1
| | | | the vcard. They don't put the nickname into the vcard at all. One wonders why even have a nickname field since the fullname is already presented in the next line. This hasn't caused us a problem with Friendica because I'm guessing nobody actually uses this line, though the number of class tags on it makes it seem somewhat important.
* ajax workfriendica2014-09-061-1/+1
|
* doc updatesfriendica2014-09-051-1/+1
|
* allow stuff with Diaspora authors to federate in zot conversations even if ↵friendica2014-09-041-1/+1
| | | | the local site has diaspora disabled. This way it won't look like folks are talking to themselves.
* outbound feed issuefriendica2014-09-031-1/+1
|
* updated compatibility notesfriendica2014-09-021-1/+1
|
* honour the feed_contacts settingfriendica2014-09-011-1/+1
|
* sql error in profile_activityfriendica2014-08-311-1/+1
|
* insecure network filterfriendica2014-08-301-1/+1
|
* doc updatefriendica2014-08-291-1/+1
|
* make blocks, webpages, and layouts postable (pre-filled forms if supplied ↵friendica2014-08-281-1/+1
| | | | from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save.
* compatibility notesfriendica2014-08-271-1/+1
|
* take off the kid glovesfriendica2014-08-261-1/+1
|
* re-obscure item body if localize_item() changes it. It's already flagged as ↵friendica2014-08-251-1/+1
| | | | obscured so we need it to actually be obscured.
* diaspora discoveryfriendica2014-08-241-1/+1
|
* switch everything over to crypto_encapsulate()friendica2014-08-231-1/+1
|
* rev updatefriendica2014-08-221-1/+1
|
* abook-edit-me class lost during some edit - we need this to reset the ↵friendica2014-08-211-1/+1
| | | | permission fields
* greatly simplify consume_feed() - a lot of this was friendica specific and ↵friendica2014-08-201-1/+1
| | | | 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.
* diaspora - crazy amount of work remainingfriendica2014-08-191-1/+1
|
* nav channel selectionfriendica2014-08-181-1/+1
|
* add collections widget to connections page - and some more work on realmsfriendica2014-08-171-1/+1
|
* provide backend storage and declaration of directory realmfriendica2014-08-161-1/+1
|
* doc updatefriendica2014-08-151-1/+1
|
* put an indicator (*) in the message subject line for notification emails ↵friendica2014-08-141-1/+1
| | | | when the message body has been suppressed
* support title and description (and dates which were done earlier) for ↵friendica2014-08-131-1/+1
| | | | friendica photo import
* Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-121-1/+1
| | | | 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.
* change default invitation messagefriendica2014-08-111-1/+1
|
* remember activity settingfriendica2014-08-101-1/+1
|
* booboofriendica2014-08-091-1/+1
|
* rev updatefriendica2014-08-081-1/+1
|
* a bit more cleanup and a bug fix or two for the new private post security modelfriendica2014-08-071-1/+1
|
* update to-dofriendica2014-08-061-1/+1
|
* bbcode sup and subfriendica2014-08-051-1/+1
|
* backend for profile exportfriendica2014-08-041-1/+1
|
* allow the PageDown key to trigger auto scroll - so if you use this key to ↵friendica2014-08-031-1/+1
| | | | page through the content you'll never reach the end (until you run out of content).
* db tables for extensible profile fieldsfriendica2014-08-021-1/+1
|
* make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-011-1/+1
|
* convert application strings to en-USfriendica2014-07-311-1/+1
|
* sql errorfriendica2014-07-291-1/+1
|
* Start of a comprehensive Privacy Policy documentfriendica2014-07-281-1/+1
|
* restrict categories list to items that aren't deletedfriendica2014-07-271-1/+1
|
* honour sys channel permissions for who can view the sys owned contentfriendica2014-07-261-1/+1
|
* wrong label on iconfriendica2014-07-251-1/+1
|
* add an encoding type to formatted zot communication structures so that we ↵friendica2014-07-241-1/+1
| | | | can later add alternate encodings.
* rev updatefriendica2014-07-231-1/+1
|