.. |
_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
|
Achievements
|
2013-12-22 20:54:31 +00:00 |
acl.php
|
Set a default directory server from a hard-wired list if one was not previously chosen.
|
2014-04-25 18:10:23 -07:00 |
admin.php
|
Attempt to reduce the support burden of access and register policy.
|
2014-04-21 14:45:26 +01:00 |
api.php
|
|
|
apps.php
|
|
|
attach.php
|
more XSS blockage of uploaded files
|
2014-02-09 15:00:47 -08:00 |
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
|
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
|
2014-04-09 18:29:22 +02:00 |
bookmarks.php
|
issue #395, item 2
|
2014-04-06 03:47:53 -07:00 |
chanman.php
|
|
|
channel.php
|
via Mario: default channel permissions not working on channel page
|
2014-04-11 15:51:25 -07:00 |
chanview.php
|
simplify chanview authentication and make sure it carries through multiple generations
|
2014-01-22 03:01:28 -08:00 |
chat.php
|
UI for deleting chatrooms
|
2014-05-04 20:30:52 -07:00 |
chatsvc.php
|
basic chatterbot support - though these would still require additional functionality in the API to maintain presence as they'll get kicked out of the room if they don't ping it regularly.
|
2014-04-26 16:27:03 -07:00 |
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
|
comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
|
2013-12-11 14:54:36 -08:00 |
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
|
ifpending repaired again. Hope it works as intended now.
|
2014-05-04 20:42:05 +02:00 |
connedit.php
|
Setting to undo/clear auto permissions
|
2014-04-21 15:41:04 -07:00 |
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
|
|
|
directory.php
|
Set a default directory server from a hard-wired list if one was not previously chosen.
|
2014-04-25 18:10:23 -07:00 |
dirprofile.php
|
Set a default directory server from a hard-wired list if one was not previously chosen.
|
2014-04-25 18:10:23 -07:00 |
dirsearch.php
|
more work on firehose
|
2014-03-26 18:45:01 -07:00 |
display.php
|
change the way jot tools are displayed/hidden
|
2014-04-08 22:07:06 +02:00 |
editblock.php
|
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
|
2014-04-09 18:29:22 +02:00 |
editlayout.php
|
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
|
2014-04-09 18:29:22 +02:00 |
editpost.php
|
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
|
2014-04-09 18:29:22 +02:00 |
editwebpage.php
|
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
|
2014-04-09 18:29:22 +02:00 |
events.php
|
event form hard-wired tinymce=on, made selectable
|
2014-05-08 19:59:26 -07:00 |
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
|
protect filed conversations from expiration - we check the parent to see if it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
|
2014-03-11 17:41:56 -07:00 |
filerm.php
|
|
|
filestorage.php
|
missing permissions block in mod_filestorage
|
2014-04-30 16:35:50 -07:00 |
follow.php
|
missing quote
|
2014-03-07 23:00:27 -08:00 |
fsuggest.php
|
|
|
group.php
|
let oneself be added to a collection in exchange for deleted contacts
|
2014-02-07 21:28:39 +01:00 |
help.php
|
Stick help in a template
|
2014-03-12 17:13:58 +00:00 |
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
|
snakebite: bring back some of the legacy XML discovery interfaces, update as required.
|
2014-04-02 14:56:20 -07:00 |
import.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 |
invite.php
|
mod_invite - don't generate errors for email addresses consisting of blank lines
|
2013-12-25 17:08:32 -08:00 |
item.php
|
fix author delete (non-owner)
|
2014-05-14 03:10:36 -07:00 |
lang.php
|
move language selector to a module
|
2014-03-05 03:19:20 -08:00 |
layouts.php
|
use $showacl to show/hide acl in jot.tpl - remove $pvisit and repair editblock and editlayout which still depended on it.
|
2014-04-09 18:29:22 +02:00 |
like.php
|
possible fix for issue #398
|
2014-04-07 18:32:22 -07:00 |
lockview.php
|
provide some info to not local users
|
2014-03-28 19:39:58 +01:00 |
login.php
|
|
|
lostpass.php
|
|
|
magic.php
|
Provide a fallback channel to probe for magic-auth when we have no prior communications with a site.
|
2013-12-15 14:36:43 -08:00 |
mail.php
|
change the way jot tools are displayed/hidden
|
2014-04-08 22:07:06 +02:00 |
manage.php
|
don't include deleted channels in number of channels service class checks
|
2014-02-16 14:48:07 -08:00 |
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
|
split private messages into two modules - "message" is just for message lists, "mail" is for reading and writing conversations. This is so we can Comanchify it cleanly.
|
2013-12-21 23:47:44 -08:00 |
mitem.php
|
appears that I missed a few files for Comanchification. so here's mitem.
|
2013-12-22 02:04:55 -08:00 |
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
|
change the way jot tools are displayed/hidden
|
2014-04-08 22:07:06 +02:00 |
new_channel.php
|
|
|
notes.php
|
push notes widget updates to channel clones on focusout (final save). Don't do this for the auto-save events (every ten seconds) which could generate superfluous network traffic.
|
2014-04-10 18:46:22 -07:00 |
notifications.php
|
Add link to system notifications page
|
2014-05-04 18:17:11 +02:00 |
notify.php
|
use parent_mid in the parent query for enotify instead of of the parent id. This should fix the issue with encrypted content in the notification messages (for locally posted replies). The fix was a bit harder than anticipated because we store the parent id as an int in the notify table so this had to be modified to char storage as well.
|
2014-04-06 02:57:33 -07:00 |
oembed.php
|
little fixes of hopefully nil significance
|
2014-03-16 20:34:21 -07:00 |
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
|
|
|
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
|
add Comanche help link to pdledit
|
2014-03-04 21:03:56 -08:00 |
photo.php
|
Changed some comments.
|
2014-05-10 11:22:00 -07:00 |
photos.php
|
photos upload - remove phantom duplicated blank album name from selection list
|
2014-03-23 17:07:21 -07:00 |
ping.php
|
got the presence bit.
|
2014-04-26 16:47:43 -07:00 |
poco.php
|
put bookmarked chatrooms into poco
|
2014-02-25 19:48:13 -08:00 |
poke.php
|
|
|
post.php
|
log pickups
|
2014-05-05 20:15:01 -07:00 |
pretheme.php
|
|
|
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
|
Now we also refresh permissions after the user posted connedit.
|
2014-04-20 00:58:26 +02:00 |
profile.php
|
Better handling of restricted /channel and /profile permissions. We will show the name, profile photo and a 'connect' button if appropriate on these pages regardless of permissions. A blank page makes it difficult for folks to figure out how to connect and if it is their real life friend 'x' or not. It also matches our overall policy (adopted from Facebook's lessons learned) that the channel name and default profile photo are always visible and can't really be blocked without messing up the usability of the entire network. This also makes sure that a connect button can be found somewhere besides the directory - where the entry could be blocked; and avoid somebody having to figure out the webbie and find the link to "follow" (another related issue).
|
2014-04-14 16:45:16 -07:00 |
profiles.php
|
allow birthdays with just a year (no month or day).
|
2014-05-01 18:40:00 -07:00 |
profperm.php
|
Added permission handling of profile-photos
|
2014-04-20 00:31:18 +02:00 |
pubsites.php
|
Set a default directory server from a hard-wired list if one was not previously chosen.
|
2014-04-25 18:10:23 -07:00 |
randprof.php
|
|
|
rbmark.php
|
more chatroom discovery
|
2014-02-25 17:55:30 -08:00 |
register.php
|
improve the register text until the new register page is finished
|
2013-12-25 16:53:59 -08:00 |
regmod.php
|
|
|
removeme.php
|
text - change remove account button to remove channel
|
2014-01-21 19:01:23 -08:00 |
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
|
change the way jot tools are displayed/hidden
|
2014-04-08 22:07:06 +02:00 |
rsd_xml.php
|
|
|
search_ac.php
|
|
|
search.php
|
add fh to other page templates
|
2014-03-27 00:35:46 -07:00 |
settings.php
|
clarify location - issue #392
|
2014-04-02 19:25:57 -07:00 |
setup.php
|
setup: check for open https port with an invalid cert, even if configured to use http. Also a bit more word-smithing on the resultant error text but it's still not perfect.
|
2014-05-06 17:32:22 -07:00 |
share.php
|
add message_id to reshared items so that we can eventually notify the original poster via an activity that their item was shared.
|
2014-05-05 16:16:32 -07:00 |
siteinfo.php
|
!@#$% pay~!@#$pal
|
2014-03-04 01:43:39 -08:00 |
sitelist.php
|
|
|
smilies.php
|
|
|
sources.php
|
provide some interesting new options to channel sources
|
2014-01-31 20:02:59 -08:00 |
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
|
|
|
subthread.php
|
ability to unset a layout and subthread is probably close to working again.
|
2014-04-23 19:05:48 -07:00 |
suggest.php
|
more comanche
|
2013-12-19 02:25:44 -08:00 |
tagger.php
|
|
|
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
|
|
|
toggle_safesearch.php
|
Don't let nobody set an xconfig in safe search.
|
2013-12-11 15:35:19 +00:00 |
uexport.php
|
|
|
update_channel.php
|
|
|
update_display.php
|
|
|
update_network.php
|
|
|
update_search.php
|
|
|
view.php
|
|
|
viewconnections.php
|
show hidden connections in contact block if and only if the observer is the profile owner
|
2014-05-08 17:08:34 -07:00 |
viewsrc.php
|
|
|
wall_attach.php
|
code cleanup
|
2014-02-20 17:07:43 -08:00 |
wall_upload.php
|
zrl and zmg are back
|
2014-03-09 04:18:03 +01:00 |
webfinger.php
|
|
|
webpages.php
|
clean up the webpage list a bit
|
2014-04-29 18:28:05 -07:00 |
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
|
snakebite: bring back some of the legacy XML discovery interfaces, update as required.
|
2014-04-02 14:56:20 -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
|
this should be better - "xchan deleted" state on remote sites only follows the xchan_flags and not the channel_pageflags; XCHAN_FLAGS_DELETED should only be set if the channel is to be removed from the entire network. As mentioned in a previous commit, channel_pageflags could be set to PAGE_REMOVED but still leave living clones on other sites.
|
2014-04-07 16:10:43 -07:00 |
zotfeed.php
|
improve zotfeed for discover channel so it will send updates to posts you've already received. Incidentally I discovered why we had the meltdown replying to discover channel items the other day - but can't fix it easily.
|
2014-04-17 20:03:28 -07:00 |
zping.php
|
|
|