friendica/include
2017-01-06 17:10:40 +01:00
..
autoloader
Core Don't cherry-pick: reverted unrelated changes (dbm::is_result()) 2016-12-20 16:21:59 +01:00
acl_selectors.php Continued with coding convention: 2016-12-23 19:51:04 +01:00
api.php
attach.php
auth.php
auth_ejabberd.php
autoloader.php add some doxygen comments 2016-02-09 11:10:00 +01:00
bb2diaspora.php Don't be greedy. 2017-01-02 07:00:44 +00:00
bbcode.php
cache.php cache: use unserialize(false) 2016-11-20 17:32:37 +01:00
cli_startup.php
config.php Add $default_value parameter to Config::get() and PConfig::get() 2016-06-10 12:00:34 +02:00
Contact.php *much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied) 2016-12-23 19:49:36 +01:00
contact_selectors.php
contact_widgets.php *much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied) 2016-12-23 19:49:36 +01:00
conversation.php Continued with coding convention: 2016-12-20 21:13:50 +01:00
create_shadowentry.php
cron.php changed to this: 2016-12-20 10:58:03 +01:00
cronhooks.php Some rewrites: 2016-12-13 10:16:36 +01:00
cronjobs.php
crypto.php RINO 2 based on php-encryption 2015-06-23 16:13:09 +02:00
datetime.php
dba.php Some rewrites: 2016-12-13 10:16:36 +01:00
dba_pdo.php
dbclean.php
dbm.php CSR changes, split dbclean in separate processes if worker is active 2016-10-22 10:14:41 +00:00
dbstructure.php Events are now shared with Diaspora. 2016-12-30 03:31:38 +00:00
dbupdate.php
delivery.php We now send the participation message as well. 2016-12-30 22:31:21 +00:00
dfrn.php Merge remote-tracking branch 'upstream/develop' into develop 2017-01-06 17:10:40 +01:00
diaspora.php Merge remote-tracking branch 'upstream/develop' into develop 2016-12-31 17:59:14 +01:00
directory.php There is now only one central parameter for the global directory. 2015-09-15 22:29:02 +02:00
DirSearch.php Speeding up the gcontact search 2016-04-17 13:46:49 +02:00
discover_poco.php
email.php
Emailer.php adjust the rand bounderies to be within the allowed max value 2016-07-05 15:45:39 +02:00
enotify.php
event.php Merge remote-tracking branch 'upstream/develop' into develop 2016-12-31 17:59:14 +01:00
expire.php
fcontact.php
features.php
feed.php
files.php Some rewrites: 2016-12-13 10:16:36 +01:00
follow.php added curly braces + fixed indenting according to code review by Hypolite 2016-12-30 21:49:08 +01:00
ForumManager.php
friendica_smarty.php
gprobe.php Cleanup for #3010 - added spaces, thanks to @annando . 2016-12-14 09:42:36 +01:00
group.php Continued with coding convention: 2016-12-20 21:13:50 +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 *much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied) 2016-12-23 19:49:36 +01:00
items.php added curly braces + fixed indenting according to code review by Hypolite 2016-12-30 21:49:08 +01:00
like.php Coding convention applied: 2016-12-23 19:49:15 +01:00
lock.php
map.php
message.php added curly braces/spaces + replace spaces with tabs to fix code indending (or so?) 2016-12-23 19:51:11 +01:00
msgclean.php
nav.php
network.php *much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied) 2016-12-23 19:49:36 +01:00
NotificationsManager.php
notifier.php Merge remote-tracking branch 'upstream/develop' into develop 2016-12-22 11:29:56 +01:00
oauth.php *much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied) 2016-12-19 14:27:16 +01:00
oembed.php And more reverts: 2016-12-15 09:49:17 +01:00
onepoll.php Coding convention applied: 2016-12-20 10:10:33 +01:00
ostatus.php Missing self befor class constants 2016-12-28 13:14:03 +01:00
ParseUrl.php
pgettext.php Some rewrites: 2016-12-13 10:16:36 +01:00
Photo.php
photos.php
pidfile.php
plaintext.php
plugin.php Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated. 2016-12-23 20:09:10 +01:00
poller.php used more App::get_baseurl() instead of get_app()->get_baseurl(). 2016-12-20 21:51:25 +01:00
post_update.php CSR changes, split dbclean in separate processes if worker is active 2016-10-22 10:14:41 +00:00
Probe.php correct doxygen @todo 2016-12-23 18:31:42 +01:00
profile_selectors.php
profile_update.php Diaspora: Fix class name case + add self 2016-12-20 12:44:15 -05:00
pubsubpublish.php
queue.php Merge remote-tracking branch 'upstream/develop' into develop 2016-12-22 11:29:56 +01:00
queue_fn.php
quoteconvert.php
redir.php Coding convention applied: 2016-12-20 10:10:33 +01:00
remove_contact.php Some brackets added 2016-11-28 22:18:37 +00:00
salmon.php
Scrape.php
security.php
session.php Cleanup for #3010 - added spaces, thanks to @annando . 2016-12-14 09:42:36 +01:00
shadowupdate.php
Smilies.php
socgraph.php Merge remote-tracking branch 'upstream/develop' into develop 2016-12-30 21:33:41 +01:00
spool_post.php File was missing 2016-12-01 21:11:52 +00:00
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 better logger format, some comments 2014-04-27 15:18:43 +02:00
text.php
threads.php
threadupdate.php Functions for the new threas table, script for updating this table 2014-03-16 18:19:19 +01:00
uimport.php *much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied) 2016-12-19 14:27:16 +01:00
update_gcontact.php
user.php
xml.php