Skip to content

Commit 7682f0d

Browse files
committed
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
2 parents 1227b1f + f468bfb commit 7682f0d

569 files changed

Lines changed: 11763 additions & 5942 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.babelrc

Lines changed: 0 additions & 66 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ aliases:
1313
ALLOW_NOPAM: true
1414
CONTINUOUS_INTEGRATION: true
1515
DISABLE_SIMPLECOV: true
16+
PAM_ENABLED: true
17+
PAM_DEFAULT_SERVICE: pam_test
18+
PAM_CONTROLLED_SERVICE: pam_test_controlled
1619
working_directory: ~/projects/mastodon/
1720

1821
- &attach_workspace

.env.test

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,3 @@ NODE_ENV=test
33
# Federation
44
LOCAL_DOMAIN=cb6e6126.ngrok.io
55
LOCAL_HTTPS=true
6-
# test pam authentication
7-
PAM_ENABLED=true
8-
PAM_DEFAULT_SERVICE=pam_test
9-
PAM_CONTROLLED_SERVICE=pam_test_controlled

.env.vagrant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
VAGRANT=true
2-
LOCAL_DOMAIN=mastodon.dev
2+
LOCAL_DOMAIN=mastodon.local
Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
11
---
22
name: Bug Report
3-
about: Create a report to help us improve
3+
about: If something isn't working as expected
44

55
---
66

7-
[Issue text goes here].
7+
<!-- Make sure that you are submitting a new bug that was not previously reported or already fixed -->
88

9-
* * * *
9+
<!-- Please use a concise and distinct title for the issue -->
1010

11-
- [ ] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
12-
- [ ] 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).
11+
### Expected behaviour
12+
13+
<!-- What should have happened? -->
14+
15+
### Actual behaviour
16+
17+
<!-- What happened? -->
18+
19+
### Steps to reproduce the problem
20+
21+
<!-- What were you trying to do? -->
22+
23+
### Specifications
24+
25+
<!-- What version or commit hash of Mastodon did you find this bug in? -->
26+
27+
<!-- If a front-end issue, what browser and operating systems were you using? -->
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
---
22
name: Feature Request
3-
about: Suggest an idea for this project
3+
about: I have a suggestion
44

55
---
66

7-
[Issue text goes here].
7+
<!-- Please use a concise and distinct title for the issue -->
88

9-
* * * *
9+
<!-- Consider: Could it be implemented as a 3rd party app using the REST API instead? -->
1010

11-
- [ ] I searched or browsed the repo’s other issues to ensure this is not a duplicate.
11+
### Pitch
12+
13+
<!-- Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before -->
14+
15+
### Motivation
16+
17+
<!-- Why do you think this feature is needed? Who would benefit from it? -->

.github/ISSUE_TEMPLATE/support.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Support
3+
about: Ask for help with your deployment
4+
5+
---
6+
7+
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:
8+
9+
- https://discourse.joinmastodon.org
10+
- #mastodon on irc.freenode.net

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ Rails/SkipsModelValidations:
7777
Rails/HttpStatus:
7878
Enabled: false
7979

80+
Rails/Exit:
81+
Exclude:
82+
- 'lib/mastodon/*'
83+
- 'lib/cli'
84+
8085
Style/ClassAndModuleChildren:
8186
Enabled: false
8287

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.1
1+
2.5.3

0 commit comments

Comments
 (0)