friendica/include
..
acl_selectors.php Bugfix: The ACL lookup had its problems after the last changes 2017-07-27 14:02:25 +00:00
api.php Bugfix: The API picture upload created an invalid link 2017-09-20 21:47:12 +00:00
attach.php Continued a bit: 2017-04-05 22:31:33 +02:00
auth.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
auth_ejabberd.php Replace lowercase operators 2017-06-08 21:03:44 -04:00
bb2diaspora.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
bbcode.php
cache.php
cli_startup.php Add basepath to App 2017-05-02 23:37:57 -04:00
config.php Remove unrecommended leading backslash for fully qualified namespaces 2017-05-02 23:37:06 -04:00
Contact.php Reliably show posts from contact 2017-09-28 06:01:31 +00:00
contact_selectors.php Modifed "update" and "insert" function / many changed queries 2017-08-09 21:12:41 +00:00
contact_widgets.php
conversation.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
create_shadowentry.php
cron.php OStatus: Reworked import 2017-09-10 07:21:23 +00:00
cronhooks.php Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
cronjobs.php
crypto.php Issue 3142: mcrypt is no more (as well as phpseclib) 2017-04-01 08:28:42 +00:00
datetime.php Remove unrecommended leading backslash for fully qualified namespaces 2017-05-02 23:37:06 -04:00
dba.php
dba_pdo.php Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split2-6-2 2017-06-13 23:26:06 +02:00
dbclean.php Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
dbm.php And some more static warnings removed 2017-08-26 10:01:50 +00:00
dbstructure.php The old database function is now replaced with a wrapper 2017-09-14 05:19:05 +00:00
dbupdate.php Remove unrecommended leading backslash for fully qualified namespaces 2017-05-02 23:37:06 -04:00
delivery.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
dfrn.php
diaspora.php Diaspora: Reshares of reshares sometimes had problems 2017-10-02 19:00:33 +00:00
directory.php Remove unrecommended leading backslash for fully qualified namespaces 2017-05-02 23:37:06 -04:00
DirSearch.php
discover_poco.php Split expire.php in several processes / small worker changes 2017-07-06 05:48:02 +00:00
email.php Bugfix for better mail import 2017-09-23 22:53:44 +00:00
Emailer.php Statically used methods should be defined statically as well 2017-08-25 15:56:08 +00:00
enotify.php Bugfix: Mails weren't sent 2017-09-08 15:14:33 +00:00
event.php
expire.php Split the delete process into a separate expire process 2017-07-09 03:37:20 +00:00
fcontact.php Now we have less than 100 insert commands, yeah 2017-08-09 23:02:57 +00:00
features.php added spaces + some curly braces + some usage of dbm::is_result() 2017-04-21 20:08:57 +02:00
feed.php No linefeeds 2017-08-27 07:12:27 +00:00
files.php Standards: Remove EOF closing PHP tags 2017-05-02 23:36:56 -04:00
follow.php Improvements for following/unfollowing of Diaspora and OStatus 2017-09-23 14:48:27 +00:00
ForumManager.php
friendica_smarty.php added spaces + some curly braces + some usage of dbm::is_result() 2017-04-21 20:08:57 +02:00
gprobe.php Split expire.php in several processes / small worker changes 2017-07-06 05:48:02 +00:00
group.php
html2bbcode.php
html2plain.php
HTTPExceptions.php
identity.php
items.php
like.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
map.php map bbcode tag from Red 2015-05-15 20:41:10 +02:00
message.php Bugfix: Mails weren't created 2017-09-19 12:59:24 +00:00
msgclean.php Merge remote-tracking branch 'upstream/develop' into rewrites/coding-convention-split2-6-2 2017-06-13 23:26:06 +02:00
nav.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
network.php Fix SQL error when changing the SSL paths 2017-10-06 19:25:04 +00:00
NotificationsManager.php Some more 2017-08-26 07:52:49 +00:00
notifier.php Removed external pubsubhubbub URL 2017-08-25 02:58:38 +00:00
oauth.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
oembed.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
onepoll.php
ostatus.php Better handling of blocked contacts in OStatus 2017-10-03 20:52:24 +00:00
pgettext.php added spaces + some curly braces + some usage of dbm::is_result() 2017-05-17 15:08:15 +02:00
Photo.php Bugfix for pictures that weren't stored / reworked database calls 2017-09-15 19:41:30 +00:00
photos.php
pidfile.php Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
plaintext.php And another plaintext correction :) 2017-09-24 13:47:31 +00:00
plugin.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
poller.php
post_update.php Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
probe.php
profile_selectors.php added spaces + some curly braces + some usage of dbm::is_result() 2017-05-16 14:40:07 +02:00
profile_update.php Bugfix: Timeout problems when saving profile settings 2017-05-19 06:01:13 +00:00
pubsubpublish.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
queue.php Split expire.php in several processes / small worker changes 2017-07-06 05:48:02 +00:00
queue_fn.php added spaces + some curly braces + some usage of dbm::is_result() 2017-05-16 14:40:07 +02:00
quoteconvert.php Replace lowercase operators 2017-06-08 21:03:44 -04:00
redir.php
remove_contact.php Restructured "dba::exists" function 2017-08-12 08:55:50 +00:00
salmon.php
security.php
session.php Issue 3700: Security and Privacy related Headers 2017-09-14 05:40:23 +00:00
shadowupdate.php Add basepath to App 2017-05-02 23:37:57 -04:00
Smilies.php Reliably show posts from contact 2017-09-28 06:01:31 +00:00
socgraph.php Bugfix: Pleroma was detected as Mastodon 2017-09-18 06:09:18 +00:00
spool_post.php Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
system_unavailable.php
tags.php
tagupdate.php Now there is only the worker. 2017-02-26 23:16:49 +00:00
template_processor.php
text.php
threads.php
threadupdate.php Now there is only the worker. 2017-02-26 23:16:49 +00:00
uimport.php App::get_baseurl is now replaced with System::baseUrl 2017-08-26 07:32:10 +00:00
update_gcontact.php Replace AND and OR in PHP conditions by && and || 2017-06-07 22:00:59 -04:00
user.php Bugfix: Mails weren't sent 2017-09-08 15:14:33 +00:00
xml.php