aboutsummaryrefslogtreecommitdiffstats
path: root/version.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* sql string unquotedfriendica2014-07-221-1/+1
|
* the "page 2 shows up on top of page 1 when you wake up in the morning" bug. ↵friendica2014-07-211-1/+1
| | | | See the comments.
* add more control to auth paranoia settingfriendica2014-07-201-1/+1
|
* tinmymce zombie - kill it.friendica2014-07-171-1/+1
|
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-161-1/+1
|
* fix rename_system_url() for the case of somebody who has no local xchan_url ↵friendica2014-07-151-1/+1
| | | | (was cloned from elsewhere and is not primary)
* remove some code duplicationfriendica2014-07-141-1/+1
|
* doc updatesfriendica2014-07-131-1/+1
|
* docofriendica2014-07-101-1/+1
|
* finish implementing email verification. Currently it only applies if ↵friendica2014-07-091-1/+1
| | | | REGISTER_OPEN is in effect.
* more event display formattingfriendica2014-07-071-1/+1
|
* homepage revisionsfriendica2014-07-061-1/+1
|
* remove cyclic dependency on XCHAN_FLAGS_HIDDENfriendica2014-07-051-1/+1
|