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
f8b07e1935dd6d035b7458141eca099a2445b077
core
/
mod
History
friendica
13538cdd21
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
..
_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
implement admin remove account
2013-11-17 13:54:43 -08:00
allfriends.php
…
api.php
…
apps.php
…
attach.php
…
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
If an observer doesn't have view_stream perms, try for view_profile before
2013-10-04 15:57:48 +01: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
…
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
populate some posts when somebody is granted "read stream" permission
2013-11-17 16:50:32 -08:00
contactgroup.php
…
crepair.php
…
delegate.php
…
directory.php
Merge
https://github.com/friendica/red
into zpull
2013-11-09 12:14:06 -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
mod_display - if we are given the mid of a webpage, redirect to that webpage. This lets us include webpages in searches and 'view in context' will do the right thing.
2013-10-28 18:20:04 -07:00
editblock.php
provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
2013-11-07 00:47:50 -08:00
editlayout.php
provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
2013-11-07 00:47:50 -08:00
editpost.php
fix editpost which showed an encrypt button but no other buttons
2013-11-11 00:35:33 -08:00
editwebpage.php
provide expire feature on post and comments as well as private messages. This requires a feature setting and is currently unmaskable - if the author says it's gone, there's not a lot you can do to stop it or try and save it. It's gone.
2013-11-07 00:47:50 -08:00
events.php
make "selected" class work on all navigation menu items
2013-08-01 13:26:57 +02: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
…
filerm.php
…
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
…
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
…
help.php
fix location of language variable in help module
2013-09-05 04:48:14 -07: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
change from refresh_all to a directory update - which does a refresh_all and also updates the directory.
2013-09-08 21:12:23 -07:00
intro.php
…
invite.php
making it less complicated to join
2013-11-14 18:08:05 -08:00
item.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
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
…
lostpass.php
…
magic.php
more work on redmtx.com magic-auth situation
2013-11-17 14:28:13 -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
add design tool menu to appropriate pages
2013-09-03 19:55:26 -07:00
message.php
E2EE on private mail (also fixed autocomplete results dropdown for recipient which was positioned below the navbar instead of next to the recipient input box)
2013-11-13 23:10:29 -08:00
mitem.php
allow menu management even if there are no menu items
2013-09-07 02:04:15 -07: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
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
new_channel.php
…
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
…
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
…
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
fix forbidden photos and vcard photo template
2013-11-12 19:25:23 -08:00
photos.php
define js profile_uid in photos module
2013-11-14 15:53:31 -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
…
poke.php
private pokes - perhaps a little *too* private.
2013-07-19 01:20:51 -07:00
post.php
document extra features
2013-11-17 01:10:46 -08:00
pretheme.php
…
probe.php
in probe diagnostic - note https failure as diagnostic info - this also changes zot_finger so you can tell it not to fallback. This could be useful in corporate environments that are off the grid or other high security situations (as much as anything could be considered high security which relies on SSL).
2013-10-01 22:20:09 -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
…
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
add a fixme
2013-03-06 00:25:37 -08:00
redir.php
…
register.php
issue
#107
2013-09-04 22:23:53 -07: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
fix search to display more than one item
2013-10-10 21:31:40 -07:00
settings.php
return a login form on some protoected pages if not logged in.
2013-11-02 23:56:29 -07:00
setup.php
INSTALL for dummies - step 1: ensure that we throw an ugly error message in their face
2013-11-05 19:45:02 -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
…
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
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
More safe search - since the default is one, toggle only works after
2013-11-11 06:13:17 +00:00
uexport.php
…
update_channel.php
…
update_community.php
…
update_display.php
…
update_network.php
silence some warnings at php E_ALL levels
2013-08-28 21:56:01 -07:00
update_search.php
…
view.php
wrong app name
2013-10-16 00:17:16 -07: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
…
wall_attach.php
…
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
acl in webpages and a couple of other little bits related to webpages - sort the list of pages by last edited and use prepare_body() so we get private stuff (and attachments, categories, etc.) formatted correctly
2013-11-14 14:19:20 -08:00
wfinger.php
…
xchan.php
…
xrd.php
…
zfinger.php
allow zot public providers to list their location, as a non US-based server could be a strong selling point.
2013-10-30 01:58:45 -07: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