Wykres commitów

1910 Commity (redesign-v3-text-instructions)

Autor SHA1 Wiadomość Data
Ryan Barrett 1ee1fb0e8f
front page redesign: minor tweaks 2023-12-29 21:11:42 -08:00
Ryan Barrett 4d84bcd80b
front page redesign: instructions layout tweak 2023-12-29 21:00:09 -08:00
Ryan Barrett 18a0c927cb
front page redesign: highlight "web" and "fediverse," add icons 2023-12-29 21:00:09 -08:00
Ryan Barrett 6c2ef30dcd
front page redesign: drop buttons, switch to text-only instructions 2023-12-29 21:00:09 -08:00
Ryan Barrett e84f1b0e8c
front page redesign: progressive enhancement for no-JS 2023-12-29 21:00:09 -08:00
Ryan Barrett 4e777db3d9
front page redesign: incorporate first round of feedback from #indieweb
* cross browser testing
* tone down glow shadows
* drop "coming soon" buttons, move to their own section below
2023-12-29 21:00:09 -08:00
Ryan Barrett 9b66aa58f9
front page redesign: header style tweaks 2023-12-29 21:00:09 -08:00
Ryan Barrett b4e5ebdbec
front page redesign: misc responsive style tweaks 2023-12-29 21:00:09 -08:00
Ryan Barrett 5f3c229804
front page redesign: unused code to auto-resize anim when window resizes 2023-12-29 21:00:09 -08:00
Ryan Barrett 1438c4c3ac
front page redesign: first pass at phone layout 2023-12-29 21:00:09 -08:00
Ryan Barrett 1460ff4a61
front page redesign: misc 2023-12-29 21:00:09 -08:00
Ryan Barrett e9a8d81d43
testutil noop: remove unused import 2023-12-29 21:00:08 -08:00
Ryan Barrett 58dcd72154
change Web icon from spider web to globe lat/lon lines 2023-12-29 21:00:08 -08:00
Ryan Barrett 2fc0a1b8b1
front page redesign: fix styles on other pages 2023-12-29 21:00:08 -08:00
Ryan Barrett ed0612903d
front page redesign: polish button interactions 2023-12-29 21:00:08 -08:00
Ryan Barrett 77392ba0e7
front page redesign: style buttons 2023-12-29 21:00:08 -08:00
Ryan Barrett 6f11dda873
front page redesign: misc
* adjust topology anim params
* redesign sections
* css vars
* lots of css bug fixes
2023-12-29 21:00:08 -08:00
Ryan Barrett b30ea3f97f
front page redesign: misc
* section backgrounds
* section break vertical fades
* and more
2023-12-29 21:00:08 -08:00
Ryan Barrett e8b79a0c0a
front page redesign: misc
* follow instructions and code
* vertical center buttons
* more content
2023-12-29 21:00:08 -08:00
Ryan Barrett abc1601e46
front page redesign: first pass at protocol buttons
includes minified JS for:
* Bootstrap 3.3.7, https://getbootstrap.com/docs/3.3/getting-started/#download
* JQuery 3.7.1 "slim" prod, https://code.jquery.com/jquery-3.7.1.slim.min.js

(yes I know I need to upgrade 🤷)

for #661
2023-12-29 21:00:08 -08:00
Ryan Barrett 2f59f32cdf
start front page UI redesign for multi-protocol
for #661
2023-12-29 21:00:08 -08:00
Ryan Barrett fff9746d15
front page redesign: add topology JS animation
This is "Topology 1" https://generated.space/sketch/perlin-topology/ by Kjetil Golid (@kgolid), reused under the MIT License. All of his animations there are beautiful. Thank you Kjetil!

Vendored JS code:
* q5.min.js is from https://github.com/quinton-ashley/q5.js/blob/1.8.7/q5.min.js
* topology.js is from 9fb448de86/topology/sketch.js

The animation runs under p5.js https://github.com/processing/p5.js, but the p5.min.js runtime is >1MB. I found https://github.com/LingDong-/q5xjs, which is supposedly a drop-in replacement that's just 33KB, but it didn't work. @quinton-ashley's fork https://github.com/quinton-ashley/q5.js does though, thank you Quinton!

for #661
2023-12-29 21:00:07 -08:00
dependabot[bot] 03a19592d9 build(deps): bump pycryptodome from 3.19.0 to 3.19.1
Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-28 04:26:49 -08:00
Ryan Barrett 79ffc88925
hide undo activities from feeds
for #768
2023-12-26 20:42:22 -08:00
dependabot[bot] 2c31761314 build(deps): bump feedgen from 0.9.0 to 1.0.0
Bumps [feedgen](https://github.com/lkiesow/python-feedgen) from 0.9.0 to 1.0.0.
- [Release notes](https://github.com/lkiesow/python-feedgen/releases)
- [Commits](https://github.com/lkiesow/python-feedgen/compare/v0.9.0...v1.0.0)

---
updated-dependencies:
- dependency-name: feedgen
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-26 07:18:55 -08:00
Ryan Barrett 94b821bef5
test_ids: fix shadowed test method
woo, thanks for the catch flake8!
2023-12-24 10:26:12 -08:00
Ryan Barrett 199fb65dd6
ids.translate_object_id: handle Web.ap_subdomain
for https://github.com/snarfed/bridgy-fed/discussions/768
2023-12-24 10:20:04 -08:00
Ryan Barrett 2fafd83344
ids.translate_user_id: handle Web.ap_subdomain
for https://github.com/snarfed/bridgy-fed/discussions/768
2023-12-24 10:04:01 -08:00
Ryan Barrett 73dc42fa59
UI: notifications page: use "undid" phrase for undos
thanks for reporting @jamietanna!
2023-12-23 07:54:17 -08:00
Ryan Barrett 12333f61a4
deps: upgrade multiformats, multiformats-config, dag-cbor 2023-12-20 09:39:45 -08:00
dependabot[bot] 49daa35e79 build(deps): bump bases from 0.2.1 to 0.3.0
Bumps [bases](https://github.com/hashberg-io/bases) from 0.2.1 to 0.3.0.
- [Release notes](https://github.com/hashberg-io/bases/releases)
- [Commits](https://github.com/hashberg-io/bases/compare/v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: bases
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 08:57:53 -08:00
Ryan Barrett f922d7d384
deps: finally update typing-validation and typing-extensions pins! 2023-12-20 08:51:56 -08:00
dependabot[bot] 645dd03cf3 build(deps): bump lxml from 4.9.3 to 4.9.4
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.3...lxml-4.9.4)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-20 05:00:43 -08:00
dependabot[bot] 0600da1599 build(deps): bump typing-validation from 1.0.0.post2 to 1.1.0
Bumps [typing-validation](https://github.com/hashberg-io/typing-validation) from 1.0.0.post2 to 1.1.0.
- [Release notes](https://github.com/hashberg-io/typing-validation/releases)
- [Commits](https://github.com/hashberg-io/typing-validation/commits/v1.1.0)

---
updated-dependencies:
- dependency-name: typing-validation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 04:17:31 -08:00
dependabot[bot] 6c9b0d6992 build(deps): bump google-cloud-logging from 3.8.0 to 3.9.0
Bumps [google-cloud-logging](https://github.com/googleapis/python-logging) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/googleapis/python-logging/releases)
- [Changelog](https://github.com/googleapis/python-logging/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-logging/compare/v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: google-cloud-logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-15 04:39:06 -08:00
dependabot[bot] 44056bee8a build(deps): bump ujson from 5.8.0 to 5.9.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.8.0 to 5.9.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.8.0...5.9.0)

---
updated-dependencies:
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:04:18 -08:00
dependabot[bot] 19bc790017 build(deps): bump google-cloud-tasks from 2.14.2 to 2.15.0
Bumps [google-cloud-tasks](https://github.com/googleapis/google-cloud-python) from 2.14.2 to 2.15.0.
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-tasks-v2.14.2...google-cloud-tasks-v2.15.0)

---
updated-dependencies:
- dependency-name: google-cloud-tasks
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:04:09 -08:00
dependabot[bot] a50fea2bc4 build(deps): bump feedparser from 6.0.10 to 6.0.11
Bumps [feedparser](https://github.com/kurtmckee/feedparser) from 6.0.10 to 6.0.11.
- [Changelog](https://github.com/kurtmckee/feedparser/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/kurtmckee/feedparser/compare/6.0.10...6.0.11)

---
updated-dependencies:
- dependency-name: feedparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:04:04 -08:00
dependabot[bot] 7cab1e6b10 build(deps): bump grpcio-status from 1.59.3 to 1.60.0
Bumps [grpcio-status](https://grpc.io) from 1.59.3 to 1.60.0.

---
updated-dependencies:
- dependency-name: grpcio-status
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:03:41 -08:00
dependabot[bot] 1a141d197e build(deps): bump google-cloud-error-reporting from 1.9.2 to 1.10.0
Bumps [google-cloud-error-reporting](https://github.com/googleapis/python-error-reporting) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/googleapis/python-error-reporting/releases)
- [Changelog](https://github.com/googleapis/python-error-reporting/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-error-reporting/compare/v1.9.2...v1.10.0)

---
updated-dependencies:
- dependency-name: google-cloud-error-reporting
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 16:03:28 -08:00
Ryan Barrett b999cfe59a
ActivityPub.convert bug fix: don't call postprocess_as2_actor without user
fixes https://console.cloud.google.com/errors/detail/CKmOubHj-8H84AE;time=P30D?project=bridgy-federated
2023-12-14 15:48:02 -08:00
Ryan Barrett 07177e7d93
fix tests for lexrpc v0.5 2023-12-14 15:46:54 -08:00
Ryan Barrett 79af59b951
upgrade mf2py to 2.0.1, add test for resolving relative URLs in content
fixes #390, re https://github.com/microformats/mf2py/issues/181 . thank you again @angelogladding!
2023-12-08 10:02:07 -08:00
dependabot[bot] 585856732a build(deps): bump grpcio from 1.59.3 to 1.60.0
Bumps [grpcio](https://github.com/grpc/grpc) from 1.59.3 to 1.60.0.
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](https://github.com/grpc/grpc/compare/v1.59.3...v1.60.0)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:37:49 -08:00
dependabot[bot] c39af10f70 build(deps): bump proto-plus from 1.22.3 to 1.23.0
Bumps [proto-plus](https://github.com/googleapis/proto-plus-python) from 1.22.3 to 1.23.0.
- [Release notes](https://github.com/googleapis/proto-plus-python/releases)
- [Changelog](https://github.com/googleapis/proto-plus-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/proto-plus-python/compare/v1.22.3...v1.23.0)

---
updated-dependencies:
- dependency-name: proto-plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:32:19 -08:00
dependabot[bot] b66c4fe828 build(deps): bump google-cloud-appengine-logging from 1.3.2 to 1.4.0
Bumps [google-cloud-appengine-logging](https://github.com/googleapis/google-cloud-python) from 1.3.2 to 1.4.0.
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-cloud-python/compare/google-cloud-appengine-logging-v1.3.2...google-cloud-appengine-logging-v1.4.0)

---
updated-dependencies:
- dependency-name: google-cloud-appengine-logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:32:05 -08:00
dependabot[bot] c9a94443e3 build(deps): bump googleapis-common-protos from 1.61.0 to 1.62.0
Bumps [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos) from 1.61.0 to 1.62.0.
- [Release notes](https://github.com/googleapis/python-api-common-protos/releases)
- [Changelog](https://github.com/googleapis/python-api-common-protos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-api-common-protos/compare/v1.61.0...v1.62.0)

---
updated-dependencies:
- dependency-name: googleapis-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:30:55 -08:00
dependabot[bot] 17384eab25 build(deps): bump google-cloud-dns from 0.34.2 to 0.35.0
Bumps [google-cloud-dns](https://github.com/googleapis/python-dns) from 0.34.2 to 0.35.0.
- [Release notes](https://github.com/googleapis/python-dns/releases)
- [Changelog](https://github.com/googleapis/python-dns/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-dns/compare/v0.34.2...v0.35.0)

---
updated-dependencies:
- dependency-name: google-cloud-dns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:26:13 -08:00
dependabot[bot] 0b6160dd33 build(deps): bump grpc-google-iam-v1 from 0.12.7 to 0.13.0
Bumps [grpc-google-iam-v1](https://github.com/googleapis/python-grpc-google-iam-v1) from 0.12.7 to 0.13.0.
- [Release notes](https://github.com/googleapis/python-grpc-google-iam-v1/releases)
- [Changelog](https://github.com/googleapis/python-grpc-google-iam-v1/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/python-grpc-google-iam-v1/compare/v0.12.7...v0.13.0)

---
updated-dependencies:
- dependency-name: grpc-google-iam-v1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 04:25:53 -08:00
Ryan Barrett ca2a55a755
follow.py bug fix, don't use testutil.NOW, oops 2023-12-06 10:26:12 -08:00