This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
discourse
Watch
2
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-04-13 15:10:11 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
discourse
/
plugins
/
chat
/
app
/
models
History
Daniel Waterworth
d244eb0d7c
FIX: Don't validate channel slug if it hasn't changed (
#19498
)
...
This is generating lots of log noise for operations that aren't even touching the slug.
2022-12-19 12:11:51 -06:00
..
concerns
…
category_channel.rb
FIX: Automatically generate category channel slugs (
#18879
)
2022-11-09 10:28:31 +10:00
chat_channel_archive.rb
…
chat_channel.rb
FIX: Don't validate channel slug if it hasn't changed (
#19498
)
2022-12-19 12:11:51 -06:00
chat_draft.rb
…
chat_mention.rb
…
chat_message_reaction.rb
…
chat_message_revision.rb
FIX: Make chat editor IDs not null (
#18903
)
2022-11-08 09:06:13 +10:00
chat_message.rb
FIX: Add missing user_id args for ChatMessage.cook (
#19508
)
2022-12-19 11:05:37 +10:00
chat_upload.rb
…
chat_view.rb
…
chat_webhook_event.rb
…
deleted_chat_user.rb
…
direct_message_channel.rb
FIX: Automatically generate category channel slugs (
#18879
)
2022-11-09 10:28:31 +10:00
direct_message_user.rb
…
direct_message.rb
…
incoming_chat_webhook.rb
…
reviewable_chat_message.rb
FIX: Unsilence users on chat message flag disagree. (
#19198
)
2022-11-28 11:11:35 -03:00
user_chat_channel_membership.rb
…