This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/include
2015-02-10 20:21:54 -08:00
..
dba added dbdriver to siteinfo json to better track affected sites 2014-11-22 13:27:52 -08:00
Import Some Doxygen comments and small cleanups. 2014-12-07 19:27:14 +01:00
photo PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
RedDAV local_user => local_channel 2015-01-28 20:56:04 -08:00
account.php local_user => local_channel 2015-01-28 20:56:04 -08:00
acl_selectors.php local_user => local_channel 2015-01-28 20:56:04 -08:00
activities.php local_user => local_channel 2015-01-28 20:56:04 -08:00
api.php local_user => local_channel 2015-01-28 20:56:04 -08:00
apps.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
attach.php improve sql query 2015-02-09 21:46:22 +01:00
auth.php local_user => local_channel 2015-01-28 20:56:04 -08:00
BaseObject.php
bb2diaspora.php title missing sending to diaspora (which doesn't support titles but let's not go there). 2015-02-09 15:12:15 -08:00
bbcode.php author profile photo in reshare wasn't linked 2015-02-05 14:46:08 -08:00
bookmarks.php remove some code duplication 2014-07-14 01:38:16 -07:00
cache.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
chat.php fix improper group by usage 2015-01-28 17:36:24 -08:00
cli_startup.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
cli_suggest.php
comanche.php local_user => local_channel 2015-01-28 20:56:04 -08:00
config.php local_user => local_channel 2015-01-28 20:56:04 -08:00
contact_selectors.php convert application strings to en-US 2014-07-31 02:33:34 -07:00
contact_widgets.php local_user => local_channel 2015-01-28 20:56:04 -08:00
Contact.php improvements in duplicate like detection, especially w/r/t event participation 2015-02-10 17:49:46 -08:00
conversation.php item voting tools 2015-02-10 19:10:18 -08:00
ConversationObject.php local_user => local_channel 2015-01-28 20:56:04 -08:00
cronhooks.php
crypto.php optionally use openssl encryption functions (higher performance over mcrypt, but potentially more likely to have been compromised) 2015-01-11 15:13:45 -08:00
datetime.php event form cleanup backported from trinidad - still need to style the checkboxes 2015-02-05 19:37:55 -08:00
deliver.php Merge remote-tracking branch 'upstream/master' 2014-11-13 13:06:31 -08:00
diaspora.php apply max_import_size to Diaspora posts 2015-02-09 19:54:48 -08:00
dir_fns.php finish off the sync functions 2015-02-03 18:35:54 -08:00
directory.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
enotify.php superblock enhancements 2015-01-26 20:47:53 -08:00
event.php ical output wasn't using 24-hour time 2014-11-24 18:46:14 -08:00
expire.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
externals.php some poller optimisations and a fix for undefined (empty) dbtype which shows up as a mysql error that 'rand' isn't found. 2014-11-16 15:51:42 -08:00
features.php item voting tools 2015-02-10 19:10:18 -08:00
fixd.php add Thomas's Diaspora repair script as include/fixd.php - altered so it can be re-run if necessary with a count of remaining hublocs to be fixed. Some sites are down so it probably can't ever get to zero. The check for a null join is quite an expensive query. It could block your DB for a couple minutes while it runs. 2014-12-16 00:25:41 -08:00
follow.php local_user => local_channel 2015-01-28 20:56:04 -08:00
gprobe.php
group.php local_user => local_channel 2015-01-28 20:56:04 -08:00
html2bbcode.php I'm speechless. This is just reckless. Set a context flag in text using a context trigger character which is likely to be present in that text already. Without escaping any previous instances of that character. Grrr. 2014-10-23 21:20:12 -07:00
html2plain.php
hubloc.php don't remove obsolete hublocs that have no sitekey - it will remove all kinds of other hublocs it isn't supposed to (e.g. diaspora). 2014-12-14 22:54:27 -08:00
identity.php remote rating and addition of rate-me to channel profile sidebar 2015-02-04 17:32:29 -08:00
ItemObject.php ensure we have permission before displaying buttons 2015-02-10 20:21:54 -08:00
ITemplateEngine.php
items.php item voting tools 2015-02-10 19:10:18 -08:00
js_strings.php final cleanup on ratings feature 2015-02-03 21:19:29 -08:00
language.php Revert "Revert "Language names via intl library."" 2014-12-31 10:42:08 +01:00
menu.php local_user => local_channel 2015-01-28 20:56:04 -08:00
message.php prevent silly fake null date from causing problems OTW from older builds 2015-01-30 16:15:05 -08:00
nav.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
network.php fix for service_plink() after observing it in the wild 2015-02-09 00:43:38 -08:00
notifier.php send rating information to directories 2015-02-02 20:13:07 -08:00
notify.php
oauth.php
oembed.php recognise opus as an audio file 2015-01-25 12:41:08 -08:00
onedirsync.php onedirsync issue reported by habeas codice 2015-01-23 21:48:34 -08:00
onepoll.php provide storage for directory based reputation in the xlink table by setting xlink_static = 1, so that xlink_static = 0 is traditional poco linkages 2015-01-26 19:13:06 -08:00
page_widgets.php
permissions.php Use grouped select field for role selection 2015-01-01 15:54:16 +01:00
photos.php turn "large photo thumbnails" into a feature. 2015-01-25 13:49:10 -08:00
plugin.php detect https coming through reverse proxy or load balancer using x-forwarded-proto instead of (actually in addition to testing) $_SERVER['HTTPS'] and/or $_SERVER['SERVER_PORT'] to indicate ssl is enabled 2015-01-05 16:12:55 -08:00
poller.php two tracks proceeding in parallel - first adding the ability to store a digital signature with ratings so that directories can pass them around, second provide some directory registration functions so we can obtain a list of directories from somewhere (to pass ratings around between them). This gives the primary directory role some value as that is where you register your directory. 2015-02-01 15:10:52 -08:00
probe.php
profile_selectors.php make the profile minimal by default. Use features to enable the advanced form. 2014-08-01 01:24:03 -07:00
ProtoDriver.php
queue_fn.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
queue.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
ratenotif.php send rating information to directories 2015-02-02 20:13:07 -08:00
reddav.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
security.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
session.php Merge remote-tracking branch 'upstream/master' 2014-11-13 13:06:31 -08:00
smarty.php provide os_mkdir to workaround permission issues with php mkdir 2014-07-16 01:07:00 -07:00
socgraph.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
spam.php
statistics_fns.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
system_unavailable.php
taxonomy.php wall tags 2014-12-15 14:37:31 -08:00
template_processor.php
text.php get_rel_link broken - also weekly doc updates 2015-02-06 02:07:10 -08:00
widgets.php forgot to add the self exclusion 2015-02-04 18:31:12 -08:00
zot.php Merge branch 'master' of https://github.com/friendica/red 2015-02-05 09:15:39 -08:00