1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-12 10:49:38 +01:00

8 Commits

Author SHA1 Message Date
Kovah
b2705deeb5
WIP: system-wide api tokens (#165)
This is a ton of work. A new system user is generated while running the migrations. System tokes are bound to that user. Api calls need to be properly authorized, which feels really hacky at the moment. I only implemented link api tests for now.
2022-09-29 10:10:58 +02:00
Kovah
575f824359
WIP: Add internal user profiles, adjust some queries to display all links, update details views with author information 2022-07-01 17:43:16 +02:00
Kovah
42a9867b32
WIP: Add user editing for admins, rename routes, update dependencies 2022-07-01 16:57:46 +02:00
Kovah
78ee6eabda
WIP: Add blocking and deleting of users 2022-07-01 00:18:02 +02:00
Kovah
50a40e8914
Add base for activity logs (#466) 2022-06-21 23:06:03 +02:00
Kovah
6960ddf99e
Add audit logs for users (#467) 2022-06-10 14:28:53 +02:00
Kovah
d67a04ebee
Add audit logs for settings (#467) 2022-06-10 12:11:03 +02:00
Kovah
f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00