Wykres commitów

123 Commity (main)

Autor SHA1 Wiadomość Data
Ryan Barrett ae76dd53e6
minor tweak to HTML feed CSS 2023-04-18 16:45:57 -07:00
Ryan Barrett ca2bffd076
user page activities: show counts of delivered, failed, undelivered
for #286
2023-02-07 08:01:21 -08:00
Ryan Barrett 783abcaf25
add update profile button on user page UI
for #376
2023-01-23 18:57:49 -08:00
Ryan Barrett 1378ab4576
add a bluesky phone image 2023-01-17 09:17:38 -08:00
Ryan Barrett 9cc9cd567f
move flashed messages JS and CSS to oauth-dropins
also common image drop shadow CSS. see snarfed/oauth-dropins@fd17e8d436
2023-01-11 20:32:41 -08:00
Ryan Barrett dfb524ba32
add /r/* redirects to robots.txt 2023-01-11 10:14:25 -08:00
Ryan Barrett b9fcb50371
minor style tweak, increase left/right margins on phones 2022-12-07 09:53:00 -08:00
ImgBotApp 2758716273 [ImgBot] Optimize images
*Total -- 996.79kb -> 861.14kb (13.61%)

/static/bridgy_fed_logo.png -- 167.56kb -> 133.67kb (20.23%)
/static/snarfed_mastodon.png -- 829.23kb -> 727.47kb (12.27%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-12-06 02:24:04 -08:00
Ryan Barrett 79aec4081c
docs: new profile screenshot with header image 2022-12-05 19:42:16 -08:00
Ryan Barrett 25b411c2e8
minor UI tweaks 2022-11-28 11:32:53 -08:00
Ryan Barrett c343164f5b
user page UI redirects warning: show diff of current vs expected
for #305
2022-11-27 17:45:23 -08:00
Ryan Barrett 85b1a400ff
user page UI: first pass at details for redirect check
for #305
2022-11-27 17:33:53 -08:00
Ryan Barrett d2d0932893
refactor user name and profile picture links, add to user page and activities 2022-11-25 22:21:50 -08:00
ImgBotApp 776f53163a [ImgBot] Optimize images
*Total -- 907.02kb -> 748.50kb (17.48%)

/static/pleroma_logo.svg -- 2.60kb -> 1.15kb (55.77%)
/static/gnu_social_logo.svg -- 4.33kb -> 2.19kb (49.53%)
/static/friendica_logo.svg -- 6.63kb -> 4.57kb (31.03%)
/static/snarfed_web_site.png -- 851.41kb -> 705.41kb (17.15%)
/static/fediverse_logo_mono.svg -- 22.43kb -> 18.61kb (17.03%)
/static/fediverse_logo.svg -- 19.27kb -> 16.27kb (15.57%)
/static/peertube_logo.svg -- 0.36kb -> 0.30kb (15.38%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-11-25 09:50:46 -08:00
ImgBotApp a085765155 [ImgBot] Optimize images
*Total -- 296.88kb -> 252.19kb (15.05%)

/static/fediverse_logo.png -- 177.73kb -> 148.49kb (16.45%)
/static/fediverse_logo_mono.png -- 97.73kb -> 83.82kb (14.24%)
/static/misskey_logo.png -- 21.42kb -> 19.89kb (7.16%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-11-25 08:39:29 -08:00
Ryan Barrett 06bdf3c612
more doc revisions
for #295
2022-11-25 07:01:58 -08:00
Ryan Barrett 656dce0274
more doc tweaks
for #295
2022-11-24 21:50:27 -08:00
Ryan Barrett b70ef42de7
add retry buttons to user page warnings
fixes #300
2022-11-22 23:08:19 -08:00
Ryan Barrett caba5c9632
minor tweak to fediverse icon on user page 2022-11-20 20:57:49 -08:00
Ryan Barrett 2eae4b64a0
misc small UI tweaks 2022-11-20 20:52:44 -08:00
Ryan Barrett 98b77980ce
update logo, add fediverse logo, drop Mastodon and Hubzilla
fixes #288
2022-11-20 12:07:46 -08:00
Ryan Barrett 65f3ef3cc7
show fediverse address on user page UI, including custom username
for #281
2022-11-20 11:46:05 -08:00
Ryan Barrett df98dc3fcf
minor style tweak for /web-site
for #276
2022-11-19 23:14:02 -08:00
Ryan Barrett 8d210c78e1
home page UI: add other fediverse servers, logos, more text
for #276
2022-11-19 23:02:01 -08:00
Ryan Barrett 471f35d2d1
new home page UI!
for #276
2022-11-19 16:40:21 -08:00
Ryan Barrett b854981497
UI edits: enter web site page, /docs, flashed messages, copy Bridgy's CSS 2022-11-18 22:30:07 -08:00
Ryan Barrett 1f4c6433b5
add /recent to robots.txt 2022-11-18 06:54:57 -08:00
Ryan Barrett 4e0fb6536c
add timeline feeds for posts from fediverse followings
for #265
2022-11-17 12:59:09 -08:00
Ryan Barrett 3cc1be5493
lots of UI tweaks 2022-11-12 23:19:09 -08:00
Ryan Barrett 53a133d554
add /user/* to robots.txt, style tweak 2022-11-12 08:33:42 -08:00
Ryan Barrett 741107c3b5
convert home page from static file to jinja template 2022-11-11 11:12:48 -08:00
Ryan Barrett d8a71c9a9d
tweak per-user responses page UI 2022-11-08 21:22:20 -08:00
Ryan Barrett 2e04806c68
revise Apache .htaccess section in docs 2022-10-29 20:04:07 -07:00
Tantek Çelik c83b2729e6 one line htaccess setup option
if your htaccess already has RewriteEngine on, you only need a one-liner for configuring Bridgy Fed for discovery and following. also pruned some spaces in the 3-liner code for Apache. no need for a br right before a pre tag
2022-10-29 20:03:08 -07:00
Ryan Barrett 5913a9ea6a
switch oauth_dropins symlink to oauth_dropins_static, drop it from repo
it's now local clone only. this avoids import confusion, ie whether importing oauth_dropins uses the virtualenv's installed version or the symlinked files directly, which eg ran oauth-dropins's tests along with granary's/bridgy's, and caused Circle breakages like https://app.circleci.com/pipelines/github/snarfed/granary/767/workflows/21608f75-bb99-47dc-83ef-78d4f4793ed1/jobs/2819

    corresponds to snarfed/granary@00294822d6, snarfed/bridgy@b3f50d8248
2021-08-06 11:19:33 -07:00
Ryan Barrett 13cbca0909
docs: mention RSS/Atom bots as an alternative
fixes #72
2021-04-04 22:16:00 -07:00
Ryan Barrett 670ece3fc6
revise docs for activitypub vs ostatus, etc 2021-03-08 17:23:32 -08:00
ImgBotApp eade579cb6 [ImgBot] Optimize images
*Total -- 343.21kb -> 290.41kb (15.38%)

/static/activitypub_logo.svg -- 8.83kb -> 4.12kb (53.36%)
/static/mastodon_logotype_blue.png -- 13.76kb -> 8.26kb (39.95%)
/static/mastodon_logotype_dark.png -- 11.97kb -> 8.06kb (32.68%)
/static/activitypub_logotype.svg -- 18.42kb -> 13.18kb (28.45%)
/static/mastodon_logotype_white.png -- 12.51kb -> 9.35kb (25.24%)
/static/mastodon_logo.png -- 14.49kb -> 10.86kb (25.1%)
/static/hubzilla_logo.png -- 6.84kb -> 5.48kb (19.83%)
/static/ostatus_globe.jpg -- 54.49kb -> 48.52kb (10.94%)
/static/bridgy_logo.jpg -- 80.53kb -> 71.83kb (10.8%)
/static/bridgy_fed_logo.jpg -- 96.55kb -> 86.31kb (10.61%)
/static/ostatus_logo.png -- 5.18kb -> 5.04kb (2.81%)
/static/hubzilla_logotype.png -- 12.71kb -> 12.49kb (1.73%)
/static/mastodon_logo.svg -- 1.36kb -> 1.35kb (0.86%)
/static/mastodon_logotype_white.svg -- 5.57kb -> 5.56kb (0.19%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-10-16 11:48:05 -07:00
Ryan Barrett fe96eeb5c3
better link for wordpress atom feed instructions 2019-04-30 11:13:36 -07:00
Ryan Barrett 43e6e9f514
update wordpress atom feed instructions
...since the plugin isn't in the wordpress.org plugin registry any more. i couldn't find another plugin (!) so i just gave manual instructions for adding the link to <head>. fixes #51.
2019-04-30 11:02:14 -07:00
Ryan Barrett f76d796f71
docs: add u-photo for images
for #48, https://github.com/snarfed/bridgy-fed/issues/33#issuecomment-440395450
2019-04-17 09:06:20 -07:00
Ryan Barrett aa45f0c526
convert AP mentions to home page webmentions
for #46
2019-04-16 10:46:40 -07:00
Ryan Barrett 9849c8a15d
docs: expand on discovery
fixes #18. thanks again @swentel!
2018-11-25 09:26:54 -08:00
Ryan Barrett cd8a13312c
webmention => AP: add original posts to docs
fixes #33
2018-11-24 22:35:20 -08:00
Ryan Barrett 0eb14e93d7
docs for follow support
#21
2018-10-24 21:53:59 -07:00
swentel 9557216789 Add link to Drupal 2018-10-16 11:49:25 -07:00
Ryan Barrett b330ed9f3e web: remove unnecessary h-card from link to my site
it was distracting Loqi in #indieweb etc
2018-03-20 10:55:07 -07:00
Ryan Barrett d0ac9246a8 granary-demo.appspot.com 2017-11-25 15:42:53 -08:00
Ryan Barrett 2c2654d1f8 docs: details on advertising websub hub in atom 2017-10-27 07:27:57 -07:00
Ryan Barrett 29fb93ca92 change username from 'me' to web site domain
for #3, tootsuite/mastodon#5523
2017-10-26 17:07:57 -07:00
Ryan Barrett 22ca3e64a6 add /responses page with links to raw logs
log handler itself is next.
2017-10-25 18:33:11 -07:00
Ryan Barrett 93e5a79ba9 minor doc tweaks 2017-10-22 21:29:08 -07:00
Ryan Barrett 2cbef9f755 docs: example post links, mastodon and hubzilla details 2017-10-22 20:39:41 -07:00
Ryan Barrett fff036b5e6 docs: remove extra slash from nginx redirect
fixes #15
2017-10-17 10:47:39 -07:00
Ryan Barrett 3fa976a197 docs: add fedsocnet supported versions 2017-10-17 10:45:30 -07:00
Ryan Barrett 8b99b5b9b5 docs: move "which sites are supported?" up 2017-10-17 07:21:23 -07:00
Ryan Barrett 86928f1be9 add docs on how to follow and be followed in fedsocnets
fixes #14
2017-10-17 07:14:45 -07:00
Ryan Barrett c35df19a2b home page: add fedsocnet logos
just mastodon and hubzilla for now
2017-10-16 18:05:15 -07:00
Ryan Barrett c5c05f3acb mastodon and hubzilla logotype images
from:
https://joinmastodon.org/press-kit.zip
https://hackernoon.com/m-for-mastodon-4269c0bf6c8b
https://github.com/tootsuite/mastodon/issues/962
https://github.com/redmatrix/hubzilla/tree/master/images
2017-10-16 17:33:13 -07:00
Ryan Barrett 1456b9c85d home page: drop Get Started button, show docs immediately 2017-10-16 15:09:35 -07:00
Ryan Barrett 38b7eb3807 docs: fix typo 2017-10-15 17:43:41 -07:00
Ryan Barrett 9ba00d3b30 drop alpha warning banner on home page. open for business! 2017-10-15 17:34:12 -07:00
Ryan Barrett 269602d36b misc doc tweaks 2017-10-12 23:14:10 -07:00
Ryan Barrett 6ef3cec71d minor doc tweaks 2017-10-11 07:26:52 -07:00
Ryan Barrett c34103b41a automatically show docs if there's a fragment (ie fragmention) 2017-10-08 15:39:40 -05:00
Ryan Barrett c2f7d65657 docs: drop todos for hosted blog silos 2017-10-07 18:19:31 -05:00
Ryan Barrett aa48286e73 first pass at full docs
also add fragmention.js
2017-10-07 18:00:21 -05:00
Ryan Barrett f6a3ca1848 new incoming webmention UI: expect them to add fed.brid.gy link
...instead of wrapping URL in fed.brid.gy/wm/... to inject webmention Link endpoint.
2017-10-01 21:43:01 -07:00
Ryan Barrett d5587b3e81 start on user docs 2017-09-14 07:51:50 -07:00
Ryan Barrett ac444b0c2c add ostatus and activitypub logos to right of header
i gave up on trying to make a combined logo that looks good :P
2017-09-03 22:50:14 -07:00
Ryan Barrett a92932a878 rename github repo bridgy-federated => bridgy-fed 2017-08-19 07:32:26 -07:00
Ryan Barrett 51d0cfb872 start on home page html, style, and assets 2017-08-18 16:37:14 -07:00
Ryan Barrett 01e5df53c1 minor config changes for let's encrypt certbot, stub index.html 2017-08-16 18:55:14 -07:00