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
2014-04-01 14:52:47 -07:00
..
_well_known.php
achievements.php Achievements 2013-12-22 20:54:31 +00:00
acl.php add "self" to access control lists with special marking to indicate it's special (for instance you can't really deny access to yourself). But this lets us make something private to our eyes only; whatever it may be. 2014-01-06 17:12:44 -08:00
admin.php
api.php
apps.php
attach.php
authtest.php allow authtest to accept webbies as well as urls since I'm always trying to use the former and of course it always fails. 2014-03-23 15:15:20 -07:00
block.php missing mod/block 2014-03-05 17:06:46 -08:00
blocks.php
bookmarks.php
chanman.php Pieces we'll need to tie together chanman and account/channel deletion and directory sync. Please do not mess with any of this. 2013-09-17 20:50:09 -07:00
channel.php
chanview.php
chat.php
chatsvc.php
cloud.php strip hard-wired zids from posted links as they will have the wrong identity when somebody tries to view the link 2014-02-16 14:13:26 -08:00
common.php
connect.php last remaining files to be Comanchified with the exception of mod_admin. Though I should probably take a third look to see if anything else uses widgets. 2013-12-22 02:16:45 -08:00
connections.php change flags for one-way connections from hidden to unconnected so we can still use hidden for - well hiding connections 2014-03-04 14:35:42 -08:00
connedit.php
contactgroup.php remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. 2013-12-22 18:37:39 -08:00
delegate.php "profile url" e.g. the wall/stream is now "channel url". "Profile URL" goes to the profile details. 2012-10-29 17:14:02 -07:00
directory.php advanced search front-end 2014-03-08 17:39:20 -08:00
dirprofile.php online indication to the directory popup 2014-01-28 19:49:56 -08:00
dirsearch.php more work on firehose 2014-03-26 18:45:01 -07:00
display.php
editblock.php
editlayout.php
editpost.php preserve attachments when editing a post 2014-02-14 13:15:02 -08:00
editwebpage.php
events.php
fbrowser.php remove a couple of mysql reserved words from being used as table or row names. For this round we're getting 'group' and 'desc'. Warning: potentially destabilising as this touches a lot of code. 2013-12-22 18:37:39 -08:00
feed.php
filer.php
filerm.php
filestorage.php
follow.php
fsuggest.php
group.php
help.php
home.php set system.projecthome to 1 if you want the project page for a home page. There was a bit of re-org of mod/home, which might alter the behaviour for some existing sites. Basically we're not showing a login box at all if you've got home.html - there should be a login link in th nav bar. If you haven't defined anything at all we'll fall back to the old behaviour but still allow the home contents to be set via plugin. 2013-12-15 15:37:51 -08:00
hostxrd.php
import.php
invite.php
item.php save notes every ten seconds while focused, then save them once more on focusout 2014-04-01 14:52:47 -07:00
lang.php move language selector to a module 2014-03-05 03:19:20 -08:00
layouts.php layout export to file 2014-03-03 20:05:23 -08:00
like.php some minor cleanup on plinks for some very subtle permissions issues 2014-01-09 15:45:17 -08:00
lockview.php provide some info to not local users 2014-03-28 19:39:58 +01:00
login.php
lostpass.php
magic.php
mail.php oops 2013-12-23 12:01:38 -08:00
manage.php
match.php get rid of deprecated post_url() function 2013-12-01 19:52:18 -08:00
menu.php preserve system bit when editing menus 2014-02-05 03:44:46 -08:00
message.php
mitem.php
mood.php some minor cleanup on plinks for some very subtle permissions issues 2014-01-09 15:45:17 -08:00
msearch.php
network.php Missed one 2014-03-30 23:01:31 +01:00
new_channel.php
notes.php
notifications.php
notify.php
oembed.php
oexchange.php
online.php missing file in checkin 2014-01-28 20:15:57 -08:00
openid.php fix third-party zid's 2014-03-04 15:25:04 -08:00
opensearch.php lotsa little fixes 2012-10-21 22:11:02 -07:00
page.php transmit, receive, and parse bookmarks 2014-02-03 19:38:15 -08:00
parse_url.php bookmarking 2014-02-04 16:06:56 -08:00
pdledit.php
photo.php qr code support 2014-01-07 20:36:16 -08:00
photos.php
ping.php
poco.php
poke.php
post.php
pretheme.php more mod cleanups 2012-10-22 19:18:50 +11:00
probe.php ssl ciphers - be liberal in what we accept, conservative in what we generate 2014-03-24 17:16:01 -07:00
profile_photo.php
profile.php
profiles.php fix marital partner linking 2014-01-23 15:43:35 -08:00
profperm.php
pubsites.php dav: throw exception if channel for requested DAV directory is deleted 2014-01-15 03:12:47 -08:00
randprof.php
rbmark.php
register.php
regmod.php perhaps REGISTER_VERIFY will work now. I'll test it and make certain it works some day. But not today. 2013-02-08 03:11:40 -08:00
removeme.php
rmagic.php operation snakebite continued. openid now works for local accounts using the rmagic module and after storing your openid in pconfig. This is just an interesting but trivial (in the bigger scheme of things) side effect of snakebite. The snake hasn't even waken up yet. 2014-02-17 19:48:05 -08:00
rpost.php remote "add bookmark" - like rpost but saves a bookmark from a remote hub into one of your own bookmark folders (or a new one if desired). 2014-02-24 20:46:52 -08:00
rsd_xml.php
search_ac.php Saved searches on the matrix/network page just got a lot more interesting. Hint: it's all about autocomplete 2013-10-01 19:54:22 -07:00
search.php add fh to other page templates 2014-03-27 00:35:46 -07:00
settings.php change wording of new connection request notification setting 2014-03-27 18:05:49 -07:00
setup.php
share.php typo 2013-10-27 21:18:33 -07:00
siteinfo.php !@#$% pay~!@#$pal 2014-03-04 01:43:39 -08:00
sitelist.php
smilies.php
sources.php
sslify.php sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update. 2013-12-27 21:19:23 -08:00
starred.php odds and ends in prepearation for photo abstraction, plus red-to-friendica addon 2013-04-25 01:55:35 -07:00
subthread.php
suggest.php
tagger.php fix some community tagging bugs 2013-06-30 23:04:27 -07:00
tagrm.php
thing.php make activities optional for profile things, clean up the forms 2014-02-12 14:44:27 -08:00
toggle_mobile.php More steps for mobile theme toggling + dash elimination 2013-08-19 01:08:15 +02:00
toggle_safesearch.php
uexport.php export should always "save to file" by default 2013-01-16 22:41:39 -08:00
update_channel.php allow embedded content via ajax on page load 2013-02-23 01:27:43 -08:00
update_display.php allow embedded content via ajax on page load 2013-02-23 01:27:43 -08:00
update_network.php silence some warnings at php E_ALL levels 2013-08-28 21:56:01 -07:00
update_search.php
view.php wrong app name 2013-10-16 00:17:16 -07:00
viewconnections.php remove hidden and deleted channels from viewconnections 2013-12-11 15:04:09 -08:00
viewsrc.php sometimes it gets confusing when using two trees with completely different structures 2012-11-13 15:04:25 -08:00
wall_attach.php code cleanup 2014-02-20 17:07:43 -08:00
wall_upload.php
webfinger.php
webpages.php
wfinger.php webfinger enhancements: per RFC7033 2014-03-25 16:44:19 -07:00
xchan.php fix the xchan lookup tool 2014-02-05 18:51:50 -08:00
xrd.php implement Smarty3 2013-01-06 15:57:11 -07:00
xref.php Reduce life of xref cookie per Opinion 04/2012 on Cookie Consent Exemption. 2013-12-23 04:58:12 +00:00
zfinger.php
zotfeed.php allow zotfeed to create a firehose of a site. 2014-03-26 16:09:07 -07:00
zping.php test module for dead site discovery 2013-09-04 17:52:24 -07:00