2060 Commits

Author SHA1 Message Date
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
Julian Prieber
b80455e34d Update theme.blade.php 2023-12-11 18:11:02 +01:00
Julian Prieber
604ed2ddb4 Update composer.lock 2023-12-11 18:10:19 +01:00
Julian Prieber
331ac2538c Fixed styling 2023-12-09 22:11:05 +01:00
Julian Prieber
cea55e458e Translation + using local assets 2023-12-09 21:57:25 +01:00
Julian Prieber
03a1178b85 Added deletion confirmation 2023-12-09 21:06:41 +01:00
Julian Prieber
9d6c4226fa Update admin-bar.blade.php 2023-12-09 20:53:47 +01:00
Julian Prieber
a340b7b7b0 Fixed logout link 2023-12-09 20:50:18 +01:00
Julian Prieber
88179004c5 Restructured files 2023-12-09 19:55:07 +01:00
Julian Prieber
ceed5c127e Added admin bar to links page 2023-12-09 19:51:02 +01:00
Julian Prieber
5b55e8ad35 Added theme support for dynamic contrast 2023-12-07 18:59:54 +01:00
Julian Prieber
08e12fffc5 Update composer.lock 2023-12-06 21:10:01 +01:00
Julian Prieber
9990143bc1 Added support for dynamic contrast
Text always stays readable no matter the background color
2023-12-06 17:42:02 +01:00
Julian Prieber
3c7d6c0906 Updated theme Galaxy 2023-12-06 17:11:29 +01:00
Julian Prieber
9366519a9c Refactor 2023-12-06 17:10:21 +01:00
Julian Prieber
32a796181a Refactored code 2023-12-06 16:57:35 +01:00
Julian Prieber
59ce6edc64
Delete storage/templates/advanced-config-update-1.php 2023-12-06 15:18:20 +01:00
Julian Prieber
bc73ae95ab Update version.json to 4.5.1 2023-12-06 14:46:33 +01:00
Julian Prieber
57b501b629 QR code gradient can now be changed
In Advanced Config:

'qr_code_gradient' => [224, 36, 252, 35, 199, 225, 'diagonal'],

In RGB
v4.5.1
2023-12-06 14:37:46 +01:00
Frank
3b9725147b
Merge pull request #637 from LinkStackOrg/dependabot/composer/phpunit/phpunit-9.6.15
Bump phpunit/phpunit from 9.6.14 to 9.6.15
2023-12-06 08:22:06 +01:00
Julian Prieber
64938046b7 Now displaying checkmark by default when user is set to VIP 2023-12-05 22:39:13 +01:00
Julian Prieber
7b9a3ae956 Updated QR code styling 2023-12-05 22:00:48 +01:00
Julian Prieber
335cf79d93 Updated QR code on dashboard share menu 2023-12-05 21:22:05 +01:00
Julian Prieber
aab11565c0 Fixed email verifications not sending the first time 2023-12-05 19:06:24 +01:00
Julian Prieber
2e5dde0f88 Now returning 404 on user page when user is blocked 2023-12-05 16:09:45 +01:00
dependabot[bot]
f3cf91958a
Bump phpunit/phpunit from 9.6.14 to 9.6.15
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.14 to 9.6.15.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.14...9.6.15)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 17:00:22 +00:00
Julian Prieber
269d6ef7d6 Fixed styling for report icon 2023-12-02 19:17:31 +01:00
Julian Prieber
57c00000e8 Update version.json to 4.5.0 2023-12-02 16:55:24 +01:00
Julian Prieber
cfde497c16 Update composer.lock v4.5.0 2023-12-01 17:32:34 +01:00
Julian Prieber
2e957562da Update installing.blade.php 2023-12-01 17:22:50 +01:00
Julian Prieber
3beddca69c Set admin account ID to always be 1 2023-12-01 17:11:35 +01:00
Julian Prieber
712101c3f4 Now generating new link IDs at random 2023-12-01 16:19:51 +01:00
Julian Prieber
6f6502095f Updated user table default sorting 2023-12-01 14:02:20 +01:00
Julian Prieber
f6155b5959 Now generating new user IDs at random
Default is length is 6 digits. This can be changed in the linkstack.php config file in /config with the key user_id_length.
Sequential numbering can still be used by setting disable_random_user_ids to true.
2023-12-01 14:00:46 +01:00
Julian Prieber
9e980fea5b Update UserController.php 2023-11-26 01:29:32 +01:00
Julian Prieber
7536457e12 Namechanges now update user home page
https://github.com/LinkStackOrg/LinkStack/issues/625
2023-11-24 17:48:08 +01:00
Julian Prieber
af7972d723 Disabled sending user registration emails if disabled in the config 2023-11-24 16:35:50 +01:00
Julian Prieber
ff523f3f66 Update finishing.blade.php 2023-11-23 16:34:28 +01:00
Julian Prieber
d0a56ed6ce Update composer.lock 2023-11-23 16:08:50 +01:00
Julian Prieber
b5bbcb2c0e Added icon on user pages to report page
- Not shown for admins or VIPs
 - Has to be turned on in the config to be active
2023-11-23 16:05:29 +01:00
Julian Prieber
d928b19d6a Fixed spacing when share button is disabled 2023-11-23 15:55:12 +01:00
Julian Prieber
e201b4cbb1 Update favicon.blade.php 2023-11-23 15:19:10 +01:00
Julian Prieber
3609d1477a Update favicon-extension.blade.php 2023-11-23 15:18:51 +01:00
Julian Prieber
d169987b72 Update messages.php 2023-11-17 18:46:07 +01:00
Julian Prieber
404aa7549c Added page to report user profiles
Sends notification with report to admin email set in env with SMTP server.
2023-11-17 17:05:50 +01:00
Julian Prieber
63d2892159 Update version.json to 4.4.1 2023-11-16 14:59:22 +01:00
Julian Prieber
72ccbd96e9 Fixed beta updater on Windows
https://github.com/LinkStackOrg/LinkStack/issues/615
v4.4.1
2023-11-16 14:51:48 +01:00
Julian Prieber
a731303388
Merge pull request #622 from thangisme/main
Add Vietnamese translation
2023-11-16 14:44:22 +01:00
Julian Prieber
6ac4ed0772
Merge pull request #623 from LinkStackOrg/dependabot/npm_and_yarn/browserify-sign-4.2.2
Bump browserify-sign from 4.2.1 to 4.2.2
2023-11-16 14:44:03 +01:00
Julian Prieber
1aad2c6c69
Merge pull request #624 from LinkStackOrg/dependabot/npm_and_yarn/axios-1.6.0
Bump axios from 0.21.4 to 1.6.0
2023-11-16 14:43:55 +01:00