This website requires JavaScript.
Explore
Help
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
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.
Files
065300f7c352dc74e52a09804b7aeb858df1db0a
core
/
mod
History
friendica
731ab80ac2
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
..
_well_known.php
cleaning up issues reported in logs
2013-07-28 18:54:40 -07:00
acl.php
oups... should not do that...
2013-11-09 18:32:59 +01:00
admin.php
issue
#240
- we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
2013-12-11 23:13:36 -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
authtest.php
issue
#225
2013-12-05 18:17:16 -08:00
blocks.php
Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups
2013-10-28 17:48:42 -07: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
mod channel is now Comanchified
2013-12-10 20:36:11 -08:00
chanview.php
when it's a contentious issue, make it an option.
2013-09-20 18:24:11 -07:00
cloud.php
move killme inside module function so that typo works
2013-10-22 17:41:54 -07: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
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
slight mod of connections widgets
2013-12-09 18:31:13 -08:00
contactgroup.php
fixed contactgroup editor
2013-01-22 20:13:20 -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
make home.html fullpage mode - make directory search work for non-logged in, but leave off suggest and invite
2013-12-14 17:03:37 -08:00
dirsearch.php
dirsearch and pubsites - force non-SSL sites to float to the bottom of the list
2013-11-14 18:36:09 -08:00
display.php
quite a bit of work on default acl permissions and various acl quirks
2013-11-29 14:09:21 -08:00
editblock.php
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
editlayout.php
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
editpost.php
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
editwebpage.php
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
events.php
need include/conversation for events now
2013-12-06 20:01:32 -08:00
fbrowser.php
fix photo file browser
2013-09-15 14:36:54 -04:00
feed.php
pages feed
2013-09-05 19:31:26 -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
filestorage.php
Didn't git add again after fixing typo...
2013-09-18 02:49:14 +01:00
follow.php
pull in some posts when we first connect with a new channel (if allowed to) - if not allowed to, do it if that condition changes
2013-11-17 19:22:24 -08:00
fsuggest.php
cleanup
2013-03-10 20:39:27 -07:00
group.php
Make it possible to change visibility without changing name.
2013-12-05 13:44:31 +01:00
help.php
Add #include mechanism for help pages - see the top of mod/help.php for details
2013-11-21 14:41:31 -08: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
implement Smarty3
2013-01-06 15:57:11 -07:00
import.php
add poco and follow to default xchan creation
2013-12-04 18:30:14 -08:00
invite.php
making it less complicated to join
2013-11-14 18:08:05 -08:00
item.php
issue
#237
- when manually changing an uploaded photo URL in a post to an invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not.
2013-12-10 20:48:54 -08:00
layouts.php
Comanche documentation and some cleanup of layout page (including link to doco) and a few other webpage related cleanups
2013-10-28 17:48:42 -07:00
like.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
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
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
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
get rid of deprecated post_url() function
2013-12-01 19:52:18 -08:00
menu.php
add design tool menu to appropriate pages
2013-09-03 19:55:26 -07:00
message.php
a couple more comanche conversions
2013-12-14 13:26:40 -08:00
mitem.php
finish ACL's in personal menus
2013-12-07 13:05:17 -08:00
mood.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
msearch.php
remove the private keywords stuff to reduce directory and search complexity
2012-12-26 03:49:50 -08:00
network.php
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08: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
notes.php
make empty notes saveable as well
2013-12-11 11:25:20 +01:00
notifications.php
yeah - that's what I'm going to do. we'll just keep system notifications. If somebody wants web pages for the others we'll start fresh. It's easier than starting with curfty friendica code that doesn't work anymore and will never work without starting over.
2013-12-06 00:11:15 -08: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
basic support (still needs some js to expose it) for sharing an item on a remote site by sending it through oexchange on your home hub. Untested.
2013-10-23 21:49:50 -07:00
opensearch.php
lotsa little fixes
2012-10-21 22:11:02 -07:00
page.php
revert to prepare_page - but have it call prepare_body
2013-11-15 15:32:26 -08:00
parse_url.php
parse_url: add missing scheme unless url begins with '/'
2013-07-16 01:14:23 -07:00
photo.php
some work on modularising the default profile photo so we can make them site selectable. Also red != friendica so we don't need all these friendica logos taking up space
2013-12-09 14:05:52 -08:00
photos.php
prepare for Comanchification of mod_photos
2013-12-13 13:30:33 -08:00
ping.php
clicking on an event notification from somebody else should take you to view event - not edit event. Need to also check permissions on event module because reaching this form shouldn't have been possible without event write permissions.
2013-11-13 14:18:07 -08: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
couple of additional checks
2013-12-05 15:55:14 -08: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
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
profperm.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
pubsites.php
dirsearch and pubsites - force non-SSL sites to float to the bottom of the list
2013-11-14 18:36:09 -08:00
qsearch.php
…
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
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
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
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
rmagic.php
recursion and typo in rmagic with zid
2013-02-13 00:14:01 -08:00
rpost.php
allow rpost to set source app
2013-11-15 03:10:00 -08:00
rsd_xml.php
more notes
2012-11-16 16:09:22 -08:00
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
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
settings.php
a couple more comanche conversions
2013-12-14 13:26:40 -08:00
setup.php
issue
#240
- we were using htmlentities instead of htmlspecialchars in several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
2013-12-11 23:13:36 -08:00
share.php
typo
2013-10-27 21:18:33 -07:00
siteinfo.php
too many friendica references in the siteinfo panel
2013-11-12 18:47:55 -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
…
sources.php
small fixes
2013-09-30 19:28:59 -07: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
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
migrate follow widget to comanche and remove obsolete mod/intro.php
2013-12-09 00:12:44 -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
toggle_safesearch.php
Don't let nobody set an xconfig in safe search.
2013-12-11 15:35:19 +00: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
…
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
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
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
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
…
webpages.php
improve editing ability of webpages - acls, photos, location, page link title, etc.
2013-12-07 15:20:12 -08: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
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
zotfeed.php
populate some posts when somebody is granted "read stream" permission
2013-11-17 16:50:32 -08:00
zping.php
test module for dead site discovery
2013-09-04 17:52:24 -07:00