.. |
dba
|
add syslog loglevels to dba functions
|
2016-03-07 20:43:52 -08:00 |
Import
|
menu import and sync
|
2015-09-08 17:52:39 -07:00 |
photo
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
account.php
|
ensure auto_channel_create() is executed for all workflows when UNO is set.
|
2016-02-19 19:21:57 -08:00 |
acl_selectors.php
|
issue #241 (redmatrix issue 405)
|
2016-01-01 16:12:43 -08:00 |
activities.php
|
Merge branch 'master' into tres
|
2015-05-14 18:02:29 -07:00 |
api_auth.php
|
remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2.
|
2015-12-13 15:35:45 -08:00 |
api.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
apps.php
|
turn relative links in app_render() into absolute links, without affecting the install.
|
2015-10-21 15:00:41 -07:00 |
attach.php
|
some minor cleanups
|
2016-03-10 15:43:59 -08:00 |
auth.php
|
issue #320 - regression, after removing channel attached to an authenticated session the session was not completely cleared.
|
2016-03-12 19:53:07 -08:00 |
BaseObject.php
|
work on implementing account/channel move (as opposed to clone)
|
2016-03-09 00:46:17 -08:00 |
bb2diaspora.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
bbcode.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
bookmarks.php
|
Some cleanups and documentation.
|
2015-03-04 00:15:24 +01:00 |
cache.php
|
PostgreSQL support initial commit
|
2014-11-13 12:21:58 -08:00 |
chat.php
|
some work on mod chat
|
2016-03-30 14:31:55 +02:00 |
checksites.php
|
add site_type to queries, first few - several more to go.
|
2015-09-28 04:21:29 -07:00 |
cli_startup.php
|
rev update
|
2016-02-05 00:06:35 -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
|
issue with plugin loadable layouts
|
2016-01-14 20:51:59 -08:00 |
config.php
|
issue #319 - NOTE: this does not fix the issue, it only reports it and continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
|
2016-03-30 16:33:23 -07:00 |
contact_selectors.php
|
update network_to_name (reserve DFRN for future use)
|
2016-03-21 22:02:18 -07:00 |
contact_widgets.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
Contact.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
conversation.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
ConversationObject.php
|
work on implementing account/channel move (as opposed to clone)
|
2016-03-09 00:46:17 -08:00 |
cronhooks.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
crypto.php
|
issue #319 - NOTE: this does not fix the issue, it only reports it and continues. We need to examine any logger statements that contain 'stack:' as a result of reporting this issue and find and fix the original problem - which is that set_pconfig is being called without a valid $uid. I'm worried that since we will now continue on without throwing a PHP error that nobody will ever notice or find the problem that is causing this.
|
2016-03-30 16:33:23 -07:00 |
datetime.php
|
some janitor work on profiles
|
2016-03-12 22:13:46 +01:00 |
deliver_hooks.php
|
delivery optimisations
|
2015-09-24 22:51:47 -07:00 |
deliver.php
|
comment clarification
|
2015-12-31 12:30:49 -08:00 |
dir_fns.php
|
fixes #194 - New directory server is selected on every directory page reload
|
2015-11-27 20:55:27 +01:00 |
directory.php
|
more work on queue api
|
2015-12-14 22:44:05 -08:00 |
enotify.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
environment.php
|
Add functions to parse and get some values from php.ini.
|
2015-05-16 11:25:32 +02:00 |
event.php
|
when creating an event from a post in our stream, if the original post was private, set the event permissions to "just me". If it was a public event, set the event permissions to the channel default permissions.
|
2016-02-25 00:36:35 -08:00 |
expire.php
|
DB changes for some channel flags
|
2015-06-15 17:28:52 -07:00 |
externals.php
|
generalise the site black|white allow lists, also add a channel black|white list for future use
|
2015-11-29 20:26:00 -08:00 |
features.php
|
remove the markdown feature. Do not re-enable unless you are willing to support it.
|
2016-03-03 14:47:39 -08:00 |
follow.php
|
more federation work
|
2016-03-20 21:41:19 -07:00 |
gprobe.php
|
add reporting site to delivery report
|
2015-09-18 22:00:33 -07:00 |
group.php
|
fix #328 by using a seperate query instead of group_concat
|
2016-03-20 20:26:55 +01: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
|
handle UNO move channel operation
|
2016-03-09 15:56:51 -08:00 |
identity.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
import.php
|
bring back the ability to ignore a pending connection request without deleting it and without always having it in your face and without jumping through hoops.
|
2016-01-26 16:57:36 -08:00 |
importdoc.php
|
separate objs/things from taxonomy
|
2015-09-01 17:06:58 -07:00 |
ItemObject.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
ITemplateEngine.php
|
Correcting reported Doxygen syntax warnings.
|
2015-03-29 22:23:00 +02:00 |
items.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
js_strings.php
|
various css fixes
|
2015-11-26 23:19:06 +01:00 |
language.php
|
Provide Zotlabs\Project and System class for querying details about the project/version info. Move these out of /boot.php
|
2016-02-18 15:24:58 -08:00 |
menu.php
|
retry the move of AccessList to composer format (one or more third-party plugins will likely break as a result)
|
2016-02-21 16:49:49 -08:00 |
message.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
nav.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
network.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
notifier.php
|
issue #305
|
2016-03-02 11:32:32 -08:00 |
notify.php
|
Merge branch 'master' into tres
|
2015-04-23 19:49:41 -07:00 |
oauth.php
|
remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2.
|
2015-12-13 15:35:45 -08:00 |
oembed.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
onedirsync.php
|
Merge branch 'master' into tres and add some work on the item_deleted flag refactor
|
2015-01-26 18:27:03 -08:00 |
onepoll.php
|
convert the abook fields
|
2015-06-14 21:08:00 -07:00 |
page_widgets.php
|
clean up the webpage list a bit
|
2014-04-29 18:28:05 -07:00 |
permissions.php
|
work on implementing account/channel move (as opposed to clone)
|
2016-03-09 00:46:17 -08:00 |
photos.php
|
provide footer bbcode
|
2016-02-29 23:58:32 +01:00 |
plugin.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
poller.php
|
expire delivery reports at 10 days by default instead of 30.
|
2016-01-04 22:12:36 -08:00 |
probe.php
|
start of legacy probe utility
|
2014-04-02 16:26:39 -07:00 |
profile_selectors.php
|
a bit of page cleanup for edit profiles
|
2016-03-07 18:49:17 -08:00 |
ProtoDriver.php
|
start formatting for Doxygen
|
2013-02-25 17:09:40 -08:00 |
queue_fn.php
|
backtrace openssl_verify errors so that we can find bad keys - as there is very little relevant context available at this level.
|
2016-02-25 14:34:30 -08:00 |
queue.php
|
queue/notification/delivery refactor continued
|
2015-12-16 22:42:33 -08:00 |
ratenotif.php
|
issue #305
|
2016-03-02 11:32:32 -08:00 |
reddav.php
|
finish up the storage move
|
2016-02-19 11:58:17 -08:00 |
security.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
session.php
|
issue #320 - regression, after removing channel attached to an authenticated session the session was not completely cleared.
|
2016-03-12 19:53:07 -08:00 |
sharedwithme.php
|
make postgresql happy
|
2015-03-25 11:03:37 +01:00 |
smarty.php
|
provide os_mkdir to workaround permission issues with php mkdir
|
2014-07-16 01:07:00 -07:00 |
socgraph.php
|
convert the abook fields
|
2015-06-14 21:08:00 -07: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
|
convert ITEM_WALL from bitfield to standalone
|
2015-05-06 21:03:33 -07:00 |
system_unavailable.php
|
Use http_status() instead of homegrowing it. Adapt http_status to handle replies with data.
|
2015-11-20 18:56:41 -08:00 |
taxonomy.php
|
add photos to the profile "likes this" dropdowns
|
2016-02-01 17:42:53 -08:00 |
template_processor.php
|
Correcting reported Doxygen syntax warnings.
|
2015-03-29 22:23:00 +02:00 |
text.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
widgets.php
|
deprecate $a->get_baseurl()
|
2016-03-30 22:13:24 -07:00 |
zot.php
|
make the admin side menu extensible and provide a hook for a channel "move" operation that federation plugins might use to re-establish connections after a channel move.
|
2016-03-19 16:17:19 -07:00 |