friendica/include
Michael Vogel 426e0045ee The function "short_url" is used in several addons, so it deserves a central place. 2014-05-03 12:07:34 +02:00
..
markdownify
Contact.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
EmailNotification.php
Photo.php Removed another "limit 1" 2014-03-09 09:25:57 +01:00
Scrape.php Removed deprecated twitter code, since twitter had changed its API long time ago. 2014-04-04 10:42:12 +02:00
acl_selectors.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
api.php API: Beautifying the code, only showing posts (not likes), don't show own posts in mentions. 2014-04-22 15:56:28 +02:00
attach.php
auth.php
auth_ejabberd.php
bb2diaspora.php bb2diaspora: Horizontal ruler must have a leading new line for libertree 2014-04-22 00:55:47 +02:00
bbcode.php Building a central functionality to export postings to all networks that only support plaintext postings. In near future this will replace the similar code in the several addons. 2014-05-03 12:04:54 +02:00
cache.php APC support is removed due to problems with PHP 5.5. 2014-05-03 12:02:25 +02:00
cli_startup.php
config.php APC support is removed due to problems with PHP 5.5. 2014-05-03 12:02:25 +02:00
contact_selectors.php Preparations for statusnet connector import 2014-04-04 10:40:46 +02:00
contact_widgets.php
conversation.php target="_blank" instead of target="external-link" 2014-02-11 23:42:06 +01:00
cronhooks.php The system's load is now checked, when the cronhooks are started. 2014-04-04 10:48:02 +02:00
crypto.php
datetime.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
dba.php The file dba.php was missing in the last commit :) Additionally there are some chamges to the update script. 2014-04-29 12:35:24 +02:00
dba_pdo.php New database system that uses PDO if present/Test script for doing database upgrades. 2014-04-28 23:55:47 +02:00
dbstructure.php The file "dbstructure.php" was corrupted. This is the right one. 2014-04-29 13:19:44 +02:00
dbupdate.php
delivery.php Only some code beautification. No functional changes. 2014-03-20 18:46:01 +01:00
diaspora.php Ther eis now a user setting to disabled notices. The Diaspora reshare now checks for empty values. 2014-04-26 02:22:30 +02:00
directory.php
dsprphotoq.php Diaspora: Images from shared messages now appear in the posting. 2014-03-23 18:50:28 +01:00
email.php
enotify.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
event.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
expire.php
fcontact.php
features.php
files.php Adding functions for the file- and category handling 2014-03-20 18:51:13 +01:00
follow.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
friendica_smarty.php
gprobe.php
group.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
html2bbcode.php When converting from html to bbcode, now mail links are converted into the [mail] bbcode 2014-04-04 10:54:43 +02:00
html2plain.php Building a central functionality to export postings to all networks that only support plaintext postings. In near future this will replace the similar code in the several addons. 2014-05-03 12:04:54 +02:00
items.php Don't show embedded page information for statusnet groups. 2014-04-12 13:14:39 +02:00
lock.php
message.php
msgclean.php
nav.php menu entry for "Delegations" moved to the settings. 2014-04-24 10:16:02 +02:00
network.php The function "short_url" is used in several addons, so it deserves a central place. 2014-05-03 12:07:34 +02:00
notifier.php Only some code beautification. No functional changes. 2014-03-20 18:46:01 +01:00
oauth.php More "LIMIT 1" removed - and some other SQL improvements. 2014-03-11 23:52:32 +01:00
oembed.php oembed: Now it is possible to use the service from embedly with an API key. 2014-04-04 10:56:33 +02:00
onepoll.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00
ostatus_conversation.php OStatus auto completion: option to completely disable the auto completion. 2014-03-16 18:09:42 +01:00
pgettext.php
pidfile.php
plaintext.php Building a central functionality to export postings to all networks that only support plaintext postings. In near future this will replace the similar code in the several addons. 2014-05-03 12:04:54 +02:00
plugin.php Suppress showing unsupported addons in the administration. 2014-04-29 14:22:37 +02:00
poller.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00
profile_advanced.php
profile_selectors.php
profile_update.php API: Beautifying the code, only showing posts (not likes), don't show own posts in mentions. 2014-04-22 15:56:28 +02:00
queue.php Queue: using lockpath, so that the queue only can run once a time. 2014-03-16 17:37:20 +01:00
queue_fn.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00
quoteconvert.php
redir.php
remoteupdate.php
salmon.php
security.php Fixing SQL problem and speeding up search. 2014-03-16 22:42:47 +01:00
session.php
socgraph.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00
system_unavailable.php
tags.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00
template_processor.php
text.php Merge pull request #938 from annando/master 2014-04-22 16:15:42 +02:00
threads.php Functions for the new threas table, script for updating this table 2014-03-16 18:19:19 +01:00
threadupdate.php Functions for the new threas table, script for updating this table 2014-03-16 18:19:19 +01:00
uimport.php
user.php Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete. 2014-03-09 09:19:14 +01:00