Commit Graph

41 Commits

Author SHA1 Message Date
Julian Prieber 9e4357eb4f Livewire Table 2023-10-20 00:20:19 +02:00
Julian Prieber d091b3602a Bugfix 2023-09-08 12:09:25 +02:00
Julian Prieber 708b60ee5b Reduced DB queries 2023-08-18 13:20:27 +02:00
Julian Prieber 4fc63f2a59 Fixed sorting table
Bug was when beta mode is enabled
2023-07-22 16:34:16 +02:00
Julian Prieber 98d16cc7fd Update users.blade.php 2023-07-22 16:15:58 +02:00
Julian Prieber 15e05aced0 Update users.blade.php 2023-07-22 16:12:39 +02:00
Julian Prieber 3290d20bcd Fixed sorting
hopefully...
2023-07-22 16:01:33 +02:00
Julian Prieber 4588ef9768 Fixed sorting function for table 2023-07-20 15:48:53 +02:00
Julian Prieber 077c057b32 Prevent users from impersonating themselves 2023-07-15 16:25:26 +02:00
Julian Prieber 3f62c84406 Added option for admins to impersonate other users
Inspired by: https://github.com/nextcloud/impersonate
2023-07-13 18:22:50 +02:00
Julian Prieber 09c83e1d0a Added translation 2023-06-16 21:50:14 +02:00
Julian Prieber 2777fd61fe Updated rest of admin pages
Deleted unused files
2023-06-16 21:34:16 +02:00
Julian Prieber 8417bf380a Update users.blade.php 2023-05-06 13:33:25 +02:00
Julian Prieber 058c7ccfdf Fixed error 404 2023-04-27 16:25:01 +02:00
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00
Julian Prieber 2ebfe4db94 Added last seen section to users page 2023-02-16 13:02:05 +01:00
Julian Prieber 142fdd0d7b Update users.blade.php 2023-02-15 17:59:40 +01:00
Julian Prieber 04323f7b4e Update users.blade.php 2023-02-15 17:58:39 +01:00
Julian Prieber 43dc168ced Update users.blade.php 2023-02-15 16:22:22 +01:00
Julian Prieber 5c26f1e8ab Updated users table
Added new fields to the users table.
Added ability to sort users table alphabetically.
2023-02-15 15:53:55 +01:00
JWB ec4994896f
swap style= with class= 2022-12-11 17:06:25 -05:00
JWB 9ef166d510
updated users search box & table-responsive
Put the users search box within a input group to look nicer, and wrapped the table within the row, col-12 and table-responsive tags for better mobile usability.

In order to fix the overflow issue in mobile for the tables, we will need to put the side panel on a grid / col combo so the rest of the page falls under that and then use the collapse utility that bootstrap provides to open and close the side nav.
2022-12-11 16:49:25 -05:00
Julian Prieber e4ee681600 Updated styling 2022-12-07 13:53:01 +01:00
Julian Prieber 102a682c53 Update users.blade.php 2022-12-04 23:30:23 +01:00
Julian Prieber 951df23c91 Laravel 9
Update to Laravel 9

Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
Julian Prieber 32892f214f Changed Delete user button 2022-07-12 16:30:19 +02:00
Julian Prieber 49981c8c6c Now displaying user's emails on user page 2022-07-12 16:10:49 +02:00
Julian Prieber e28a831778 Update users.blade.php 2022-07-11 21:11:49 +02:00
Julian Prieber 5f58a1f4ad Added protection against admins deleting their own accounts
Admins cannot un-verify, block or delete admin accounts. This includes their own and other accounts.
2022-07-11 18:00:22 +02:00
Julian Prieber 6fa31bad06 Update users.blade.php 2022-07-11 17:21:19 +02:00
Julian Prieber 9ae47ad188 Update users.blade.php 2022-07-11 16:58:20 +02:00
Julian Prieber 5b8a3eb77f Update users.blade.php 2022-07-11 16:52:28 +02:00
Julian Prieber be5b890ce7 Added proper option to delete users
Users links will now NOT be deleted anymore if blocked.
2022-07-11 16:25:26 +02:00
Julian Prieber 9a38e061c9 Added option to create new user from the Admin Panel 2022-07-11 16:05:28 +02:00
Julian Prieber ffcab1c8ec Added manual E-Mail verification
Admins are now able to verify users emails manually from the Admin Panel.
2022-07-11 14:51:24 +02:00
Julian Prieber 217201fa66 Update users.blade.php 2022-05-30 15:18:17 +02:00
Julian Prieber 35f59acf91 Update users.blade.php 2022-05-30 15:11:01 +02:00
Julian Prieber 2dc3e3d185 Added option for admins to view and delete user links 2022-05-30 15:02:27 +02:00
JulianPrieber ec88a74889 Fixed bug/simplified setup
Fixed bug where users littlelink pages (domain.com/@username) would display a 404 error. This was caused due to the .env config file not containing an App URL. This issue could be solved by simply adding a URL to the config, this is now not necessary anymore, making the setup process easier and less confusing. 

I changed every instance of "{{ config('app.url') }}" to  "{{ url(' ') }}". This effectively automatically uses the correct URL for LittleLink links, even if LittleLink Custom is set up in a subdirectory.

In my testing, I couldn't find any problems this might have caused, so this appears to do the job just as well as setting the URL in the config. If I find any issues with this, I will revert this change.
2022-02-27 19:33:19 +01:00
aprillio 464cb2bbae update panel user lists blade 2021-07-06 15:50:47 +07:00
Khashayar Zavosh 24db7cbbfb admin littlelink 2021-04-16 03:30:00 +04:30