diaspora/spec
Benjamin Neff a9ae84f3a6
Remove markerb dependency
markerb is dead and isn't compatible with rails 6 anymore. Removing it
means adding separate templates for text and html, this sadly means some
code duplication, but also luckily the templates aren't that
complicated, so the duplication is also very minimal.
2022-07-16 04:22:51 +02:00
..
controllers Do not allow to mass assign OTP fields on user edit page 2022-04-27 19:48:42 +02:00
fixtures Change domain for poduptime 2021-10-25 01:59:30 +02:00
helpers Don't autoload PeopleHelper during initialization 2022-07-16 04:22:51 +02:00
integration Manually stringify keys to fix sidekiq 7.0 deprecation warning 2022-06-29 13:27:37 +02:00
javascripts Fix jasmine fake publisher messing with follow up tests in random order 2022-06-19 19:29:50 +02:00
lib Don't autoload PeopleHelper during initialization 2022-07-16 04:22:51 +02:00
mailers Actually implement validation error case in Photo#ownserhip_of_status_message 2021-04-11 17:22:40 +02:00
models Migrate remote_photo_path and cleanup old photo uploads 2021-11-23 00:43:56 +01:00
presenters Remove facebook integration 2018-10-08 02:50:25 +02:00
serializers Use old person private key if relayable author migrated away 2021-11-23 00:46:50 +01:00
services Allow links with only the diaspora ID to link to a profile 2019-04-28 16:48:31 +02:00
shared_behaviors Manually stringify keys to fix sidekiq 7.0 deprecation warning 2022-06-29 13:27:37 +02:00
spec Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
support Manually stringify keys to fix sidekiq 7.0 deprecation warning 2022-06-29 13:27:37 +02:00
views/status_messages Fix XSS via OpenGraph on mobile 2018-11-08 20:41:50 +01:00
workers Remove markerb dependency 2022-07-16 04:22:51 +02:00
configuration_methods_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
factories.rb Create refereces model 2017-09-28 23:04:34 +02:00
federation_callbacks_spec.rb Resend AccountMigration or AccountDeletion for closed recipients 2021-10-25 03:34:03 +02:00
helper_methods.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
locale_spec.rb Add # frozen_string_literal: true to all files 2017-09-17 19:29:15 +02:00
spec_helper.rb Bump json-schema and remove json-schema-rspec (unmaintained) 2022-06-27 02:19:38 +02:00