.. |
autoloader
|
set include/ folder base for 'Friendica' PSR4 namespace
|
2016-06-10 11:50:52 +02:00 |
Core
|
Fix Config and PConfig ::get() on new keys
|
2016-06-13 10:28:40 +02:00 |
acl_selectors.php
|
Small performance improvements
|
2016-08-01 07:22:54 +02:00 |
api.php
|
API: change friendica_activities to include arrays of users
|
2016-09-02 17:01:52 +02:00 |
attach.php
|
|
|
auth.php
|
Code redesign and comments
|
2016-04-25 22:10:45 +02:00 |
auth_ejabberd.php
|
|
|
autoloader.php
|
|
|
bb2diaspora.php
|
|
|
bbcode.php
|
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
|
2016-08-23 07:40:16 +02:00 |
cache.php
|
|
|
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
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2016-08-01 08:02:26 +02:00 |
contact_selectors.php
|
frio: templates for contact_edit and crepair
|
2016-07-26 09:09:40 +02:00 |
contact_widgets.php
|
|
|
conversation.php
|
Attachments are now displayed again.
|
2016-09-04 18:06:07 +02:00 |
cron.php
|
Prevent lowest priority calls from never being called
|
2016-08-27 21:05:38 +00:00 |
cronhooks.php
|
Split cronhook call to several single calls
|
2016-08-02 06:28:34 +02:00 |
cronjobs.php
|
Small variable type fixed, removed unused includes
|
2016-08-03 10:19:46 +02:00 |
crypto.php
|
|
|
datetime.php
|
Merge develop into 1206-events-template
|
2016-06-17 14:33:08 +02:00 |
dba.php
|
Set the charset for the SQL connection for new installations
|
2016-09-01 03:50:41 +00:00 |
dba_pdo.php
|
Moves the function "is_result" from dba to dbm.
|
2016-07-02 14:00:42 +02:00 |
dbm.php
|
sQL: No "NOT NULL" on text fields.
|
2016-09-03 15:06:42 +00:00 |
dbstructure.php
|
sQL: No "NOT NULL" on text fields.
|
2016-09-03 15:06:42 +00:00 |
dbupdate.php
|
|
|
delivery.php
|
|
|
dfrn.php
|
Added priority to some forgotten proc_run calls
|
2016-08-03 18:24:22 +02:00 |
diaspora.php
|
The handle (user@domain.tld) for Diaspora contacts must always be lowercase
|
2016-08-23 07:48:48 +02:00 |
directory.php
|
|
|
DirSearch.php
|
|
|
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
|
Bugfix: Under certain circumstances notifications were send
|
2016-05-21 13:19:30 +02:00 |
event.php
|
Bugfix: Fixed two bad sql queries
|
2016-08-29 18:40:40 +00:00 |
expire.php
|
|
|
fcontact.php
|
|
|
features.php
|
move the cal addon (exporting calendars) to core
|
2016-06-20 23:31:49 +02:00 |
feed.php
|
OStatus now has "location" and "about", probing for urls added
|
2016-07-08 22:31:11 +02:00 |
files.php
|
|
|
follow.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
ForumManager.php
|
Merge remote-tracking branch 'upstream/develop' into 1607-is-result2
|
2016-07-02 14:01:52 +02:00 |
friendica_smarty.php
|
|
|
gprobe.php
|
Check the global contacts every 90 days/Better handling in item creation
|
2016-04-23 10:46:16 +02:00 |
group.php
|
Some optimized sql queries
|
2016-06-06 22:57:27 +02:00 |
html2bbcode.php
|
|
|
html2plain.php
|
|
|
HTTPExceptions.php
|
|
|
identity.php
|
Update identity.php
|
2016-08-31 13:49:24 +02:00 |
items.php
|
Fastlane is now working with any priority level
|
2016-08-03 15:59:25 +02:00 |
like.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
lock.php
|
|
|
map.php
|
|
|
message.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
msgclean.php
|
|
|
nav.php
|
Added short description to "mark as seen"
|
2016-06-01 07:05:44 +02:00 |
network.php
|
Remove obsolote functions
|
2016-07-09 20:09:09 +02:00 |
NotificationsManager.php
|
notifications - correct boolean variable checking
|
2016-08-07 12:26:49 +02:00 |
notifier.php
|
pubsubpublish is now split into separate calls per entry.
|
2016-08-04 15:15:43 +02:00 |
oauth.php
|
|
|
oembed.php
|
Avoid SQL errors because of existing entries
|
2016-05-03 19:20:58 +02:00 |
onepoll.php
|
|
|
ostatus.php
|
New indexes for the API
|
2016-07-19 08:43:57 +02:00 |
pgettext.php
|
|
|
Photo.php
|
Bugfix: Sometimes uploaded pictures weren't posted correctly to other networks
|
2016-05-29 10:59:06 +02:00 |
photos.php
|
|
|
pidfile.php
|
|
|
plaintext.php
|
Bugfix: Handle attachments with bbcode inside/handle the [p] bbcode
|
2016-08-23 07:40:16 +02:00 |
plugin.php
|
Split cronhook call to several single calls
|
2016-08-02 06:28:34 +02:00 |
poller.php
|
New priority level for stale processes.
|
2016-08-18 12:33:17 +02:00 |
post_update.php
|
Performance improvements for the poller
|
2016-08-14 21:02:29 +02:00 |
Probe.php
|
The handle (user@domain.tld) for Diaspora contacts must always be lowercase
|
2016-08-23 07:48:48 +02:00 |
profile_selectors.php
|
|
|
profile_update.php
|
|
|
pubsubpublish.php
|
pubsubpublish is now split into separate calls per entry.
|
2016-08-04 15:15:43 +02:00 |
queue.php
|
Performance improvements for the poller
|
2016-08-14 21:02:29 +02:00 |
queue_fn.php
|
|
|
quoteconvert.php
|
|
|
redir.php
|
|
|
salmon.php
|
Remove obsolote functions
|
2016-07-09 20:09:09 +02:00 |
Scrape.php
|
Removed the legacy function calls, removed unused functions
|
2016-07-04 08:05:30 +02:00 |
security.php
|
|
|
session.php
|
|
|
shadowupdate.php
|
|
|
Smilies.php
|
|
|
socgraph.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
system_unavailable.php
|
|
|
tags.php
|
|
|
tagupdate.php
|
|
|
template_processor.php
|
|
|
text.php
|
Small performance improvements
|
2016-08-01 07:22:54 +02:00 |
threads.php
|
Bugfix: Fixed two bad sql queries
|
2016-08-29 18:40:40 +00:00 |
threadupdate.php
|
|
|
uimport.php
|
"proc_run" is now called with priority.
|
2016-08-01 07:48:43 +02:00 |
update_gcontact.php
|
|
|
user.php
|
|
|
xml.php
|
Ping is now using a standard routine to generate the xml.
|
2016-08-10 22:51:03 +02:00 |