aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* incorrect obj_type on several itemsredmatrix2015-12-111-1/+1
|
* first iteration on the event itemMario Vavti2015-11-261-0/+1
|
* issue #85, community tags and file tags lost during edits. This required ↵redmatrix2015-11-201-1/+1
| | | | splitting off communitytags as a separate tag type and is not backward compatible. Community tags on older posts or those federated from redmatrix clones will not be preserved during edits.
* change action label from 'stop following' to 'unfollow thread'redmatrix2015-11-191-1/+1
|
* whitespaceMario Vavti2015-11-171-1/+1
|
* more css fixesMario Vavti2015-11-171-1/+1
|
* missing closing " for src attributeMario Vavti2015-11-171-1/+1
|
* allow pdl contentredmatrix2015-11-121-0/+5
|
* add avatars to likes/dislikes/etc.redmatrix2015-11-091-2/+2
|
* implement unfollow threadredmatrix2015-11-031-0/+4
|
* fix photo item for search_item.tpl and a minor css fixMario Vavti2015-10-301-2/+1
|
* new feature: delayed postingredmatrix2015-10-251-0/+7
|
* fix webpagesMario Vavti2015-10-151-1/+1
|
* wrong variableMario Vavti2015-10-141-1/+1
|
* really check for large photos featureMario Vavti2015-10-141-1/+1
|
* allow photo-items to appear full width if large photos feature is enabled. ↵Mario Vavti2015-10-141-15/+17
| | | | in prepare_body() split off mentions, tags, categories folders and attachments from body for easier theming. some other little fixes.
* change matrix to grid, begin webfinger optimisationredmatrix2015-09-161-2/+2
|
* don't auto-open the editor in forum mode. Save the forum selection text ↵redmatrix2015-09-091-0/+1
| | | | until we open it.
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-08-261-1/+12
|\ | | | | | | | | Conflicts: include/diaspora.php
| * required for future workredmatrix2015-08-261-1/+12
| |
* | photo permission inheritance. We want to use the folder permissions unless ↵redmatrix2015-08-061-1/+1
| | | | | | | | specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty.
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-301-1/+1
|\| | | | | | | | | | | several dav fixes Conflicts: include/items.php
| * make superblock block a channel if it's an owner as well as the current ↵redmatrix2015-07-281-1/+1
| | | | | | | | author; add @hostname to event hashes to make their use in vcalendar more RFC compliant
* | 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
| |