Karina Kwiatek
520f7eb9ef
Show toasts on pin/unpin
2023-02-12 20:29:36 +01:00
Karina Kwiatek
6724aef105
Order pinned answers by when they were pinned
2023-02-12 20:19:50 +01:00
Karina Kwiatek
854cf2662e
Specify username param for pin/unpin path
2023-02-12 20:19:50 +01:00
Karina Kwiatek
736ca4d6b0
Use a policy for pinning/unpinning
2023-02-12 20:19:50 +01:00
Karina Kwiatek
2d6ff76461
Appease the dog overlords
2023-02-12 20:19:50 +01:00
Karina Kwiatek
2ee25d264f
Simplify pinned check in answerbox
...
This is hidden by CSS in the prior case anyway
2023-02-12 20:19:50 +01:00
Karina Kwiatek
fa68ab27d7
Limit to 10 pinned answers
2023-02-12 20:19:50 +01:00
Karina Kwiatek
de73532bef
Show indicator for pinned answers
2023-02-12 20:19:50 +01:00
Karina Kwiatek
6cbce2c157
Require authentication on unpin endpoint
2023-02-12 20:19:50 +01:00
Karina Kwiatek
410d9b5d8e
Implement unpinning answers
2023-02-12 20:19:50 +01:00
Karina Kwiatek
b196909b79
Create frontend endpoint for pinning answers
2023-02-12 20:19:50 +01:00
Karina Kwiatek
5b1340b793
Appease the dog overlords
2023-02-12 20:19:50 +01:00
Karina Kwiatek
3451ae1fb0
Display pinned answers on profiles
2023-02-12 20:19:50 +01:00
Karina Kwiatek
c2baa86c09
Add `pinned_at` to answers
2023-02-12 20:19:50 +01:00
Andreas Nedbal
ed20ad9237
Fix class check for parameter errors
2023-02-12 20:16:36 +01:00
Andreas Nedbal
5a192a3598
Turn `turbo_stream_actions` into a class method
...
Co-Authored-By: Georg Gadinger <nilsding@nilsding.org>
2023-02-12 20:16:36 +01:00
Andreas Nedbal
c3fa2701ba
Appease the dog overlords
2023-02-12 20:16:36 +01:00
Andreas Nedbal
c880fade4e
Add TurboStreamable concern to Settings::MutesController
2023-02-12 20:16:36 +01:00
Andreas Nedbal
f2024a990e
Add TurboStreamable concern to AnonymousBlock controller
2023-02-12 20:16:36 +01:00
Andreas Nedbal
5cb96a7907
Fix anonymous blocks causing exceptions without inboxes
2023-02-12 20:16:36 +01:00
Andreas Nedbal
4c0948c6d1
Add Stimulus toast controller
2023-02-12 20:16:36 +01:00
Andreas Nedbal
b38a048e92
Added TurboStreamable concern
2023-02-12 20:16:36 +01:00
Georg Gadinger
e1aee89be0
remove expired service connection notifications
2023-02-12 19:26:31 +01:00
Georg Gadinger
065d35c288
well_known/node_info: remove twitter as outbound service
2023-02-12 19:04:01 +01:00
Andreas Nedbal
484badb555
Remove services reference from inbox Turbo Stream view
2023-02-12 18:44:33 +01:00
Karina Kwiatek
0c3e54de6b
Use icons with tooltips instead
2023-02-12 18:21:14 +01:00
Karina Kwiatek
dd3f86988a
Localise strings for question visibility
2023-02-12 18:21:14 +01:00
Karina Kwiatek
615c60d420
Highlight direct questions in own question lists
2023-02-12 18:21:14 +01:00
Georg Gadinger
606629577a
make URI.parse part of the validation for the sharing URL
...
the regexp alone and web browsers allows URLs to contain non-ASCII
characters, which `URI.parse` does not like -- resulting in the inbox
page to suddenly break.
also changed the `redirect_to` in the controller to a `render :edit` so
that validation errors are shown properly
2023-02-10 20:48:15 +01:00
Karina Kwiatek
59c0dce9b4
Disable relationship action buttons while waiting for a response
2023-02-07 23:39:13 +01:00
Georg Gadinger
9a77b89cda
use remote_ip 2: electric boogaloo
2023-02-07 07:38:59 +01:00
Andreas Nedbal
b0f5294243
Appease the dog overlords
2023-02-05 21:54:51 +01:00
Andreas Nedbal
2cb98fc2e0
Hide the custom share button if the URL is blank
2023-02-05 21:54:51 +01:00
Andreas Nedbal
024127e62f
Remove connected user transformation from TwitteredMarkdown
2023-02-05 21:54:51 +01:00
Andreas Nedbal
490a06af27
Allow `sharing_custom_url` to be empty
2023-02-05 21:54:51 +01:00
Andreas Nedbal
47d1f5ccff
Validate format of `sharing_custom_url`
2023-02-05 21:54:51 +01:00
Andreas Nedbal
8f0ae5171d
Appease the dog overlords
2023-02-05 21:54:51 +01:00
Andreas Nedbal
83aa4ed1bc
Implement new sharing layout
2023-02-05 21:54:51 +01:00
Andreas Nedbal
a4195a158f
Update TypeScript to support new sharing feature
2023-02-05 21:54:51 +01:00
Andreas Nedbal
7589d66686
Remove service reference in question generation
2023-02-05 21:54:51 +01:00
Andreas Nedbal
da0a5fb98d
Add inbox sharing Stimulus controller
2023-02-05 21:54:51 +01:00
Andreas Nedbal
a56db2256b
Return sharing options when answering a question
2023-02-05 21:54:51 +01:00
Andreas Nedbal
926be13fa6
Add `Settings::SharingController`
2023-02-05 21:54:51 +01:00
Andreas Nedbal
83d386267a
Remove inbox entry options collapse
2023-02-05 21:54:51 +01:00
Andreas Nedbal
52ae7fbb81
Remove service-related views
2023-02-05 21:54:51 +01:00
Andreas Nedbal
06d7db7ff8
Remove ShareWorker
2023-02-05 21:54:51 +01:00
Andreas Nedbal
d520755bc2
Remove service model
2023-02-05 21:54:51 +01:00
Andreas Nedbal
c327eee38e
Remove services controller
2023-02-05 21:54:51 +01:00
Andreas Nedbal
a2e45c85bf
Add migration to enable sharing for legacy service owners
2023-02-05 21:54:51 +01:00
Georg Gadinger
f1a545aea5
use remote_ip
2023-02-04 22:31:53 +01:00