aboutsummaryrefslogtreecommitdiffstats
path: root/mod/chanview.php
Commit message (Collapse)AuthorAgeFilesLines
* 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