aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* basic proof of concept file activity support - will send activity via the ↵marijus2015-01-181-1/+1
| | | | filestorage module and via attach_delete()
* basic backend work for creating consensus itemsfriendica2015-01-111-16/+49
|
* basic changes for file activitymarijus2015-01-091-0/+1
|
* fix label of preview buttonmarijus2014-12-171-1/+1
|
* edit and preview removed from additional features and turned into core ↵friendica2014-12-161-3/+2
| | | | functionality (always enabled).
* Provide censorship.Thomas Willingham2014-12-101-4/+9
|
* show clear browser location button only if use browser location option is ↵marijus2014-12-091-1/+1
| | | | set and minor css fixes
* Make it clear that title and categories are optionalStefan Parviainen2014-12-081-2/+2
|
* Whitespace. Stupid £#@£@$ editor.Thomas Willingham2014-11-291-2/+2
|
* Issue #713 Arguably, we shouldn't allow poking yourself and stuff eitherThomas Willingham2014-11-291-1/+2
| | | | but I like that, so...
* yet another option for the homepagefriendica2014-11-201-5/+9
|
* remove old timersfriendica2014-11-161-20/+2
|
* speed things up a wee bitfriendica2014-11-161-5/+3
|
* minor changes to support forum modefriendica2014-11-151-2/+2
|
* cleanupfriendica2014-11-111-2/+6
|
* if someone does not have permission to chat do not show the chatrooms tabmarijus2014-10-291-10/+12
|
* turn down the preview logging. Haven't needed that level of detail recently.friendica2014-10-261-2/+2
|
* mark signature forgeriesfriendica2014-10-161-1/+5
|
* Pluggable page templatesThomas Willingham2014-09-291-2/+4
|
* better way to deal with effective_uidfriendica2014-09-221-9/+1
|
* make discover items interactivefriendica2014-09-221-1/+9
|
* Don't link unknown likes.Klaus Weidenbach2014-09-211-96/+90
| | | | | Likes/Dislikes of unknown channels have disabled links now. Fixed intention a bit, romved a unused variable.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-201-3/+5
|\
| * oups...marijus2014-09-201-1/+1
| |
| * aalso change the way we check for number of chatroomsmarijus2014-09-201-2/+2
| |
| * show bookmarks menu only if we have any bookmarks alreadymarijus2014-09-201-1/+3
| |
* | fix empty likesfriendica2014-09-201-2/+9
|/
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-1/+1
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* issue #451 - clear gid and cid from network tab if discover is selectedfriendica2014-09-041-7/+7
|
* remove noisy log statementfriendica2014-08-281-2/+0
|
* when updating the commented timestamp on the parent post (item_store) don't ↵friendica2014-08-281-0/+2
| | | | include any time travelling posts. They can mess up the conversation sort order in a big way until they're actually published.
* re-obscure item body if localize_item() changes it. It's already flagged as ↵friendica2014-08-251-0/+13
| | | | obscured so we need it to actually be obscured.
* follow => connectfriendica2014-08-191-1/+1
|
* add ability to follow somebody not already in your connections from "post ↵friendica2014-08-171-0/+5
| | | | actions" dropdown. bug: doesn't bring you back to this page.
* convert application strings to en-USfriendica2014-07-311-2/+2
|
* 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.