discourse/app/services
David Taylor 80b9c280ba
DEV: Switch to pnpm for JS dependencies ()
This will bring significant improvements to install speed & storage requirements. For information on how it may affect you, see https://meta.discourse.org/t/324521

This commit:
- removes the `yarn.lock` and replaces with `pnpm-lock.yaml`
- updates workspaces to pnpm format
- adjusts package dependencies to work with pnpm's stricter resolution strategy
- updates Rails app to load modules from more specific node_modules directories
- adds a `.pnpmfile` which automatically cleans up old yarn-managed `node_modules` directories
- updates various scripts to call `pnpm` instead of `yarn`
- updates patches to use pnpm's native patch system instead of patch-package
- adds a patch for licensee to support pnpm
2024-09-03 10:51:07 +01:00
..
action DEV: Use `Service::Base` for suspend and silence actions () 2024-08-22 14:38:56 +03:00
flags FIX: flag valid type inclusion should be lambda () 2024-07-23 11:47:50 +10:00
notifications FEATURE: Consolidate link notifications () 2024-04-09 11:53:37 -06:00
problem_check FIX: Don't clear inline problems when loading admin dashboard () 2024-08-05 11:45:55 +08:00
service DEV: Allow using an AR relation as a model in services 2024-08-20 16:32:46 +02:00
spam_rule
anonymous_shadow_creator.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
badge_granter.rb FIX: invalid user locale when accepting group membership 2024-06-27 19:22:55 +02:00
base_bookmarkable.rb
category_hashtag_data_source.rb DEV: Use safer SQL functions for string queries in CategoryHashTagDataSource () 2024-05-01 13:27:46 -05:00
color_scheme_revisor.rb
destroy_task.rb
email_settings_exception_handler.rb FIX: Show the SMTP authentication error for group UI () 2024-07-16 09:14:17 +10:00
email_settings_validator.rb UX: Use a dropdown for SSL mode for group SMTP () 2024-07-18 10:33:14 +10:00
email_style_updater.rb
external_upload_manager.rb
group_action_logger.rb
group_mentions_updater.rb
group_message.rb FIX: crawler view with unicode usernames () 2024-05-16 17:11:24 +02:00
handle_chunk_upload.rb
hashtag_autocomplete_service.rb
heat_settings_updater.rb
inline_uploads.rb
notification_emailer.rb DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
post_action_notifier.rb
post_alerter.rb FEATURE: add delay to native push notifications () 2024-08-13 12:12:05 +04:00
post_bookmarkable.rb FIX: Serialize categories for bookmarks () 2024-04-17 17:23:47 +03:00
post_owner_changer.rb
push_notification_pusher.rb DEV: refactor live notifications setting in user preferences () 2024-08-02 17:25:15 +04:00
random_topic_selector.rb
registered_bookmarkable.rb
search_indexer.rb
service.rb DEV: Move chat service objects into core () 2024-04-04 10:57:41 -03:00
sidebar_section_links_updater.rb DEV: Limit the number of category sidebar links a user can have () 2024-04-25 13:21:39 -05:00
sidebar_site_settings_backfiller.rb
silence_user.rb DEV: Use `Service::Base` for suspend and silence actions () 2024-08-22 14:38:56 +03:00
site_setting_update_existing_users.rb DEV: Allow fetching specific site settings and introduce a service for updating site settings () 2024-06-14 13:07:27 +03:00
site_settings_task.rb FEATURE: mandatory fields for group site setting () 2024-04-18 08:53:52 +10:00
staff_action_logger.rb FEATURE: Clean up previously logged information after permanently deleting posts () 2024-07-23 15:27:11 +08:00
suspend_user.rb DEV: Use `Service::Base` for suspend and silence actions () 2024-08-22 14:38:56 +03:00
tag_hashtag_data_source.rb
theme_settings_migrations_runner.rb DEV: Switch to pnpm for JS dependencies () 2024-09-03 10:51:07 +01:00
themes_install_task.rb
topic_bookmarkable.rb FIX: Serialize categories for bookmarks () 2024-04-17 17:23:47 +03:00
topic_status_updater.rb FIX: Message for bulk closing topics silently () 2024-06-11 09:36:54 +10:00
topic_timestamp_changer.rb
tracked_topics_updater.rb
trust_level_granter.rb
update_site_setting.rb DEV: Use `run_successfully` matcher in service specs 2024-08-28 16:30:09 +02:00
user_action_manager.rb FEATURE: User Notifications Links Page () 2024-04-11 15:54:28 -06:00
user_activator.rb FIX: do not enforce 2fa when an account is created with OAuth () 2024-08-29 11:19:04 +10:00
user_anonymizer.rb
user_authenticator.rb FIX: do not enforce 2fa when an account is created with OAuth () 2024-08-29 11:19:04 +10:00
user_destroyer.rb
user_merger.rb FEATURE: Merge user associated accounts, favouring the target user upon conflict () 2024-04-16 17:37:33 +08:00
user_notification_renderer.rb
user_notification_schedule_processor.rb
user_password_expirer.rb DEV: make UserPassword 1:1 to User () 2024-09-03 11:09:33 +08:00
user_silencer.rb
user_stat_count_updater.rb
user_suspender.rb SECURITY: Don't allow suspending staff users via other_user_ids param 2024-07-03 20:49:29 +08:00
user_updater.rb FEATURE: User fields required for existing users - Part 2 () 2024-06-25 19:32:18 +08:00
username_changer.rb
username_checker_service.rb
web_hook_emitter.rb DEV: Move webhook event header modifier for redelivery-recalucation () 2024-05-24 10:37:10 -05:00
wildcard_domain_checker.rb
wildcard_url_checker.rb
word_watcher.rb FEATURE: add HTML replacements 2024-05-14 10:41:27 +02:00