Commit Graph

130 Commits

Author SHA1 Message Date
nachtjasmin 510330fe6e
Run formatting for markdown and SCSS 2023-11-18 17:26:00 +01:00
nachtjasmin 85960f4aa5
Remove merge marker from README 2023-11-18 17:03:37 +01:00
nachtjasmin 129d901649
Merge tag 'v4.2.0' into lets-bump-hometown-to-mastodon-4.2 2023-11-18 16:59:50 +01:00
aaaaalbert bb6c59a399
Fix #27010: update the copyright year in README (#27016) 2023-09-21 13:57:24 +02:00
Christian Schmidt 075cc8e8a6
Improve Codespaces port forwarding (#26400) 2023-08-29 10:20:36 +02:00
Jay Prakash Kalia 8d5d707cc1
Update README.md (#25435) 2023-07-28 23:09:19 +02:00
forsamori 55cf18b689
Add MacOS M1/2 setup steps to README (#25682)
Co-authored-by: Sam BC <samuel.balbirnie-cumming@xdesign.com>
2023-07-18 09:02:45 +02:00
Nick Schonning c6c03b49b2
Add Roadmap to README (#24288) 2023-03-31 19:20:11 +02:00
Nick Schonning 2115413fa1
Remove remaining CodeClimate references (#24289) 2023-03-28 02:07:06 +02:00
Renaud Chaput f9bdaebad2
Use Github Container Registry as the official container image source (#24113) 2023-03-15 16:41:13 +01:00
Nick Schonning e594bb7d50
Convert CircleCI to GitHub Actions (#23608) 2023-03-07 04:49:43 +01:00
Samruddhi Khandale ade3c5d40c
Updates dev container and adds doc for getting started with GitHub Codespaces (#23872) 2023-03-05 00:35:00 +01:00
mon1kasenpai 6a71bb23c2
Update README.md (#23409)
Fixed grammatical error in first paragraph
2023-02-07 01:23:21 +01:00
Claire bf5fc20858
Downgrade Node.js requirement to 14+ (#22342) 2023-01-05 13:47:36 +01:00
Sean 583df59df8
Add reference to mastodon/chart (#22589)
Reference mastodon/chart in the deployment section
2023-01-05 13:39:29 +01:00
Effy Elden 1e49be3328
Align everything to Node.js 16 (#22223)
* Update nvmrc to Node.js 16

* Update package.json minimum Node engine to 16

* Update README requirements to Node.js 16

* Update devcontainer Node.js version to 16

* Update devcontainer Dockerfile Node.js choices to LTS versions that are still in support/maintenance

* Pin CircleCI Node image to 16

* Fix YAML type issue

* Update CircleCI Node.js to 16.18 to match #22019
2022-12-15 17:43:26 +01:00
Claire 098ced7420
Remove support for Ruby 2.6 (#21477)
As pointed out by https://github.com/mastodon/mastodon/pull/21297#discussion_r1028372193
at least one of our dependencies already dropped support for Ruby 2.6, and we
had removed Ruby 2.6 tests from the CI over a year ago (#16861).

So stop advertising Ruby 2.6 support, bump targeted version, and drop some
compatibility code.
2022-11-27 20:41:39 +01:00
Darius Kazemi 69ff67746b
Trying to be clearer what "light weight" means 2022-11-08 13:39:40 -08:00
Yamagishi Kazutoshi 4e26fb0ea9
Drop support for Ruby v2.5 and Node.js v12 (#18323)
* Drop support for Ruby v2.5 and Node.js v12

* Update package.json
2022-06-16 22:09:58 +02:00
Thomas Citharel f09a66b9a7
Typo in path to mastodon logo in README.md (#18632)
Less ass, more assets.
2022-06-10 17:37:25 +02:00
Eugen Rochko 45aa5781ce
Change brand color and logotypes (#18592)
- Add rake task for generating Apple/Android icons and favicons from SVG
- Add rake task for generating PNG icons and logos for e-mails from SVG
- Remove obsolete Microsoft icons and configuration
- Remove PWA shortcut icons
2022-06-09 22:25:23 +02:00
Darius Kazemi 6fa1932ddc Merge fix 2022-04-01 15:28:27 -07:00
Darius Kazemi c7e5c4a8a6 Merge tag 'v3.5.0' into hometown-dev-3.5.0 2022-04-01 14:53:35 -07:00
Eugen Rochko 4bdce2c513
Bump version to 3.5.0rc1 (#17618)
* Bump version to 3.5.0rc1

* Various fixes and improvements

* Update AUTHORS.md

* Various fixes and improvements

* Update README.md
2022-03-15 08:16:45 +01:00
Claire 462bc65112
Add line about using vagrant-hostsupdater in the Vagrant short guide (#17243)
This is documented in the Vagrantfile, but not in the README. As far as I know,
following the short guide without installing this plugin will not make the
container accessible at mastodon.local, thus breaking the last step of the
guide.
2022-01-16 16:55:41 +01:00
Zach Neill d78ddb1cea
Modify Readme syntax (#17112)
* Modify syntax

* Change ** bold to ### header

* Revert license edit
2021-12-25 22:55:31 +01:00
Даниил Пронин 32db7e4df6
add Vagrant short guide to readme (#13009) 2021-10-14 21:06:19 +02:00
Eugen Rochko 31593d1426
Update CodeClimate badge in README (#16501) 2021-07-13 16:02:15 +02:00
Claire 5a1e072517
Change references to tootsuite/mastodon to mastodon/mastodon (#16491)
* Change references to tootsuite/mastodon to mastodon/mastodon

* Remove obsolete test fixture

* Replace occurrences of tootsuite/mastodon with mastodon/mastodon in CHANGELOG

And a few other places
2021-07-13 15:46:20 +02:00
Valentin Lorentz 16b524feb6
Change IRC channel to LiberaChat in README (#16279)
Freenode was taken over by a different entity, and former Freenode
staff created LiberaChat.

Short summary of the situation: https://blog.bofh.it/debian/id_461

With more details:

* https://gist.github.com/joepie91/df80d8d36cd9d1bde46ba018af497409
* https://gist.github.com/aaronmdjones/1a9a93ded5b7d162c3f58bdd66b8f491
2021-05-24 05:16:45 +02:00
Darius Kazemi f57cda3855 Merge tag 'v3.4.0' into hometown-dev 2021-05-17 13:48:27 -07:00
Eugen Rochko e92f312aab
Change Node.js requirement in README (#16246) 2021-05-16 23:09:12 +02:00
Sean bf74a7e06d
Update copyright year (#16003) 2021-04-06 11:38:21 +02:00
Darius Kazemi 2c004244fc
Update README.md 2020-07-07 12:47:23 -07:00
mathilde 23a220e03b
Merge pull request #65 from hometown-fork/why-fork
explain why the fork is needed
2020-07-05 22:16:43 +02:00
mathilde 6675ff8cc8
add server list wiki link 2020-07-01 11:25:27 +02:00
mathilde f66a04b6d3
explain why the fork is needed
upstream don't want those features, fix #46
2020-07-01 08:38:31 +02:00
Darius Kazemi a17e60c785
Update README.md 2020-05-21 16:23:11 -07:00
Jay W. Carman 80cdd62c25 Fix broken link in README 2020-05-16 17:47:51 -07:00
Yamagishi Kazutoshi 44a19fd96d
Fix translation platform to Crowdin (#13443) 2020-04-10 08:24:23 +02:00
Shlee b5dace62b0
Decommission support for Ruby 2.4 (#13287)
* Update Gemfile

* Update README.md
2020-03-21 03:10:24 +01:00
Darius Kazemi 7977ce6d5e Merge branch 'instance_only_statuses' of https://github.com/masto-donte-com-br/mastodon into hometown-dev 2020-03-02 09:52:41 -08:00
Stéphane Guillou dcf7d86378 2019 -> 2020 (#12867)
happy new year 🎉
2020-01-14 11:20:13 +01:00
Shlee c10ff359a2 Require nodejs 10.13 as minimum release. (#12791)
* Update package.json

* Update README.md
2020-01-11 11:53:36 +01:00
trwnh db530966f7 Update link to install docs (#12666) 2019-12-22 22:22:09 +01:00
sclaire-1 1e96f7d067 Edit introduction of README.md (#12372)
The introductory paragraph has been edited to be more cohesive.
2019-11-13 13:54:47 +01:00
BenisonSebastian d3145ced1f Update README.md (#12164) 2019-10-24 22:48:21 +02:00
Mareena Kunjachan efda126914 Fix spelling error in README (#12086)
fix a spelling error
2019-10-06 21:36:26 +02:00
Darius Kazemi 32b4537e32
Update README.md 2019-08-31 17:10:41 -07:00
Darius Kazemi 8d20caee44 Add contribution info to readme 2019-08-21 08:28:20 -07:00