streams/mod
2015-03-22 15:00:41 -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 cleanup of old delegation stuff 2015-03-10 20:19:17 -07:00
api.php local_user => local_channel 2015-01-28 20:56:04 -08:00
appman.php local_user => local_channel 2015-01-28 20:56:04 -08:00
apps.php local_user => local_channel 2015-01-28 20:56:04 -08:00
attach.php more XSS blockage of uploaded files 2014-02-09 15:00:47 -08:00
authtest.php local_user => local_channel 2015-01-28 20:56:04 -08:00
block.php missing mod/block 2014-03-05 17:06:46 -08:00
blocks.php local_user => local_channel 2015-01-28 20:56:04 -08:00
bookmarks.php local_user => local_channel 2015-01-28 20:56:04 -08:00
channel.php $simple_update isn't so simple any more. Make sure we don't re-itnroduce the bug that session['loadtime'] was created to fix. It's questionable whether we still need to even look for item_unseen but I won't make that call today. We can also eliminate the restriction on not doing live updates from the discover tab since we aren't relying completely on item_unseen (which can only be set by the owner and won't work on a page with virtual owners). 2015-03-22 15:00:41 -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 local_user => local_channel 2015-01-28 20:56:04 -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 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 remove extra debugging 2015-02-03 23:33:06 -08:00
contactgroup.php local_user => local_channel 2015-01-28 20:56:04 -08:00
dav.php local_user => local_channel 2015-01-28 20:56:04 -08:00
directory.php up the count of directory tags 2015-03-09 15:24:05 -07:00
dirsearch.php substr() is a mysql alias for substring(). substring() is in the SQL standard and is supported by both 2015-03-12 00:28:49 -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 remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. 2015-03-11 18:56:28 -07:00
editlayout.php remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. 2015-03-11 18:56:28 -07:00
editpost.php remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. 2015-03-11 18:56:28 -07:00
editwebpage.php remove the now redundant audio/video buttons and label the editor text style buttons which didn't have them. Unused editor buttons were commented in case we need to bring them back. If things go smoothly we can remove them. Use the link icon going forward - for all links. 2015-03-11 18:56:28 -07:00
events.php lost ability to delete events 2015-02-15 16:04:59 -08: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 need the cloudpath before creating the object 2015-03-20 18:04:22 +01: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 allow doc/help system to use subdirs 2015-01-27 11:48:10 -08:00
home.php $simple_update isn't so simple any more. Make sure we don't re-itnroduce the bug that session['loadtime'] was created to fix. It's questionable whether we still need to even look for item_unseen but I won't make that call today. We can also eliminate the restriction on not doing live updates from the discover tab since we aren't relying completely on item_unseen (which can only be set by the owner and won't work on a page with virtual owners). 2015-03-22 15:00:41 -07:00
hostxrd.php snakebite: bring back some of the legacy XML discovery interfaces, update as required. 2014-04-02 14:56:20 -07:00
id.php openid cleanup 2015-03-16 17:08:50 -07:00
impel.php local_user => local_channel 2015-01-28 20:56:04 -08:00
import.php title missing sending to diaspora (which doesn't support titles but let's not go there). 2015-02-09 15:12:15 -08:00
invite.php local_user => local_channel 2015-01-28 20:56:04 -08:00
item.php The random bad signatures are because something somewhere is trimming the body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content. 2015-03-17 00:13:47 -07:00
lang.php move language selector to a module 2014-03-05 03:19:20 -08:00
layouts.php local_user => local_channel 2015-01-28 20:56:04 -08:00
like.php allow complete undo of a vote, not just a change of vote 2015-03-22 14:55:41 -07:00
lockview.php local_user => local_channel 2015-01-28 20:56:04 -08: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 channel delegation 2015-03-10 02:23:14 -07:00
mail.php local_user => local_channel 2015-01-28 20:56:04 -08:00
manage.php channel delegation 2015-03-10 02:23:14 -07:00
match.php local_user => local_channel 2015-01-28 20:56:04 -08:00
menu.php local_user => local_channel 2015-01-28 20:56:04 -08:00
message.php local_user => local_channel 2015-01-28 20:56:04 -08:00
mitem.php local_user => local_channel 2015-01-28 20:56:04 -08: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 remove the private keywords stuff to reduce directory and search complexity 2012-12-26 03:49:50 -08:00
network.php $simple_update isn't so simple any more. Make sure we don't re-itnroduce the bug that session['loadtime'] was created to fix. It's questionable whether we still need to even look for item_unseen but I won't make that call today. We can also eliminate the restriction on not doing live updates from the discover tab since we aren't relying completely on item_unseen (which can only be set by the owner and won't work on a page with virtual owners). 2015-03-22 15:00:41 -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 missing file in checkin 2014-01-28 20:15:57 -08:00
openid.php openid stuff 2015-03-11 21:49:29 -07:00
opensearch.php lotsa little fixes 2012-10-21 22:11:02 -07:00
p.php PostgreSQL support initial commit 2014-11-13 12:21:58 -08:00
page.php fix comanche regions after comanche refactor a few days ago 2015-03-09 00:44:58 -07:00
parse_url.php parse_url changes for oembed/zvideo/etc. 2015-03-11 17:31:15 -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 display a map for photos if allowed. Note: there is a bug in that if the map div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out. 2015-03-16 22:06:03 -07:00
ping.php The never ending saga of parent = 0 bugs on Dreamhost. 2015-03-01 18:58:50 -08: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 missing include 2015-03-10 02:27:10 -07:00
prate.php final cleanup on ratings feature 2015-02-03 21:19:29 -08:00
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.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
profile_photo.php local_user => local_channel 2015-01-28 20:56:04 -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
pubsites.php mopping up the public site ratings 2015-02-16 11:09:12 -08:00
randprof.php Revert randprof - that was stupid. If you have a local channel, you also have it's xchan. 2013-03-20 23:43:02 +00: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 undo these bits of trinidad - we're going to do things differently 2015-01-05 18:22:15 -08:00
regdir.php tweaks to directory registrations which don't seem to be happening, also downgrade any directory that claims to be a primary directory for RED_GLOBAL. 2015-03-19 15:56:30 -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 config to hide version tag from siteinfo - on my site it's meaningless. 2015-03-20 16:46:07 -07:00
rsd_xml.php more notes 2012-11-16 16:09:22 -08:00
search.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
search_ac.php local_user => local_channel 2015-01-28 20:56:04 -08:00
service_limits.php local_user => local_channel 2015-01-28 20:56:04 -08:00
settings.php add generic_addon_settings template and minor fixes 2015-03-12 22:22:52 +01:00
setup.php mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql 2015-03-15 15:36:01 -07:00
share.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
sharedwithme.php move the maintenance part to include/sharedwithme.php 2015-03-22 16:29:57 +01:00
siteinfo.php set to empty string so it doesn't get mis-handled as a null 2015-03-20 16:49:49 -07: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 local_user => local_channel 2015-01-28 20:56:04 -08: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 local_user => local_channel 2015-01-28 20:56:04 -08:00
toggle_mobile.php More steps for mobile theme toggling + dash elimination 2013-08-19 01:08:15 +02:00
toggle_safesearch.php Don't let nobody set an xconfig in safe search. 2013-12-11 15:35:19 +00:00
uexport.php local_user => local_channel 2015-01-28 20:56:04 -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_home.php yet another option for the homepage 2014-11-20 17:38:41 -08:00
update_network.php silence some warnings at php E_ALL levels 2013-08-28 21:56:01 -07:00
update_search.php get search page working with live-update and endless scroll, still not perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. 2013-05-09 18:08:00 -07:00
view.php wrong app name 2013-10-16 00:17:16 -07:00
viewconnections.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
viewsrc.php local_user => local_channel 2015-01-28 20:56:04 -08:00
wall_attach.php make sure this sucker is quiet 2015-03-16 15:50:45 -07: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 Merge branch 'master' of https://github.com/friendica/friendica 2012-04-05 13:39:15 +02:00
webpages.php local_user => local_channel 2015-01-28 20:56:04 -08:00
wfinger.php webfinger enhancements: per RFC7033 2014-03-25 16:44:19 -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 Reduce life of xref cookie per Opinion 04/2012 on Cookie Consent Exemption. 2013-12-23 04:58:12 +00:00
zfinger.php tweaks to directory registrations which don't seem to be happening, also downgrade any directory that claims to be a primary directory for RED_GLOBAL. 2015-03-19 15:56:30 -07:00
zotfeed.php remote_user => remote_channel 2015-01-28 20:58:59 -08:00
zping.php local_user => local_channel 2015-01-28 20:56:04 -08:00