.. |
_well_known.php
|
cleaning up issues reported in logs
|
2013-07-28 18:54:40 -07:00 |
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
|
missing string delimiters (quotes)
|
2014-01-30 21:01:09 -08:00 |
api.php
|
trim a bit of fat
|
2012-08-29 23:03:03 -07:00 |
apps.php
|
lotsa little fixes
|
2012-10-21 22:11:02 -07:00 |
attach.php
|
Really fix attachments in Firefox
|
2014-01-29 22:11:36 +00:00 |
authtest.php
|
authtest: do a better job of success/failure indication
|
2013-12-17 16:35:22 -08:00 |
blocks.php
|
|
|
bookmarks.php
|
make bookmarks message into an 'info' so it expires and goes away after a bit
|
2014-02-07 23:33:40 -08:00 |
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
|
remove debugging
|
2014-01-21 23:12:03 -08:00 |
chanview.php
|
simplify chanview authentication and make sure it carries through multiple generations
|
2014-01-22 03:01:28 -08:00 |
chat.php
|
missing element in new chatroom link
|
2014-02-06 23:10:14 -08:00 |
chatsvc.php
|
make chat honour the pause key (but we still need to ping the server to maintain the in_room status), also the recent change to pull css out of the template file used classes instead of ids so none of the styles were sticking
|
2014-02-02 15:50:07 -08:00 |
cloud.php
|
The final piece of the DAV authentication puzzle. Provide a directory view to an un-auth'd person (without asking for a password) by adding a query parameter 'davguest=1'. This is a bit of a hack, but there was no response on the official forum about how to do this correctly so it will have to do. On the downside, if permission is denied, it won't ask for a password - but we're talking about unauthenticated folks who didn't go through magic auth so chances are even if they authenticate, permission will still be denied.
|
2014-01-26 14:15:57 -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 |
community.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
|
accept new connection broke yesterday
|
2014-02-03 14:03:43 -08:00 |
connedit.php
|
accept new connection broke yesterday
|
2014-02-03 14:03:43 -08:00 |
contactgroup.php
|
|
|
delegate.php
|
|
|
directory.php
|
from olivier: use double quotes in js strings, updated FR translation
|
2014-02-07 13:39:13 -08:00 |
dirprofile.php
|
online indication to the directory popup
|
2014-01-28 19:49:56 -08:00 |
dirsearch.php
|
Probably shouldn't list REGISTER_CLOSED sites on a list of open hubs.
|
2014-01-14 03:50:32 +00:00 |
display.php
|
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
|
2014-01-08 15:20:12 -08:00 |
editblock.php
|
delete confirmation popup for blocks and layouts
|
2014-01-12 02:29:03 +01:00 |
editlayout.php
|
delete confirmation popup for blocks and layouts
|
2014-01-12 02:29:03 +01:00 |
editpost.php
|
preserve expiration when editing
|
2014-01-27 23:49:42 -08:00 |
editwebpage.php
|
Fix page layout selector
|
2014-01-12 00:49:23 +01:00 |
events.php
|
dav: throw exception if channel for requested DAV directory is deleted
|
2014-01-15 03:12:47 -08:00 |
fbrowser.php
|
|
|
feed.php
|
|
|
filer.php
|
making tags work
|
2012-07-09 22:08:25 -07:00 |
filerm.php
|
|
|
filestorage.php
|
add davguest param to cut/paste link for directories in mod/filestorage
|
2014-01-26 14:41:43 -08:00 |
follow.php
|
split off mod_connections into mod_connections & mod_connedit - lots of links to fix
|
2013-12-18 01:00:08 -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
|
|
|
home.php
|
|
|
hostxrd.php
|
implement Smarty3
|
2013-01-06 15:57:11 -07:00 |
import.php
|
|
|
invite.php
|
|
|
item.php
|
revert last fix, it double tags
|
2014-02-08 12:02:45 -08:00 |
layouts.php
|
more comanche migration
|
2013-12-19 02:16:14 -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
|
|
|
login.php
|
cleanup editpost
|
2012-12-21 04:08:48 -08:00 |
lostpass.php
|
|
|
magic.php
|
|
|
mail.php
|
oops
|
2013-12-23 12:01:38 -08:00 |
manage.php
|
removeme sort of works for a single channel - lots of loose ends to deal with but it's a start
|
2013-11-12 18:27:36 -08:00 |
match.php
|
|
|
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
|
preparatory work for supporting a "list view" mode for conversations. This would be useful for forum-like channels and/or block-oriented themes.
|
2014-01-08 15:20:12 -08: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 |
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 |
photo.php
|
qr code support
|
2014-01-07 20:36:16 -08:00 |
photos.php
|
photo tagging somewhat working - but can't remove photo tags until we update tagrm
|
2014-02-03 20:44:42 -08:00 |
ping.php
|
mod/ping - don't perform any database calls if installing
|
2014-02-06 21:31:42 -08:00 |
poco.php
|
|
|
poke.php
|
|
|
post.php
|
started analysis of ping response and clean up more logger
|
2014-01-30 20:41:40 +01:00 |
pretheme.php
|
more mod cleanups
|
2012-10-22 19:18:50 +11:00 |
probe.php
|
Protocol: now set data['alg'] on all encapsulated encrypted packets, so that we can more easily retire 'aes256cbc' once it is no longer viable.
|
2013-11-20 15:20:12 -08:00 |
profile_photo.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 |
profile.php
|
cleanup and Comanchification of mod_profile
|
2013-12-10 23:27:17 -08:00 |
profiles.php
|
fix marital partner linking
|
2014-01-23 15:43:35 -08:00 |
profperm.php
|
mod_profperm migrated
|
2014-01-23 14:35:59 -08:00 |
pubsites.php
|
dav: throw exception if channel for requested DAV directory is deleted
|
2014-01-15 03:12:47 -08:00 |
randprof.php
|
add a fixme
|
2013-03-06 00:25:37 -08:00 |
register.php
|
|
|
regmod.php
|
|
|
removeme.php
|
text - change remove account button to remove channel
|
2014-01-21 19:01:23 -08:00 |
rmagic.php
|
recursion and typo in rmagic with zid
|
2013-02-13 00:14:01 -08:00 |
rpost.php
|
after rposting - if there's no remote_return, go to your matrix page rather than leave you on a blank rpost page.
|
2014-01-27 15:25:04 -08:00 |
rsd_xml.php
|
|
|
search_ac.php
|
|
|
search.php
|
Stop Google DDoSing me by providing block_public_search, which unlike
|
2014-01-19 23:48:26 +00:00 |
settings.php
|
bookmark permissions
|
2014-02-04 00:52:34 -08:00 |
setup.php
|
some windows fixes
|
2014-02-02 14:06:36 -08:00 |
share.php
|
|
|
siteinfo.php
|
provide donation options on siteinfo page
|
2014-02-01 21:03:21 -08:00 |
sitelist.php
|
directory server sitelist module (needed for public site list and building friend suggestions for new sites/channels with no known contacts)
|
2013-08-04 21:20:03 -07:00 |
smilies.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
2012-04-05 13:39:15 +02:00 |
sources.php
|
provide some interesting new options to channel sources
|
2014-01-31 20:02:59 -08:00 |
sslify.php
|
|
|
starred.php
|
|
|
subthread.php
|
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
|
2013-09-10 19:06:06 -07:00 |
suggest.php
|
|
|
tagger.php
|
|
|
tagrm.php
|
|
|
thing.php
|
expose profile things in the UI
|
2013-12-30 15:41:42 -08:00 |
toggle_mobile.php
|
|
|
toggle_safesearch.php
|
|
|
uexport.php
|
|
|
update_channel.php
|
|
|
update_community.php
|
|
|
update_display.php
|
allow embedded content via ajax on page load
|
2013-02-23 01:27:43 -08:00 |
update_network.php
|
|
|
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
|
|
|
viewconnections.php
|
remove hidden and deleted channels from viewconnections
|
2013-12-11 15:04:09 -08:00 |
viewsrc.php
|
|
|
wall_attach.php
|
debugging of file attachment api - somewhat functional but the attachment info structure in the item table needs to be re-done.
|
2013-01-31 23:56:46 -08:00 |
wall_upload.php
|
potential solution to Friendica for Android photo uploads, which aren't working on Red currently.
|
2013-07-23 20:17:10 -07:00 |
webfinger.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
2012-04-05 13:39:15 +02:00 |
webpages.php
|
more comanche migration
|
2013-12-19 02:16:14 -08:00 |
wfinger.php
|
|
|
xchan.php
|
fix the xchan lookup tool
|
2014-02-05 18:51:50 -08:00 |
xrd.php
|
|
|
xref.php
|
|
|
zfinger.php
|
|
|
zotfeed.php
|
populate some posts when somebody is granted "read stream" permission
|
2013-11-17 16:50:32 -08:00 |
zping.php
|
|
|