aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
Commit message (Collapse)AuthorAgeFilesLines
* some work on comanche autocompleteMario Vavti2016-04-091-1/+4
|
* issue #138 ; make ajaxchat optional and configurable. For reasons we've ↵redmatrix2016-04-031-1/+2
| | | | discussed repeatedly the ajax chat will not be removed from core as XMPP chat does not provide decentralised access control compatible with nomadic identity.
* static Appredmatrix2016-03-311-32/+32
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-17/+17
|
* work on implementing account/channel move (as opposed to clone)redmatrix2016-03-091-0/+5
|
* we have got a button for events in the nav. no need for it in the tabs if we ↵Mario Vavti2016-02-251-2/+2
| | | | are local.
* issue #216 - calendar sharingredmatrix2016-02-241-0/+20
|
* honour poco_rating_enable in item_photo_menuredmatrix2016-01-191-1/+6
|
* Separate item_photo_menu() into links which deal with the post and those ↵redmatrix2016-01-191-6/+11
| | | | which deal with the author. We should probably also make this info available to themes so they could for instance provide a visual separator.
* 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.