diff --git a/.ruby-version b/.ruby-version index 460b6fd4..5b013b97 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.7.5 \ No newline at end of file +2.7.6 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 097a3176..c4a649e9 100644 --- a/Gemfile +++ b/Gemfile @@ -74,8 +74,11 @@ gem 'barnes' # Forum gem 'thredded', git: 'https://github.com/indentlabs/thredded.git', branch: 'feature/report-posts' -# gem 'thredded', git: 'https://github.com/thredded/thredded', branch: 'master' +# gem 'thredded', path: "../thredded" + +# gem 'thredded' # gem 'thredded', git: 'https://github.com/sudara/thredded', branch: 'master' + gem 'rails-ujs' gem 'language_filter' gem 'onebox', git: 'https://github.com/indentlabs/onebox.git', branch: 'notebook-engine' diff --git a/Gemfile.lock b/Gemfile.lock index 4adbb2f9..ff0259d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: https://github.com/indentlabs/onebox.git - revision: fa5addc8d1ba6e988f54a7c4a83a770ed1d638ce + revision: a9407791e1e870abb49271eca727719fb2f53917 branch: notebook-engine specs: onebox (2.2.19) @@ -26,13 +26,13 @@ GIT GIT remote: https://github.com/indentlabs/thredded.git - revision: 6ed40273e4696fc4f32013e4f2a101ff8658b960 + revision: edd58a785cd18fb2d7967c1f74aeaa92d3d82fbd branch: feature/report-posts specs: - thredded (0.16.16) + thredded (1.0.1) active_record_union (>= 1.3.0) autoprefixer-rails - db_text_search (~> 0.3.2) + db_text_search friendly_id html-pipeline htmlentities @@ -43,7 +43,7 @@ GIT nokogiri onebox (>= 1.8.99) pundit (>= 1.1.0) - rails (>= 4.2.10, != 6.0.0.rc2) + rails (>= 5.2.0, != 6.0.0.rc2) rails_gravatar rinku sanitize @@ -54,40 +54,40 @@ GIT GEM remote: https://rubygems.org/ specs: - actioncable (6.1.4.6) - actionpack (= 6.1.4.6) - activesupport (= 6.1.4.6) + actioncable (6.1.6.1) + actionpack (= 6.1.6.1) + activesupport (= 6.1.6.1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.1.4.6) - actionpack (= 6.1.4.6) - activejob (= 6.1.4.6) - activerecord (= 6.1.4.6) - activestorage (= 6.1.4.6) - activesupport (= 6.1.4.6) + actionmailbox (6.1.6.1) + actionpack (= 6.1.6.1) + activejob (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) mail (>= 2.7.1) - actionmailer (6.1.4.6) - actionpack (= 6.1.4.6) - actionview (= 6.1.4.6) - activejob (= 6.1.4.6) - activesupport (= 6.1.4.6) + actionmailer (6.1.6.1) + actionpack (= 6.1.6.1) + actionview (= 6.1.6.1) + activejob (= 6.1.6.1) + activesupport (= 6.1.6.1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.1.4.6) - actionview (= 6.1.4.6) - activesupport (= 6.1.4.6) + actionpack (6.1.6.1) + actionview (= 6.1.6.1) + activesupport (= 6.1.6.1) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.1.4.6) - actionpack (= 6.1.4.6) - activerecord (= 6.1.4.6) - activestorage (= 6.1.4.6) - activesupport (= 6.1.4.6) + actiontext (6.1.6.1) + actionpack (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) nokogiri (>= 1.8.5) - actionview (6.1.4.6) - activesupport (= 6.1.4.6) + actionview (6.1.6.1) + activesupport (= 6.1.6.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) @@ -99,26 +99,26 @@ GEM activemodel (>= 5.2.0) activestorage (>= 5.2.0) activesupport (>= 5.2.0) - activejob (6.1.4.6) - activesupport (= 6.1.4.6) + activejob (6.1.6.1) + activesupport (= 6.1.6.1) globalid (>= 0.3.6) - activemodel (6.1.4.6) - activesupport (= 6.1.4.6) + activemodel (6.1.6.1) + activesupport (= 6.1.6.1) activemodel-serializers-xml (1.0.2) activemodel (> 5.x) activesupport (> 5.x) builder (~> 3.1) - activerecord (6.1.4.6) - activemodel (= 6.1.4.6) - activesupport (= 6.1.4.6) - activestorage (6.1.4.6) - actionpack (= 6.1.4.6) - activejob (= 6.1.4.6) - activerecord (= 6.1.4.6) - activesupport (= 6.1.4.6) - marcel (~> 1.0.0) + activerecord (6.1.6.1) + activemodel (= 6.1.6.1) + activesupport (= 6.1.6.1) + activestorage (6.1.6.1) + actionpack (= 6.1.6.1) + activejob (= 6.1.6.1) + activerecord (= 6.1.6.1) + activesupport (= 6.1.6.1) + marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (6.1.4.6) + activesupport (6.1.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -130,7 +130,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) authority (3.3.0) activesupport (>= 3.0.0) - autoprefixer-rails (10.3.3.0) + autoprefixer-rails (10.4.7.0) execjs (~> 2) aws-eventstream (1.2.0) aws-partitions (1.558.0) @@ -1308,8 +1308,8 @@ GEM database_cleaner-core (2.0.1) dateslices (0.0.4) rails (> 4) - db_text_search (0.3.2) - activerecord (>= 4.1.15, < 7.0) + db_text_search (1.0.0) + activerecord (>= 4.1.15) debug_inspector (1.1.0) devise (4.8.1) bcrypt (~> 3.0) @@ -1329,7 +1329,7 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) engtagger (0.2.2) - erubi (1.10.0) + erubi (1.11.0) event_emitter (0.2.6) eventmachine (1.2.7) execjs (2.8.1) @@ -1355,7 +1355,7 @@ GEM haml (5.2.2) temple (>= 0.8.0) tilt - html-pipeline (2.14.0) + html-pipeline (2.14.2) activesupport (>= 2) nokogiri (>= 1.4) htmlentities (4.3.4) @@ -1370,7 +1370,7 @@ GEM http-form_data (2.3.0) http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) ibm_cloud_sdk_core (1.1.3) concurrent-ruby (~> 1.0) @@ -1386,7 +1386,7 @@ GEM image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) - inline_svg (1.7.2) + inline_svg (1.8.0) activesupport (>= 3.0) nokogiri (>= 1.6) jmespath (1.6.0) @@ -1398,19 +1398,19 @@ GEM railties (>= 3.2.16) json (2.5.1) jwt (2.2.3) - kaminari (1.2.1) + kaminari (1.2.2) activesupport (>= 4.1.0) - kaminari-actionview (= 1.2.1) - kaminari-activerecord (= 1.2.1) - kaminari-core (= 1.2.1) - kaminari-actionview (1.2.1) + kaminari-actionview (= 1.2.2) + kaminari-activerecord (= 1.2.2) + kaminari-core (= 1.2.2) + kaminari-actionview (1.2.2) actionview - kaminari-core (= 1.2.1) - kaminari-activerecord (1.2.1) + kaminari-core (= 1.2.2) + kaminari-activerecord (1.2.2) activerecord - kaminari-core (= 1.2.1) - kaminari-core (1.2.1) - kramdown (2.3.1) + kaminari-core (= 1.2.2) + kaminari-core (1.2.2) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) @@ -1420,7 +1420,7 @@ GEM listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.15.0) + loofah (2.18.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -1445,7 +1445,7 @@ GEM mini_portile2 (2.8.0) mini_racer (0.6.2) libv8-node (~> 16.10.0.0) - minitest (5.15.0) + minitest (5.16.2) multi_json (1.15.0) multipart-post (2.1.1) mustache (1.1.1) @@ -1453,10 +1453,10 @@ GEM netrc (0.11.0) newrelic_rpm (8.5.0) nio4r (2.5.8) - nokogiri (1.13.6) + nokogiri (1.13.8) mini_portile2 (~> 2.8.0) racc (~> 1.4) - nokogiri (1.13.6-x86_64-linux) + nokogiri (1.13.8-x86_64-linux) racc (~> 1.4) opus-ruby (1.0.1) ffi @@ -1480,15 +1480,15 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (4.0.6) + public_suffix (4.0.7) puma (5.6.4) nio4r (~> 2.0) puma-heroku (2.0.0) puma (>= 5.0, < 6.0) - pundit (2.1.1) + pundit (2.2.0) activesupport (>= 3.0.0) racc (1.6.0) - rack (2.2.3) + rack (2.2.4) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-pjax (1.1.0) @@ -1496,27 +1496,27 @@ GEM rack (>= 1.1) rack-proxy (0.7.0) rack - rack-test (1.1.0) - rack (>= 1.0, < 3) - rails (6.1.4.6) - actioncable (= 6.1.4.6) - actionmailbox (= 6.1.4.6) - actionmailer (= 6.1.4.6) - actionpack (= 6.1.4.6) - actiontext (= 6.1.4.6) - actionview (= 6.1.4.6) - activejob (= 6.1.4.6) - activemodel (= 6.1.4.6) - activerecord (= 6.1.4.6) - activestorage (= 6.1.4.6) - activesupport (= 6.1.4.6) + rack-test (2.0.2) + rack (>= 1.3) + rails (6.1.6.1) + actioncable (= 6.1.6.1) + actionmailbox (= 6.1.6.1) + actionmailer (= 6.1.6.1) + actionpack (= 6.1.6.1) + actiontext (= 6.1.6.1) + actionview (= 6.1.6.1) + activejob (= 6.1.6.1) + activemodel (= 6.1.6.1) + activerecord (= 6.1.6.1) + activestorage (= 6.1.6.1) + activesupport (= 6.1.6.1) bundler (>= 1.15.0) - railties (= 6.1.4.6) + railties (= 6.1.6.1) sprockets-rails (>= 2.0.0) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) rails-jquery-autocomplete (1.0.5) rails (>= 3.2) @@ -1536,11 +1536,11 @@ GEM sassc-rails (>= 1.3, < 3) rails_gravatar (1.0.4) actionview - railties (6.1.4.6) - actionpack (= 6.1.4.6) - activesupport (= 6.1.4.6) + railties (6.1.6.1) + actionpack (= 6.1.6.1) + activesupport (= 6.1.6.1) method_source - rake (>= 0.13) + rake (>= 12.2) thor (~> 1.0) rake (13.0.6) rb-fsevent (0.11.0) @@ -1622,10 +1622,10 @@ GEM textstat (0.1.7) text-hyphen (~> 1.4, >= 1.4.1) thor (1.2.1) - tilt (2.0.10) + tilt (2.0.11) timeago_js (3.0.2.2) tribute (3.6.0.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -1654,7 +1654,7 @@ GEM websocket-extensions (0.1.5) word_count_analyzer (1.0.1) engtagger - zeitwerk (2.5.4) + zeitwerk (2.6.0) PLATFORMS ruby diff --git a/app/controllers/content_controller.rb b/app/controllers/content_controller.rb index 8d115431..94b4282e 100644 --- a/app/controllers/content_controller.rb +++ b/app/controllers/content_controller.rb @@ -508,7 +508,10 @@ class ContentController < ApplicationController @attribute_field = AttributeField.find_by(id: params[:field_id].to_i) attribute_value = @attribute_field.attribute_values.order('created_at desc').find_or_initialize_by(entity_params) attribute_value.user_id ||= current_user.id - attribute_value.value = field_params.fetch('value', '').to_i + + new_universe_id = field_params.fetch('value', nil).to_i + new_universe_id = nil if new_universe_id == 0 + attribute_value.value = new_universe_id attribute_value.save! @content = entity_params.fetch('entity_type').constantize.find_by( diff --git a/app/controllers/folders_controller.rb b/app/controllers/folders_controller.rb index cb5b5282..715b90ee 100644 --- a/app/controllers/folders_controller.rb +++ b/app/controllers/folders_controller.rb @@ -16,8 +16,12 @@ class FoldersController < ApplicationController end def destroy + # Relocate all documents in this folder to the root "folder" Document.where(folder_id: @folder.id).update_all(folder_id: nil) + # Relocate all child folders in this folder to the root "folder" + Folder.where(parent_folder_id: @folder.id).update_all(folder_id: nil) + @folder.destroy! redirect_to(documents_path, notice: "Folder #{@folder.title} deleted!") end diff --git a/app/controllers/thredded_proxy_controller.rb b/app/controllers/thredded_proxy_controller.rb index 4c408ffe..baf9d06b 100644 --- a/app/controllers/thredded_proxy_controller.rb +++ b/app/controllers/thredded_proxy_controller.rb @@ -28,4 +28,6 @@ class ThreddedProxyController < ApplicationController document = ForumsProsifyService.save_to_document(current_user, topic) redirect_to document, notice: "Thread saved to document!" end + + end diff --git a/app/javascript/components/Footer.js b/app/javascript/components/Footer.js index f9354f26..012fad14 100644 --- a/app/javascript/components/Footer.js +++ b/app/javascript/components/Footer.js @@ -22,7 +22,7 @@ class Footer extends React.Component { - Notebook.ai © 2016-2021 + Notebook.ai © 2016-2022 Indent Labs, LLC diff --git a/app/models/concerns/has_changelog.rb b/app/models/concerns/has_changelog.rb index 2d543733..5dc9eab6 100644 --- a/app/models/concerns/has_changelog.rb +++ b/app/models/concerns/has_changelog.rb @@ -40,6 +40,7 @@ module HasChangelog before_update do if self.is_a?(Attribute) # todo how to get current_user? + ContentChangeEvent.create( user: find_current_user, changed_fields: changes, diff --git a/app/services/documents/analysis/third_party/ibm_watson_service.rb b/app/services/documents/analysis/third_party/ibm_watson_service.rb index 34b2526d..0535f70a 100644 --- a/app/services/documents/analysis/third_party/ibm_watson_service.rb +++ b/app/services/documents/analysis/third_party/ibm_watson_service.rb @@ -44,7 +44,7 @@ module Documents # } # ] analysis.document_entities = [] - watson.dig('entities').each do |entity| + watson.fetch('entities', []).each do |entity| analysis.document_entities.build( entity_type: entity_type_map_to_notebook_entity_type.fetch(entity.dig('type'), entity.dig('type')), text: entity.dig('text'), @@ -67,7 +67,7 @@ module Documents # "dbpedia_resource": "http://dbpedia.org/resource/Jeph_Loeb" # }, analysis.document_concepts = [] - watson.dig('concepts').each do |concept| + watson.fetch('concepts', []).each do |concept| analysis.document_concepts.build( text: concept.dig('text'), relevance: concept.dig('relevance'), @@ -83,7 +83,7 @@ module Documents # } # ] analysis.document_categories = [] - watson.dig('categories').each do |category| + watson.fetch('categories', []).each do |category| analysis.document_categories.build( label: category.dig('label'), score: category.dig('score') diff --git a/app/services/forum_replacement_service.rb b/app/services/forum_replacement_service.rb index 8eb38abe..d0fa9a56 100644 --- a/app/services/forum_replacement_service.rb +++ b/app/services/forum_replacement_service.rb @@ -126,10 +126,12 @@ class ForumReplacementService < Service 'computers' => 'electrical miracleboxes', 'confuse' => 'bumfuzzle', 'confused' => 'bumfuzzled', - 'cookie' => 'choco chip bicky wicky', - 'cookies' => 'choco chip bicky wickies', + 'cookie' => 'naughty biscotti', + 'cookies' => 'naughty biscottis', 'counterclockwise' => 'widdershin', 'courtroom' => 'legal objectionbox', + 'cowboy' => 'colorado desparado', + 'cowboys' => 'colorado desparados', 'cranberry' => 'wild redbean', 'crazy' => 'bonkers', 'cumberbatch' => 'Cramplescrunch', @@ -146,8 +148,8 @@ class ForumReplacementService < Service 'doorknob' => 'twisting plankhandle', 'doorknobs' => 'twisting plankhandles', 'doors' => 'wobbly flip-shutters', - 'dragon' => "big boppin' fire droppin' flyin' thing", - 'dragons' => "big boppin' fire droppin' flyin' things", + 'dragon' => "wizard lizard", + 'dragons' => "wizard lizards", 'earth' => 'earth', 'electric' => 'electric', 'end my suffering' => "I'm having an absolutely fine time", @@ -166,6 +168,8 @@ class ForumReplacementService < Service 'fireworks' => 'merry fizzlebombs', 'fish' => 'aquatic blooper', 'fishes' => 'aquatic bloopers', + 'flower' => 'frilly lily', + 'flowers' => 'frilly lilies', 'fortnite' => 'hippity buildershooter', 'forums' => 'words warehouse', 'foo' => 'foooooooooooooooooooooooooooo', @@ -196,6 +200,7 @@ class ForumReplacementService < Service 'hip' => 'hep', 'history' => 'lastpast yesteryear', 'homework' => 'timey wimey studystruggles', + 'honey' => 'bees cheese', 'hot chocolate' => 'boiled chocowater', 'ice cold' => 'cooler than being cool', 'icky' => 'oofy doofy', @@ -218,6 +223,8 @@ class ForumReplacementService < Service 'lightbulb' => 'ceiling-bright', 'lightbulbs' => 'ceiling-brights', 'lizard people' => 'definitely normal human beings', + 'llama' => 'coat goat', + 'llamas' => 'coat goats', 'lock' => 'lumberlatch', 'locks' => 'lumberlatches', 'marker' => 'crockety snapwicket', @@ -231,8 +238,8 @@ class ForumReplacementService < Service 'mittens' => 'hand socks', 'money' => 'molded cheddar', 'moon' => 'night cheese', - 'mosquito' => 'buzzy itchybee', - 'mosquitoes' => 'buzzy itchybees', + 'mosquito' => 'mighty bitey', + 'mosquitoes' => 'mighty biteys', 'movie' => 'magical moving picture', 'movies' => 'magical moving pictures', 'murder' => 'mucduc', @@ -240,11 +247,15 @@ class ForumReplacementService < Service 'netflix and chill' => 'hulu and vibe', 'nice' => 'noice', 'night' => 'shadowtime', + 'novel' => 'fiction depiction', + 'novels' => 'fiction depictions', 'nugget' => "lil' nuggy", 'nuggets' => "lil' nuggies", 'oh no' => '', 'offensive' => 'bogue', 'oof' => 'oooooooooooooooooooooooooooooooooooooof', + 'oven' => 'boiler-broiler roasty-toasty', + 'ovens' => 'boiler-broiler roasty-toasties', 'owo' => '(◕‿◕✿)', 'pancake' => 'roundy-yum', 'pancakes' => 'roundy-yums', @@ -275,6 +286,8 @@ class ForumReplacementService < Service 'reverse' => 'esrever', 'road' => 'cobble-stone-clippity-clop', 'roads' => 'cobble-stone-clippity-clops', + 'rocking chair' => 'knitter-sitter', + 'rocking chairs' => 'knitter-sitters', 'room' => 'human containment unit', 'same' => 'same', 'sandwich' => 'breaddystack', @@ -288,6 +301,8 @@ class ForumReplacementService < Service 'shenanigans' => 'silly fun', 'shoe' => 'leather winklepicker', 'shoes' => 'leather winklepickers', + 'shrimp' => 'chill krill', + 'shrimps' => 'chill krills', 'sick' => 'collywobble icky', 'skiing' => 'slippery snownoodle moving', 'skydiving' => 'falling out of the sky', @@ -310,6 +325,8 @@ class ForumReplacementService < Service 'stupid' => 'stoopid', 'success' => 'Yahtzee!', 'summer' => 'sunseason', + 'sunset' => 'skylight twilight', + 'sunsets' => 'skylight twilights', 'sup' => 'soup', 'sweater' => 'sheepity sleepity', 'sweaters' => 'sheepity sleepities', diff --git a/app/views/content/display/attribute_value/_universe.html.erb b/app/views/content/display/attribute_value/_universe.html.erb index d7b08180..6c5e9ed5 100644 --- a/app/views/content/display/attribute_value/_universe.html.erb +++ b/app/views/content/display/attribute_value/_universe.html.erb @@ -1,4 +1,5 @@ <%# Treat universe values as if they're just link fields %> + <%= render partial: "content/display/attribute_value/link", locals: { value: value.map { |universe| "Universe-#{universe.id}" }, content: content } diff --git a/app/views/content/form/field_types/_universe.html.erb b/app/views/content/form/field_types/_universe.html.erb index 4854f792..c44996fb 100644 --- a/app/views/content/form/field_types/_universe.html.erb +++ b/app/views/content/form/field_types/_universe.html.erb @@ -5,7 +5,7 @@ <%= f.label field[:id], field[:label] %> - <% if !page.persisted? || (page.persisted? && page.universe && page.universe.user == current_user) || page.universe_id.nil? %> + <% if page.new_record? || (page.persisted? && page.universe && page.universe.user == current_user) || page.universe_id.nil? # || page.universe_id.zero? %> <%# todo not like this %> <% valid_universes = [] @@ -17,13 +17,15 @@ else # Premium content if current_user.on_premium_plan? \ - || PermissionService.user_has_active_promotion_for_this_content_type(user: current_user, content_type: page.class.name) + || PermissionService.user_has_active_promotion_for_this_content_type(user: current_user, content_type: page.class.name) \ + || page.user == current_user valid_universes += current_user.universes # Allow premium users to add premium content to non-premium universes valid_universes += current_user.contributable_universes else + show_premium_notice = true end diff --git a/app/views/thredded/posts/_post.html.erb b/app/views/thredded/posts/_post.html.erb index 3d6306b4..d744516e 100644 --- a/app/views/thredded/posts/_post.html.erb +++ b/app/views/thredded/posts/_post.html.erb @@ -3,18 +3,18 @@ blocked_post = user_signed_in? && post.user.present? && post.user.blocked_by?(current_user) %> -<% - # Mute the post if it's one line that starts with ( and ends with ) - muted_post = post.present? && post.to_model.content.split("\n").reject(&:empty?).all? { |paragraph| paragraph.strip.start_with?('(') && paragraph.strip.end_with?(')') } - muted_post_classes = 'muted-thredded-post' -%> - <% if blocked_post %>
1 message hidden.
<% else %> + <% + # Mute the post if it's one line that starts with ( and ends with ) + muted_post = post.present? && post.to_model.content.split("\n").reject(&:empty?).all? { |paragraph| paragraph.strip.start_with?('(') && paragraph.strip.end_with?(')') } + muted_post_classes = 'muted-thredded-post' + %> + <%= render 'thredded/posts_common/before_first_unread_post', post: post if post.first_unread_in_page? %> <%= content_tag :article, id: dom_id(post), class: "thredded--post thredded--#{post.read_state}--post #{muted_post ? muted_post_classes : 'card'}" do %> <%= render 'thredded/posts_common/actions', post: post, actions: local_assigns[:actions] %> @@ -28,4 +28,4 @@

<% end %> <% end %> -<% end %> \ No newline at end of file +<% end %> diff --git a/app/views/thredded/users/_link.html.erb b/app/views/thredded/users/_link.html.erb index 6268cc76..66736bd7 100644 --- a/app/views/thredded/users/_link.html.erb +++ b/app/views/thredded/users/_link.html.erb @@ -6,8 +6,14 @@ <%= user.thredded_display_name %> <% else %> + <%= user.thredded_display_name %> + <% if user.forum_moderator? %> + + health_and_safety + + <% end %> <%= render partial: 'thredded/users/badge', locals: { user: user } %> <% end %> diff --git a/app/views/timelines/edit.html.erb b/app/views/timelines/edit.html.erb index 0f14ce5c..0a2846c2 100644 --- a/app/views/timelines/edit.html.erb +++ b/app/views/timelines/edit.html.erb @@ -229,6 +229,7 @@