.. |
Core
|
The config class now makes less database reads.
|
5 years ago |
autoloader
|
set include/ folder base for 'Friendica' PSR4 namespace
|
6 years ago |
Contact.php
|
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
|
5 years ago |
DirSearch.php
|
Speeding up the gcontact search
|
6 years ago |
Emailer.php
|
adjust the rand bounderies to be within the allowed max value
|
6 years ago |
ForumManager.php
|
Cleanup for #3010 - added spaces, thanks to @annando .
|
5 years ago |
HTTPExceptions.php
|
Changes in api
|
6 years ago |
NotificationsManager.php
|
provide local time for notifications
|
5 years ago |
ParseUrl.php
|
ParseUrl: some docu work
|
6 years ago |
Photo.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
Probe.php
|
Hubzilla doesn't send a width attribute in the avatar picure in the hcard
|
5 years ago |
Scrape.php
|
Removed the legacy function calls, removed unused functions
|
6 years ago |
Smilies.php
|
rework autocomplete: some polishing
|
6 years ago |
acl_selectors.php
|
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
|
5 years ago |
api.php
|
Replace the direct access of config variables
|
5 years ago |
attach.php
|
add support for more file attachment types
|
9 years ago |
auth.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
5 years ago |
auth_ejabberd.php
|
Workaround for vanished database connections while authentication
|
5 years ago |
autoloader.php
|
add some doxygen comments
|
6 years ago |
bb2diaspora.php
|
Don't be greedy.
|
5 years ago |
bbcode.php
|
Continued with coding convention:
|
5 years ago |
cache.php
|
cache: use unserialize(false)
|
6 years ago |
cli_startup.php
|
The config class now makes less database reads.
|
5 years ago |
config.php
|
Add `$default_value` parameter to `Config::get()` and `PConfig::get()`
|
6 years ago |
contact_selectors.php
|
Merge remote-tracking branch 'upstream/develop' into rewrites/app_get_baseurl_static
|
5 years ago |
contact_widgets.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
5 years ago |
conversation.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
create_shadowentry.php
|
The config class now makes less database reads.
|
5 years ago |
cron.php
|
The config class now makes less database reads.
|
5 years ago |
cronhooks.php
|
The config class now makes less database reads.
|
5 years ago |
cronjobs.php
|
The config class now makes less database reads.
|
5 years ago |
crypto.php
|
RINO 2 based on php-encryption
|
7 years ago |
datetime.php
|
Replace the direct access of config variables
|
5 years ago |
dba.php
|
Some more database stuff
|
5 years ago |
dba_pdo.php
|
Some rewrites:
|
6 years ago |
dbclean.php
|
The config class now makes less database reads.
|
5 years ago |
dbm.php
|
CSR changes, split dbclean in separate processes if worker is active
|
6 years ago |
dbstructure.php
|
The config class now makes less database reads.
|
5 years ago |
dbupdate.php
|
The config class now makes less database reads.
|
5 years ago |
delivery.php
|
The config class now makes less database reads.
|
5 years ago |
dfrn.php
|
Smarter way to create unique indexes
|
5 years ago |
diaspora.php
|
The relay query now uses a better index
|
5 years ago |
directory.php
|
The config class now makes less database reads.
|
5 years ago |
discover_poco.php
|
The config class now makes less database reads.
|
5 years ago |
email.php
|
added spaces + curly braces
|
5 years ago |
enotify.php
|
Some notification thingy
|
5 years ago |
event.php
|
Bugfix for failed events page and api
|
5 years ago |
expire.php
|
The config class now makes less database reads.
|
5 years ago |
fcontact.php
|
Cleanup for #3010 - added spaces, thanks to @annando .
|
5 years ago |
features.php
|
Disable richtext editor for frio - followup for #2938
|
6 years ago |
feed.php
|
more reverts ...
|
5 years ago |
files.php
|
Some rewrites:
|
6 years ago |
follow.php
|
added curly braces + fixed indenting according to code review by Hypolite
|
5 years ago |
friendica_smarty.php
|
Pass App class instace to all templates via "$APP" variable
|
6 years ago |
gprobe.php
|
The config class now makes less database reads.
|
5 years ago |
group.php
|
Continued with coding convention:
|
5 years ago |
html2bbcode.php
|
move function deletenode() to the xml class
|
6 years ago |
html2plain.php
|
Moved several settings from .htconfig.php to the admin settings page.
|
7 years ago |
identity.php
|
Some more caching
|
5 years ago |
items.php
|
added curly braces + fixed indenting according to code review by Hypolite
|
5 years ago |
like.php
|
Coding convention applied:
|
5 years ago |
lock.php
|
Coding convention applied:
|
5 years ago |
map.php
|
map bbcode tag from Red
|
7 years ago |
message.php
|
added curly braces/spaces + replace spaces with tabs to fix code indending (or so?)
|
5 years ago |
msgclean.php
|
reformat todo according to doxygen style
|
6 years ago |
nav.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
network.php
|
Merge remote-tracking branch 'upstream/develop' into 1701-curl-range
|
5 years ago |
notifier.php
|
The config class now makes less database reads.
|
5 years ago |
oauth.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
5 years ago |
oembed.php
|
And more reverts:
|
5 years ago |
onepoll.php
|
The config class now makes less database reads.
|
5 years ago |
ostatus.php
|
Some more database stuff
|
5 years ago |
pgettext.php
|
Replace the direct access of config variables
|
5 years ago |
photos.php
|
Removed commented text
|
5 years ago |
pidfile.php
|
Mute warnings in pidfile/Quit poller after an hour.
|
7 years ago |
plaintext.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
plugin.php
|
Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.
|
5 years ago |
poller.php
|
used more App::get_baseurl() instead of get_app()->get_baseurl().
|
5 years ago |
post_update.php
|
Smarter way to create unique indexes
|
5 years ago |
profile_selectors.php
|
add plugin hooks to gender, sexpref, and marital selectors
|
10 years ago |
profile_update.php
|
Diaspora: Fix class name case + add self
|
5 years ago |
pubsubpublish.php
|
The config class now makes less database reads.
|
5 years ago |
queue.php
|
The config class now makes less database reads.
|
5 years ago |
queue_fn.php
|
Garrr ...
|
5 years ago |
quoteconvert.php
|
New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements
|
10 years ago |
redir.php
|
Merge pull request #3076 from Hypolite/issue/#3039-boot-doc-include
|
5 years ago |
remove_contact.php
|
The config class now makes less database reads.
|
5 years ago |
salmon.php
|
added more curly braces + space between "if" and brace
|
5 years ago |
security.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
session.php
|
Cleanup for #3010 - added spaces, thanks to @annando .
|
5 years ago |
shadowupdate.php
|
The config class now makes less database reads.
|
5 years ago |
socgraph.php
|
Some more database stuff
|
5 years ago |
spool_post.php
|
The config class now makes less database reads.
|
5 years ago |
system_unavailable.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
10 years ago |
tags.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
5 years ago |
tagupdate.php
|
The config class now makes less database reads.
|
5 years ago |
template_processor.php
|
better logger format, some comments
|
8 years ago |
text.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
threads.php
|
*much* more usage of App::get_baseurl() instead of $a->get_baseurl() (coding convention applied)
|
5 years ago |
threadupdate.php
|
The config class now makes less database reads.
|
5 years ago |
uimport.php
|
Normalize App parameter declaration (doc-include folders, boot)
|
5 years ago |
update_gcontact.php
|
The config class now makes less database reads.
|
5 years ago |
user.php
|
Continued with coding convention:
|
5 years ago |
xml.php
|
xml:php - some code standard work
|
6 years ago |