friendica/include
2016-03-28 22:35:11 +02:00
..
autoloader add composer-derived autoloader 2016-02-09 11:07:37 +01:00
acl_selectors.php Just some improved queries 2016-01-16 12:32:11 +01:00
api.php
attach.php add support for more file attachment types 2013-02-04 22:15:16 -07:00
auth.php Yes is no and no is yes ... 2015-12-25 19:57:38 +01:00
auth_ejabberd.php Bugfix: Authorization at ejabberd only worked for uid=1 2015-10-25 10:17:23 +01:00
autoloader.php
bb2diaspora.php
bbcode.php Bugfix: Avoid warning with non object OEmbed data 2016-03-22 23:24:07 +01:00
cache.php Now you can define the duration of the cache entries. 2015-08-24 17:24:14 +02:00
cli_startup.php redoing the change concerning the hostname. 2013-08-12 11:09:11 +02:00
config.php
Contact.php Some more function calls changed to the new class 2016-03-14 08:11:14 +01:00
contact_selectors.php
contact_widgets.php Added the old Facebook addon for addon check 2015-11-29 13:42:31 +01:00
conversation.php "get_baseurl" and "z_root" are disappearing ... 2016-02-17 23:47:32 +01:00
cron.php
cronhooks.php
crypto.php
datetime.php
dba.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
dba_pdo.php Removing of warnings to make dav work 2014-07-24 23:24:10 +02:00
dbstructure.php Retraction do work as well 2016-03-17 12:24:23 +01:00
dbupdate.php Replaced $argv and $argc with the $_SERVER array 2015-01-04 13:24:16 +01:00
delivery.php Everything tested, one open to-do 2016-03-17 00:37:44 +01:00
dfrn.php DFRN: Remote tagging works now 2016-03-20 15:53:37 +01:00
diaspora.php
directory.php There is now only one central parameter for the global directory. 2015-09-15 22:29:02 +02:00
discover_poco.php Changed parameter order 2016-03-08 22:28:49 +01:00
email.php reformat todo according to doxygen style 2015-12-25 23:17:34 +01:00
Emailer.php
enotify.php Check the body for notifications as well 2016-01-29 03:46:43 +01:00
event.php let autoloader include files for HTMLPurifier 2016-02-09 11:08:26 +01:00
expire.php dfrn functions could now work/Removed unused code 2016-01-22 20:26:11 +01:00
fcontact.php
features.php feature management for admins: Merge branch 'devolop' 2016-01-17 03:25:17 +01:00
feed.php Added documentation. 2016-02-16 08:06:55 +01:00
files.php Adding functions for the file- and category handling 2014-03-20 18:51:13 +01:00
follow.php Removed just more old diaspora function calls. 2016-03-14 20:53:44 +01:00
ForumManager.php
friendica_smarty.php Pass App class instace to all templates via "$APP" variable 2016-02-03 14:01:37 +01:00
gprobe.php
group.php Central function for default group, special setting for OStatus 2016-03-06 13:15:27 +01:00
html2bbcode.php
html2plain.php Moved several settings from .htconfig.php to the admin settings page. 2015-02-08 20:35:40 +01:00
HTTPExceptions.php
identity.php Prevent some E_NOTICE in identity.php 2016-03-01 14:36:23 +01:00
items.php Retraction do work as well 2016-03-17 12:24:23 +01:00
like.php Merge remote-tracking branch 'upstream/develop' into 1602-diaspora 2016-03-21 06:47:47 +01:00
lock.php The "scrape" bugfix lead to partly damaged encodings. This is fixed now. 2015-01-04 11:56:41 +01:00
map.php map bbcode tag from Red 2015-05-15 20:41:10 +02:00
message.php Replace random strings with guids where appropriate. 2015-08-14 07:48:28 +02:00
msgclean.php
nav.php
network.php
NotificationsManager.php fix missing html2plain() function declaration 2016-02-11 09:05:00 +01:00
notifier.php
oauth.php
oembed.php
onepoll.php Changed parameter order 2016-03-08 22:28:49 +01:00
ostatus.php Bugfix: A parameter was missing for the OStatus author check 2016-03-09 22:51:17 +01:00
pgettext.php
Photo.php
photos.php Revert "Merge pull request #2223 from rabuzarus/2912_photo_widget" 2016-01-04 11:46:19 +01:00
pidfile.php Mute warnings in pidfile/Quit poller after an hour. 2015-09-25 17:38:56 +02:00
plaintext.php Added documentation 2016-02-23 07:56:49 +01:00
plugin.php
poller.php The function to check for maxload and the lockfile is centralized 2016-03-08 20:28:09 +01:00
profile_selectors.php add plugin hooks to gender, sexpref, and marital selectors 2012-05-27 22:35:01 -07:00
profile_update.php Profile update is now working with the new function as well 2016-03-14 22:10:26 +01:00
pubsubpublish.php Changed parameter order 2016-03-08 22:28:49 +01:00
queue.php
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
salmon.php Code cleanup and first steps for a better comment distribition with DFRN and OStatus 2015-12-13 12:15:45 +01:00
Scrape.php Merge remote-tracking branch 'upstream/develop' into 1602-remove-simplepie 2016-02-16 07:58:01 +01:00
security.php Set the login date for every identity of the user. 2015-05-09 23:47:45 +02:00
session.php There is no table "sess_data" - this database call is useless 2016-03-18 16:42:10 +01:00
shadowupdate.php
socgraph.php
system_unavailable.php Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
tags.php
tagupdate.php New fields for the term table, improved query for the tag search. Changed the cache handling for rendered bbcode. 2015-03-07 21:24:39 +01:00
template_processor.php
text.php
threads.php Comments from Hubzilla weren't federated properly 2016-01-21 13:21:47 +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
update_gcontact.php Changed parameter order 2016-03-08 22:28:49 +01:00
user.php
xml.php