]> cat aescling's git repositories - mastodon.git/log
mastodon.git
8 years agoMerge pull request #312 from glitch-soc/tag-sensitive-imgs
David Yip [Tue, 9 Jan 2018 05:19:14 +0000 (23:19 -0600)]
Merge pull request #312 from glitch-soc/tag-sensitive-imgs

Show SENSITIVE tag on sensitive images (#267)

8 years agoMerge pull request #311 from glitch-soc/dont-show-solo-skins
David Yip [Tue, 9 Jan 2018 05:18:30 +0000 (23:18 -0600)]
Merge pull request #311 from glitch-soc/dont-show-solo-skins

Don't show skins selector when there's only one (#256)

8 years agoMerge pull request #310 from glitch-soc/fix-thread-inheritance
David Yip [Tue, 9 Jan 2018 05:15:58 +0000 (23:15 -0600)]
Merge pull request #310 from glitch-soc/fix-thread-inheritance

Threads now inherit privacy directly (#309)

8 years agoAdd missing comma
kibigo! [Tue, 9 Jan 2018 02:38:28 +0000 (18:38 -0800)]
Add missing comma

8 years agoShow SENSITIVE tag on sensitive images (#267)
kibigo! [Tue, 9 Jan 2018 02:25:29 +0000 (18:25 -0800)]
Show SENSITIVE tag on sensitive images (#267)

8 years agoDon't show skins selector when there's only one (#256)
kibigo! [Tue, 9 Jan 2018 00:45:32 +0000 (16:45 -0800)]
Don't show skins selector when there's only one (#256)

8 years agoThreads now inherit privacy directly (#309)
kibigo! [Tue, 9 Jan 2018 00:35:01 +0000 (16:35 -0800)]
Threads now inherit privacy directly (#309)

8 years agoMerge pull request #308 from KnzkDev/fix/list-editor
beatrix [Mon, 8 Jan 2018 18:08:11 +0000 (13:08 -0500)]
Merge pull request #308 from KnzkDev/fix/list-editor

Fix list editor design

8 years agofix list editor scss
ncls7615 [Mon, 8 Jan 2018 17:50:24 +0000 (02:50 +0900)]
fix list editor scss

8 years agoMerge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
David Yip [Mon, 8 Jan 2018 15:48:42 +0000 (09:48 -0600)]
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master

8 years agoWhen pulling out max_toot_chars, handle nulls
David Yip [Mon, 8 Jan 2018 15:43:57 +0000 (09:43 -0600)]
When pulling out max_toot_chars, handle nulls

flavours/glitch/util/initial_state is used in places where we want to
exhibit different behavior based on user preferences.  This means that
it's used in places where no preference is defined, i.e. on an
unauthenticated access.  All values exported from that module must
therefore expect that case; previously, the max chars value didn't.

Addresses #306.

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Mon, 8 Jan 2018 10:17:15 +0000 (10:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoRevert #5772 (#6221)
Eugen Rochko [Mon, 8 Jan 2018 09:57:52 +0000 (10:57 +0100)]
Revert #5772 (#6221)

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Mon, 8 Jan 2018 04:17:11 +0000 (04:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoFix bad URL schemes being accepted (#6219)
Eugen Rochko [Mon, 8 Jan 2018 04:00:23 +0000 (05:00 +0100)]
Fix bad URL schemes being accepted (#6219)

* Fix actors accepting invalid URI schemes or different host between URI and URL

* Fix statuses accepting invalid URI scheme or different host to actor

* Adjust tests to new requirements

* Improve readability of mismatching_origin?/invalid_origin? methods

8 years agoDo not display elephant friend in single-column layout (#6222)
Eugen Rochko [Mon, 8 Jan 2018 02:50:53 +0000 (03:50 +0100)]
Do not display elephant friend in single-column layout (#6222)

8 years agoMove Article from supported to converted types (#6218)
puckipedia [Sun, 7 Jan 2018 23:21:14 +0000 (00:21 +0100)]
Move Article from supported to converted types (#6218)

8 years agoMerge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
David Yip [Sun, 7 Jan 2018 19:30:52 +0000 (13:30 -0600)]
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master

8 years agoUse error pack when rendering error pages. Fixes #305.
David Yip [Sun, 7 Jan 2018 19:30:17 +0000 (13:30 -0600)]
Use error pack when rendering error pages.  Fixes #305.

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Sun, 7 Jan 2018 15:17:13 +0000 (15:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoFix force_ssl conditional (#6201)
Yamagishi Kazutoshi [Sun, 7 Jan 2018 14:19:23 +0000 (23:19 +0900)]
Fix force_ssl conditional (#6201)

8 years agoFix unintended cache (#6214)
Yamagishi Kazutoshi [Sun, 7 Jan 2018 14:12:59 +0000 (23:12 +0900)]
Fix unintended cache (#6214)

8 years agoUpdate Simplified Chinese translations (#6215)
SerCom_KC [Sun, 7 Jan 2018 08:32:50 +0000 (16:32 +0800)]
Update Simplified Chinese translations (#6215)

* i18n: (zh-CN) Add translations of #6125

* i18n: (zh-CN) Add translations of #6132

* i18n: (zh-CN) Add translations of #6099

* i18n: (zh-CN) Add translations of #6071

* i18n: (zh-CN) Improve translations

8 years agoMerge remote-tracking branch 'ykzts/fix-unintended-cache' into gs-master
David Yip [Sun, 7 Jan 2018 06:32:24 +0000 (00:32 -0600)]
Merge remote-tracking branch 'ykzts/fix-unintended-cache' into gs-master

8 years agoFix unintended cache
Yamagishi Kazutoshi [Sun, 7 Jan 2018 05:53:27 +0000 (14:53 +0900)]
Fix unintended cache

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Sun, 7 Jan 2018 02:17:10 +0000 (02:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoTranslate Korean (#6212)
Jeong Arm [Sun, 7 Jan 2018 02:13:42 +0000 (11:13 +0900)]
Translate Korean (#6212)

8 years agoFixes to search dropdown
kibigo! [Sat, 6 Jan 2018 23:34:01 +0000 (15:34 -0800)]
Fixes to search dropdown

8 years agofix typo in vanilla names.yml
beatrix [Sat, 6 Jan 2018 21:49:53 +0000 (16:49 -0500)]
fix typo in vanilla names.yml

8 years agofixed ctrl enter
Ondřej Hruška [Sat, 6 Jan 2018 18:58:04 +0000 (19:58 +0100)]
fixed ctrl enter

8 years agoFix the always-threaded bug
Ondřej Hruška [Sat, 6 Jan 2018 18:55:53 +0000 (19:55 +0100)]
Fix the always-threaded bug

8 years agotighten csp
beatrix-bitrot [Sat, 6 Jan 2018 18:49:03 +0000 (18:49 +0000)]
tighten csp

8 years agoMerge pull request #303 from KnzkDev/ja-for-thread-mode
beatrix [Sat, 6 Jan 2018 17:06:17 +0000 (12:06 -0500)]
Merge pull request #303 from KnzkDev/ja-for-thread-mode

Update ja.js for #296

8 years agoUpdate ja.js
ncls7615 [Sat, 6 Jan 2018 16:51:49 +0000 (01:51 +0900)]
Update ja.js

8 years agoMerge pull request #296 from glitch-soc/thread-mode
beatrix [Sat, 6 Jan 2018 16:28:36 +0000 (11:28 -0500)]
Merge pull request #296 from glitch-soc/thread-mode

Threaded mode~

8 years agoMerge pull request #302 from KnzkDev/fix/search-popout
beatrix [Sat, 6 Jan 2018 16:25:59 +0000 (11:25 -0500)]
Merge pull request #302 from KnzkDev/fix/search-popout

Fix search popout

8 years agoappease eslint
beatrix [Sat, 6 Jan 2018 15:30:49 +0000 (10:30 -0500)]
appease eslint

8 years agoFix search popout
ncls7615 [Sat, 6 Jan 2018 12:50:11 +0000 (21:50 +0900)]
Fix search popout

8 years agoRead max_toot_chars from root object. Fixes #297.
David Yip [Sat, 6 Jan 2018 09:01:11 +0000 (03:01 -0600)]
Read max_toot_chars from root object.  Fixes #297.

max_toot_chars is present in the root of the initial state object.
(Previously, we were trying to read it from the meta child object.)

8 years agomy global .gitignore excluded this file ;_;
kibigo! [Sat, 6 Jan 2018 05:40:02 +0000 (21:40 -0800)]
my global .gitignore excluded this file ;_;

8 years agoThreaded mode~
kibigo! [Sat, 6 Jan 2018 02:23:06 +0000 (18:23 -0800)]
Threaded mode~

8 years agoFixed improper dropdown func binding for #293 + toot button spacing
kibigo! [Sat, 6 Jan 2018 05:02:53 +0000 (21:02 -0800)]
Fixed improper dropdown func binding for #293 + toot button spacing

8 years agoStyling and autosuggest fixes for #293
kibigo! [Sat, 6 Jan 2018 04:04:13 +0000 (20:04 -0800)]
Styling and autosuggest fixes for #293

8 years agoFixes composer mounting issue with #293
kibigo! [Sat, 6 Jan 2018 02:30:06 +0000 (18:30 -0800)]
Fixes composer mounting issue with #293

8 years agoMerge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master
David Yip [Fri, 5 Jan 2018 23:31:56 +0000 (17:31 -0600)]
Merge remote-tracking branch 'personal/merge/tootsuite/master' into gs-master

8 years agoMerge pull request #290 from chriswmartin/web-push-updates
beatrix [Fri, 5 Jan 2018 23:29:57 +0000 (18:29 -0500)]
Merge pull request #290 from chriswmartin/web-push-updates

Web push updates

8 years agoMerge pull request #295 from chriswmartin/getting-started-key-fix
beatrix [Fri, 5 Jan 2018 23:29:40 +0000 (18:29 -0500)]
Merge pull request #295 from chriswmartin/getting-started-key-fix

unique ColumnLink keys in getting_started

8 years agoMerge pull request #293 from glitch-soc/compose-refactor
beatrix [Fri, 5 Jan 2018 23:29:08 +0000 (18:29 -0500)]
Merge pull request #293 from glitch-soc/compose-refactor

Compose refactor

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Fri, 5 Jan 2018 22:17:12 +0000 (22:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoFix PuSH workers (#6200)
ThibG [Fri, 5 Jan 2018 22:04:35 +0000 (23:04 +0100)]
Fix PuSH workers (#6200)

8 years agoWhen fetching an ActivityPub-enabled status, do not re-request it as text/html (...
ThibG [Fri, 5 Jan 2018 21:42:50 +0000 (22:42 +0100)]
When fetching an ActivityPub-enabled status, do not re-request it as text/html (#6196)

8 years agoRepresent numbers by strings in instance activity API (#6198)
TheKinrar [Fri, 5 Jan 2018 21:38:33 +0000 (22:38 +0100)]
Represent numbers by strings in instance activity API (#6198)

Fixes #6197.

8 years agoFix enforce HTTPS in production. (#6180)
Naoki Kosaka [Fri, 5 Jan 2018 19:04:22 +0000 (04:04 +0900)]
Fix enforce HTTPS in production. (#6180)

8 years agoMerge pull request #243 from m4sk1n/glitch-pl
beatrix [Fri, 5 Jan 2018 17:36:53 +0000 (12:36 -0500)]
Merge pull request #243 from m4sk1n/glitch-pl

i18n: 🇵🇱

8 years agoadd key to lists div
cwm [Fri, 5 Jan 2018 15:00:48 +0000 (09:00 -0600)]
add key to lists div

8 years agochange how list ColumnLink keys are determined
cwm [Fri, 5 Jan 2018 14:12:34 +0000 (08:12 -0600)]
change how list ColumnLink keys are determined

8 years agol10n Occitan language: mailer update (#6193)
Quenty31 [Fri, 5 Jan 2018 09:59:43 +0000 (10:59 +0100)]
l10n Occitan language: mailer update (#6193)

* Create email_changed.oc.html.erb

* Create email_changed.oc.text.erb

* Update email_changed.oc.html.erb

* Update email_changed.oc.html.erb

* Create reconfirmation_instructions.oc.html.erb

* Create reconfirmation_instructions.oc.text.erb

* Update confirmation_instructions.oc.html.erb

* Update confirmation_instructions.oc.text.erb

* Update confirmation_instructions.oc.html.erb

* Update reconfirmation_instructions.oc.html.erb

* Update reconfirmation_instructions.oc.text.erb

* Update reconfirmation_instructions.oc.html.erb

8 years agoWIP <Compose> Refactor; Fin~
kibigo! [Fri, 5 Jan 2018 05:17:30 +0000 (21:17 -0800)]
WIP <Compose> Refactor; Fin~

8 years agoBump version to 2.1.2
Eugen Rochko [Fri, 5 Jan 2018 03:52:06 +0000 (04:52 +0100)]
Bump version to 2.1.2

8 years agoFix RFC 5646 Regular Expression (#6190)
Yamagishi Kazutoshi [Fri, 5 Jan 2018 03:43:50 +0000 (12:43 +0900)]
Fix RFC 5646 Regular Expression (#6190)

8 years agoWIP <Compose> Refactor; 1000 tiny edits
kibigo! [Wed, 3 Jan 2018 20:36:21 +0000 (12:36 -0800)]
WIP <Compose> Refactor; 1000 tiny edits

8 years agoWIP <Compose> Refactor; <ActionsModal>; dropdowns
kibigo! [Sat, 30 Dec 2017 00:32:13 +0000 (16:32 -0800)]
WIP <Compose> Refactor; <ActionsModal>; dropdowns

8 years agoWIP <Compose> Refactor; SCSS ed.
kibigo! [Fri, 29 Dec 2017 22:55:06 +0000 (14:55 -0800)]
WIP <Compose> Refactor; SCSS ed.

8 years agoWIP <Compose> Refactor; <OnboardingModal> ed.
kibigo! [Wed, 27 Dec 2017 22:28:41 +0000 (14:28 -0800)]
WIP <Compose> Refactor; <OnboardingModal> ed.

8 years agoWIP <Compose> Refactor; <Drawer> ed.
kibigo! [Wed, 27 Dec 2017 00:54:28 +0000 (16:54 -0800)]
WIP <Compose> Refactor; <Drawer> ed.

8 years agoWIPgit status <Compose> Refactor; <Composer> ed.
kibigo! [Sun, 24 Dec 2017 06:16:45 +0000 (22:16 -0800)]
WIPgit status <Compose> Refactor; <Composer> ed.

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Thu, 4 Jan 2018 23:17:11 +0000 (23:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoSmall translation fixes for Serbian (and sr@Latn too) (#6188)
Branko Kokanovic [Thu, 4 Jan 2018 23:16:06 +0000 (23:16 +0000)]
Small translation fixes for Serbian (and sr@Latn too) (#6188)

8 years agoFix email confirmation link not updating email (#6187)
Patrick Figel [Thu, 4 Jan 2018 23:15:35 +0000 (00:15 +0100)]
Fix email confirmation link not updating email (#6187)

A change introduced in #6125 prevents
`Devise::Models::Confirmable#confirm` from being called for existing
users, which in turn leads to `email` not being set to
`unconfirmed_email`, breaking email updates. This also adds a test
that would've caught this issue.

8 years agoFix overflowing audit logs (#6184)
Lynx Kotoura [Thu, 4 Jan 2018 18:38:46 +0000 (03:38 +0900)]
Fix overflowing audit logs (#6184)

8 years agoUse disable_ddl_transaction! to prevent warnings on migration (#6183)
unarist [Thu, 4 Jan 2018 18:38:29 +0000 (03:38 +0900)]
Use disable_ddl_transaction! to prevent warnings on migration (#6183)

Migration is wrapped by transaction, so manual `commit_db_transaction` without transaction restarting causes "there is no transaction in progress" warnings. We should use `disable_ddl_transaction!` instead, if we can omit transaction completely.

8 years agoBump version to 2.1.1 (#6164)
Eugen Rochko [Thu, 4 Jan 2018 15:40:26 +0000 (16:40 +0100)]
Bump version to 2.1.1 (#6164)

8 years agoFallback default thumbnail in instance status API (#6177)
Yamagishi Kazutoshi [Thu, 4 Jan 2018 14:36:55 +0000 (23:36 +0900)]
Fallback default thumbnail in instance status API (#6177)

8 years agoi18n: Update Polish translation (#6176)
Marcin Mikołajczak [Thu, 4 Jan 2018 14:15:29 +0000 (15:15 +0100)]
i18n: Update Polish translation (#6176)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoi18n: Update Polish translation
Marcin Mikołajczak [Thu, 4 Jan 2018 13:42:58 +0000 (14:42 +0100)]
i18n: Update Polish translation

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoSend one Delete of Actor in ActivityPub when account is suspended (#6172)
Eugen Rochko [Thu, 4 Jan 2018 13:40:49 +0000 (14:40 +0100)]
Send one Delete of Actor in ActivityPub when account is suspended (#6172)

8 years agoMake sure private toots remain private and do not end up in HTTP caches (#6175)
ThibG [Thu, 4 Jan 2018 13:39:38 +0000 (14:39 +0100)]
Make sure private toots remain private and do not end up in HTTP caches (#6175)

8 years agoImprove Traditional Chinese translation (#6166)
muan [Thu, 4 Jan 2018 04:00:50 +0000 (12:00 +0800)]
Improve Traditional Chinese translation (#6166)

* Improve Traditional Chinese translations

* Sort alphabetically

8 years agoFix FetchAtomService not finding alternatives if there's a Link header (#6170)
Eugen Rochko [Thu, 4 Jan 2018 03:56:04 +0000 (04:56 +0100)]
Fix FetchAtomService not finding alternatives if there's a Link header (#6170)

without them, such as is the case with GNU social

Fixes the ability to find GNU social accounts via URL in search and
when using remote follow function

8 years agoRearrange items in Getting Started navigation (#6126)
Akihiko Odaki [Thu, 4 Jan 2018 01:56:54 +0000 (10:56 +0900)]
Rearrange items in Getting Started navigation (#6126)

Though the subsections are representing features such as navigation and
settings, they are categorized by the ways how they are implemented
(internal navigation or external links.) They are irrelevant and some
arrangements were confusing because of that. (It is nonsense that instance
information is in settings subsection, for example.)

This fixes the issue by rearranging.

8 years agoFix nil error in log_target_from_history helper (#6173)
Eugen Rochko [Thu, 4 Jan 2018 01:56:23 +0000 (02:56 +0100)]
Fix nil error in log_target_from_history helper (#6173)

8 years agoFix OpenSSL dependency in ostatus2 (#6174)
Eugen Rochko [Thu, 4 Jan 2018 01:56:00 +0000 (02:56 +0100)]
Fix OpenSSL dependency in ostatus2 (#6174)

8 years agoCache JSON of immutable ActivityPub representations (#6171)
Eugen Rochko [Thu, 4 Jan 2018 00:21:38 +0000 (01:21 +0100)]
Cache JSON of immutable ActivityPub representations (#6171)

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Wed, 3 Jan 2018 20:17:13 +0000 (20:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agol10n OC language (#6169)
Quenty31 [Wed, 3 Jan 2018 20:05:54 +0000 (21:05 +0100)]
l10n OC language (#6169)

* new strings: hashtag+unlisted, mute, block

* Add confirmation step for email changes

* Add more instance stats APIs

8 years agoDon't normalize URLs in toots (#6134)
ThibG [Wed, 3 Jan 2018 19:51:33 +0000 (20:51 +0100)]
Don't normalize URLs in toots (#6134)

* Don't normalize URLs in toots

URL normalization is ill-defined and may cause certain links to break.

* Change specs since we are not normalizing user-provided URLs

8 years agoAllow to dereference Follow object for ActivityPub (#5772)
Akihiko Odaki [Wed, 3 Jan 2018 17:08:57 +0000 (02:08 +0900)]
Allow to dereference Follow object for ActivityPub (#5772)

* Allow to dereference Follow object for ActivityPub

* Accept IRI as object representation for Accept activity

8 years agoi18n: Update Polish translation (#6168)
Marcin Mikołajczak [Wed, 3 Jan 2018 13:45:24 +0000 (14:45 +0100)]
i18n: Update Polish translation (#6168)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
8 years agoAdd Japanese translations #5997, #6003, #6004, #6071, #6099, #6125 and #6132 (#6167)
Yamagishi Kazutoshi [Wed, 3 Jan 2018 12:00:39 +0000 (21:00 +0900)]
Add Japanese translations #5997, #6003, #6004, #6071, #6099, #6125 and #6132 (#6167)

* yarn manage:translations

* Add Japanese translation for #5997

* Add Japanese translation for #6003

* Add Japanese translation for #6004

* Add Japanese translation for #6071

* Add Japanese translation for #6099

* Add Japanese translation for #6125

* Add Japanese translation for #6132

8 years agoMerge remote-tracking branch 'tootsuite/master' into glitchsoc/master
Jenkins [Wed, 3 Jan 2018 04:17:11 +0000 (04:17 +0000)]
Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

8 years agoAllow HTTP caching of json view of public statuses (#6115)
ThibG [Wed, 3 Jan 2018 03:57:57 +0000 (04:57 +0100)]
Allow HTTP caching of json view of public statuses (#6115)

* Allow HTTP caching of json view of public statuses

HTML views are not cached as they can contain private statuses as well

* Disable session cookies for ActivityPub json rendering of public toots

8 years agoSet background to the navigation of Getting Started column (#6163)
Akihiko Odaki [Wed, 3 Jan 2018 03:39:14 +0000 (12:39 +0900)]
Set background to the navigation of Getting Started column (#6163)

The background of the navigation matters because its scrollbar is
transparent.

8 years ago[!] Sanitize incoming classlist properly (#6162)
puckipedia [Wed, 3 Jan 2018 02:54:08 +0000 (03:54 +0100)]
[!] Sanitize incoming classlist properly (#6162)

* Sanitize classlist properly

* Actually properly sanitize every class after the first

* Improve Formatter spec to check for multiple classes and non-space whitespace

8 years agoUpdate moved-to property when it's removed too (#6160)
Eugen Rochko [Tue, 2 Jan 2018 23:38:20 +0000 (00:38 +0100)]
Update moved-to property when it's removed too (#6160)

* Fix #6140 - Update moved-to property when it's removed too

* Remove trailing whitespace

8 years agoDon't leave behind husk of remotely-deleted profile (#6159)
Eugen Rochko [Tue, 2 Jan 2018 23:38:02 +0000 (00:38 +0100)]
Don't leave behind husk of remotely-deleted profile (#6159)

There's no reason for an Account record to persist after Delete->Actor is received. SuspendAccountService is necessary to make sure deleted toots get sent over streaming API properly and home feeds get cleaned up. By removing Account record, we can ensure that if in the future the account is restored remotely (or username reused), it can start with a clean slate.

8 years agoFix newlines-to-spaces functionality (#6158)
Noiob [Tue, 2 Jan 2018 18:35:24 +0000 (19:35 +0100)]
Fix newlines-to-spaces functionality (#6158)

yay for regexes, amirite

8 years agoAdd confirmation step for email changes (#6071)
Patrick Figel [Tue, 2 Jan 2018 15:55:00 +0000 (16:55 +0100)]
Add confirmation step for email changes (#6071)

* Add confirmation step for email changes

This adds a confirmation step for email changes of existing users.
Like the initial account confirmation, a confirmation link is sent
to the new address.

Additionally, a notification is sent to the existing address when
the change is initiated. This message includes instruction to reset
the password immediately or to contact the instance admin if the
change was not initiated by the account owner.

Fixes #3871

* Add review fixes

8 years agoDisplay a warning when composing unlisted toots with something looking like a hashtag...
ThibG [Tue, 2 Jan 2018 13:24:52 +0000 (14:24 +0100)]
Display a warning when composing unlisted toots with something looking like a hashtag (#6132)

8 years agoFix stats expiring too quickly because of variable mistake (#6155)
Eugen Rochko [Tue, 2 Jan 2018 13:02:53 +0000 (14:02 +0100)]
Fix stats expiring too quickly because of variable mistake (#6155)

8 years agoRename key to path in actions and reducers for settings (#6105)
Akihiko Odaki [Tue, 2 Jan 2018 12:50:54 +0000 (21:50 +0900)]
Rename key to path in actions and reducers for settings (#6105)