.. |
autoloader
|
set include/ folder base for 'Friendica' PSR4 namespace
|
2016-06-10 11:50:52 +02:00 |
Core
|
Don't cherry-pick: reverted unrelated changes (dbm::is_result())
|
2016-12-20 16:21:59 +01:00 |
acl_selectors.php
|
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
|
2017-01-11 09:01:48 +01:00 |
api.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
attach.php
|
|
|
auth.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
2016-12-19 14:27:16 +01:00 |
auth_ejabberd.php
|
Workaround for vanished database connections while authentication
|
2016-12-20 15:59:28 +01:00 |
autoloader.php
|
|
|
bb2diaspora.php
|
Don't be greedy.
|
2017-01-02 07:00:44 +00:00 |
bbcode.php
|
Continued with coding convention:
|
2016-12-20 21:16:49 +01:00 |
cache.php
|
cache: use unserialize(false)
|
2016-11-20 17:32:37 +01:00 |
cli_startup.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
config.php
|
Add $default_value parameter to Config::get() and PConfig::get()
|
2016-06-10 12:00:34 +02:00 |
Contact.php
|
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
|
2017-01-11 09:01:48 +01:00 |
contact_selectors.php
|
Merge remote-tracking branch 'upstream/develop' into rewrites/app_get_baseurl_static
|
2016-12-22 11:33:00 +01:00 |
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
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
create_shadowentry.php
|
Removed "&"
|
2016-11-12 17:20:26 +00:00 |
cron.php
|
Correction of commit a96eb3428d
|
2017-01-11 23:18:51 +00:00 |
cronhooks.php
|
Some rewrites:
|
2016-12-13 10:16:36 +01:00 |
cronjobs.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
crypto.php
|
|
|
datetime.php
|
Continued with coding convention:
|
2016-12-20 21:16:49 +01:00 |
dba.php
|
New function to detect heavily used indexes
|
2017-01-13 07:46:47 +00:00 |
dba_pdo.php
|
Some rewrites:
|
2016-12-13 10:16:36 +01:00 |
dbclean.php
|
DBClean now has a smaller limit/Query improvements
|
2017-01-09 09:37:37 +00:00 |
dbm.php
|
CSR changes, split dbclean in separate processes if worker is active
|
2016-10-22 10:14:41 +00:00 |
dbstructure.php
|
Some removed indexes
|
2017-01-14 00:49:41 +00:00 |
dbupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
delivery.php
|
Standards stuff should make Hypolite happy.
|
2017-01-10 16:11:08 +00:00 |
dfrn.php
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2017-01-06 17:10:40 +01:00 |
diaspora.php
|
The relay query now uses a better index
|
2017-01-13 10:37:39 +00:00 |
directory.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
DirSearch.php
|
Speeding up the gcontact search
|
2016-05-01 13:48:52 +02:00 |
discover_poco.php
|
Some rewrites:
|
2016-12-13 10:16:36 +01:00 |
email.php
|
added spaces + curly braces
|
2016-12-20 11:38:28 +01:00 |
Emailer.php
|
adjust the rand bounderies to be within the allowed max value
|
2016-07-05 15:45:39 +02:00 |
enotify.php
|
Some notification thingy
|
2017-01-04 23:12:28 +00:00 |
event.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
expire.php
|
Continued with coding convention:
|
2016-12-20 21:16:49 +01:00 |
fcontact.php
|
Cleanup for #3010 - added spaces, thanks to @annando .
|
2016-12-14 09:42:36 +01:00 |
features.php
|
Disable richtext editor for frio - followup for #2938
|
2016-11-29 20:04:31 +00:00 |
feed.php
|
more reverts ...
|
2016-12-15 09:32:57 +01:00 |
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
|
Cleanup for #3010 - added spaces, thanks to @annando .
|
2016-12-14 09:42:36 +01:00 |
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:16:49 +01:00 |
html2bbcode.php
|
move function deletenode() to the xml class
|
2016-11-27 20:19:43 +01:00 |
html2plain.php
|
|
|
HTTPExceptions.php
|
|
|
identity.php
|
Some more caching
|
2017-01-13 17:31:10 +00: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
|
Coding convention applied:
|
2016-12-20 10:12:31 +01:00 |
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
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
network.php
|
Merge remote-tracking branch 'upstream/develop' into 1701-curl-range
|
2017-01-12 07:25:44 +00:00 |
NotificationsManager.php
|
provide local time for notifications
|
2016-12-22 00:28:52 +01:00 |
notifier.php
|
More standards
|
2017-01-09 06:40:56 +00: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:12:31 +01:00 |
ostatus.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
ParseUrl.php
|
ParseUrl: some docu work
|
2016-11-27 23:41:55 +01:00 |
pgettext.php
|
Some rewrites:
|
2016-12-13 10:16:36 +01:00 |
Photo.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
photos.php
|
New function to detect heavily used indexes
|
2017-01-13 07:46:47 +00:00 |
pidfile.php
|
|
|
plaintext.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
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:54 +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
|
Continued with coding convention:
|
2016-12-20 21:16:49 +01:00 |
queue.php
|
Merge remote-tracking branch 'upstream/develop' into rewrites/app_get_baseurl_static
|
2016-12-22 11:33:00 +01:00 |
queue_fn.php
|
Garrr ...
|
2016-12-15 10:07:21 +01:00 |
quoteconvert.php
|
|
|
redir.php
|
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
|
2017-01-11 09:01:48 +01:00 |
remove_contact.php
|
Some brackets added
|
2016-11-28 22:18:37 +00:00 |
salmon.php
|
added more curly braces + space between "if" and brace
|
2016-12-20 17:58:34 +01:00 |
Scrape.php
|
Removed the legacy function calls, removed unused functions
|
2016-07-04 08:05:30 +02:00 |
security.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
session.php
|
Cleanup for #3010 - added spaces, thanks to @annando .
|
2016-12-14 09:42:36 +01:00 |
shadowupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
Smilies.php
|
rework autocomplete: some polishing
|
2016-05-01 13:47:24 +02:00 |
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
|
|
|
tags.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
2016-12-19 14:27:16 +01:00 |
tagupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
template_processor.php
|
|
|
text.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
threads.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
2016-12-19 14:27:16 +01:00 |
threadupdate.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
uimport.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
2017-01-09 23:09:01 +11:00 |
update_gcontact.php
|
Restructured the way, processes are inserted and removed
|
2016-09-09 20:55:49 +00:00 |
user.php
|
Continued with coding convention:
|
2016-12-20 21:16:49 +01:00 |
xml.php
|
xml:php - some code standard work
|
2016-11-27 20:42:40 +01:00 |