David Yip
e931cf656d
Merge remote-tracking branch 'glitchsoc/master' into 454-allow-keyword-mutes-to-skip-mentions
Conflicts:
app/models/glitch/keyword_mute.rb
6 years ago
David Yip
34f1fd2a62
Merge pull request #538 from ThibG/glitch-soc/fixes/obsolote-constants
Delete references to removed constants (fixes #537 )
6 years ago
Thibaut Girka
7d3c0e4cb4
Delete references to removed constants ( fixes #537 )
6 years ago
David Yip
f9eb4ea80a
Merge pull request #506 from ThibG/glitch-soc/fixes/static-500
Hardcode default skin/theme in error layout (fixes #373 )
6 years ago
David Yip
a9515f3186
Merge pull request #535 from glitch-soc/merge-upstream
Merge upstream
6 years ago
David Yip
8142bd2553
Merge remote-tracking branch 'tootsuite/master' into merge-upstream
Conflicts:
app/models/status.rb
The conflict in the Status model was due to
5bf5003384
.
It was resolved by accepting tootsuite's changes.
6 years ago
David Yip
f8d50a4070
Merge pull request #509 from ThibG/glitch-soc/fixes/router-history-navigation
Use history.state to decide whether we should goBack() or go to / (fixes #247 )
6 years ago
Marcin Mikołajczak
2304d52599
🌍 🇵🇱 ( #7753 )
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
6 years ago
Eugen Rochko
158cd7ee74
Bump version to 2.4.1rc3
6 years ago
Eugen Rochko
59b42188a7
Filter out blocked/muted people from profile timelines ( #7747 )
Fix #7741
6 years ago
Yamagishi Kazutoshi
683707839f
Fix fetch of remote image with multiple Content-Type headers ( #7749 )
6 years ago
Eugen Rochko
c75493755f
Preserve newlines in delete & redraft and desktop notifications ( #7750 )
Fix #7748
6 years ago
Yamagishi Kazutoshi
b7b331ad0d
Add missing dot for remote image ( #7751 )
6 years ago
David Yip
68373e799b
Merge pull request #534 from glitch-soc/restructure-kw-as-word-lists
Escape metacharacters in non-whole-word keyword mutes (#463 , #533 )
6 years ago
Shuhei Kitagawa
12fa2500c4
Add missing tests for sessions controller ( #7744 )
6 years ago
Renato "Lond" Cerqueira
d8b4f39007
Weblate translations 20180605 ( #7743 )
* Translated using Weblate (Basque)
Currently translated at 100.0% (66 of 66 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (76 of 76 strings)
Translation: Mastodon/Doorkeeper
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/doorkeeper/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (66 of 66 strings)
Translation: Mastodon/Preferences
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/simple_form/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (303 of 303 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Translated using Weblate (Basque)
Currently translated at 100.0% (621 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/eu/
* Translated using Weblate (Slovak)
Currently translated at 95.4% (593 of 621 strings)
Translation: Mastodon/Backend
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/backend/sk/
* Translated using Weblate (Basque)
Currently translated at 100.0% (303 of 303 strings)
Translation: Mastodon/React
Translate-URL: https://weblate.joinmastodon.org/projects/mastodon/frontend/eu/
* Normalize translations
ran yarn build:development && i18n-tasks normalize && yarn
manage:translations && i18n-tasks remove-unused
6 years ago
Renato "Lond" Cerqueira
aa177bdca7
Add missing locale strings ( #7742 )
ran yarn build:development && i18n-tasks normalize && yarn
manage:translations && i18n-tasks remove-unused
6 years ago
Eugen Rochko
fab65fb7e5
Bump version to 2.4.1rc2
6 years ago
David Yip
a640c322c1
Escape metacharacters in non-whole-word keyword mutes. Fixes #533 .
Also addresses #463 .
6 years ago
Eugen Rochko
bd0791d800
Add redraft function ( #7735 )
* Add redraft function
Fix #7010
* Add explicit confirmation
* Add explicit confirmation message
6 years ago
David Yip
f009fef40b
Merge pull request #530 from glitch-soc/restructure-kw-as-word-lists
keyword mute: Store keywords in a list, not a regex
6 years ago
nightpool
5fb013878f
Fix context performance by partially reverting #7083 ( #7734 )
* Fix context performance by partially reverting #7083
* Fix code style issue
* fix off-by-1 error in thread limits
* code style fix
6 years ago
Yamagishi Kazutoshi
dc73241bd9
Detect extname from Content-Type ( #7733 )
6 years ago
Chikahiro Tokoro
1637d24af4
fix RuboCop error ( #7442 )
* fix RuboCop error
RuboCop doesn't work by following error.
```
$ rubocop
Error: The `Style/TrailingCommaInLiteral` cop no longer exists. Please use `Style/TrailingCommaInArrayLiteral` and/or `Style/TrailingCommaInHashLiteral` instead.
(obsolete configuration found in .rubocop.yml, please update it)
```
it comes from RuboCop 0.53.0 [\[Fix #3394\] Separate Array & Hash Literal Comma configuration by garettarrowood · Pull Request #5307 · bbatsov/rubocop](https://github.com/bbatsov/rubocop/pull/5307 )
* ci(CodeClimate): specify RuboCop version 0.54
* https://docs.codeclimate.com/docs/rubocop#section-using-rubocop-s-newer-versions
* [RuboCop 0.55.0 is not available yet](https://github.com/codeclimate/codeclimate-rubocop/issues/121 ) on CodeClimate rubocop channel
6 years ago
Yamagishi Kazutoshi
e3fb528d12
Skip processing when HEAD method returns 501 ( #7730 )
6 years ago
Yamagishi Kazutoshi
e0354aba7c
Add vendor prefix for background-clip ( #7727 )
6 years ago
Lynx Kotoura
bb0edbd988
Change border color of activity-stream ( #7724 )
6 years ago
Yamagishi Kazutoshi
64d7a63f18
Submit report using meta key ( #7729 )
6 years ago
Yamagishi Kazutoshi
c0fc4e9935
Remove unnecessary underline on accounts table ( #7728 )
6 years ago
David Yip
97d2df77aa
Add apply-to-mentions option to keyword mute UI. #454 .
6 years ago
David Yip
cf28049f0a
Add a FeedManager example demonstrating non-mention keywords. #454 .
6 years ago
David Yip
a40e322f4b
Fix spacing in some FeedManager examples.
6 years ago
David Yip
26573ad7e6
Thread scopes through #matches?. #454 .
Also add an apply_to_mentions attribute on Glitch::KeywordMute, which is
used to calculate scope. Next up: additions to the test suite to
demonstrate how scoping works.
6 years ago
Eugen Rochko
1bbe81030c
Display numbers in account header using shortNumberFormat for consistency ( #7723 )
6 years ago
Akihiko Odaki
5bf5003384
Do not mark remote status sensitive even if spoiler text is present ( #7395 )
Old statuses and statuses from Pawoo, which runs a modified version of
Mastodon, may not have been marked sensitive even if spoiler text is
present.
Such statuses are still not marked sensitve if they are local or
arrived before version upgrade. Marking recently fetched remote status
sensitive contradicts the behavior.
Considering what people expected when they authored such statuses, this
change removes the sensitivity enforcement.
6 years ago
Lynx Kotoura
73923ea6c4
Fix activity-stream-tabs colors and set text variables for text colors ( #7722 )
6 years ago
Eugen Rochko
c7405fda11
Fix missing column in select in mastodon:feeds:build task ( #7720 )
6 years ago
Eugen Rochko
e18390cfe6
Fix bug in order of conversations in web UI ( #7721 )
6 years ago
Shuhei Kitagawa
22caa32ba2
Add tests for embeds controller ( #7719 )
* Small refactoring of status_finder_spec
* Add tests for embeds_controller
6 years ago
Eugen Rochko
6b2f4f8c09
"Show" instead of "return to" after (remote)-following ( #7718 )
Resolve #6326
6 years ago
David Yip
c55263027a
Merge remote-tracking branch 'origin/master' into gs-master
6 years ago
Eugen Rochko
0deb9fa6b9
Remove trending hashtags ( #7711 )
* Delete trends_controller.rb
* Update routes.rb
* Update trending_tags.rb
* Update index.js
* Update index.js
* Update search_results.js
* Update async-components.js
* Update index.js
* Delete trends.js
* Delete trends.js
* Delete trends_container.js
* Delete trends.js
* Update search_results.js
* Update search_results_container.js
6 years ago
David Yip
37d495eeeb
keyword mute: Store keywords as a list
This has a couple of advantages over the regex approach:
- Keywords are individually addressable, which makes it easier to gather
statistics (#363 )
- Keywords can be individually applied to different feeds, e.g. skipping
mentions (#454 )
It *does* end up creating many more Regexp objects. I'm not yet sure if
the difference is significant.
6 years ago
David Yip
0f979c3460
Merge pull request #529 from glitch-soc/tweak-491
Note that favourite confirmation applies to Glitch flavour only (#491 )
6 years ago
David Yip
d757c8a644
prefs: Note that favourite confirmation applies to Glitch flavour only ( #491 )
6 years ago
David Yip
5dd2a78034
Merge pull request #528 from glitch-soc/merge-upstream
Merge with tootsuite/master
6 years ago
David Yip
8343f56b2c
Whoops, forgot to clean up a conflict.
6 years ago
David Yip
cfdbb36bdf
Merge pull request #519 from ThibG/glitch-soc/fixes/status-node-null
Prevent a rare crash when a status' root node is undefined
6 years ago
David Yip
3550470c18
Merge remote-tracking branch 'origin/master' into gs-master
Conflicts:
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
The above conflicts appear to be a text conflict introduced by
glitch-soc's additional level of columns (i.e. moving a bunch of columns
under the Misc option). They were resolved via accept-ours.
6 years ago
David Yip
a641d1b5b8
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
6 years ago