LinkStack/app/Http/Controllers
Julian Prieber bbad48998b Map domain to specific profile
Admins can now map domains to specific profiles.
To do this add this array to your advanced config:

  'custom_domains' => [
    ['domain' => 'example.com', 'name' => 'example_user',],
    ['domain' => 'example.example.com', 'id' => '1',],
    // more entries as needed
  ],

For each entry, a domain and user name or id has to be defined.
2023-12-12 00:27:48 +01:00
..
Admin Version 4.0 2023-04-26 15:44:39 +02:00
Auth Fixed email verifications not sending the first time 2023-12-05 19:06:24 +01:00
AdminController.php Now displaying checkmark by default when user is set to VIP 2023-12-05 22:39:13 +01:00
Controller.php admin littlelink 2021-04-16 03:30:00 +04:30
HomeController.php Version 4.0 2023-04-26 15:44:39 +02:00
InstallerController.php Added language select to installer page 2023-06-13 15:19:39 +02:00
LinkTypeViewController.php Update LinkTypeViewController.php 2022-11-10 19:42:34 +01:00
UserController.php Map domain to specific profile 2023-12-12 00:27:48 +01:00