friendica/include
friendica e0dbd2e8e4 Merge pull request #494 from fermionic/diaspora-contact-lookup-fails
look for DFRN contacts as well
2012-09-30 01:58:37 -07:00
..
markdownify Changed markdown to enable diaspora postings with images that contain links 2012-08-02 01:46:28 +02:00
Contact.php add poke to contact photo menu 2012-07-19 21:03:31 -07:00
EmailNotification.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
Photo.php slight adjustment to Photo scaling - also discovered imagick resize may need some additional work 2012-09-29 05:46:01 -07:00
Scrape.php send less messages to server; remove delete option 2012-09-29 17:50:34 -06:00
acl_selectors.php implement contact archival 2012-04-27 17:17:58 -07:00
api.php update items seen in DB when using API 2012-08-12 20:29:37 -06:00
attach.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
auth.php allow individual choice of mobile themes 2012-09-06 17:24:34 -06:00
bb2diaspora.php manually fix escaped underscores in links 2012-08-28 20:12:41 -06:00
bbcode.php -- Fix Diaspora profile update avatar bugs 2012-09-19 20:35:39 -06:00
cache.php use mysql replace on cache items 2012-05-02 16:27:19 -07:00
config.php config: fix get_config and get_pconfig search for serialized array 2012-08-29 04:19:15 -04:00
contact_selectors.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
contact_widgets.php remote_user can now support multiple contacts being logged in at once 2012-09-04 22:50:28 -07:00
conversation.php subscribe-to/follow threads 2012-09-27 19:53:55 -07:00
cronhooks.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
crypto.php remove obsolete zot encapsulation functions 2012-07-05 20:58:45 -07:00
datetime.php recover from datetime parse issues, inspired by https://github.com/friendica/friendica/pull/396 2012-07-15 21:00:11 -07:00
dba.php rev update 2012-09-02 01:47:04 -07:00
delivery.php update writable for dfrn contacts when using local delivery 2012-09-05 16:26:11 -07:00
diaspora.php look for DFRN contacts as well 2012-09-29 17:48:56 -06:00
directory.php rev update, bug 428, 429, and ability to block globaldir submissions from demo sites 2012-05-21 16:40:11 -07:00
email.php send less messages to server; remove delete option 2012-09-29 17:50:34 -06:00
enotify.php put a variant of the parent_uri into email notification message-ids. Current message-ids aren't completel legal. More work to do. 2012-08-15 17:14:29 -07:00
event.php event summary/title 2012-06-25 20:55:27 -07:00
expire.php make it optional to optimize the item table after expire 2012-05-08 15:33:01 -07:00
fcontact.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
follow.php implement "follow" service limits 2012-06-24 22:23:17 -07:00
gprobe.php only validate once 2012-05-01 23:16:58 -07:00
group.php remove groups from default permissions when removed; bug in group_add_member 2012-09-29 17:53:06 -06:00
html2bbcode.php try and get unadulterated bb2md2html2bb for simple stuff, then we'll work up to harder stuff 2012-07-02 01:11:19 -07:00
html2plain.php separate tag search from body search 2012-04-23 22:41:32 -07:00
items.php add "tagged" hook (bots and such) 2012-09-26 18:24:19 -07:00
lock.php don't check for was_recently_delayed in diaspora_transmit during a queue run 2012-07-09 09:39:09 -06:00
message.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
msgclean.php New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements 2012-03-17 11:07:49 +01:00
nav.php nav: pass $baseurl to template 2012-06-29 05:29:29 -04:00
network.php fix angle char storage and transmission, rev update 2012-08-03 18:33:11 -07:00
notifier.php Typo in notifier. 2012-09-07 00:43:05 +01:00
oauth.php allow individual choice of mobile themes 2012-09-06 17:24:34 -06:00
oembed.php try to get rid of scrollbars in Frost 2012-08-25 22:42:12 -06:00
onepoll.php send less messages to server; remove delete option 2012-09-29 17:50:34 -06:00
pgettext.php rename get_language() to get_browser_language() 2012-05-13 04:52:29 -07:00
pidfile.php New script that checks if a script is running 2012-04-01 20:56:27 +02:00
plugin.php remove THISPLUGIN definition - not used and doesn't work 2012-09-24 01:30:18 -07:00
poller.php variable confusion in poller, don't allow negative page offsets 2012-06-11 17:24:16 -07:00
profile_advanced.php add like/dislike to profiles 2012-06-24 21:16:55 -07:00
profile_selectors.php add plugin hooks to gender, sexpref, and marital selectors 2012-05-27 22:35:01 -07:00
profile_update.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
queue.php don't check for was_recently_delayed in diaspora_transmit during a queue run 2012-07-09 09:39:09 -06:00
queue_fn.php fix to imported youtube videos, updating of contact profile photos, do not remove "dead" contacts but archive them. 2012-06-13 19:59:20 -07:00
quoteconvert.php New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements 2012-03-17 11:07:49 +01:00
remoteupdate.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
salmon.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
security.php allow contact if in allowed group, even if not in non-empty allowed contacts 2012-09-29 17:54:37 -06:00
session.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
socgraph.php missing param 2012-07-15 17:07:53 -07:00
system_unavailable.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
template_processor.php template processor: trim strings in {{ if str!=str }}, add 'debug' tag: 2012-08-10 04:55:51 -04:00
text.php zeros - theming for new categories/folder display 2012-09-23 19:22:48 -07:00
user.php reverse the default newuser privacy setting to public. Sites can over-ride. 2012-09-13 19:11:07 -07:00