Commit Graph

8 Commits

Author SHA1 Message Date
David Heinemeier Hansson
bea2c89c2b Add new has_json to add Account#settings to restrict room creation to only administrators 2025-12-01 15:22:36 +01:00
Kevin McConnell
329d3e361b Avoid extra slash in cable path
When mounting to a `SCRIPT_NAME` of `/`, we were inserting an extra
slash in the cable path.
2025-09-25 10:47:11 +01:00
Kevin McConnell
6f7f0973db Allow serving cable traffic under $SCRIPT_NAME
If deploying Campfire to a path other than the root (for example, using
Kamal's path-based routing) then the Action Cable endpoint needs to be
adjusted to include that path.

Prepending the script name to the cable path means it will be adjusted
to the path in the same way that the application routes are. When script
name is the default, the behaviour is unchanged.
2025-09-24 14:49:16 +01:00
Stanko Krtalić
26fd45c1d1 Merge pull request #18 from dmkondr/main
Fix back button not working on profile page after form submission
2025-09-16 11:41:16 +02:00
Keshav Kk
b2a0bc00f1 Modify #24 [Add] Japanese Language Support
helper updated with japanese equivalent
2025-09-09 23:24:22 +09:00
Dmitri Kondratjev
19153f41be keep original functionality but redirect to root path if referrer equals current url 2025-09-08 19:37:49 +03:00
sjdonado
5629dbefbc fix: lanuage typo 2025-09-05 07:26:14 +02:00
Kevin McConnell
df76a227dc Hello world
First open source release of Campfire 🎉
2025-08-21 09:31:59 +01:00