rhymes
1d9ef3afa7
Fix community name ( #2415 )
...
* Add community_qualified_name helper for the homepage
* Fix more community names
2019-04-13 16:12:21 -04:00
Anna Buianova
d27874adc9
Move estimating user default language to ActiveJob ( #2373 )
...
* Move estimating user language logic to a service object
* Call a service from a User#estimate_default_language!
* ActiveJob for estimating default user language
* Call ActiveJob from the User#estimate_default_language
* Handle nil user email when estimating default language
* Switch user.estimate_default_language_without_delay! to estimate_default_language! in specs
2019-04-13 15:54:22 -04:00
Mario See
fc318acd97
allow codesandbox to accept runonclick ( #2381 )
...
* allow codesandbox to accept runonclick
- runonclick=1 lets the user load the codesandbox when they decide
- added runonclick tests to spec
* documentation to editor_guide
2019-04-13 15:53:28 -04:00
Princess Oluebube Egbuna
445a41d8ee
Fix typo on community moderation guideline page ( #2394 )
...
This commit fixes two grammatical errors on the community moderation guideline page.
2019-04-13 14:26:31 -04:00
Desi Rottman
803771d081
remove Product Roadmap link from TOC ( #2423 )
...
it looks like the Product Roadmap section of the Read Me was removed at 65bdaa86f3 (diff-04c6e90faac2675aa89e2176d2eec7d8) , so that anchor was broken. this removes the link from the Table Of Contents.
2019-04-13 13:26:24 -04:00
Ben Halpern
dec44cd34e
Move themes config into separate partial and add logo theme-ability ( #2427 )
...
* Remove honeycomb code from config.ru
* Modify pink theme and minor other theme adjustments
* Fix schema
2019-04-13 13:11:18 -04:00
Ali Spittel
409c280c10
pinkify DEV ( #2425 )
2019-04-13 11:25:02 -04:00
Desi Rottman
92eab3aa49
Fix grammar error in "thumbsdown" description ( #2391 ) [ci skip]
2019-04-12 11:49:44 -04:00
Tim Lange
6daec136bf
UX: Fix draft in nightmode ( #2382 )
2019-04-12 10:30:42 -04:00
Anna Buianova
25cafaae8c
Add missing indexes to comments table ( #2413 )
2019-04-12 06:18:06 -04:00
Ben Halpern
a0b205330c
Add fragment cache to tag page ( #2403 )
...
* Add fragment cache to tag page
* Add whether user is logged in to cache key
2019-04-12 01:29:49 -04:00
Ben Halpern
9578a15579
Remove unnecessary map functions in stories controller ( #2402 )
2019-04-12 01:10:08 -04:00
Ben Halpern
c68228cda6
Add sidebar condition for homepage cache ( #2404 )
2019-04-12 01:06:41 -04:00
Ben Halpern
8c740b77ac
Add additional fragment caching to home page ( #2401 )
2019-04-12 00:42:28 -04:00
rhymes
0d24dee4f0
Use touch a little bit less ( #2395 )
2019-04-11 23:43:54 -04:00
yasmeen roumie
c373a6a2e9
Fix typos ( #2396 )
2019-04-11 22:12:18 -04:00
Brandon Lyons
bab2b8bcfe
Fixed spacing typo ( #2388 ) [ci-skip]
2019-04-11 17:49:01 -04:00
Alissa
4eadd21854
Update community moderation copy [ci skip]
2019-04-11 17:41:38 -04:00
Andy Zhao
d1241d3c16
Touch profile_updated_at when updating social usernames ( #2386 )
...
* Use better description for test
* Test for new profile_updated_at touches
* Touch profile_updated_at when removing an auth
* Touch profile_updated_at when authing w/ new social username
2019-04-11 16:32:45 -04:00
Kushagra Gour
8f03f87087
settings.scss: Fix color contrast in text colors ( #2372 )
...
The text colour of the alert messages was failing the accessible colour contrast requirement of 4.5:1.
2019-04-11 16:32:06 -04:00
Tim Lange
e3aefb7b18
UX: Fixed no results found in nightmode ( #2384 )
2019-04-11 16:30:33 -04:00
Tim Lange
696b90ec32
UX: Fixed figcaption in nightmode ( #2383 )
2019-04-11 16:30:13 -04:00
Jess Lee
6629404ad9
Community Moderation Page ( #2364 )
...
* add more copy about bulk updating
* add the new file whooops
2019-04-11 15:40:35 -04:00
rhymes
5782ffd7e0
Use published scope for articles ( #2374 )
...
* Use published scope for articles
* Fix variable name
* The sequencing in the union query matters
* Fix spec
* Restore a published: true condition
* This test is actually misleading due to the union
* Revert this change, not sure why it's not a relation
* Fix useless diff
2019-04-11 13:18:26 -04:00
rhymes
a09bf20503
Remove unused attr_reader ( #2376 ) [ci skip]
2019-04-11 12:47:15 -04:00
Jan Keromnes
a4484021e8
Ensure Gitpod init always succeeds ( #2379 )
2019-04-11 12:31:50 -04:00
Ben Halpern
f0d2dfff84
Remove honeycomb code from config.ru ( #2378 )
2019-04-11 11:58:13 -04:00
Andy Zhao
8ef611f879
Remove Honeycomb from the app ( #2366 )
...
* Remove Honeycomb related gems
* Remove Honeycomb related code from controllers
* Remove Honeycomb from RSS Reader
* Remove Honeycomb related files
* Remove Honeycomb related tests
* Remove leftover Honeycomb methods
2019-04-11 10:49:35 -04:00
Jess Lee
f637d9e02b
Manage tag and community mod lists in Mailchimp ( #2362 )
...
* add moderation email list columns
* automate tag moderator mailing list
* reorder logic for tag mod list
* add community mod list
* remove trusted privileges when reverting a user to a regular member
* automatically make tag mods community mods
* fix merge conflicts
* add community view
* make methods less complex based on code climate sugggestion
* add specs
* refactor tag moderator module
* fix spec
2019-04-10 14:45:06 -04:00
Tim Lange
1c285ba2c5
UX: Fixed comment preview in darkmode ( #2363 )
2019-04-10 14:44:00 -04:00
rhymes
b7b5232835
Rubocop: regenerate todo and fix RSpec/FilePath ( #2358 )
...
* Regenerate rubocop todo
* Fix RSpec/FilePath
2019-04-10 12:17:05 -04:00
Tim Lange
cd34243a14
UX: Made sloan transparent -> now working in night theme ( #2353 )
...
* UX: Made sloan transparent -> now working in night theme
* FIX: Added fallback for color
2019-04-10 11:01:40 -04:00
Mario See
4ca70f202e
add phpc.social to mastodon list ( #2352 )
2019-04-10 10:58:05 -04:00
rhymes
d0441bb456
Enable Rails/TimeZone cop ( #2334 ) [ci skip]
2019-04-09 15:38:28 -04:00
Jess Lee
de76f3722f
Do not require author for note to display ( #2350 )
2019-04-09 15:13:27 -04:00
Tim Lange
6c6a4516df
Improve footer's width ( #2166 )
2019-04-09 14:17:41 -04:00
Ben Halpern
81c44b7bfa
Only set cache control header on videos index page ( #2346 )
2019-04-08 20:13:35 -04:00
Andy Zhao
53d3091f73
Add single article functionality to articles analytics ( #2339 )
...
* Add specs for single article functionality
* Add single article functionality
* Use article_id instead of single_article_id
* Add published: true when querying for one article
* Use article_id in specs oops
2019-04-08 19:57:13 -04:00
Anna Buianova
f1d371c670
Set users email to nil instead of blank ( #2305 )
...
* Set users email to nil instead of blank
* Remove uniqueness validation duplication for users
* Fix organization following test in case the name contains quotes
2019-04-08 19:12:56 -04:00
Ben Halpern
27e7d5c3b9
Remove unnecessary queries from user save ( #2342 )
...
* Remove unnecessary queries from user save
* Fix test and modify follow suggestions query
2019-04-08 19:05:58 -04:00
cyrillefr
4fd66372dc
Enable Layout/AlignParameters ( #2340 )
...
Check if the parameters on a multi-line method call or definition are aligned.
Resolves : #2021
2019-04-08 18:47:34 -04:00
Andy Zhao
36a21cd0f2
Add tech admin role and allow tech admins to view /delayed_job ( #2343 )
...
* Add tech support role
* Add tech support permission method
* Enabled /delayed_job for tech support users
* Fix typo oops
* Add tests for tech support viewing /delayed_job
* Fix typo again...
* Rename tech role to tech admin
2019-04-08 18:00:59 -04:00
Ben Halpern
dfbea4c0bd
Fix social share text bugs ( #2341 )
2019-04-08 17:43:27 -04:00
Ben Halpern
bd95c6a8bf
Fix human language detection ( #2338 )
...
* Update language detection
* Modify feed to account for languages
2019-04-08 15:47:29 -04:00
dependabot[bot]
c406650197
Bump rails-assets-airbrake-js-client from 1.5.0 to 1.6.6 ( #2330 )
...
Bumps rails-assets-airbrake-js-client from 1.5.0 to 1.6.6.
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 13:07:58 -04:00
dependabot[bot]
65b3418b06
Bump autoprefixer-rails from 9.4.3 to 9.5.1 ( #2332 ) [ci skip]
...
Bumps [autoprefixer-rails](https://github.com/ai/autoprefixer-rails ) from 9.4.3 to 9.5.1.
- [Release notes](https://github.com/ai/autoprefixer-rails/releases )
- [Changelog](https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ai/autoprefixer-rails/compare/9.4.3...9.5.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 12:59:04 -04:00
dependabot[bot]
aea63bcaca
Bump marked from 0.6.1 to 0.6.2 ( #2328 ) [ci skip]
...
Bumps [marked](https://github.com/markedjs/marked ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Commits](https://github.com/markedjs/marked/compare/v0.6.1...v0.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 12:55:29 -04:00
dependabot[bot]
885482a96a
Bump jest-fetch-mock from 2.1.1 to 2.1.2 ( #2326 ) [ci skip]
...
Bumps [jest-fetch-mock](https://github.com/jefflau/jest-fetch-mock ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/jefflau/jest-fetch-mock/releases )
- [Commits](https://github.com/jefflau/jest-fetch-mock/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 12:51:38 -04:00
dependabot[bot]
65bc1b02cc
Bump devise from 4.6.1 to 4.6.2 ( #2329 ) [ci skip]
...
Bumps [devise](https://github.com/plataformatec/devise ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/plataformatec/devise/releases )
- [Changelog](https://github.com/plataformatec/devise/blob/master/CHANGELOG.md )
- [Commits](https://github.com/plataformatec/devise/compare/v4.6.1...v4.6.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 12:50:31 -04:00
dependabot[bot]
d9c7a2f52f
Bump twilio-video from 1.16.0 to 1.17.0 ( #2327 )
...
Bumps [twilio-video](https://github.com/twilio/twilio-video.js ) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/twilio/twilio-video.js/releases )
- [Changelog](https://github.com/twilio/twilio-video.js/blob/1.17.0/CHANGELOG.md )
- [Commits](https://github.com/twilio/twilio-video.js/compare/1.16.0...1.17.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 11:35:21 -04:00