.. |
_well_known.php
|
cleaning up issues reported in logs
|
2013-07-28 18:54:40 -07:00 |
acl.php
|
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
|
2013-08-05 20:08:35 -07:00 |
admin.php
|
get rid of ssl_policy - it's implicit in the site url
|
2013-08-27 02:27:36 -07:00 |
allfriends.php
|
directory structures
|
2012-12-21 03:34:17 -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
|
mod/attach support for files/attachments using OS storage
|
2013-02-05 15:34:30 -08:00 |
channel.php
|
$yoursite/~foo has taken you to foo's channel page for ages. If you're logged in locally, $yoursite/~ will now take you to *your* channel page. If you aren't logged in, it won't.
|
2013-08-04 01:04:05 -07:00 |
chanview.php
|
more issues related to Tony's re-install
|
2013-06-19 22:29:32 -07:00 |
common.php
|
using old structures
|
2013-02-13 17:42:11 -08:00 |
community.php
|
get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
|
2013-08-15 22:52:19 -07:00 |
connect.php
|
this should fix the premium checkbox stickiness issue
|
2013-08-22 15:35:10 -07:00 |
connections.php
|
not able to drop pending connections
|
2013-08-15 01:32:09 -07:00 |
contactgroup.php
|
fixed contactgroup editor
|
2013-01-22 20:13:20 -08:00 |
crepair.php
|
photo driver abstraction
|
2013-04-25 20:01:24 -07: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
|
populate initial suggestions (ultimately we want to do this at install time as well as from the poller so that new sites have friend suggestions when they create their first channel).
|
2013-08-05 20:08:35 -07:00 |
dirfind.php
|
start implementing zot-id
|
2012-11-08 19:07:19 -08:00 |
dirsearch.php
|
Add a site access policy (to determine if this is really a public site or just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree.
|
2013-08-06 17:15:41 -07:00 |
display.php
|
fix mod-display when not logged in.
|
2013-06-18 02:06:16 -07:00 |
editpost.php
|
convert all stored json calls to json_decode_plus()
|
2013-08-06 03:54:49 -07:00 |
editwebpage.php
|
More progress on pages - extend writepages widget, add pagelist widget
|
2013-08-14 20:46:48 +01:00 |
events.php
|
make "selected" class work on all navigation menu items
|
2013-08-01 13:26:57 +02:00 |
fbrowser.php
|
photo driver abstraction
|
2013-04-25 20:01:24 -07:00 |
feed.php
|
feeds are bit more standards compliant and a bit less broken now
|
2013-06-12 21:12:27 -07:00 |
filer.php
|
making tags work
|
2012-07-09 22:08:25 -07:00 |
filerm.php
|
theme cleanup
|
2012-07-09 22:48:51 -07:00 |
follow.php
|
premium/restricted channel connections implemented, configure at yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways.
|
2013-08-21 22:10:08 -07:00 |
fsuggest.php
|
cleanup
|
2013-03-10 20:39:27 -07:00 |
group.php
|
Add public visibility setting to privacy groups (collections). This doesn't yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:)
|
2013-08-07 17:51:10 -07:00 |
hcard.php
|
more work on notification system, fix a couple of minor issues from smarty conversion
|
2013-01-07 13:40:58 -08:00 |
help.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
2012-04-05 13:39:15 +02:00 |
home.php
|
get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
|
2013-08-15 22:52:19 -07:00 |
hostxrd.php
|
implement Smarty3
|
2013-01-06 15:57:11 -07:00 |
import.php
|
if changing primary hub during an import operation - remove the old xchan and create a fresh xchan pointing at this instance. Also a minor edit to increase the default photo upload limit for new sites. There aren't many cameras left that will take photos < 800k in size.
|
2013-08-19 17:18:13 -07:00 |
intro.php
|
clean up the photo storage backend, revamp mod/wall_upload
|
2013-01-22 17:48:42 -08:00 |
invite.php
|
basic email invitations - and doc update
|
2013-08-02 03:45:40 -07:00 |
item.php
|
block content-type (called ITEM_BUILDBLOCK to avoid confusion with content that is blocked)
|
2013-08-12 17:42:52 -07:00 |
like.php
|
localize_item() thinks all likes on posts are likes on comments because we didn't pass any info in the activity object to distinguish them from each other.
|
2013-08-19 19:05:11 -07:00 |
lockview.php
|
remove stray debugging
|
2013-07-19 03:02:08 -07:00 |
login.php
|
cleanup editpost
|
2012-12-21 04:08:48 -08:00 |
lostpass.php
|
lostpass fixes and login/logout flow if authenticated but no default channel exists
|
2013-01-27 01:19:24 -08:00 |
magic.php
|
make sure we get the correct URL. Also redirect back again (essentially perform a no-op) when using reverse magic auth and we can't find a channel.
|
2013-05-28 22:58:59 -07:00 |
manage.php
|
fix default channel
|
2012-11-02 18:55:40 +11:00 |
match.php
|
typo in mod_match
|
2012-12-26 16:51:54 -08:00 |
menu.php
|
show main menu page even if no menus exist
|
2013-08-14 21:24:40 -07:00 |
message.php
|
email attachments (and fix email photos)
|
2013-08-19 21:19:39 -07:00 |
mitem.php
|
menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking)
|
2013-08-13 20:57:03 -07:00 |
mood.php
|
ensure that no unencrypted content leaks through item_store which is private - we typically do this in mod/item, but some functions
|
2013-08-01 18:50:36 -07:00 |
msearch.php
|
remove the private keywords stuff to reduce directory and search complexity
|
2012-12-26 03:49:50 -08:00 |
network.php
|
move js from matrix page
|
2013-08-15 05:09:19 -07:00 |
new_channel.php
|
dang - this is almost testable. Still have to figure out the best way to deal with the profile photo. Otherwise if you're really brave you could give it a go and see what happens. The worst that could happen is that it destroys the universe. Not a big deal. More likely you could end up with a bunch of imported things that have to be cleaned up. Less likely but entirely possible is that nothing useful will happen at all and it'll white screen.
|
2013-02-19 19:08:04 -08:00 |
nogroup.php
|
contact_template is called from multiple places with different params
|
2013-02-20 14:17:23 -08:00 |
notifications.php
|
remove obsolete notifications
|
2013-07-21 17:45:36 -07:00 |
notify.php
|
finish up the "mark all xyz seen" for all known values of xyz
|
2013-02-03 19:07:01 -08:00 |
oembed.php
|
little fixes
|
2013-02-24 20:21:37 -08:00 |
oexchange.php
|
odds and ends in prepearation for photo abstraction, plus red-to-friendica addon
|
2013-04-25 01:55:35 -07:00 |
opensearch.php
|
lotsa little fixes
|
2012-10-21 22:11:02 -07:00 |
page.php
|
More progress on pages - extend writepages widget, add pagelist widget
|
2013-08-14 20:46:48 +01:00 |
parse_url.php
|
parse_url: add missing scheme unless url begins with '/'
|
2013-07-16 01:14:23 -07:00 |
photo.php
|
log forbidden photos with complete URL and observer webbie (if available).
|
2013-07-21 19:56:57 -07:00 |
photos.php
|
start using profile_flags in photo queries so we can start creating PHOTO_THING's
|
2013-07-18 20:55:25 -07:00 |
ping.php
|
fix marking events seen
|
2013-04-16 19:59:12 -07:00 |
poco.php
|
add rating support to poco
|
2013-02-15 22:34:01 -08:00 |
poke.php
|
private pokes - perhaps a little *too* private.
|
2013-07-19 01:20:51 -07:00 |
post.php
|
start timestamping hubloc connections so we can eventually remove dead ones
|
2013-08-24 18:55:07 -07:00 |
pretheme.php
|
more mod cleanups
|
2012-10-22 19:18:50 +11:00 |
probe.php
|
cleanup
|
2013-03-10 20:39:27 -07:00 |
profile_photo.php
|
big changes to photo->store() which is now photo->save() and takes an array instead of a list of args. Also the beginning of the migration to using photo_flags to indicate special purpose photos such as profile photos and contact photos and "thing" photos.
|
2013-08-07 01:42:45 -07:00 |
profile.php
|
remove debug info - mop up and go home
|
2013-07-03 03:19:58 -07:00 |
profiles.php
|
birthday error checking - if year is present but no month or day, set to 1 January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works.
|
2013-07-03 16:55:57 -07:00 |
profperm.php
|
more work on notification system, fix a couple of minor issues from smarty conversion
|
2013-01-07 13:40:58 -08:00 |
qsearch.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
2012-04-05 13:39:15 +02: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 |
redir.php
|
more DB cleanup
|
2012-08-30 18:47:07 -07:00 |
register.php
|
more register_approve stuff - like the admin page. Hopefully this won't conflict with Thomas's admin page "list users" changes
|
2013-02-08 03:51:31 -08:00 |
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
|
Merge branch 'master' of https://github.com/friendica/friendica
|
2012-04-05 13:39:15 +02:00 |
rmagic.php
|
recursion and typo in rmagic with zid
|
2013-02-13 00:14:01 -08:00 |
rsd_xml.php
|
more notes
|
2012-11-16 16:09:22 -08:00 |
search_ac.php
|
make alt_pager the network page default - at least until we get rid of the network page
|
2012-07-16 19:39:13 -07:00 |
search.php
|
get rid of more variables with dashes in the names - use underscore *except* in CSS. These were probably already here, but if you see any - please keep them out of PHP and MySQL where they sometimes get interpreted as a subtraction operation and are a bugger to find.
|
2013-08-15 22:52:19 -07:00 |
settings.php
|
make premium channels a feature
|
2013-08-22 01:00:54 -07:00 |
setup.php
|
if somebody changes the site url during setup - check if we can connect to the new url e.g. it has a valid cert.
|
2013-05-16 04:27:28 -07:00 |
share.php
|
partial port of embedded shares
|
2013-02-25 19:06:31 -08:00 |
siteinfo.php
|
begin to cut the umbilical
|
2013-04-14 22:24:47 -07: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 |
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
|
turn all Red links into zrls (not the old zrls, the new bbcode zrl which means we can zidify them)
|
2013-04-15 03:00:08 -07:00 |
suggest.php
|
get rid of html from mod_suggest
|
2013-03-06 17:52:58 -08:00 |
tagger.php
|
fix some community tagging bugs
|
2013-06-30 23:04:27 -07:00 |
tagrm.php
|
making tags work
|
2012-07-09 22:08:25 -07:00 |
thing.php
|
input form for profile stuff
|
2013-07-04 20:35:42 -07:00 |
toggle_mobile.php
|
More steps for mobile theme toggling + dash elimination
|
2013-08-19 01:08:15 +02:00 |
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_community.php
|
Merge branch 'master' of https://github.com/friendica/friendica
|
2012-04-05 13:39:15 +02:00 |
update_display.php
|
allow embedded content via ajax on page load
|
2013-02-23 01:27:43 -08:00 |
update_network.php
|
allow embedded content via ajax on page load
|
2013-02-23 01:27:43 -08: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
|
this should fix pcss
|
2013-01-08 14:25:42 -08:00 |
viewconnections.php
|
don't show connections with removed xchans - as there isn't much to see
|
2013-08-04 05:12:11 -07: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
|
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 progress on pages - extend writepages widget, add pagelist widget
|
2013-08-14 20:46:48 +01:00 |
wfinger.php
|
just tinkering and trying a few things - don't get upset. It can all be reverted it it sucks. Freedom's just another word for "nothin' left to lose" and I'm not sure it's possible to create a UI that's hated more than Friendica. So that gives us plenty of artististic license to explore some different directions and see if they lead to anything interesting.
|
2013-03-05 15:48:56 -08:00 |
xchan.php
|
xchan lookup tool - provide the first few chars of an xchan and find out who it is
|
2013-02-10 20:17:55 -08:00 |
xrd.php
|
implement Smarty3
|
2013-01-06 15:57:11 -07:00 |
zfinger.php
|
premium/restricted channel connections implemented, configure at yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways.
|
2013-08-21 22:10:08 -07:00 |
zotfeed.php
|
fix some weirdness on the zot feed
|
2013-07-29 20:31:02 -07:00 |