aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chanview.php
Commit message (Collapse)AuthorAgeFilesLines
* local_user => local_channelfriendica2015-01-281-3/+3
|
* If you have a new channel (or a new hub searching for an old channel)Thomas Willingham2014-09-021-5/+9
| | | | | | | | | | | | which uses an xchan_url other than channel or profile, chanview will fail to find $a->poi and fail as there is no way to import the xchan. Instead of giving up and presenting an error, we'll send you to the requested URL anyway. If we send you with a Zid, there's a good chance you'll authenticate because xchans are like glitter - once you've got one, they get everywhere, and there's a good chance you'll know *somebody* at the hub. .
* add randprof app and do away with the universally hated chanview-iframe ↵friendica2014-05-231-7/+9
| | | | mode. It's gone. Please do not try and bring it back. We are not Diaspora and we have no desire to be like them. ("And they're all made out of ticky-tacky and they all look just the same"). Our profiles do not have to look the same and they won't anyway. We don't have to sugar coat the fact that some of the content in the matrix doesn't look like the rest of the content in the matrix.
* simplify chanview authentication and make sure it carries through multiple ↵friendica2014-01-221-8/+4
| | | | generations
* kill the ummagumma effectfriendica2014-01-161-1/+1
|
* add account_level, is_foreigner and is_member functions; convert all e2ee ↵friendica2013-12-231-4/+8
| | | | user input and prompts to hex to avoid javascipt's lame handling of quotes. !!This breaks all prior encrypted posts.!!
* last remaining files to be Comanchified with the exception of mod_admin. ↵friendica2013-12-221-4/+0
| | | | | | Though I should probably take a third look to see if anything else uses widgets. In fact - it appears that the flattrwidget does.
* Add App::poi to store the "person of interest" for a given page. This is so ↵friendica2013-12-181-9/+8
| | | | we can comanchificate the vcard_from_xchan widget -- it will pick up the target xchan from the page environment.
* when it's a contentious issue, make it an option.friendica2013-09-201-4/+8
|
* more issues related to Tony's re-installfriendica2013-06-191-1/+5
|
* add tooltip to toggle full screen modefriendica2013-01-251-1/+2
|
* plug potential hole in magic auth, add link to chanview to view in dedicated ↵friendica2013-01-231-1/+1
| | | | window
* Ensure that Red members never see the accursed "and nobody was found..." ↵friendica2013-01-201-8/+42
| | | | when you've put in an explicit address of a channel you know for certain exists.
* missing scopefriendica2013-01-201-1/+1
|
* allow chanview by addressfriendica2013-01-181-1/+6
|
* if chanview is provided a url - always load it even if there's no xchan ↵friendica2013-01-181-4/+9
| | | | available on this site.
* disable magic auth for now since it isn't finishedfriendica2013-01-181-1/+3
|
* admittedly local magic-auth is easy so that's mostly done. Now it gets hard.friendica2012-12-131-1/+1
|
* lookup channels in local xchan table even if provided an unknown url - this ↵friendica2012-12-061-1/+5
| | | | will show their pseudo vcard and connect button if they've ever been seen on this site before.
* profile viewer in iframe module, todo - magic authfriendica2012-12-031-0/+44