forked from increments/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v2.6.0rc1' into qiitadon_2_4_0
Conflicts: Gemfile Gemfile.lock app/javascript/mastodon/features/compose/index.js app/serializers/initial_state_serializer.rb app/views/about/_registration.html.haml app/views/admin/settings/edit.html.haml app/views/auth/registrations/edit.html.haml app/views/shared/_og.html.haml config/initializers/omniauth.rb package.json Look at f6df9d0 . The diff is too difficult to read however, in file app/views/auth/registrations/edit.html.haml, `simple_form.labels.defaults.password` was suddenly replaced to `simple_form.labels.defaults.new_password`. This can be proved by this file on ef27a0b which is a parent commit of that. However, this replacement has been continued for about 3 years. And there is no significant difference. So, I decided not to recover this replacement. ref: - 1cd0497 - increments#8 - f4d549d - mastodon#8703
- Loading branch information
Showing
569 changed files
with
11,763 additions
and
5,942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
VAGRANT=true | ||
LOCAL_DOMAIN=mastodon.dev | ||
LOCAL_DOMAIN=mastodon.local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us improve | ||
about: If something isn't working as expected | ||
|
||
--- | ||
|
||
[Issue text goes here]. | ||
<!-- Make sure that you are submitting a new bug that was not previously reported or already fixed --> | ||
|
||
* * * * | ||
<!-- Please use a concise and distinct title for the issue --> | ||
|
||
- [ ] I searched or browsed the repo’s other issues to ensure this is not a duplicate. | ||
- [ ] This bug happens on a [tagged release](https://github.com/tootsuite/mastodon/releases) and not on `master` (If you're a user, don't worry about this). | ||
### Expected behaviour | ||
|
||
<!-- What should have happened? --> | ||
|
||
### Actual behaviour | ||
|
||
<!-- What happened? --> | ||
|
||
### Steps to reproduce the problem | ||
|
||
<!-- What were you trying to do? --> | ||
|
||
### Specifications | ||
|
||
<!-- What version or commit hash of Mastodon did you find this bug in? --> | ||
|
||
<!-- If a front-end issue, what browser and operating systems were you using? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest an idea for this project | ||
about: I have a suggestion | ||
|
||
--- | ||
|
||
[Issue text goes here]. | ||
<!-- Please use a concise and distinct title for the issue --> | ||
|
||
* * * * | ||
<!-- Consider: Could it be implemented as a 3rd party app using the REST API instead? --> | ||
|
||
- [ ] I searched or browsed the repo’s other issues to ensure this is not a duplicate. | ||
### Pitch | ||
|
||
<!-- Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before --> | ||
|
||
### Motivation | ||
|
||
<!-- Why do you think this feature is needed? Who would benefit from it? --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Support | ||
about: Ask for help with your deployment | ||
|
||
--- | ||
|
||
We primarily use GitHub as a bug and feature tracker. For usage questions, troubleshooting of deployments and other individual technical assistance, please use one of the resources below: | ||
|
||
- https://discourse.joinmastodon.org | ||
- #mastodon on irc.freenode.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.5.1 | ||
2.5.3 |
Oops, something went wrong.