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. You cannot open issues or pull requests or push a commit.
Files
4517bdcff1aa75c5389f9fb29947012fca5df4e1
core
/
mod
History
friendica
4517bdcff1
Merge
https://github.com/friendica/red
into zpull
2013-12-23 12:01:53 -08:00
..
_well_known.php
…
achievements.php
Achievements
2013-12-22 20:54:31 +00:00
acl.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
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
…
apps.php
…
attach.php
…
authtest.php
authtest: do a better job of success/failure indication
2013-12-17 16:35:22 -08:00
blocks.php
more comanche migration
2013-12-19 02:16:14 -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
mod channel is now Comanchified
2013-12-10 20:36:11 -08:00
chanview.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
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
…
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
default photo issue, and connections page showing deleted accounts. Also show last updated on connedit page
2013-12-19 19:16:46 -08:00
connedit.php
comanchify connedit, group
2013-12-19 23:56:37 -08: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
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
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
JS-less display
2013-12-17 12:23:39 +01: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
Merge remote-tracking branch 'upstream/master' into bootstrap
2013-12-22 14:31:27 +01:00
editwebpage.php
check that every invocation of htmlspecialchars has the right arg list
2013-12-12 02:01:42 -08:00
events.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
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
…
filerm.php
…
filestorage.php
Didn't git add again after fixing typo...
2013-09-18 02:49:14 +01: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
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
help.php
Provide Terms of Service placeholder page (includes doc/SiteTOS.md)
2013-12-22 19:56:22 -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
…
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
making it less complicated to join
2013-11-14 18:08:05 -08:00
item.php
add ability to set created date/time from the api
2013-12-22 14:29:15 -08:00
layouts.php
more comanche migration
2013-12-19 02:16:14 -08: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 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
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
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
get rid of deprecated post_url() function
2013-12-01 19:52:18 -08:00
menu.php
more comanche migration
2013-12-19 02:16:14 -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
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
…
network.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
new_channel.php
…
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
…
oembed.php
…
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
…
page.php
revert to prepare_page - but have it call prepare_body
2013-11-15 15:32:26 -08:00
parse_url.php
…
photo.php
make default profile photo configurable - should be functional but needs admin ui
2013-12-19 16:33:36 -08:00
photos.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
ping.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
poco.php
…
poke.php
…
post.php
authtest: do a better job of success/failure indication
2013-12-17 16:35:22 -08:00
pretheme.php
…
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
randprof.php
…
register.php
one step closer to merging register and pubsites pages
2013-12-22 20:07:18 -08:00
regmod.php
…
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
…
rpost.php
allow rpost to set source app
2013-11-15 03:10:00 -08:00
rsd_xml.php
…
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
comanchify mod_search - we've got three modules left to Comanchify: admin, directory and message - each of which introduces "interesting challenges"
2013-12-20 01:39:42 -08:00
settings.php
more comanche migration
2013-12-19 02:16:14 -08:00
setup.php
install redbasic during setup so that at least one theme is registered. Otherwise none of the display settings seem to work very well.
2013-12-16 00:25:08 -08:00
share.php
typo
2013-10-27 21:18:33 -07:00
siteinfo.php
provide git revision in siteinfo if possible and if not instructed otherwise
2013-12-18 18:29:53 -08:00
sitelist.php
…
smilies.php
…
sources.php
some re-work of mod_sources
2013-12-15 20:59:52 -08:00
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
more comanche
2013-12-19 02:25:44 -08:00
tagger.php
…
tagrm.php
…
thing.php
…
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_community.php
…
update_display.php
…
update_network.php
…
update_search.php
…
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
…
wall_attach.php
…
wall_upload.php
…
webfinger.php
…
webpages.php
more comanche migration
2013-12-19 02:16:14 -08:00
wfinger.php
…
xchan.php
…
xrd.php
…
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
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
…