aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* create a new "subdued" CSS class for things that shouldn't be in your face ↵friendica2014-02-081-3/+3
| | | | unless you want them and intentionally hover over them. Typically this would be accomplished via an opacity or colour change, but themes are free to use other methods. Also changed the channel_tabs "chatroom" link to use the subdued class if no rooms have been created rather than a count of chatrooms. Themse should probably create a .subdued and .subdued:hover definition because we'll probably take most of the stuff which is now hardwired to use opacity by id and change it to use the class definition instead.
* add chatroom linksfriendica2014-02-051-0/+14
|
* bookmarks - mop up and go homefriendica2014-02-041-0/+8
|
* preserve expiration when editingfriendica2014-01-271-0/+1
|
* The final piece of the DAV authentication puzzle. Provide a directory view ↵friendica2014-01-261-1/+1
| | | | to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied.
* Ooops, included site specific hackThomas Willingham2014-01-241-6/+0
|
* Make share previews a bit longer. We can't go any longer than thisThomas Willingham2014-01-241-2/+9
| | | | | | without suhosin starting to break things for channels with long names - this limit works with the channel with the longest name in the matrix today, but we may need to make this a pconfig anyway.
* Merge pull request #279 from git-marijus/masterfriendica2014-01-221-4/+4
|\ | | | | make network tabs regard selected group (collection) and vice versa
| * update argument ?f=marijus2014-01-221-2/+2
| |
| * make network tabs regard selected group (collection) and vice versamarijus2014-01-221-3/+3
| |
* | Give pages enough to construct a share button.Thomas Willingham2014-01-221-2/+5
|/
* fix location of string file in Translations.md, fix some permissions and ↵friendica2014-01-211-15/+24
| | | | owner vagueness (potential bugs) in profile_tabs()
* add cloud link to profile_tabs and Comanchify the suckerfriendica2014-01-091-0/+9
|
* simplify permalink selection logicfriendica2014-01-091-1/+1
|
* preparatory work for supporting a "list view" mode for conversations. This ↵friendica2014-01-081-0/+3
| | | | would be useful for forum-like channels and/or block-oriented themes.
* Zidification of author links in webpages.Thomas Willingham2013-12-231-1/+4
|
* Merge remote-tracking branch 'upstream/master' into bootstrapChristian Vogeley2013-12-221-7/+195
|\ | | | | | | | | Conflicts: view/php/theme_init.php
| * split private messages into two modules - "message" is just for message ↵friendica2013-12-211-1/+1
| | | | | | | | lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
| * split off mod_connections into mod_connections & mod_connedit - lots of ↵friendica2013-12-181-1/+1
| | | | | | | | links to fix
| * more htmlspecialchars sanitisationfriendica2013-12-121-2/+2
| |
| * post_activity_item issuesfriendica2013-12-071-0/+4
| |
| * move profile tabs and network/matrix tabs to include/conversationfriendica2013-12-051-0/+184
| |
| * Plurals for conversation.phpOlivier Migeot2013-11-281-3/+3
| |
* | New modal dialog for item expiryChristian Vogeley2013-12-221-0/+2
|/
* revert to prepare_page - but have it call prepare_bodyfriendica2013-11-151-1/+1
|
* allow rpost to set source appfriendica2013-11-151-1/+1
|
* e2ee in comments and a bit of cleanup so not every theme has to define how ↵friendica2013-11-141-3/+0
| | | | to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
* ability to use other ciphersfriendica2013-11-111-0/+5
|
* e2eefriendica2013-11-101-0/+2
|
* provide expire feature on post and comments as well as private messages. ↵friendica2013-11-071-1/+5
| | | | This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
* issue #189 - show post edited time on relative date hovertipfriendica2013-10-301-0/+1
|
* Comanche documentation and some cleanup of layout page (including link to ↵friendica2013-10-281-2/+7
| | | | doco) and a few other webpage related cleanups
* remote post module so that from anywhere on the web or at least within the ↵friendica2013-10-271-2/+2
| | | | matrix you'll be able to share content or we can have apps on other sites that post status updates on your wall. All with your permission of course as you'll have to click "share" to actually post it.
* Optionally pass a prepared "top level" item into conversation(). This will ↵friendica2013-10-241-3/+3
| | | | eventually be used by the photos module where the "top level item" of the conversation is a photo with editing and album navigation controls and doesn't look anything like a post.
* link to source - if it's on the display page link to original source ↵friendica2013-10-201-1/+1
| | | | (probably on a different site). All other conversations link to 'llink' which is a local copy and may provide a richer possibility of interactions, especially if you're logged in locally and it's your own copy of the post.
* Put a status editor on the display page if you're logged in. This fixes ↵friendica2013-10-181-1/+1
| | | | issue #113 and also provides the ability to reshare from that page.
* replace a bunch of graphic icons with vector iconsfriendica2013-10-081-1/+1
|
* post signaturesfriendica2013-10-021-0/+7
|
* OK, sure.friendica2013-09-201-1/+1
|
* use prepare_body in api calls to properly render content, add 'mode' to ↵friendica2013-09-161-0/+1
| | | | conversation templates so that themes can use the module context to suppress or show comments as desired
* implement what I hope will now be the server side of directory sync, add ↵friendica2013-09-151-8/+12
| | | | viewsrc to item_photo_menu, and log what changed in import_xchan update objects so we can find out why there are so many updates when nothing _obvious_ has changed that should trigger it.
* provide templating options in comanche for the underlying webpage element - ↵friendica2013-09-041-0/+6
| | | | in this case the way the author is displayed. Leave this open for other forms templating options.
* my badfriendica2013-09-031-1/+1
|
* typofriendica2013-09-031-1/+1
|
* personal config to just show the page content without author info - probably ↵friendica2013-09-031-3/+5
| | | | this needs to be a page option
* add a layout selectorfriendica2013-09-021-0/+12
|
* preserve mimetype on page editsfriendica2013-09-021-4/+5
|
* oh that's whyfriendica2013-09-021-1/+2
|
* fix webpage storagefriendica2013-09-021-1/+1
|
* only allow richtext editor on pages if bbcode is the default mimetype, ↵friendica2013-09-021-6/+6
| | | | otherwise use plaintext editor. This will eventually need work to support a visual editor for html or other types.