..
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
add some mimetypes
2015-01-22 12:12:42 +01:00
account.php
Fix for issue #763 Error creating new channel within the limits of the
2015-01-11 16:12:36 +01:00
acl_selectors.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
activities.php
fix double encoding of homepage in profile activity - not as straight-forward as it looked
2014-12-21 14:43:06 -08:00
api.php
some improvements in api direct messages
2014-12-22 18:26:11 -08:00
apps.php
Fix feature check in apps (missing parenthesis), allow multiple requires (comma separated)
2014-12-22 17:52:30 +01:00
attach.php
optimize check query
2015-01-24 14:35:21 +01:00
auth.php
Redirect to login page on failed login. Fixes #628
2014-12-28 09:26:30 +01:00
BaseObject.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
bb2diaspora.php
cleanup bb2diaspora - was getting crufty
2014-12-23 14:18:27 -08:00
bbcode.php
Added a table of content as bbcode element [toc] for webpages
2015-01-14 22:47:54 +01: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
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
cli_startup.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
cli_suggest.php
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
2013-08-05 20:08:35 -07:00
comanche.php
A future "comanche UI" is going to need lists of available building blocks. Some of these are pretty easy to assemble, others are a bit more difficult and will have to go through a registration procedure. This checkin create such a registration procedure for page templates and their associated flavours and their assignable regions. The array itself is extensible since I don't know for sure at this stage what the front-end UI for this feature will ultimately require or even if there ever will be a front-end UI as this community still seems to believe that software writes itself and just magically appears, working perfectly.
2014-04-25 16:09:32 -07:00
config.php
hide online presence maps to DNT
2014-11-24 15:36:11 -08:00
contact_selectors.php
convert application strings to en-US
2014-07-31 02:33:34 -07:00
contact_widgets.php
Revert "Directory shows channel suggestions by default"
2014-11-19 09:15:24 +11:00
Contact.php
more heavy lifting on poco rep
2015-01-15 19:05:42 -08:00
conversation.php
basic proof of concept file activity support - will send activity via the filestorage module and via attach_delete()
2015-01-18 14:44:58 +01:00
ConversationObject.php
basic backend work for creating consensus items
2015-01-11 14:41:33 -08:00
cronhooks.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
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
Use grouped select field for timezone selection
2015-01-01 14:44:50 +01:00
deliver.php
Merge remote-tracking branch 'upstream/master'
2014-11-13 13:06:31 -08:00
diaspora.php
friendica commenters are currently shown using "Diaspora" app. Try and fix this where we can.
2014-11-20 02:54:55 -08:00
dir_fns.php
don't unset a directory server which has no active channels and hence will never have a site table update. Do this by probing the sys channel of that directory weekly and checking the directory status returned by it.
2015-01-18 16:43:46 -08:00
directory.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
enotify.php
backend for mailhost addon
2015-01-15 14:40:00 -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
regression: need float clear on manage page so footer doesn't end up floated,
2015-01-05 20:57:30 -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
Merge remote-tracking branch 'upstream/master'
2014-11-13 13:06:31 -08:00
gprobe.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
group.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -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
cleanup
2013-03-10 20:39:27 -07:00
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
Allow tags in mail, many profile fields, and admin info
2015-01-13 17:54:40 +01:00
ItemObject.php
basic backend work for creating consensus items
2015-01-11 14:41:33 -08:00
ITemplateEngine.php
use smarty3 as default template engine. add pluggable template system
2013-05-08 03:51:38 -04:00
items.php
correct some activity object types (for comments), also fix a foreach warning resulting from recent tag work
2015-01-14 18:36:23 -08:00
js_strings.php
Navbar notifications: don't show "nothing new here" unless we've checked and there's nothing. Until we know for sure, display "Loading...".
2014-09-20 16:34:48 -07:00
language.php
Revert "Revert "Language names via intl library.""
2014-12-31 10:42:08 +01:00
menu.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
message.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
nav.php
Make nav search use textcomplete
2015-01-07 19:39:50 +01:00
network.php
don't let dns_get_record() "write to screen" if it errors.
2015-01-06 14:50:29 -08:00
notifier.php
include channel clones in PM deliveries (also some whitespace edits)
2015-01-08 16:02:15 -08:00
notify.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
oauth.php
oauth wasn't logging in properly, also fixed api status_show to return last public post, not the last private post
2013-10-15 15:51:20 -07:00
oembed.php
oembed issues
2014-10-08 20:37:46 -07:00
onedirsync.php
onedirsync issue reported by habeas codice
2015-01-23 21:48:34 -08:00
onepoll.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
page_widgets.php
clean up the webpage list a bit
2014-04-29 18:28:05 -07:00
permissions.php
Use grouped select field for role selection
2015-01-01 15:54:16 +01:00
photos.php
provide pref to set default photo resolution for posts to something other than 2. The only acceptable option is 1. (640)
2015-01-23 03:25:40 -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
fix dir server query take 2
2015-01-22 09:25:34 -08:00
probe.php
start of legacy probe utility
2014-04-02 16:26:39 -07:00
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
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
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
reddav.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
security.php
Merge https://github.com/friendica/red into pending_merge
2014-12-10 16:26:36 -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
get rid of really old poco records once weekly
2015-01-20 14:04:44 -08:00
spam.php
The problem with a lot of packages is that it's easier to re-write them than to re-use them.
2014-02-02 21:25:52 -08:00
statistics_fns.php
PostgreSQL support initial commit
2014-11-13 12:21:58 -08:00
system_unavailable.php
start formatting for Doxygen
2013-02-25 17:09:40 -08:00
taxonomy.php
wall tags
2014-12-15 14:37:31 -08:00
template_processor.php
fix internal
2013-05-08 04:00:05 -04:00
text.php
Fix some issues with tagging.
2015-01-16 19:10:34 +01:00
widgets.php
Change link label from Feature settings to Feature/Addon settings to more accurately describe its purpose, since we currently use it exclusively for addons (though this will not always be true).
2015-01-19 15:18:44 -08:00
zot.php
remove superfluous group by
2015-01-24 22:07:53 -08:00