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/mod
2015-06-19 17:18:01 -07:00
..
_well_known.php make it easier to plug into .well_known, for instance to tell the EFF to fuck off and not block pages from the free web just because they use cookies. 2014-05-06 22:25:36 -07:00
achievements.php Move achievements on, but just a tad. 2014-09-02 02:34:04 +01:00
acl.php taganyone wasn't working 2015-02-15 18:38:26 -08:00
admin.php put mirror_frontpage setting into admin/site 2015-06-09 19:37:12 -07:00
api.php local_user => local_channel 2015-01-28 20:56:04 -08:00
appman.php set return url from apps page 2015-06-18 17:53:26 -07:00
apps.php set return url from apps page 2015-06-18 17:53:26 -07:00
attach.php unquote binary 2015-04-13 16:18:11 -07:00
authtest.php local_user => local_channel 2015-01-28 20:56:04 -08:00
block.php
blocks.php this should fix undeletable blocks and layouts 2015-05-18 17:32:36 -07:00
bookmarks.php local_user => local_channel 2015-01-28 20:56:04 -08:00
branchtopic.php reset route 2015-04-24 00:59:02 -07:00
channel.php PRIVACY: possible privacy leakage under a defined set of circumstances 2015-05-20 18:46:23 -07:00
chanview.php local_user => local_channel 2015-01-28 20:56:04 -08:00
chat.php local_user => local_channel 2015-01-28 20:56:04 -08:00
chatsvc.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
cloud.php more work isolating the projectname from core. 2015-05-17 16:28:16 -07:00
common.php
connect.php local_user => local_channel 2015-01-28 20:56:04 -08:00
connections.php local_user => local_channel 2015-01-28 20:56:04 -08:00
connedit.php Fix accepting contacts by using correct jquery calls. 2015-05-22 10:15:29 -03:00
contactgroup.php local_user => local_channel 2015-01-28 20:56:04 -08:00
dav.php more work isolating the projectname from core. 2015-05-17 16:28:16 -07:00
directory.php strip images from directory text entries 2015-05-30 15:03:44 -07:00
dirsearch.php separate the hub query since it changes the logic default and cannot easily be grouped 2015-04-07 13:51:51 -07:00
display.php add loadtime search to channel and fix it for home. display and search need further investigation 2015-03-21 16:46:28 -07:00
editblock.php webpages blocks fixes 2015-04-23 21:04:01 +02:00
editlayout.php avoid double slash after editing layout 2015-05-06 12:16:53 +02:00
editpost.php PRIVACY: possible privacy leakage under a defined set of circumstances 2015-05-20 18:46:23 -07:00
editwebpage.php fix $noloc state in mod editwebpages 2015-04-29 16:45:05 +02:00
events.php provide ways to over-ride the datetime pickers 2015-03-26 18:03:39 -07:00
fbrowser.php local_user => local_channel 2015-01-28 20:56:04 -08:00
feed.php allow feed paging 2014-10-29 17:55:15 -07:00
filer.php local_user => local_channel 2015-01-28 20:56:04 -08:00
filerm.php local_user => local_channel 2015-01-28 20:56:04 -08:00
filestorage.php wording and css fixes 2015-04-16 23:46:12 +02:00
follow.php local_user => local_channel 2015-01-28 20:56:04 -08:00
fsuggest.php local_user => local_channel 2015-01-28 20:56:04 -08:00
group.php local_user => local_channel 2015-01-28 20:56:04 -08:00
hcard.php local_user => local_channel 2015-01-28 20:56:04 -08:00
help.php remove project name dependency from most of the doc files to ease project merging, there are going to be some edge cases requiring manual tweaking as most of this was done by script. 2015-05-13 17:59:45 -07:00
home.php show login without checking for block_public, local or remote channel 2015-06-10 13:24:16 +02:00
hostxrd.php
id.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
impel.php use the right webpage layout for an installed webpage if it exists 2015-06-04 23:04:58 +02:00
import.php automatically gunzip Diaspora export files if we're on a *nix system 2015-06-19 17:18:01 -07:00
invite.php more work isolating the projectname from core. 2015-05-17 16:28:16 -07:00
item.php correctly fix attachment permissions from private mentions 2015-06-10 15:37:10 -03:00
lang.php
layouts.php update help link 2015-06-02 11:09:57 +02:00
like.php more work isolating the projectname from core. 2015-05-17 16:28:16 -07:00
lockview.php bring lockview to menu items, slightly change the way /lockview is called 2015-04-21 22:45:54 +02:00
locs.php local_user => local_channel 2015-01-28 20:56:04 -08:00
login.php local_user => local_channel 2015-01-28 20:56:04 -08:00
lostpass.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
magic.php magic auth issues on dreamhost 2015-06-07 23:04:46 -07:00
mail.php local_user => local_channel 2015-01-28 20:56:04 -08:00
manage.php disconnect 2015-04-23 21:13:59 -07:00
match.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
menu.php add some yes/no labels and minor template fixes 2015-05-29 15:23:51 +02:00
message.php local_user => local_channel 2015-01-28 20:56:04 -08:00
mitem.php add some yes/no labels and minor template fixes 2015-05-29 15:23:51 +02:00
mood.php provide relief to sites that are severely impacted by the slow ITEM_UNSEEN searches. This does not incorporate any other flag optimisations as that will require a major DB update and possibly involve significant downtime. This is just to bite off a little chunk now and provide some much needed relief. 2015-02-12 17:45:25 -08:00
msearch.php
network.php bare bones ASLD 2015-05-31 22:16:14 -07:00
new_channel.php Use grouped select field for role selection 2015-01-01 15:54:16 +01:00
notes.php local_user => local_channel 2015-01-28 20:56:04 -08:00
notifications.php local_user => local_channel 2015-01-28 20:56:04 -08:00
notify.php local_user => local_channel 2015-01-28 20:56:04 -08:00
oembed.php oembed issues 2014-10-08 20:37:46 -07:00
oexchange.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
online.php
openid.php openid stuff 2015-03-11 21:49:29 -07:00
opensearch.php
p.php more work isolating the projectname from core. 2015-05-17 16:28:16 -07:00
page.php remove debugging 2015-06-08 16:57:30 -07:00
parse_url.php product was a bad string to use because we may require it for e-commerce, and RED_PLATFORM is equally problematic for other reasons. 2015-05-13 16:01:00 -07:00
pdledit.php local_user => local_channel 2015-01-28 20:56:04 -08:00
photo.php issue #777, make photo cache time configurable, read the comments. 2014-12-27 18:19:51 -08:00
photos.php make photo upload work for remote channels with perms 2015-06-16 12:18:50 +02:00
ping.php limit notification detail queries for items and events 2015-03-23 15:36:17 -07:00
poco.php abstract poco into a single function in socgraph so we can provide different wrappers for it providing slightly different functionality. 2015-01-25 16:27:09 -08:00
poke.php local_user => local_channel 2015-01-28 20:56:04 -08:00
post.php magic auth issues on dreamhost 2015-06-07 23:04:46 -07:00
prate.php final cleanup on ratings feature 2015-02-03 21:19:29 -08:00
pretheme.php
probe.php let the site admin import a record directly from the probe diagnostic 2015-05-11 19:36:07 -07:00
profile_photo.php fix unable to crop profile pic on postgres 2015-05-30 19:49:32 -07:00
profile.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
profiles.php local_user => local_channel 2015-01-28 20:56:04 -08:00
profperm.php local_user => local_channel 2015-01-28 20:56:04 -08:00
public.php put block_public back where it is needed, which is in mod_public and not mod_home 2015-06-10 17:44:04 -07:00
pubsites.php more work isolating the projectname from core. 2015-05-17 16:28:16 -07:00
randprof.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
rate.php pubsites ratings (mod/pubsites really really needs to be templatised, this was quick and dirty) 2015-02-16 01:17:15 -08:00
ratings.php force site_url to be lowercase when stored. Otherwise rating hubs on postgres could get real messy. 2015-02-15 23:45:22 -08:00
ratingsearch.php force site_url to be lowercase when stored. Otherwise rating hubs on postgres could get real messy. 2015-02-15 23:45:22 -08:00
rbmark.php local_user => local_channel 2015-01-28 20:56:04 -08:00
receive.php some work on issue #329 2015-05-25 19:17:35 -07:00
regdir.php fix regdir 2015-03-31 21:06:48 -07:00
register.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
regmod.php cleanup of old delegation stuff 2015-03-10 20:19:17 -07:00
regver.php implement service class for feed polling frequenecy, fixed a service class bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand 2014-09-03 19:07:14 -07:00
removeaccount.php cleanup of old delegation stuff 2015-03-10 20:19:17 -07:00
removeme.php cleanup of old delegation stuff 2015-03-10 20:19:17 -07:00
rmagic.php try and add some regs 2015-03-12 15:19:54 -07:00
rpost.php allow jot to be displayed expanded, remove deprected datetimepicker js and some random fixes 2015-04-17 11:20:22 +02:00
rsd_xml.php
search_ac.php local_user => local_channel 2015-01-28 20:56:04 -08:00
search.php typo and update to rfc7033 (webfinger) as well as webfinger diagnostic page 2015-05-24 17:59:31 -07:00
service_limits.php local_user => local_channel 2015-01-28 20:56:04 -08:00
settings.php toggle diaspora protocol on a per-channel level in addition to the existing per site setting. Default is enabled if the site setting is enabled. 2015-06-09 18:50:11 -07:00
setup.php Add PHP's xml module check and upload limits to setup. 2015-05-24 02:58:52 +02:00
share.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
sharedwithme.php sql in -> IN 2015-03-23 11:06:13 +01:00
siteinfo.php Small fix in siteinfo 2015-06-16 13:24:10 +02:00
sitelist.php fix implicit boolean 2015-01-28 17:34:53 -08:00
smilies.php Access list of smilies over JSON 2014-12-20 17:33:35 +01:00
sources.php local_user => local_channel 2015-01-28 20:56:04 -08:00
sslify.php Should fix issue #704 2014-11-19 21:10:19 -08:00
starred.php local_user => local_channel 2015-01-28 20:56:04 -08:00
subthread.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
suggest.php add common connection count to suggestions 2015-04-07 18:13:10 -07:00
tagger.php fix issue 848 + code comments 2015-01-29 16:06:39 +01:00
tagrm.php local_user => local_channel 2015-01-28 20:56:04 -08:00
thing.php Correcting reported Doxygen syntax warnings. 2015-03-29 22:23:00 +02:00
toggle_mobile.php
toggle_safesearch.php
uexport.php local_user => local_channel 2015-01-28 20:56:04 -08:00
update_channel.php
update_display.php
update_home.php yet another option for the homepage 2014-11-20 17:38:41 -08:00
update_network.php
update_public.php make sure these are included 2015-06-07 21:36:50 -07:00
update_search.php
view.php
viewconnections.php add endless scroll to viewconnections module 2015-04-06 22:36:46 -07:00
viewsrc.php Update viewsrc.php 2015-04-15 12:26:03 +02:00
wall_attach.php switch from IMG_XXX constants to IMAGETYPE_XXX constants 2015-04-19 18:06:42 -04:00
wall_upload.php Change logic of "don't create a status post for this photo upload" and turn it into a bona-fide on/off toggle. This takes up one more vertical line, but we have it to spare, and the single button (while concise visually) provided no feedback of the current state, or indicate whether a second click toggled it. Some addons use this setting so addons will need to be pulled when this is pulled in order to remain in sync. 2015-03-10 15:43:15 -07:00
webfinger.php typo and update to rfc7033 (webfinger) as well as webfinger diagnostic page 2015-05-24 17:59:31 -07:00
webpages.php use the right webpage layout for an installed webpage if it exists 2015-06-04 23:04:58 +02:00
wfinger.php add nomadic identities as webfinger aliases 2015-06-09 16:29:51 -07:00
xchan.php Fixed a variable conflict in mod/xchan.php. 2014-11-14 00:45:25 +01:00
xpoco.php abstract poco into a single function in socgraph so we can provide different wrappers for it providing slightly different functionality. 2015-01-25 16:27:09 -08:00
xrd.php store diaspora meta info in the item table. It has to go there or it will kill us with complex joins. We can phase out the sign table once this all checks out. 2014-09-03 05:09:43 -07:00
xref.php
zfinger.php product was a bad string to use because we may require it for e-commerce, and RED_PLATFORM is equally problematic for other reasons. 2015-05-13 16:01:00 -07:00
zotfeed.php improve performance of the zotfeed queries 2015-03-23 19:56:10 -07:00
zping.php local_user => local_channel 2015-01-28 20:56:04 -08:00