]>
cat aescling's git repositories - mastodon.git/log
Thibaut Girka [Sun, 26 May 2019 13:41:40 +0000 (15:41 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/controllers/settings/preferences_controller.rb
- app/lib/user_settings_decorator.rb
- app/models/user.rb
Conflicts due to the addition of a new preference upstream,
“advanced layout”.
りんすき [Wed, 21 Feb 2018 18:33:23 +0000 (03:33 +0900)]
[Glitch] Fix composer route opening when not needed
Port
c1e77b56a92fc075f000af9c263c72ba6bdbe5f7 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Neil Moore [Sun, 26 May 2019 11:48:45 +0000 (07:48 -0400)]
Create new click handler for status__expand area in status (#10837)
This click handler only activates on left-click, resolving #10798.
This matches behavior in status_content.js, as added in #536
Eugen Rochko [Sun, 26 May 2019 11:48:16 +0000 (13:48 +0200)]
Fix null error in status component when determining showMedia state (#10838)
* Fix null error in status component when determining showMedia state
Also update the showMedia value if the status passed to the
component changes
* Refactor media visibility computation into a defaultMediaVisibility function
* Fix default media visibility with reblogs
Marek Ľach [Sun, 26 May 2019 10:26:39 +0000 (12:26 +0200)]
Update simple_form.sk.yml (#10842)
Hanage999 [Sun, 26 May 2019 10:22:33 +0000 (19:22 +0900)]
Fix wrong redirect from getting started to home in advanced Web UI (#10839)
* update Ruby to 2.5.3
* Link to Getting Started will not redirect to Home in multi-column UI (https://github.com/tootsuite/mastodon/pull/10835)
Eugen Rochko [Sun, 26 May 2019 00:55:37 +0000 (02:55 +0200)]
Improvements to the single column layout (#10835)
* Improvements to the single column layout
- Add follows and followers link to the right panel
- Increase margins around separators in right panel
- Add follow requests link with counter when account is locked to right panel
* Redirect from getting started to home when navigation panel is visible
ThibG [Sat, 25 May 2019 21:20:51 +0000 (23:20 +0200)]
Add a keyboard shortcut to hide/show media (#10647)
* Move control of media visibility to parent component
* Add keyboard shortcut to toggle media visibility
Sandro Jäckel [Sat, 25 May 2019 21:20:28 +0000 (23:20 +0200)]
Docker: Keep /var/lib/apt/ to keep apt working (#10830)
Alfie John [Sat, 25 May 2019 21:20:18 +0000 (07:20 +1000)]
Expand abbreviation to minimise confusion (#10826)
Mélanie Chauvel (ariasuni) [Sat, 25 May 2019 21:19:39 +0000 (23:19 +0200)]
Avoid cutting bottom of letters of last paragraph of statuses (#10821)
Aditoo17 [Sat, 25 May 2019 20:34:40 +0000 (22:34 +0200)]
I18n: Update Czech translation (#10832)
Eugen Rochko [Sat, 25 May 2019 19:27:00 +0000 (21:27 +0200)]
Add responsive panels to the single-column layout (#10820)
* Add responsive panels to the single-column layout
* Fixes
* Fix not being able to save the preference
* Fix code style issues
* Set max-height on the compose textarea and add a link to relationship manager
ThibG [Fri, 24 May 2019 14:30:49 +0000 (16:30 +0200)]
Merge pull request #1068 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Fri, 17 May 2019 18:52:58 +0000 (20:52 +0200)]
Use Sec-WebSocket-Protocol instead of query string to pass WebSocket token
Inspired by https://github.com/kubevirt/kubevirt/issues/1242
Eugen Rochko [Fri, 24 May 2019 13:57:31 +0000 (15:57 +0200)]
Forward port version bumps to 2.8.3 and 2.8.4 (#10819)
* Bump version to 2.8.3
* Bump version to 2.8.4
Thibaut Girka [Fri, 24 May 2019 13:23:52 +0000 (15:23 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- streaming/index.js
ThibG [Fri, 24 May 2019 13:21:42 +0000 (15:21 +0200)]
Improve streaming server security (#10818)
* Check OAuth token scopes in the streaming API
* Use Sec-WebSocket-Protocol instead of query string to pass WebSocket token
Inspired by https://github.com/kubevirt/kubevirt/issues/1242
ThibG [Thu, 23 May 2019 20:01:34 +0000 (22:01 +0200)]
Merge pull request #1067 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Thu, 23 May 2019 16:53:24 +0000 (18:53 +0200)]
Do not share a single Redcarpet::Markdown object across threads
There are apparently thread-safety issues: https://github.com/vmg/redcarpet/pull/672
Thibaut Girka [Thu, 23 May 2019 19:18:27 +0000 (21:18 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Thu, 23 May 2019 18:49:18 +0000 (20:49 +0200)]
Merge pull request #1065 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Eugen Rochko [Thu, 23 May 2019 18:01:10 +0000 (20:01 +0200)]
Various improvements to single column layout (#10809)
- Add potential side panels to single column layout
- Hide FAB on large screens
ThibG [Thu, 23 May 2019 18:00:39 +0000 (20:00 +0200)]
Fix possible race condition when processing statuses (#10815)
nzws [Wed, 22 May 2019 16:00:34 +0000 (01:00 +0900)]
[Glitch] Fix stacking order of emoji picker
Port
8a378d4c3d8bd74f3070af0b70725da4a6d10375 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Thu, 23 May 2019 17:01:30 +0000 (19:01 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- app/models/account.rb
- app/views/settings/profiles/show.html.haml
- spec/controllers/api/v1/accounts/credentials_controller_spec.rb
Conflicts were due to an increase in account bio length upstream, which
is already covered in glitch-soc through `MAX_BIO_CHARS`.
ThibG [Thu, 23 May 2019 13:22:39 +0000 (15:22 +0200)]
Move signature verification stoplight to the requests themselves (#10813)
* Move signature verification stoplight to the requests themselves
This avoids blocking messages from known keys for 5 minutes when only one fails…
* Put the stoplight on the actual client IP, not a potential reverse proxy
Yamagishi Kazutoshi [Thu, 23 May 2019 13:00:54 +0000 (22:00 +0900)]
Add sponsor button to GitHub web UI (#10814)
- https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
ThibG [Thu, 23 May 2019 13:00:30 +0000 (15:00 +0200)]
Retry ActivityPub inbox delivery on HTTP 401 and 408 errors (#10812)
HTTP 401 responses returned by Mastodon's inbox controller may
be temporary if, for instance, the requesting user's actor/key json
could not be retrieved in a timely fashion. This changes allow retries
instead of dropping the message entirely.
Also added HTTP 408 as that error is by nature temporary.
Thibaut Girka [Tue, 21 May 2019 11:11:06 +0000 (13:11 +0200)]
Make headers font size proportional
Thibaut Girka [Thu, 23 May 2019 10:15:46 +0000 (12:15 +0200)]
Allow rel=tag in status text
Fixes tag links in local Markdown or HTML-authored statuses
Eugen Rochko [Wed, 22 May 2019 23:35:22 +0000 (01:35 +0200)]
Add `forceSingleColumn` prop to `<UI />` (#10807)
* Move TabsBar rendering logic from CSS to the ColumnsArea component
* Add forceSingleColumn mode
* Add unread notifications counter to tabs bar
* Add toggle to control `forceSingleColumn`
* Increase paddings in mobile layout responsively at large sizes
abcang [Wed, 22 May 2019 16:19:16 +0000 (01:19 +0900)]
Migrate from uws to cws (#10805)
nzws [Wed, 22 May 2019 16:00:34 +0000 (01:00 +0900)]
Fix stacking order of emoji picker (#10801)
dependabot[bot] [Wed, 22 May 2019 13:31:05 +0000 (22:31 +0900)]
Bump aws-sdk-s3 from 1.39.0 to 1.40.0 (#10803)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.39.0 to 1.40.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.39.0...v1.40.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Wed, 22 May 2019 13:09:10 +0000 (22:09 +0900)]
Bump rubocop from 0.69.0 to 0.70.0 (#10802)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.69.0 to 0.70.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.69.0...v0.70.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dxwc [Wed, 22 May 2019 01:00:58 +0000 (21:00 -0400)]
i18n: Complete frontend Bengali translation (#10800)
* i18n: Complete frontend Bengali translation
* run yarn manage:translations
Thibaut Girka [Tue, 21 May 2019 20:57:59 +0000 (22:57 +0200)]
Fix local text/html toots not being sanitized
trwnh [Tue, 21 May 2019 11:29:06 +0000 (06:29 -0500)]
Update remote bio test from 160 to 500 (#10799)
Paul Woolcock [Tue, 21 May 2019 11:28:49 +0000 (07:28 -0400)]
Add `account_id` param to `GET /api/v1/notifications` (#10796)
* Add `from_account` to notifications API
this adds the ability to filter notifications by the account they
originated from
* passing a non-existent user should cause none to be returned
* Fix codeclimate warnings
* fix more codeclimate warnings
* make requested changes:
* use account id instead of user@domain
* name the param `account_id` instead of `from_account`
* Don't use `return` in a lambda
dependabot[bot] [Tue, 21 May 2019 06:41:15 +0000 (15:41 +0900)]
Bump httplog from 1.2.2 to 1.3.0 (#10795)
Bumps [httplog](https://github.com/trusche/httplog) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/trusche/httplog/releases)
- [Changelog](https://github.com/trusche/httplog/blob/master/CHANGELOG.md)
- [Commits](https://github.com/trusche/httplog/commits/v1.3.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Thibaut Girka [Mon, 20 May 2019 08:05:11 +0000 (10:05 +0200)]
Refactor contentType selection in glitch composer
Marek Ľach [Mon, 20 May 2019 06:42:19 +0000 (08:42 +0200)]
Update sk.yml (#10788)
* Update sk.yml
* Update sk.yml
* Update sk.yml
* Update sk.yml
* Update sk.yml
* Update sk.yml
* normalize
dependabot[bot] [Mon, 20 May 2019 06:19:56 +0000 (15:19 +0900)]
Bump lograge from 0.11.0 to 0.11.1 (#10793)
Bumps [lograge](https://github.com/roidrage/lograge) from 0.11.0 to 0.11.1.
- [Release notes](https://github.com/roidrage/lograge/releases)
- [Changelog](https://github.com/roidrage/lograge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/roidrage/lograge/compare/v0.11.0...v0.11.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Mon, 20 May 2019 06:18:28 +0000 (15:18 +0900)]
Bump capybara from 3.20.0 to 3.20.2 (#10794)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.20.0 to 3.20.2.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.20.0...3.20.2)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Thibaut Girka [Sun, 19 May 2019 21:02:32 +0000 (23:02 +0200)]
Use glitch-soc's poll component instead of upstream's
trwnh [Sun, 19 May 2019 20:51:44 +0000 (15:51 -0500)]
Change bio limit from 160 to 500 (#10790)
* Change note_length validator from 160 to 500
* Change input maxlength from 160 to 500
* update bio test from 160 to 500
* Multiply a string 30 times instead of 10
ThibG [Sun, 19 May 2019 20:07:42 +0000 (22:07 +0200)]
Merge pull request #1055 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Sun, 19 May 2019 19:53:44 +0000 (21:53 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Sun, 19 May 2019 19:52:27 +0000 (21:52 +0200)]
Merge pull request #1054 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
ThibG [Sun, 19 May 2019 19:40:36 +0000 (21:40 +0200)]
Fix “invited by” not showing up for invited accounts in admin interface (#10791)
Marek Ľach [Sun, 19 May 2019 17:27:32 +0000 (19:27 +0200)]
sk.yml grammar update (#10786)
* sk.yml grammar update
* bundle exec i18n-tasks normalize
Hinaloe [Sun, 19 May 2019 16:41:41 +0000 (01:41 +0900)]
fix `isSubmitting` prop case (#10785)
Thibaut Girka [Sun, 19 May 2019 15:46:31 +0000 (17:46 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
Marek Ľach [Sun, 19 May 2019 13:42:10 +0000 (15:42 +0200)]
Small corrections for sk translation (#10784)
ThibG [Sun, 19 May 2019 11:49:31 +0000 (13:49 +0200)]
Add post-deployment migration script to delete public-boosts-of-private-toots (#10783)
Shlee [Sun, 19 May 2019 09:29:26 +0000 (17:29 +0800)]
Upgrade redis in docker-compose.yml from 4 to 5 (#9063)
Aditoo17 [Sun, 19 May 2019 05:39:16 +0000 (07:39 +0200)]
I18n: Update Czech translation (#10781)
Ben Lubar [Sat, 18 May 2019 18:57:45 +0000 (13:57 -0500)]
add og:image:alt for media attachments in embeds (#10779)
Eugen Rochko [Sat, 18 May 2019 12:41:16 +0000 (14:41 +0200)]
Change poll options to alphabetic letters when status text is hidden (#10685)
Fix #10569
Yusuke Nakamura [Sat, 18 May 2019 12:40:55 +0000 (21:40 +0900)]
Remove 'Weblate' from CONTRIBUTING.md (#10778)
The mastodon project no longer used weblate to translate UI
sentences. (ref #10385)
ThibG [Sat, 18 May 2019 08:18:52 +0000 (10:18 +0200)]
Merge pull request #1053 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Sat, 18 May 2019 08:04:32 +0000 (10:04 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
ThibG [Fri, 17 May 2019 22:28:51 +0000 (00:28 +0200)]
Prevent from publicly boosting one's own private toots (#10775)
Thibaut Girka [Fri, 17 May 2019 09:14:09 +0000 (11:14 +0200)]
Minor optimization
Thibaut Girka [Fri, 17 May 2019 08:52:27 +0000 (10:52 +0200)]
Export fallback content type and use it as default in WebUI
Thibaut Girka [Fri, 17 May 2019 08:43:17 +0000 (10:43 +0200)]
Properly escape HTML in code blocks
Thibaut Girka [Mon, 13 May 2019 12:42:39 +0000 (14:42 +0200)]
Add option for default toot content-type
Thibaut Girka [Sun, 12 May 2019 20:13:36 +0000 (22:13 +0200)]
Fix autolinking, and newlines in code blocks
Autolinking is now performed *after* the Markdown pass, by replacing HTML
tags with zero-width spaces and running the twitter-text extractor as usual,
except it does not auto-link URLs to avoid links in links…
Thibaut Girka [Sun, 12 May 2019 19:55:44 +0000 (21:55 +0200)]
Hide content-type dropdown by default
Haelwenn (lanodan) Monnier [Fri, 1 Mar 2019 10:45:16 +0000 (11:45 +0100)]
Content-Type Dropdown: use the selected option icon for the menu
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Sun, 12 May 2019 18:35:58 +0000 (20:35 +0200)]
Support proper content-type in Delete & Redraft
KokaKiwi [Sun, 17 Feb 2019 22:53:51 +0000 (23:53 +0100)]
Add status content type dropdown to compose box.
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Thibaut Girka [Sun, 12 May 2019 18:15:39 +0000 (20:15 +0200)]
Add API support for setting status content-type
Thibaut Girka [Sun, 12 May 2019 18:34:22 +0000 (20:34 +0200)]
Serialize content-type on Delete & Redraft
Thibaut Girka [Sun, 12 May 2019 19:33:37 +0000 (21:33 +0200)]
Add support for HTML-formatted toots
Thibaut Girka [Sun, 12 May 2019 18:20:05 +0000 (20:20 +0200)]
Add support for markdown-formatted toots
Thibaut Girka [Sun, 12 May 2019 18:14:35 +0000 (20:14 +0200)]
Add database row to hold status content type
dependabot[bot] [Fri, 17 May 2019 06:23:21 +0000 (15:23 +0900)]
Bump aws-sdk-s3 from 1.38.0 to 1.39.0 (#10773)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.38.0...v1.39.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Alix Rossi [Fri, 17 May 2019 04:32:46 +0000 (06:32 +0200)]
i18n: Update Corsican translation (#10770)
* i18n: update Corsican translation
* Fix typo in co.yml
dependabot[bot] [Thu, 16 May 2019 07:13:52 +0000 (16:13 +0900)]
Bump capybara from 3.19.1 to 3.20.0 (#10768)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.19.1 to 3.20.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.19.1...3.20.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Thu, 16 May 2019 06:00:24 +0000 (15:00 +0900)]
Bump aws-sdk-s3 from 1.36.1 to 1.38.0 (#10769)
Bumps [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) from 1.36.1 to 1.38.0.
- [Release notes](https://github.com/aws/aws-sdk-ruby/releases)
- [Changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-ruby/compare/v1.36.1...v1.38.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
ThibG [Wed, 15 May 2019 16:44:21 +0000 (18:44 +0200)]
Merge pull request #1049 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Thibaut Girka [Wed, 15 May 2019 15:11:40 +0000 (17:11 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream
manuelviens [Wed, 15 May 2019 05:52:11 +0000 (01:52 -0400)]
Update simple_form.fr.yml (#10756)
Remplacement des ' par des ’
ThibG [Wed, 15 May 2019 04:54:06 +0000 (06:54 +0200)]
Minor performance improvements and cleanup in formatter (#10765)
Neil Moore [Wed, 15 May 2019 04:53:23 +0000 (00:53 -0400)]
Adds click-able div that expands status (#10733) (#10766)
The clickable div is positioned under the account avatar and covers
all empty space below it to the end of the status.
ThibG [Tue, 14 May 2019 17:05:02 +0000 (19:05 +0200)]
Record account suspend/silence time and keep track of domain blocks (#10660)
* Record account suspend/silence time and keep track of domain blocks
* Also unblock users who were suspended/silenced before dates were recorded
* Add tests
* Keep track of suspending date for users suspended through the CLI
* Show accurate number of accounts that would be affected by unsuspending an instance
* Change migration to set silenced_at and suspended_at
* Revert "Also unblock users who were suspended/silenced before dates were recorded"
This reverts commit
a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c .
* Switch from using suspended and silenced to suspended_at and silenced_at
* Add post-deployment migration script to remove `suspended` and `silenced` columns
* Use Account#silence! and Account#suspend! instead of updating the underlying property
* Add silenced_at and suspended_at migration to post-migration
* Change account fabricator to translate suspended and silenced attributes
* Minor fixes
* Make unblocking domains always retroactive
Marek Ľach [Tue, 14 May 2019 10:55:47 +0000 (12:55 +0200)]
Update slovak simple_forms (#10763)
dependabot[bot] [Tue, 14 May 2019 06:01:47 +0000 (15:01 +0900)]
Bump capybara from 3.18.0 to 3.19.1 (#10758)
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.18.0 to 3.19.1.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.18.0...3.19.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Tue, 14 May 2019 06:01:22 +0000 (15:01 +0900)]
Bump brakeman from 4.5.0 to 4.5.1 (#10757)
Bumps [brakeman](https://github.com/presidentbeef/brakeman) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/master/CHANGES.md)
- [Commits](https://github.com/presidentbeef/brakeman/compare/v4.5.0...v4.5.1)
Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] [Tue, 14 May 2019 06:00:58 +0000 (15:00 +0900)]
Bump rubocop from 0.68.1 to 0.69.0 (#10762)
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.68.1 to 0.69.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.68.1...v0.69.0)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Thibaut Girka [Mon, 13 May 2019 13:06:09 +0000 (15:06 +0200)]
Fix rich text style in reply indicator
Thibaut Girka [Mon, 13 May 2019 13:01:00 +0000 (15:01 +0200)]
Fix rich text styling on public pages
Thibaut Girka [Sun, 12 May 2019 17:11:08 +0000 (19:11 +0200)]
Fix text color of some formatted elements in notifications
nzws [Sun, 12 May 2019 03:15:42 +0000 (12:15 +0900)]
Fix some colors in light theme (#10754)
* Fix typo in light theme
* Fix background color of empty column
ThibG [Sat, 11 May 2019 21:56:07 +0000 (23:56 +0200)]
Fix incorrect reference to raw_content (it is raw_text instead) (#10753)
ThibG [Sat, 11 May 2019 20:05:39 +0000 (22:05 +0200)]
Merge pull request #1044 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
ThibG [Sat, 11 May 2019 04:46:43 +0000 (06:46 +0200)]
[Glitch] Use raw content if available on Delete & Redraft
Port front-end changes from
6d44f2441bf2aa14d11e481d9d2cfe82a74d81ed to glitch-soc
Thibaut Girka [Sat, 11 May 2019 16:23:46 +0000 (18:23 +0200)]
Merge branch 'master' into glitch-soc/merge-upstream