You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yarn/internal
James Mills de4d391092
continuous-integration/drone/push Build is failing Details
Code cleanup
3 days ago
..
activitypub Code cleanup 3 days ago
auth Refactor to use new go.mills.io/sessions package 3 months ago
indieweb Refactor to use new go.mills.io/webmention package (#1109) 3 months ago
langs Add support for converting URL into embed code (#1135) 3 weeks ago
pages Fix typos (#1035) 5 months ago
theme Fix bug in profile Unfollow button to use User.FollowsAs() to unfollow instead of Profile.Nick 4 days ago
activitypub.go Fix panic bug in TwtFromNote() where parent note was shadowing note 3 days ago
activitypub_test.go Add basic support for cleaning up Activity Pub notes, rewriting mentions and converting HTML to Markdown 3 days ago
api.go Add support for unfollowing activity pub actors and dropping notes from actors not followed by any user (#1153) 4 days ago
archive.go Add support basic for ActivityPub (#1139) 1 month ago
audio_task.go Refactor to use new go.mills.io/tasks package 4 months ago
bitcask_store.go Refactor to use new go.mills.io/sessions package 3 months ago
bookmark_handlers.go Refactor some utility functions to use Go's new type parameters (#1100) 3 months ago
cache.go Fix #1150 (The media-filter should also include the new class e-content for embedde video and audio) (#1151) 1 week ago
cache_test.go Add Pod Logo resource endpoint and update Info resource to include link (#1029) 5 months ago
config.go Add support for converting URL into embed code (#1135) 3 weeks ago
context.go Add support for converting URL into embed code (#1135) 3 weeks ago
conversation_handler.go Fix, refactor and simplify all the reply/fork and subject behaviour and hide all hashes in the post box in all cases 2 months ago
e2e_test.go Fix tests 5 months ago
email.go Don't attempt to send e-mails if disabled in config 8 months ago
email_test.go Apply code formatter 8 months ago
errors.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
external_handlers.go Add support for feed fetch types (#1146) 3 weeks ago
features.go Add support basic for ActivityPub (#1139) 1 month ago
feed.go Add support for unfollowing activity pub actors and dropping notes from actors not followed by any user (#1153) 4 days ago
feed_test.go Add support for serving archived/rotated feeds and the prev Metadata field (#1017) 5 months ago
feeds_handlers.go Revert silly fetchType idea 3 weeks ago
feedsources.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
follow_handlers.go Add support for unfollowing activity pub actors and dropping notes from actors not followed by any user (#1153) 4 days ago
handlers.go Add support for Activity Streams format (A2S, like HTML but render mentions as plain text) (#1143) 4 weeks ago
httpexpect_test.go Add some cookie tests and fix revealed bugs 7 months ago
image_task.go Refactor to use new go.mills.io/tasks package 4 months ago
index.go Add support for indexing and searching an archive (#1010) 5 months ago
indieauth_handlers.go Allow for Link Verifications to be disabled by poderators (#901) 1 year ago
init.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
jobs.go Add support for feed fetch types (#1146) 3 weeks ago
lists_handler.go Add support for Filter and Lists (#1059) 4 months ago
login_handlers.go Refactor to use new go.mills.io/sessions package 3 months ago
logo.svg Update Pod Logo and Favicon to simpler colors (#658) 1 year ago
logout_handler.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
manage_handlers.go Add support for converting URL into embed code (#1135) 3 weeks ago
media_handlers.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
middleware.go Fix CORS access to API and Twtxt and Atom endpoints by alos setting Access-Control-Allow-Headers: * 5 months ago
models.go Fix bug in profile Unfollow button to use User.FollowsAs() to unfollow instead of Profile.Nick 4 days ago
mute_handlers.go Add view for Muted Feeds and Twts/Yarns (#850) 1 year ago
options.go Fix #1150 (The media-filter should also include the new class e-content for embedde video and audio) (#1151) 1 week ago
page_handlers.go Cleanup and remove features and some deprecated code (#1011) 6 months ago
password_handlers.go Refactor User.Password to use a []byte slice as User.PasswordHash (#1097) 4 months ago
permalink_handler.go Fix regression that 4cb776ca failsed ot fix 2 weeks ago
post_handler.go Add support for feed fetch types (#1146) 3 weeks ago
profile_handler.go Fix regression in profile and permalink content negogiation (Fixes #1145) 4 weeks ago
register_handler.go Revert silly fetchType idea 3 weeks ago
robots.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
router.go Fix missing Access-Control (CORS) headers for OPTIONS requests to satisfy preflight 5 months ago
search_handler.go Add support for Filter and Lists (#1059) 4 months ago
server.go Add basic support for cleaning up Activity Pub notes, rewriting mentions and converting HTML to Markdown 3 days ago
session_store.go Refactor to use new go.mills.io/sessions package 3 months ago
sessionassertion_test.go Refactor to use new go.mills.io/sessions package 3 months ago
settings_handlers.go Fix bug where cached twter for activity pub actor can be nil 1 month ago
stats.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
store.go Refactor to use new go.mills.io/sessions package 3 months ago
support_handlers.go Refactor to use new go.mills.io/sessions package 3 months ago
templates.go Add support for Activity Streams format (A2S, like HTML but render mentions as plain text) (#1143) 4 weeks ago
tokencache.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
translator.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
ttlcache.go Update LICENSE to AGPLv3 and update README (#794) 1 year ago
twtxt_handlers.go Fix a bunch more followers stuff 2 months ago
user_creator.go Add support for Proxy Auth (#1074) 4 months ago
utils.go Add support for unfollowing activity pub actors and dropping notes from actors not followed by any user (#1153) 4 days ago
utils_test.go Add support for Activity Streams format (A2S, like HTML but render mentions as plain text) (#1143) 4 weeks ago
video_task.go Refactor to use new go.mills.io/tasks package 4 months ago
view_handlers.go Revert "Revert "Add filter support to mentions view"" 2 months ago
webfinger_handlers.go Fix TLS handling of WebFinger handler 3 months ago
webfinger_resolver.go Add support basic for ActivityPub (#1139) 1 month ago
websub_handlers.go Ooops fix WebFingerHandler() 3 months ago
whofollows_handler.go Apply code formatter 8 months ago
whofollows_handler_test.go Revert silly fetchType idea 3 weeks ago