aboutsummaryrefslogtreecommitdiffstats
path: root/mod
Commit message (Collapse)AuthorAgeFilesLines
* unobscure viewsrc itemsfriendica2014-08-231-2/+5
|
* switch everything over to crypto_encapsulate()friendica2014-08-232-3/+3
|
* We really can't do this without a hubloc. I was hoping we could, but ↵friendica2014-08-221-2/+3
| | | | notifier is setup to take hublocs, not xchans.
* issue #571 - use feed/nickname?top=1friendica2014-08-221-0/+1
|
* D* receive endpoint is receive/users/$guid - where $guid is really the ↵friendica2014-08-211-4/+5
| | | | channel_guid, not the channel_hash. We'll allow this to be truncated for older D* sites or those that can't process our 64 character guids.
* make the old personal xrd interface (old webfinger) work againfriendica2014-08-211-4/+17
|
* profile edit - missing visibility and drop link on non-default profiles, ↵friendica2014-08-211-1/+0
| | | | 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 ↵friendica2014-08-201-0/+19
| | | | 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.
* restrict returned directory contents to xchans in the zot network. We could ↵friendica2014-08-201-2/+2
| | | | probably add other networks to this and create a distributed directory for the free web. It's highly unlikely we would do this but we *could*.
* move Friendica photo migrator to addons, bring back a few XML scraping ↵friendica2014-08-201-87/+0
| | | | functions that we're going to require (unfortunately)
* provide admin option for allowing rss/atom feed connections. Need to do this ↵friendica2014-08-201-45/+5
| | | | now before the feature is complete so that public sites don't get borked. We also will need a service class for this.
* really really fix lockview (cross fingers) ;-)friendica2014-08-191-5/+7
|
* really fix lock infomarijus2014-08-191-1/+2
|
* make lockview provide the right infomarijus2014-08-181-5/+4
|
* some more work on realmsfriendica2014-08-172-2/+18
|
* add collections widget to connections page - and some more work on realmsfriendica2014-08-171-0/+3
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-08-161-0/+1
|\
| * Merge pull request #564 from cvogeley/masterRedMatrix2014-08-171-0/+1
| |\ | | | | | | Add account deletion to the UI
| | * Add account deletion to the UIChristian Vogeley2014-08-161-0/+1
| | |
* | | provide backend storage and declaration of directory realmfriendica2014-08-161-0/+1
|/ /
* | doc updatefriendica2014-08-151-0/+1
| |
* | Merge https://github.com/friendica/red into pending_mergefriendica2014-08-151-1/+1
|\|
| * Account deletionChristian Vogeley2014-08-151-1/+1
| | | | | | | | fix multi user deletion, add confirmation message
* | pkcs1 to pkcs8 key conversion - this is a lot easier than parsing ASN.1 DER ↵friendica2014-08-141-0/+5
|/ | | | 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.
* escape tags when using markdown. Strange things happen if you put HTML ↵friendica2014-08-141-2/+2
| | | | entities in the text.
* Merge pull request #561 from cvogeley/masterRedMatrix2014-08-153-2/+68
|\ | | | | Some work on account deletion
| * Some work on account deletionChristian Vogeley2014-08-143-2/+68
| |
* | some work on extended profile fieldsfriendica2014-08-131-0/+23
| |
* | provide an expert option to opt out from user zoom on mobile devicesmarijus2014-08-131-1/+7
| |
* | couple of frphoto fixes to work better with the dreamhost process reaperfriendica2014-08-121-0/+8
| |
* | Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-122-1/+80
|/ | | | 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-113-23/+63
|
* nothing going on here. nothing to see. move along.friendica2014-08-101-0/+76
|
* make mention tagging by webbie do the right thing.friendica2014-08-101-1/+1
|
* remember activity settingfriendica2014-08-101-1/+1
|
* Some more buttons. Not ready yet. Changed in private message -submit- to ↵Jeroen2014-08-091-1/+1
| | | | -send-. Confusing in other language(s).
* a couple of "not quite public" fixesfriendica2014-08-081-12/+10
|
* fix ignore of unapproved connectionfriendica2014-08-071-5/+4
|
* more editing of visibility displaysfriendica2014-08-071-1/+1
|
* cleanup some text where we said "public" or "visible to anybody on the ↵friendica2014-08-071-1/+3
| | | | internet" when that isn't necessarily true.
* public scope delivery issuesfriendica2014-08-061-2/+2
|
* basic 'notpublic' bits workingfriendica2014-08-062-2/+17
|
* a bit of cleanup on directory autoscrollfriendica2014-08-051-4/+9
|
* scrolling directoryfriendica2014-08-051-5/+8
|
* clone sync of "unfriend" actionsfriendica2014-08-051-2/+12
|
* issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-041-0/+36
|
* backend for profile exportfriendica2014-08-041-0/+27
|
* add some notification counts to the structure passed to the "channel select" ↵friendica2014-08-031-1/+72
| | | | template (mod/manage). All it takes is to create an appropriate template to turn this page into a list with tallies of various notifications attached to each channel.
* Let site admin choose what profile fields to support.friendica2014-08-021-1/+13
|
* Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-011-0/+1
|