Commit Graph

762 Commits

Author SHA1 Message Date
Andreas Nedbal 7c475b5ff3 Add advanced frontpage layout config option 2024-08-11 20:33:51 +02:00
Andreas Nedbal 66a1998957 Make site tagline configurable 2024-08-10 21:59:50 +02:00
Andreas Nedbal 1e267c8031 Add no sign-up locale variant for "require user" option 2024-08-10 01:52:00 +02:00
Jyrki Gadinger ca98b9dd7f move site config from initialiser to own module for potential improvements in how to access common configs when needed ... way better than using `.dig` by hand everywhere i'd say 2024-08-10 01:52:00 +02:00
Andreas Nedbal 6cc8ebcba3 Add ability to disable registrations 2024-08-10 01:52:00 +02:00
Ivan Stanton 652df25186 questions: remove redundant or ungrammatical items 2024-08-06 03:34:51 +02:00
Andreas Nedbal 997953565f Localize uniqueness validation message
Otherwise it'd say "Parent already taken" instead of "Target already smiled"
2024-03-19 22:45:19 +01:00
Andreas Nedbal 165fbd800c Add locale for `question_too_long` error 2024-03-10 21:23:14 +01:00
Andreas Nedbal 9d7228d87a Make inbox entries visible in Rails Admin again 2024-03-10 19:18:39 +01:00
Andreas Nedbal 07cafb9b30 Use new date format in notifications 2024-03-10 17:29:55 +01:00
Georg Gadinger fcfc28978c annotate rendered views with file names in dev 2024-03-10 01:59:13 +01:00
Andreas Nedbal f4095c42ec Adjust `time_tooltip` method to show shorter time format 2024-03-02 22:43:39 +01:00
Andreas Nedbal 507c27da06 Add Bluesky to answerbox sharing options 2024-03-01 21:14:59 +01:00
Andreas Nedbal d87a4adf96 Add links to user actions to filter reports by/from users 2024-02-27 23:58:05 +01:00
Andreas Nedbal 50126cc4c4 Implement report filtering interface 2024-02-27 22:55:54 +01:00
Andreas Nedbal 6211747ec4 Remove report filtering navigation entries 2024-02-27 22:55:54 +01:00
Andreas Nedbal 779dd245f5 Remove type parameter default value for reports listing 2024-01-25 20:52:19 +01:00
Andreas Nedbal a9e4265a1a Add scheduled job to clean up orphaned inbox entries 2024-01-22 19:51:39 +01:00
Andreas Nedbal 88040cebe7 Remove superfluous locales 2024-01-14 16:06:14 +01:00
Andreas Nedbal ae41cd03fc Fix missing anonymous hint translation 2024-01-14 16:06:14 +01:00
Karina Kwiatek d5c6d7a867 Fix missing translation on post comment button 2023-12-17 23:51:01 +01:00
Karina J. Kwiatek ca2088ba8f
Merge pull request #1513 from Retrospring/fix/image-upload-constraints 2023-12-17 23:13:31 +01:00
Karina J. Kwiatek 60b7c23a8b
Merge pull request #1512 from Retrospring/feature/send-to-own-inbox 2023-12-17 23:13:20 +01:00
Karina Kwiatek 2721e050c6 Remove accepted_image_formats from justask.yml.example 2023-12-12 00:22:36 +01:00
Andreas Nedbal 66878544bf Disclose permanent ban duration in login notice 2023-12-11 23:20:40 +01:00
Karina Kwiatek b02375985a Add option to send question to own inbox 2023-12-11 23:14:58 +01:00
Andreas Nedbal 2a0b163bf1
Apply review suggestion from @raccube
Co-authored-by: Karina J. Kwiatek <6197148+raccube@users.noreply.github.com>
2023-12-11 20:05:53 +01:00
Andreas Nedbal 0d22f26cea Add note to question modal if current user has no followers 2023-12-11 00:42:26 +01:00
Andreas Nedbal e428d1e0c8 Add note to follower asking modal if on a user profile 2023-12-11 00:16:43 +01:00
Andreas Nedbal 32456a0f30 Add empty hint for questions 2023-12-10 22:39:58 +01:00
Andreas Nedbal 3c3b9a7719 Add empty hint for home timelines 2023-12-10 22:39:58 +01:00
Andreas Nedbal b2220cf38b Add empty hint for inbox 2023-12-10 22:39:58 +01:00
Andreas Nedbal 0ef69eac69 Add empty hints for moderation views 2023-12-10 22:39:58 +01:00
Andreas Nedbal 499b525a0e Add empty hints for user pages 2023-12-10 22:39:58 +01:00
Andreas Nedbal eb56ab87be Add empty hint shared template 2023-12-10 22:39:58 +01:00
Andreas Nedbal 7f86fb2500 Add locales for reactions controller actions 2023-12-09 00:59:14 +01:00
Andreas Nedbal 4e434dd268 Remove legacy SmileController 2023-12-09 00:59:14 +01:00
Andreas Nedbal 9872d3aace Implement reaction create/destroy with Turbo Streams 2023-12-09 00:59:14 +01:00
Karina Kwiatek 88fc0647b4 Place Reactions in User Content within Rails Admin 2023-12-08 00:25:44 +01:00
Ahmed Ejaz bfe1851969 #1448, add notification toast for copy success & failure 2023-11-26 17:12:56 +01:00
Ahmed Ejaz 93d67a8307 #1448, add copy to clipboard option 2023-11-26 17:12:56 +01:00
Ahmed Ejaz 4314010535 #1423, fix missing translation issue 2023-11-06 20:14:41 +01:00
Andreas Nedbal 80b0df1ddd
Merge branch 'main' into task/refactor-comment-controller 2023-10-29 21:54:32 +01:00
Andreas Nedbal ca043d56ef Rename `ReactionController` to `ReactionsController` 2023-10-29 21:52:38 +01:00
Andreas Nedbal 5d093c621b Rename `#show` to `#index` action for comment reactions 2023-10-29 21:48:41 +01:00
Andreas Nedbal e8e833f9bd Move comment reactions into own controller 2023-10-29 21:32:39 +01:00
Andreas Nedbal 5afaef427c Rename `CommentController` to `CommentsController` 2023-10-29 21:30:32 +01:00
Andreas Nedbal 82b959f751 Move relationship locales to controller scope 2023-10-28 10:41:23 +02:00
Andreas Nedbal be947bf4e2 Add `RelationshipsController` 2023-10-28 10:41:20 +02:00
Karina Kwiatek 0877b938a3
Merge pull request #1417 from Retrospring/feature/turbo-subscriptions
Move subscription functionality to Turbo Streams
2023-10-28 10:16:20 +02:00