Commit Graph

2513 Commits

Author SHA1 Message Date
Ben Harris 87e8637524
Merge branch 'lobsters:master' into master 2023-05-15 12:09:26 -04:00
Three Planets Software 2981689c26
Update interval_helper to accept hours. (#960) 2023-05-01 17:19:49 +00:00
Patryk f3ab19ee1c
Add youtube duplicate detection (#1174) 2023-04-26 08:21:05 -05:00
Jon Charter 64ba31c4d0
Add reveal for TOTP secret for manual entry (#1172) 2023-04-23 21:43:11 +00:00
Peter Bhat Harkins 463f826f6e bump rails for CVE-2023-28120 2023-04-05 07:42:18 -05:00
dependabot[bot] e0fe200d8a
Bump rack from 2.2.6.2 to 2.2.6.4 (#1170)
Bumps [rack](https://github.com/rack/rack) from 2.2.6.2 to 2.2.6.4.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/v2.2.6.2...v2.2.6.4)

---
updated-dependencies:
- dependency-name: rack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-05 07:42:06 -05:00
Peter Bhat Harkins de4220f382 handle missing user-agent #1168 2023-04-05 07:33:58 -05:00
Kaspar Emanuel 88ccacea6c
Fix spec of bg in mobile comments speech bubble (#1169) 2023-04-05 07:31:58 -05:00
William Karsten f40518f92b
fix colors on suggested tags in dark mode (#1166) 2023-04-05 07:28:25 -05:00
William Karsten b531a50aa8
Correct an erb html escape (#1164) 2023-04-05 07:22:49 -05:00
John Pash 3d14ca7723
Feature: scroll to unread comments (#1156) 2023-03-03 02:36:56 +00:00
Peter Bhat Harkins 7c999c37c8 remove common GitHub title cruft 2023-02-22 00:25:54 -06:00
William Karsten 5b6b4349ab
Prevent wrap at various zoom levels. Fix #1161 2023-02-17 00:38:59 +00:00
John Pash f06dafcedd
Fix duplicate password, fix #1097 2023-02-15 17:10:07 +00:00
Robert Melton 1d3ad81fc2
Added aria role and levels for stories and comments (#1149) 2023-02-08 10:47:40 -06:00
Peter Bhat Harkins 29b0f1a243 /hats: don't list hats unavailable for use
Fix #1160
2023-02-08 08:14:27 -06:00
John Pash 7c9dcc55a0
fix unintentional scrolling when flagging a comment (#1153) 2023-02-03 15:33:48 +00:00
Peter Bhat Harkins 73105f2934 bump for CVEs 2023-02-03 09:12:32 -06:00
Peter Bhat Harkins 9ec9610a57 don't nest forms on settings page
Fixes #1142 and fixes #1144 by moving the external account forms out of the
settings form, which also makes a bit more logical sense reading the form.

Closes #1148, which approached this with js.
2023-02-03 09:07:07 -06:00
Pipecraft fccb22679e
Fix subnav of Upvoted Comments (#1143) 2022-12-04 00:58:23 +00:00
Andrew Shu 0ca4dbf146
fix tags selection dropdown on suggest page (#1135) 2022-12-04 00:18:55 +00:00
Ben Harris 8cbeefe1f5 archive_url doesn't exist, use story.archiveorg_url 2022-11-18 12:06:54 -05:00
Ben Harris 578e9f3fc1 use my diffbot replacement using php-readability 2022-11-18 12:06:54 -05:00
Kevin Nobel 81c28ceacd Replace Lobsters logo with ~news logo (#6) 2022-11-18 12:06:54 -05:00
Ben Harris 7e1524322b tilde.news customizations 2022-11-18 12:06:54 -05:00
Peter Bhat Harkins 30295c028a lint, test for previous 2022-11-08 23:38:27 -06:00
Peter Bhat Harkins 2c688838a4 fix rails_ujs links that POST (#1136) 2022-11-08 23:31:57 -06:00
Peter Bhat Harkins 6261204ad9 handle data-confirm popups 2022-11-08 23:31:57 -06:00
Peter Bhat Harkins 4570d7a488 better link to explain name collision 2022-11-08 23:31:47 -06:00
Peter Bhat Harkins be1824fa61
fix: filter hidden stories in active tab (#1138) 2022-11-07 18:40:47 -06:00
tassja d352908c63 rename: repo variable to isolate use to single test 2022-11-07 16:35:52 +01:00
tassja 37b2ff6bf0 test: ensure stories are hidden in active tab 2022-11-07 16:26:57 +01:00
mgomez11 6a3041a000 fix: filter hidden stories in active tab
When a story is hidden gets filtered out when loading the Active tab
2022-11-05 15:54:27 -03:00
Peter Bhat Harkins 893b0c5235 bump for CVEs 2022-10-26 07:29:19 -05:00
Peter Bhat Harkins 3d38acd99e layout fixes to 3e1f778d 2022-10-26 07:27:17 -05:00
Peter Bhat Harkins 7242071b40 whitespace, style tag x 2022-10-23 21:04:06 -05:00
Peter Bhat Harkins 3e1f778df0
replace select2 with tomselect 2022-10-23 21:03:35 -05:00
Itamar Turner-Trauring ef5a44cbe6
Clarify when a story/comment is added to the moderation queue (#1132) 2022-10-19 08:31:15 -05:00
William Karsten cf134648c0
Fix Archive Dropdown Z-index (#1130)
Stories which have a negative rating are styled with an opacity of < 1.
This results in CSS mistakes which this patch fixes by selectively targeting,
which elements receive the reduced opacity.
2022-10-19 07:54:39 -05:00
William Karsten b1c05eed8e Backport unreleased fix for Tom select
github.com/orchidjs/tom-select/issues/455
I found the bug in Tom Select. Connected with the author and got it fixed. It is unknown when the next release will be so this is the current fix.
2022-09-28 08:31:14 -05:00
William Karsten 6382b00c51 Move the TomSelect guard clause into TomSelect 2022-09-28 08:31:14 -05:00
William Karsten 9aae026829 Restructure TomSelect, placing the dropdown IN ts-control & the css changes to go with it 2022-09-28 08:31:14 -05:00
William Karsten 6bc4873774 Update app/assets/stylesheets/application.css.erb
Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
2022-09-28 08:31:14 -05:00
William Karsten 7093abf562 Update app/assets/stylesheets/application.css.erb
Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
2022-09-28 08:31:14 -05:00
William Karsten 3fe43cad69 Update app/assets/stylesheets/application.css.erb
Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
2022-09-28 08:31:14 -05:00
William Karsten 95fed898dc Update app/assets/stylesheets/application.css.erb
Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
2022-09-28 08:31:14 -05:00
William Karsten 676291420e Update app/assets/javascripts/application.js.erb
Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
2022-09-28 08:31:14 -05:00
William Karsten 1626bddb4d Update app/assets/javascripts/application.js.erb
Co-authored-by: Peter Bhat Harkins <pushcx@users.noreply.github.com>
2022-09-28 08:31:14 -05:00
William Karsten cda44721fd Change CSS so the tags dropdown is outside of the normal flow of the document. 2022-09-28 08:31:14 -05:00
William Karsten 987f654b67 Change minor style issue & insure correct sorting 2022-09-28 08:31:14 -05:00