streams/include
2015-12-15 17:50:14 -08:00
..
dba issue #184 2015-11-23 15:17:38 -08:00
Import menu import and sync 2015-09-08 17:52:39 -07:00
photo issue #154 2015-11-12 16:57:02 -08:00
RedDAV fix issue #210 2015-12-07 19:11:32 +01:00
AccessList.php start to modularise the clone import and sync functions 2015-09-02 20:12:40 -07:00
account.php Fix #109. 2015-12-09 14:37:14 +01:00
acl_selectors.php make jotnets modal 2015-11-08 17:48:43 -08:00
activities.php Merge branch 'master' into tres 2015-05-14 18:02:29 -07:00
api.php set following to false 2015-12-14 17:25:40 -08:00
api_auth.php remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2. 2015-12-13 15:35:45 -08:00
apps.php turn relative links in app_render() into absolute links, without affecting the install. 2015-10-21 15:00:41 -07:00
attach.php more work on api media uploads 2015-12-13 19:15:42 -08:00
auth.php Move api_auth() out to a file that can be included from plugins/modules to allow them to expose their own programmatic API. 2015-11-10 22:50:18 -08:00
BaseObject.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
bb2diaspora.php revise the photo activity a bit so that we always have a valid activity body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target. 2015-12-15 15:01:54 -08:00
bbcode.php change _newwin to _blank because the window named _newwin may be hard to find if you have lots of windows/tabs open. 2015-11-20 12:49:38 -08:00
bookmarks.php Some cleanups and documentation. 2015-03-04 00:15:24 +01:00
cache.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
chat.php looks like chat has been neglected a bit recently 2015-09-20 21:37:18 -07:00
checksites.php add site_type to queries, first few - several more to go. 2015-09-28 04:21:29 -07:00
cli_startup.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
cli_suggest.php populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel). 2013-08-05 20:08:35 -07:00
comanche.php prevent function name re-declaration in widget space 2015-12-02 18:25:09 -08:00
config.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
Contact.php need better peer verification due to re-install issue, this is temporary 2015-11-03 19:50:40 -08:00
contact_selectors.php cleanup connedit 2015-07-14 12:46:40 +02:00
contact_widgets.php make tagadelic results (including categories in wall-to-wall posts) visible to wall visitors by checking ownership rather than authorship. It is doubtful the queries will scale on redmatrix so moved forward to hubzilla tree. 2015-07-15 21:43:42 -07:00
conversation.php incorrect obj_type on several items 2015-12-11 02:52:43 -08:00
ConversationObject.php convert the abook fields 2015-06-14 21:08:00 -07:00
cronhooks.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
crypto.php retire old Friendica RINO encryption functions 2015-06-09 22:24:24 -07:00
datetime.php default timepicker to 15 min steps. abbr -> span 2015-11-26 21:00:04 +01:00
deliver.php even more queue api 2015-12-15 00:42:19 -08:00
deliver_hooks.php delivery optimisations 2015-09-24 22:51:47 -07:00
dir_fns.php fixes #194 - New directory server is selected on every directory page reload 2015-11-27 20:55:27 +01:00
directory.php more work on queue api 2015-12-14 22:44:05 -08:00
DReport.php new delivery report format 2015-09-20 20:21:54 -07:00
enotify.php superblock enhancements 2015-11-13 15:28:34 -08:00
environment.php Add functions to parse and get some values from php.ini. 2015-05-16 11:25:32 +02:00
event.php we also need nofinish in the object. css fices 2015-11-26 14:45:22 +01:00
expire.php DB changes for some channel flags 2015-06-15 17:28:52 -07:00
externals.php generalise the site black|white allow lists, also add a channel black|white list for future use 2015-11-29 20:26:00 -08:00
features.php new feature: 'suppress_duplicates' issue #146 triggered with less than two minutes between posts having identical content. 2015-11-19 16:05:47 -08:00
follow.php start working on the singleton setting 2015-12-09 18:30:30 -08:00
gprobe.php add reporting site to delivery report 2015-09-18 22:00:33 -07:00
group.php use consistent terminology 2015-08-19 21:17:24 -07:00
html2bbcode.php I'm speechless. This is just reckless. Set a context flag in text using a context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr. 2014-10-23 21:20:12 -07:00
html2plain.php cleanup 2013-03-10 20:39:27 -07:00
hubloc.php add site_type to queries, first few - several more to go. 2015-09-28 04:21:29 -07:00
identity.php remove some unused stuff 2015-12-08 16:32:06 -08:00
import.php Pass in account_id. Required for bulk identity importer. 2015-11-18 00:26:18 -08:00
importdoc.php separate objs/things from taxonomy 2015-09-01 17:06:58 -07:00
ItemObject.php first iteration on the event item 2015-11-26 12:26:27 +01:00
ITemplateEngine.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
items.php revise the photo activity a bit so that we always have a valid activity body. Several network connectors can get empty posts or posts that don't contain any reference whatsoever to the actual photo. Since this can cause duplicate images on our own site, just provide the activity summary and any included body text to the activity by default. Provide a function to enhance this activity with an actual photo which can be applied on demand for any network connectors that desire it. Otherwise they'll just get a link to the photo in the activity statement - which is better than an empty post. Have applied this "add actual photo to the post" function to both Diaspora and RSS feeds. Also provide the album as the activity target. 2015-12-15 15:01:54 -08:00
js_strings.php various css fixes 2015-11-26 23:19:06 +01:00
language.php move string files to hmessages.po and hstrings.php for hubzilla to avoid endless merge conflicts. 2015-09-26 23:44:30 -07:00
menu.php debugging menu sync 2015-09-08 18:40:56 -07:00
message.php start of v4 2015-12-06 19:16:38 -08:00
nav.php some heavy private mail restructuring - work in progress 2015-09-24 14:07:44 +02:00
network.php start working on the singleton setting 2015-12-09 18:30:30 -08:00
notifier.php more work on queue api 2015-12-14 22:44:05 -08:00
notify.php Merge branch 'master' into tres 2015-04-23 19:49:41 -07:00
oauth.php remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2. 2015-12-13 15:35:45 -08:00
oembed.php personal oembed black/white list 2015-08-04 20:07:55 -07:00
onedirsync.php Merge branch 'master' into tres and add some work on the item_deleted flag refactor 2015-01-26 18:27:03 -08:00
onepoll.php convert the abook fields 2015-06-14 21:08:00 -07:00
page_widgets.php clean up the webpage list a bit 2014-04-29 18:28:05 -07:00
permissions.php the view_photos and post_photos permissions are redundant and are now mapped to view_storage and write_storage 2015-07-19 17:53:52 -07:00
photos.php fix typos before merging 2015-12-15 15:13:16 -08:00
plugin.php use the channel blacklist for items and mail, still todo: directory and stuff 2015-12-03 21:05:48 -08:00
poller.php heavy lifting for delivery reports 2015-09-22 02:32:04 -07:00
probe.php start of legacy probe utility 2014-04-02 16:26:39 -07:00
profile_selectors.php make the profile minimal by default. Use features to enable the advanced form. 2014-08-01 01:24:03 -07:00
ProtoDriver.php start formatting for Doxygen 2013-02-25 17:09:40 -08:00
queue.php more queue api 2015-12-15 00:04:30 -08:00
queue_fn.php issue #221 2015-12-15 17:42:49 -08:00
ratenotif.php more work on queue api 2015-12-14 22:44:05 -08:00
reddav.php make /cloud work again after all the shuffling this morning 2015-07-30 18:34:30 -07:00
security.php some minor cleanup - change the default of the discover tab (public stream access) 2015-12-10 19:18:55 -08:00
session.php don't try to optimise the session table. Just let it fragment and let the DB worry about it. 2015-08-24 16:05:51 -07:00
sharedwithme.php make postgresql happy 2015-03-25 11:03:37 +01:00
smarty.php provide os_mkdir to workaround permission issues with php mkdir 2014-07-16 01:07:00 -07:00
socgraph.php convert the abook fields 2015-06-14 21:08:00 -07:00
spam.php The problem with a lot of packages is that it's easier to re-write them than to re-use them. 2014-02-02 21:25:52 -08:00
statistics_fns.php convert ITEM_WALL from bitfield to standalone 2015-05-06 21:03:33 -07:00
system_unavailable.php Use http_status() instead of homegrowing it. Adapt http_status to handle replies with data. 2015-11-20 18:56:41 -08:00
taxonomy.php don't show item_delayed_publish items in tag clouds 2015-11-26 17:35:41 -08:00
template_processor.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
text.php enhance whitespace 2015-12-15 15:17:10 -08:00
widgets.php change album_id logic to make it work with ajax calls 2015-12-07 13:27:35 +01:00
zot.php additional fix for the array_key_exists message in #221 2015-12-15 17:50:14 -08:00