Skip to content

Commit

Permalink
Merge pull request #90 from BeachCity/staging
Browse files Browse the repository at this point in the history
Beach City 1.8.0
  • Loading branch information
Joyce Mayorga authored Jun 18, 2019
2 parents f570b14 + 2b09ec8 commit c4d8f3c
Show file tree
Hide file tree
Showing 492 changed files with 8,942 additions and 6,926 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ plugins:
channel: eslint-5
rubocop:
enabled: true
channel: rubocop-0-54
scss-lint:
channel: rubocop-0-71
sass-lint:
enabled: true
exclude_patterns:
- spec/
Expand Down
10 changes: 10 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 1

update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "weekly"

- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
1 change: 1 addition & 0 deletions .env.production.sample
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DB_NAME=postgres
DB_PASS=
DB_PORT=5432
# Optional ElasticSearch configuration
# You may also set ES_PREFIX to share the same cluster between multiple Mastodon servers (falls back to REDIS_NAMESPACE if not set)
# ES_ENABLED=true
# ES_HOST=es
# ES_PORT=9200
Expand Down
2 changes: 2 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
patreon: mastodon
open_collective: mastodon
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require:
- rubocop-rails

AllCops:
TargetRubyVersion: 2.3
Exclude:
Expand Down Expand Up @@ -82,6 +85,9 @@ Rails/Exit:
- 'lib/mastodon/*'
- 'lib/cli.rb'

Rails/HelperInstanceVariable:
Enabled: false

Style/ClassAndModuleChildren:
Enabled: false

Expand Down
37 changes: 37 additions & 0 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Linter Documentation:
# https://github.com/sasstools/sass-lint/tree/v1.13.1/docs/options

files:
include: app/javascript/styles/**/*.scss
ignore:
- app/javascript/styles/mastodon/reset.scss

rules:
# Disallows
no-color-literals: 0
no-css-comments: 0
no-duplicate-properties: 0
no-ids: 0
no-important: 0
no-mergeable-selectors: 0
no-misspelled-properties: 0
no-qualifying-elements: 0
no-transition-all: 0
no-vendor-prefixes: 0

# Nesting
force-element-nesting: 0
force-attribute-nesting: 0
force-pseudo-nesting: 0

# Name Formats
class-name-format: 0
leading-zero: 0

# Style Guide
attribute-quotes: 0
hex-length: 0
indentation: 0
nesting-depth: 0
property-sort-order: 0
quotes: 0
264 changes: 0 additions & 264 deletions .scss-lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .yarnclean
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Gruntfile.js

# for specific ignore
!.svgo.yml

!sass-lint/**/*.yml
15 changes: 15 additions & 0 deletions BC_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ Changelog
=========

All changes to Beach City beyond the vanilla Mastodon code will be documented here.
## [1.8.0] - 2019-06-??

### Added
- You can now mark yourself as a bot without being treated as a source of potentially automated and unmonitored content

### Changed
- Opening sensitive image will open CWs
- Updated to Mastodon Vanilla 2.9.0rc2
- Given official single column support, our hacked version was removed

### Fixed
- CW field no longer vanishes in certain conditions when always CW option is on
- Image sensitivity can be changed when always CW option is on and text is deleted
- Fixed redraft behaior for CWs

=======
## [1.7.1] - 2019-06-05

Expand Down
Loading

0 comments on commit c4d8f3c

Please sign in to comment.