.. |
markdownify
|
Changed markdown to enable diaspora postings with images that contain links
|
11 years ago |
Contact.php
|
More "LIMIT 1" removed - and some other SQL improvements.
|
9 years ago |
Emailer.php
|
Adds optional parameter 'uid' to Emailer::send()
|
9 years ago |
Photo.php
|
If a picture was too small it got cropped
|
9 years ago |
Scrape.php
|
Moving the clean up code to a central place.
|
9 years ago |
acl_selectors.php
|
exclude know contacts from unknown contact list
|
9 years ago |
api.php
|
API: Possibilty of throttling when posting limit is reached
|
9 years ago |
attach.php
|
add support for more file attachment types
|
10 years ago |
auth.php
|
delete cookie on browser close after logout
|
11 years ago |
auth_ejabberd.php
|
It's now possible to authenticate an ejabberd server against friendica. See auth_ejabberd.php for details how to install.
|
10 years ago |
bb2diaspora.php
|
When converting bbcode for Libertree then an empty line has to be before a honrizontal ruler.
|
9 years ago |
bbcode.php
|
When a post contains a picture then a picture in the added information is displayed only as a small preview picture.
|
9 years ago |
cache.php
|
APC support is removed due to problems with PHP 5.5.
|
9 years ago |
cli_startup.php
|
redoing the change concerning the hostname.
|
10 years ago |
config.php
|
APC support is removed due to problems with PHP 5.5.
|
9 years ago |
contact_selectors.php
|
Added app.net
|
9 years ago |
contact_widgets.php
|
The "display" page now shows the current author profile with a "connect" link (if there is no current connection)
|
9 years ago |
conversation.php
|
Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.
|
9 years ago |
cronhooks.php
|
Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.
|
9 years ago |
crypto.php
|
remove obsolete zot encapsulation functions
|
11 years ago |
datetime.php
|
Added exact time to items after 24 hours
|
9 years ago |
dba.php
|
fix update routine to support update from 3.2
|
9 years ago |
dba_pdo.php
|
Removing of warnings to make dav work
|
9 years ago |
dbstructure.php
|
Setting default values for all database fields.
|
9 years ago |
dbupdate.php
|
insidious set_config bug
|
11 years ago |
delivery.php
|
Only some blanks removed, no changes in functionality
|
9 years ago |
diaspora.php
|
reverted a change that wasn't intended to be published yet/Delete thread was missing at Diaspora items.
|
9 years ago |
directory.php
|
use explicit include paths
|
11 years ago |
dsprphotoq.php
|
Diaspora: Images from shared messages now appear in the posting.
|
9 years ago |
email.php
|
cleanup multipart email sending code
|
9 years ago |
enotify.php
|
Adds optional parameter 'uid' to Emailer::send()
|
9 years ago |
event.php
|
Usage of /display/(guid) as path instead of /display/(user)/(id)
|
9 years ago |
expire.php
|
New hook that is called when items expire
|
9 years ago |
fcontact.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
11 years ago |
features.php
|
The "ignore" feature can be disabled and enabled, the value will now be retrieved.
|
9 years ago |
files.php
|
Adding functions for the file- and category handling
|
9 years ago |
follow.php
|
More "LIMIT 1" removed - and some other SQL improvements.
|
9 years ago |
friendica_smarty.php
|
fix smarty3 folder not writable message
|
10 years ago |
gprobe.php
|
Logging to analyse the stale gprobe processes
|
9 years ago |
group.php
|
More "LIMIT 1" removed - and some other SQL improvements.
|
9 years ago |
html2bbcode.php
|
Detecting "type-video" at the conversion. (Mostly used by reimporting posts from pump.io that come from friendica)
|
9 years ago |
html2plain.php
|
Improvement for shortening of the new plaintext option.
|
9 years ago |
items.php
|
Performance stuff: Caching for getsiteinfo function, check before running onepoll.php
|
9 years ago |
lock.php
|
Removed many "limit 1" at update and delete queries since they were superflous und generated massiv logfile entries
|
10 years ago |
message.php
|
fix wallmessage
|
11 years ago |
msgclean.php
|
New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements
|
11 years ago |
nav.php
|
Only show foreign items if the profile of the user isn't hidden. Show the user's theme - not the theme of the viewed profile.
|
9 years ago |
network.php
|
Some more typical tracking parameter is removed
|
9 years ago |
notifier.php
|
Only some code cleanup
|
9 years ago |
oauth.php
|
More "LIMIT 1" removed - and some other SQL improvements.
|
9 years ago |
oembed.php
|
Fix for issue 1191 - Embedded Youtube video isn't playing when SSL is active
|
9 years ago |
onepoll.php
|
Performance stuff: Caching for getsiteinfo function, check before running onepoll.php
|
9 years ago |
ostatus_conversation.php
|
OStatus auto completion: option to completely disable the auto completion.
|
9 years ago |
pgettext.php
|
make translation of addons work again
|
9 years ago |
pidfile.php
|
Dead processes will be deleted when they are running for more than 9 minutes.
|
9 years ago |
plaintext.php
|
Cutting the text has to be made UTF-8 aware as well.
|
9 years ago |
plugin.php
|
Suppress showing unsupported addons in the administration.
|
9 years ago |
poller.php
|
Performance stuff: Caching for getsiteinfo function, check before running onepoll.php
|
9 years ago |
profile_advanced.php
|
Some changes to the labels and an edit profile button.
|
9 years ago |
profile_selectors.php
|
add plugin hooks to gender, sexpref, and marital selectors
|
11 years ago |
profile_update.php
|
API: Beautifying the code, only showing posts (not likes), don't show own posts in mentions.
|
9 years ago |
queue.php
|
The temporary paths (temp, lock, itemcache) are now detected automatically when used.
|
9 years ago |
queue_fn.php
|
Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete.
|
9 years ago |
quoteconvert.php
|
New bbcode element: "spoiler". Mail: Top post quotes are now embraced in "spoiler" elements
|
11 years ago |
redir.php
|
php warning
|
11 years ago |
remoteupdate.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
11 years ago |
salmon.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
11 years ago |
security.php
|
Fixing SQL problem and speeding up search.
|
9 years ago |
session.php
|
better logger format, some comments
|
9 years ago |
socgraph.php
|
Database stuff. New table "thread". Changing "left join" to "inner join", removing "limit 1" at update and delete.
|
9 years ago |
system_unavailable.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
11 years ago |
tags.php
|
Security issue: Encoding of GUID in itemcache to avoid directory bypassing with a malificious formatted GUID.
|
9 years ago |
template_processor.php
|
better logger format, some comments
|
9 years ago |
text.php
|
Security issue: Encoding of GUID in itemcache to avoid directory bypassing with a malificious formatted GUID.
|
9 years ago |
threads.php
|
reverted a change that wasn't intended to be published yet/Delete thread was missing at Diaspora items.
|
9 years ago |
threadupdate.php
|
Functions for the new threas table, script for updating this table
|
9 years ago |
uimport.php
|
fix avatars urls on profile import
|
9 years ago |
user.php
|
Fix #1193
|
9 years ago |