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
ada2e43ea27feab8be956c01bf3ef13c8ce49049
core
/
mod
History
friendica
ada2e43ea2
extend sys support to layouts
2014-11-12 00:48:09 -08:00
..
_well_known.php
make it easier to plug into .well_known, for instance to tell the EFF to fuck off and not block pages from the free web just because they use cookies.
2014-05-06 22:25:36 -07:00
achievements.php
Move achievements on, but just a tad.
2014-09-02 02:34:04 +01:00
acl.php
several unrelated things - auto_follow wasn't working for new accounts, error returned in private mention to a collection, and added auto-completion to photo tags; though it only matches people so the hover text is now wrong. Also made the photo edit form XHTML (XML) compliant.
2014-10-27 19:23:40 -07:00
admin.php
Add a new theme flag - library. Not directly available to be used itself but
2014-11-10 19:34:39 +00:00
api.php
…
appman.php
remote install app (untested)
2014-06-10 16:34:21 -07:00
apps.php
issue
#433
2014-06-10 22:35:15 -07:00
attach.php
more XSS blockage of uploaded files
2014-02-09 15:00:47 -08:00
authtest.php
allow authtest to accept webbies as well as urls since I'm always trying to use the former and of course it always fails.
2014-03-23 15:15:20 -07:00
block.php
missing mod/block
2014-03-05 17:06:46 -08:00
blocks.php
make blocks, webpages, and layouts postable (pre-filled forms if supplied from elsewhere). The only serious issue is with ordering - you have to process and save a named layout before you can save a webpage that uses that layout name. Otherwise it will get unset during the save.
2014-08-28 01:08:42 -07:00
bookmarks.php
This is a fix to not interfere the ongoing adding of .generic-content-wrapper with the ongoing styling of redbasic theme.
2014-10-10 15:52:56 +02:00
channel.php
wrong template loaded issue
2014-10-20 20:10:23 -07:00
chanview.php
If you have a new channel (or a new hub searching for an old channel)
2014-09-02 01:58:53 +01:00
chat.php
only show jotnets when posting conversation items
2014-06-14 20:16:40 -07:00
chatsvc.php
basic chatterbot support - though these would still require additional functionality in the API to maintain presence as they'll get kicked out of the room if they don't ping it regularly.
2014-04-26 16:27:03 -07:00
cloud.php
A fix, but I have no case to verify.
2014-10-12 21:10:04 +02: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
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
endless scroll on connections page
2014-09-10 23:08:24 -07:00
connedit.php
minor adjustments to make the form work as designed
2014-11-04 17:38:49 -08:00
contactgroup.php
issue
#588
can't add feeds to collections using connedit page group sidebar widget
2014-09-11 02:19:21 -07:00
delegate.php
…
directory.php
Nothing here, move along.
2014-11-11 15:50:27 -08:00
dirsearch.php
indicate public forums in directory results (there will be some [possibly considerable] lag time before existing forums are correctly tagged).
2014-11-10 17:44:02 -08:00
display.php
repeated content collapse on update from display page under rare conditions (when the conversation hasn't changed)
2014-09-18 16:32:05 -07:00
editblock.php
shareable design elements
2014-10-06 17:47:17 -07:00
editlayout.php
extend sys support to layouts
2014-11-12 00:48:09 -08:00
editpost.php
tinmymce zombie - kill it.
2014-07-17 01:25:21 -07:00
editwebpage.php
extend sys support to layouts
2014-11-12 00:48:09 -08:00
events.php
If entered event info is not valid, let user try again with the old info still there.
Closes
friendica/red#648
2014-10-21 18:28:47 +02: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
allow feed paging
2014-10-29 17:55:15 -07:00
filer.php
protect filed conversations from expiration - we check the parent to see if it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
2014-03-11 17:41:56 -07:00
filerm.php
…
filestorage.php
When you delete something in /cloud stay in the right folder.
2014-10-14 00:15:41 +02:00
follow.php
pull in some posts when first connecting to feeds
2014-09-01 20:47:01 -07:00
fsuggest.php
…
group.php
fix group membership management for non-red connections
2014-09-03 18:24:42 -07:00
hcard.php
change default invitation message
2014-08-11 19:38:04 -07:00
help.php
make bbcode/html includes work in markdown help pages and vice versa
2014-10-24 21:17:56 +02:00
home.php
A bit of mod/home refactoring. This is a transient state, so it's still
2014-09-15 01:38:55 +01:00
hostxrd.php
snakebite: bring back some of the legacy XML discovery interfaces, update as required.
2014-04-02 14:56:20 -07:00
impel.php
shareable design elements
2014-10-06 17:47:17 -07:00
import.php
fix import sql error
2014-10-13 21:24:06 -07:00
invite.php
change default invitation message
2014-08-11 19:38:04 -07:00
item.php
some more work on sys publishing
2014-11-11 18:57:59 -08:00
lang.php
move language selector to a module
2014-03-05 03:19:20 -08:00
layouts.php
extend sys support to layouts
2014-11-12 00:48:09 -08:00
like.php
use intval rather than dbesc since these are ints. Should work regardless, but this makes it consistent with the way we do most other queries.
2014-10-26 15:49:00 -07:00
lockview.php
let's make this "specific" since that's what it is.
2014-08-28 04:14:49 -07:00
locs.php
crude skeleton for location manager and the UI sucks but at least it's on a webpage and you don't have to do it by hand.
2014-11-05 18:39:10 -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
rev update
2014-10-03 03:35:01 -07:00
manage.php
add some notification counts to the structure passed to the "channel select" template (mod/manage). All it takes is to create an appropriate template to turn this page into a list with tallies of various notifications attached to each channel.
2014-08-03 21:41:34 -07:00
match.php
get rid of deprecated post_url() function
2013-12-01 19:52:18 -08:00
menu.php
menu page cleanup
2014-11-09 17:39:54 -08:00
message.php
found one bug trying to fetch the recursive reshare from hell. I still think there's a problem with attribution but we'll have to wait and find that once we have some content to track. Also in private messages, on the message list page, change the text from delete message to delete conversation, because that's what we're really doing.
2014-10-06 20:54:52 -07:00
mitem.php
only show jotnets when posting conversation items
2014-06-14 20:16:40 -07:00
mood.php
moods not working in other languages + doc updates
2014-06-21 16:04:00 -07:00
msearch.php
…
network.php
better way to deal with effective_uid
2014-09-22 22:03:19 -07:00
new_channel.php
keep the language consistent
2014-09-17 22:59:56 -07:00
notes.php
duplicate birthday events showing up
2014-06-04 21:02:57 -07:00
notifications.php
Add link to system notifications page
2014-05-04 18:17:11 +02:00
notify.php
issue
#433
2014-06-10 22:35:15 -07:00
oembed.php
oembed issues
2014-10-08 20:37:46 -07: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
online.php
missing file in checkin
2014-01-28 20:15:57 -08:00
openid.php
try and guess mimetype for openid profile photo
2014-10-05 17:17:25 -07:00
opensearch.php
…
p.php
provide backup copy of post for diaspora reshare and re-fetch
2014-09-27 05:10:09 -07:00
page.php
move all theme initialisation to one place - just after calling module_init. Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
2014-10-20 16:47:58 -07:00
parse_url.php
bookmarking
2014-02-04 16:06:56 -08:00
pdledit.php
add Comanche help link to pdledit
2014-03-04 21:03:56 -08:00
photo.php
image/jpeg > image/png
2014-10-05 21:38:47 +00:00
photos.php
Merge
https://github.com/friendica/red
into pending_merge
2014-11-07 05:16:14 -08:00
ping.php
class is a reserved word
2014-11-10 14:23:06 -08:00
poco.php
fix poco network
2014-09-04 19:34:27 -07:00
poke.php
private pokes - perhaps a little *too* private.
2013-07-19 01:20:51 -07:00
post.php
check that we have valid data
2014-11-01 01:52:27 -07:00
pretheme.php
…
probe.php
ssl ciphers - be liberal in what we accept, conservative in what we generate
2014-03-24 17:16:01 -07:00
profile_photo.php
Allows extra content to be inserted at end of profile_photo page. Needed for openclipatar addon.
2014-09-28 19:33:37 -07:00
profile.php
Better handling of restricted /channel and /profile permissions. We will show the name, profile photo and a 'connect' button if appropriate on these pages regardless of permissions. A blank page makes it difficult for folks to figure out how to connect and if it is their real life friend 'x' or not. It also matches our overall policy (adopted from Facebook's lessons learned) that the channel name and default profile photo are always visible and can't really be blocked without messing up the usability of the entire network. This also makes sure that a connect button can be found somewhere besides the directory - where the entry could be blocked; and avoid somebody having to figure out the webbie and find the link to "follow" (another related issue).
2014-04-14 16:45:16 -07:00
profiles.php
the code is a bit crufty, but this should fix issue
#687
2014-11-11 01:05:29 -08:00
profperm.php
Added permission handling of profile-photos
2014-04-20 00:31:18 +02:00
pubsites.php
Set a default directory server from a hard-wired list if one was not previously chosen.
2014-04-25 18:10:23 -07:00
randprof.php
…
rbmark.php
more chatroom discovery
2014-02-25 17:55:30 -08:00
receive.php
try to sort out walltowall translation for diaspora recipients
2014-09-19 02:22:24 -07:00
register.php
allow bbcode in register_text
2014-09-11 20:03:36 -07:00
regmod.php
implement service class for feed polling frequenecy, fixed a service class bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
2014-09-03 19:07:14 -07:00
regver.php
implement service class for feed polling frequenecy, fixed a service class bug, moved service class stuff from plugin to account.php where it belongs and load that by default instead of on demand
2014-09-03 19:07:14 -07:00
removeaccount.php
This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00'
2014-09-08 20:35:15 -07:00
removeme.php
This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00'
2014-09-08 20:35:15 -07:00
rmagic.php
better handling of interactive likes
2014-07-17 19:07:39 -07:00
rpost.php
allow jotnets to work with rpost
2014-07-23 21:17:40 -07: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
honour sys channel permissions for who can view the sys owned content
2014-07-26 18:48:25 -07:00
service_limits.php
new module - service_limits - print service class limits for logged in account. It is a debugging tool and not meant to be pretty.
2014-09-11 16:13:44 -07:00
settings.php
some minor cleanup of unreported (and as yet undiscovered) issues with permissions toggling. No smoking guns and no obvious issues discovered here. Repeated and tried to duplicate zottell's issue as described without seeing any obvious problems.
2014-11-05 16:21:03 -08:00
setup.php
convert application strings to en-US
2014-07-31 02:33:34 -07:00
share.php
use feed title for channel name before checking author, make feed items shareable (they're private to the channel so they won't be shown in searches), try and handle Diaspora mentions a bit more elegantly. (Bug: we don't convert mentions to Diaspora's format on outbound at all!)
2014-09-02 17:21:12 -07:00
siteinfo.php
Show tag in siteinfo. Not useful for us, quite useful for admins.
2014-10-11 17:24:58 +01:00
sitelist.php
some more work on realms
2014-08-17 19:06:56 -07:00
smilies.php
…
sources.php
provide some interesting new options to channel sources
2014-01-31 20:02:59 -08:00
sslify.php
sslify - remove the redirect fallback - as it gets called occasionally and creates mixed content exceptions. Let's see how we go without it. Also a doc update.
2013-12-27 21:19:23 -08:00
starred.php
…
subthread.php
ability to unset a layout and subthread is probably close to working again.
2014-04-23 19:05:48 -07:00
suggest.php
more comanche
2013-12-19 02:25:44 -08:00
tagger.php
use a better hashtag replacement when preventing tag hijacking
2014-07-01 22:43:16 -07:00
tagrm.php
change the way tagrm works to allow tag removal on the fly
2014-10-28 11:56:00 +01:00
thing.php
issues with diaspora comment signatures on relayed comments that are relayed through a redmatrix site (parent post is redmatrix) and involve a private post.
2014-10-02 02:43:07 -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
channel export with items
2014-09-15 21:31:32 -07:00
update_channel.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 subdue archived connections in viewconnections
2014-07-16 22:32:18 -07:00
viewsrc.php
make discover items interactive
2014-09-22 21:37:19 -07:00
wall_attach.php
code cleanup
2014-02-20 17:07:43 -08:00
wall_upload.php
zrl and zmg are back
2014-03-09 04:18:03 +01:00
webfinger.php
…
webpages.php
uid not set in webpages.php, start on editwebpage.php
2014-11-11 22:55:24 -08:00
wfinger.php
webfinger enhancements: per RFC7033
2014-03-25 16:44:19 -07:00
xchan.php
make the output a bit more readable
2014-09-17 19:14:23 -07:00
xrd.php
store diaspora meta info in the item table. It has to go there or it will kill us with complex joins. We can phase out the sign table once this all checks out.
2014-09-03 05:09:43 -07:00
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
add public forum identification to libzot. No attempt is made to identify other types of forums or weird custom channel permissions. If the channel is auto-accept and taggable, it's a public forum.
2014-11-10 15:21:04 -08:00
zotfeed.php
What this checkin does is catch the case where a comment arrived and there's a missing top-level post to match it with. So we'll send a request back to the sender that you've never seen this thread and please send a fresh copy of the entire conversation to date. We could soon have posts in the matrix from different platforms from days gone by, which have been migrated into the modern world. We'll be polite and not deliver these to everybody. However, if someone comments on one of these antique threads we wouldn't be able to see it in our own matrix because we won't have a copy of the parent post. So this rectifies that situation. Be aware that item deletion may need to change to keep "hard deleted" items indefinitely so that they don't keep coming back. We'll have to null out the important data of the former item to accomplish the deletion aspect.
2014-10-30 19:15:03 -07:00
zping.php
test module for dead site discovery
2013-09-04 17:52:24 -07:00