aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Quotes on strings. Dunno why it worked without.Thomas Willingham2014-07-131-1/+1
|
* Provide profile tabs opt-out.Thomas Willingham2014-07-131-1/+4
|
* rule of snakes #1, kill the snake.friendica2014-06-281-2/+2
| | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor.
* bring back profile_tabs for unauthenticated visitors to /cloud pagefriendica2014-06-251-2/+0
|
* profile likesfriendica2014-06-221-1/+4
|
* put viewsrc back in a lightboxfriendica2014-06-181-1/+1
|
* document why this worksfriendica2014-06-151-0/+3
|
* sort out the unobscure messfriendica2014-06-151-1/+4
|
* whitespacemarijus2014-06-141-1/+0
|
* unclutter menues a littlemarijus2014-06-141-16/+9
|
* moods: simplify 'xyz is tired' rather than 'xyz is currently tired'. This is ↵friendica2014-05-281-1/+1
| | | | possible now that we have translation contexts, as before '$1 is $2' was ambiguous without a context - in this case 'mood'.
* We know why third party zids didn't work now, so don't use hackyThomas Willingham2014-04-181-4/+1
| | | | workarounds anymore.
* bootstrapify aclselectormarijus2014-04-111-1/+1
|
* Merge https://github.com/friendica/red into pending_mergefriendica2014-04-091-4/+3
|\
| * use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair ↵marijus2014-04-091-2/+1
| | | | | | | | editblock and editlayout which still depended on it.
| * change the way jot tools are displayed/hiddenmarijus2014-04-081-2/+2
| |
* | issue #400 - lock not showing up for previews of private mentions (or ↵friendica2014-04-091-1/+5
|/ | | | | | 'new/search' item view) also reformat the new/search template to pick up recent changes to conv_item.tpl
* some fixes to #395friendica2014-04-071-1/+1
|
* a bit more work towards issue #395 - cleaning up some cases which were going ↵friendica2014-04-061-9/+3
| | | | to the url directly and which weren't going through chanview. Also worth noting - mentions in posts do not go through chanview. Perhaps it is time to kill chanview (except we then cannot implemented a "connected" or "connect" button since we don't have any control over the landing page). For the time being I'm just trying to trap as many of the "visit URL" links as possible and sending them to a common place. Then we can figure out how that common place should behave.
* jot and location style fixesmarijus2014-04-061-1/+1
|
* issue #395, item 2friendica2014-04-061-2/+4
|
* provide the ability for rpost to post as another of your channels. This does ↵friendica2014-04-051-0/+9
| | | | not yet work, so the functionality has not been enabled.
* Default discover to on.Thomas Willingham2014-03-301-1/+1
|
* typofriendica2014-03-291-1/+1
|
* issue #384friendica2014-03-291-28/+35
|
* Let the site admin choose whether to display the Discover tab.Alexandre Hannud Abdo2014-03-301-10/+11
|
* external -> discoverfriendica2014-03-281-1/+1
|
* firehose fixes and optimisations. In particular get rid of the unresponsive ↵friendica2014-03-271-2/+2
| | | | script warning when trying to load updates (sine they aren't our posts, we can't check for unseen, hence we can't really load updates). Also make the url selection pluggable.
* link in the firehosefriendica2014-03-271-1/+14
|
* 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
| |