aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* the view_photos and post_photos permissions are redundant and are now mapped ↵redmatrix2015-07-191-4/+2
| | | | to view_storage and write_storage
* since we've got a fresh start without a lot of legacy sites to support, ↵redmatrix2015-07-151-1/+2
| | | | provide 'naked' or authored=none (no date and attribution) as the default for webpages. It will be up to designers to add this if they desire it rather than force everybody to take it away. The code for adding it isn't yet provided.
* convert the abook fieldsredmatrix2015-06-141-1/+1
|
* Merge branch 'master' into tresfriendica2015-04-291-1/+4
|\ | | | | | | | | Conflicts: include/notifier.php
| * disable voting in blocks, layouts and webpagesMario Vavti2015-04-291-0/+2
| |
| * Provide webpage layout descriptionMario Vavti2015-04-251-1/+1
| |
| * provide block titles in blocklistMario Vavti2015-04-241-0/+1
| |
* | Merge branch 'master' into tresfriendica2015-04-231-238/+332
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/Contact.php include/ItemObject.php include/api.php include/attach.php include/diaspora.php include/dir_fns.php include/enotify.php include/event.php include/expire.php include/items.php include/notifier.php include/notify.php include/photos.php include/taxonomy.php include/text.php include/widgets.php include/zot.php mod/admin.php mod/channel.php mod/dirsearch.php mod/display.php mod/editwebpage.php mod/events.php mod/home.php mod/item.php mod/manage.php mod/mood.php mod/network.php mod/page.php mod/photos.php mod/ping.php mod/post.php mod/thing.php mod/viewsrc.php view/css/mod_events.css
| * fix webpage permsMario Vavti2015-04-221-1/+1
| |
| * allow jot to be displayed expanded, remove deprected datetimepicker js and ↵Mario Vavti2015-04-171-1/+2
| | | | | | | | some random fixes
| * provide a separate input field for rpost attachmentsMario Vavti2015-04-161-0/+1
| |
| * title=>nameMario Vavti2015-04-151-1/+1
| |
| * Update/fix Dutch and removing an ugly spacejeroenpraat2015-04-021-1/+1
| |
| * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-5/+3
| | | | | | | | | | | | | | Fixed wrong Doxygen syntax and add some of the available FIXME to Doxygen documentation. Updated Doxygen configuration to add also all capital letter tags. Adding some more Doxygen documentation.
| * provide ways to over-ride the datetime pickersfriendica2015-03-261-0/+2
| |
| * Fixed an exit of a loop in builtin_activity_puller().Klaus Weidenbach2015-03-211-128/+132
| | | | | | | | There was a "$return", but I think it should be "return".
| * phase one of the great file storage unification - use one button for uploads ↵friendica2015-03-161-1/+1
| | | | | | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately.
| * remove the now redundant audio/video buttons and label the editor text style ↵friendica2015-03-111-0/+5
| | | | | | | | buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links.
| * View upload photo button only if you have permission.Klaus Weidenbach2015-03-101-59/+54
| | | | | | | | | | | | | | | | | | | | Check if post_photos permission is available otherwise hide the photo upload button. Or should we show the button and just disable it with a title, about missing permission to upload photos? In comments we use the same icon, but just add [img] bb-code. Should we provide this if no permission to upload photos. Do we need different icons for [img] and photo upload buttons?
| * bring back like/dislike summaries on photosfriendica2015-02-161-1/+1
| |
| * Merge https://github.com/friendica/red into pending_mergefriendica2015-02-111-1/+10
| |\
| | * to get the correct total count we should probably only count the arrays with ↵marijus2015-02-111-1/+10
| | | | | | | | | | | | count key set
| | * typo agree->disagreemarijus2015-02-111-1/+1
| | |
| * | more efficient processing of response activities, plus a proof of concept ↵friendica2015-02-111-0/+6
| | | | | | | | | | | | fix for the problem of receiving a delete notification before we actually get the item which we're supposed to delete.
| * | cut/paste typofriendica2015-02-111-1/+1
| |/
| * more permissions tweakingfriendica2015-02-101-0/+3
| |
| * item voting toolsfriendica2015-02-101-0/+5
| |
| * more attendancefriendica2015-02-101-73/+69
| |
| * cleanup event attendance - make sure it works in list mode.friendica2015-02-101-13/+4
| |
| * more progress on event confirmationsfriendica2015-02-101-3/+28
| |
| * like formatting for extended consensus itemsfriendica2015-02-091-0/+53
| |
* | Merge branch 'master' into tresfriendica2015-02-051-5/+4
|\| | | | | | | | | | | Conflicts: view/css/mod_events.css view/theme/redbasic/css/style.css
| * allow post expiration to be set from a config (and therefore a plugin/addon)friendica2015-02-051-1/+4
| |
| * order ratings friends firstfriendica2015-02-031-4/+0
| |
* | Merge branch 'master' into tresfriendica2015-01-291-26/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: include/group.php include/text.php mod/acl.php mod/channel.php mod/connections.php mod/display.php mod/group.php mod/item.php mod/locs.php mod/network.php mod/photos.php mod/ping.php mod/starred.php mod/viewsrc.php
| * local_user => local_channelfriendica2015-01-281-26/+26
| |
* | more expanding item flagsfriendica2015-01-221-12/+3
| |
* | heavy lifting converting item flag bitsfriendica2015-01-221-1/+1
|/
* 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
|