Merged Renovate PRs
It would be great if the site used the purple Mastodon branding! Added the correct logos to the repo here.
Reverts mastodon/documentation#1311 as this has not been merged in the code yet.
Per https://github.com/mastodon/mastodon/issues/27310, the with_dismissed parameter on the announcements API is not actually implemented and is ignored.
Documents new addition in 4.1.0 https://github.com/mastodon/mastodon/pull/20785
Per comments on PR #1360, this modernizes and harmonizes (makes consistent) the use of the term "email" in the documentation.
It remains as "e-mail" unmodified in places where this spelling occurs in e.g. UI and API messages. Requires work on mastodon/config/locales/en.yml and elsewhere in t...
This reverts commit a54d19e88e00837cea5a8e82303b80e9a48cce9b. Not certain what happened but this trashed the page footer, needs to be revisited.
Signed-off-by: Andy Piper <[email protected]>
This is a sticking-plaster update to fix the disparity between the colour schemes for the main joinmastodon site and the docs subdomain.
Refresh for end of 2023.
The Dashboard page has a persistent message that links to an update from 2018, dropping this as it is now 5 years on :-)
Reviewed and merged PRs
Bug triage and PRs
Resolved and merged multiple PRs from the backlog
Update project README for current links and corrections https://github.com/mastodon/joinmastodon/commit/d67f7cfd143f618d9bce56fb8eb3020fe3e874ba
Rewrote README to correct URLs etc. https://github.com/mastodon/joinmastodon/commit/d67f7cfd143f618d9bce56fb8eb3020fe3e874ba
Added new translatable strings https://github.com/mastodon/joinmastodon/pull/480
Multiple PRs reviewed and merged
Merged additional client apps https://github.com/mastodon/joinmastodon/pull/442
Added 3D printing for lemmy.world to tagginator (PR on Nov 29, Merged Dec 1)
sent a PR to improve UX
Small addition to explain where to put the tweet media folder in the archiver output.
Now with added 😿
Now with added 😿
Beta testing for Forem Passport and bug / feedback reports
Minor updates to tidy up the README
Created tag page on DEV, created org profile on GitHub.
Created an issue proposing a fix for Twitter card display
I noticed that when you added the USB power option, there was a missing link to the Wiki.
This pull request adds that link and expands the information text.
For consistency, it also capitalises Homebridge, and replaces "Lightbulb" with "Light", in a couple of other informational messages.
Adding profile landing page
Primarily, updating links...
Hi there
I dusted off my 3D Xmas Tree kit and updated all of the code here for Python 3 etc. Working nicely. Hope this helps!
Happy Xmas!
Small cleanup on formatting. Updated MQTT broker to mqtt.eclipseprojects.io.
I'll be testing this some more with the latest esp8266 board and Arduino IDE 2.0 shortly.
mqtt.eclipseprojects.ioSmall change to correctly link to the Software page from the FAQ
Running some of the examples on Bullseye and Python 3.9+ causes an error:
'StoppableThread' object has no attribute 'isAlive'
It turns out that the threading.Thread module removed isAlive in Python 3.9, replaced with is_alive(), and that fixing this is a backwards-compatible change [a...
Opened an issue relating to missing and inaccurate data, with some proposed fixes
Include RTs as sometimes the menu is RT'd by JustEatMyTweet Only pull a single Tweet instead of several since the Regex match is dumb.
This tiny change fixes an issue with the Twitter node on devices like the Raspberry Pi.
Previously, the authentication step went to twitter.com, which redirected to mobile.twitter.com on older Webkit versions, where the oauth pin step is not supported, leaving the developer unable to add Twitt...
Update RabbitMQ to latest 3.2.2 release
Update for new RabbitMQ release Install bash_completion script to regular homebrew location for completions.
Removed cloudfoundry.json (no longer needed) Updated manifest.yml format Updated README.md to be more comprehensive on how to install, and also on zsh potential issues. Fixed vmcignore so that app.js is included in deployment