1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-02 05:42:28 +02:00

263 Commits

Author SHA1 Message Date
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
2b80d9a8a2
WIP: Add user registration with invitation 2022-07-01 15:51:27 +02:00
Kovah
95cc1bac48
WIP: Add user invitation system 2022-07-01 09:12:49 +02:00
Kovah
78ee6eabda
WIP: Add blocking and deleting of users 2022-07-01 00:18:02 +02:00
Kovah
54a344dc29
WIP: Prepare user management with controller and basic view 2022-06-30 13:27:52 +02:00
Kovah
87915d7a93
Adjust searching with visibility, add custom rule for the field (#165) 2022-06-25 00:00:36 +02:00
Kovah
a92b513cc0
Migrate note private status to visibility status (#165) 2022-06-24 00:03:23 +02:00
Kovah
dba872faad
Migrate tag private status to visibility status (#165) 2022-06-23 23:44:06 +02:00
Kovah
3535ca142f
Migrate list private status to visibility status (#165) 2022-06-23 23:16:38 +02:00
Kovah
92188bce89
Migrate link private status to visibility status (#165) 2022-06-23 18:14:12 +02:00
Kovah
59bf073081
Add default settings for new users, update the setup, fix some smaller issues (#494) 2022-06-22 22:50:13 +02:00
Kovah
4e3604ad6c
Replace built-in settings with the Spatie settings package (#494) 2022-06-22 18:30:27 +02:00
Kovah
1beecaea87
Lot of code quality updates and smaller corrections, removes deprecated revision cleanup command 2022-06-22 00:19:50 +02:00
Kovah
50a40e8914
Add base for activity logs (#466) 2022-06-21 23:06:03 +02:00
Kovah
92c179a4e9
Merge branch 'main' into dev-v2 2022-06-10 17:30:58 +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
18089253fe
Add audit log to lists and tags (#467) 2022-06-09 22:20:32 +02:00
Kovah
ecc4225f1a
Move from venturecraft/revisionable to owen-it/laravel-auditing (#467) 2022-06-09 10:04:40 +02:00
Yasin BARAN
a84d38173b Make By User Scope Shorter 2022-05-06 11:44:14 +03:00
Kovah
11d6e96701
Refactor http request setup into single function 2022-05-02 20:28:40 +02:00
Kovah
0fe8a19d0f
Various code formatting fixes and optimizations 2022-05-02 18:29:23 +02:00
Kovah
433a319ca2
Various code formatting fixes and optimizations 2022-05-02 17:04:21 +02:00
Kovah
eceee57a51
Various code formatting fixes and optimizations 2022-05-02 16:49:50 +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
Kovah
e67de06a67
Retain the order preference when viewing links, lists and tags (#349) 2022-04-03 23:28:57 +02:00
Kovah
03996f8bb3
Remove SETUP_COMPLETED variable (#398)
Replaces SETUP_COMPLETED variable with a database setting. Changes setup to add the setting to the database. Also adds a migration for existing installations.
2022-03-25 00:10:58 +01:00
Kovah
00c6693b1c
Reduce .env contents to the bare minimum (#398)
- Removes all config values that are not really needed for the most basic setup
- Adds a generic standard value for the app key which is checked in the setup middleware and replaced with a secure, random key then
2022-03-24 00:07:16 +01:00
Kovah
d9e82be485
Add new option to set custom User Agent with APP_USER_AGENT (#334) 2022-01-14 12:31:07 +01:00
Kovah
f4bfa21bc9
Properly save tags and lists for bookmarklet if users has to log in (#350) 2022-01-14 10:30:42 +01:00
Kovah
ebe2398c72
Further small design corrections (#345) 2022-01-14 00:10:39 +01:00
Kovah
89f84c7340
Hotfix for wrong redirects on link deletion (#346) 2022-01-08 10:06:20 +01:00
Kovah
69bef0101b
Handle duplicate error messages (#329) 2022-01-06 10:12:08 +01:00
Kovah
105128ec31
Redirect back to the previous page when deleting links, lists or tags (#341) 2022-01-05 23:09:28 +01:00
Kovah
c08b50d4ea
Remove the splash screen (#325) 2022-01-05 22:48:19 +01:00
Kovah
3bc7bb3cf7
Expose params on the bookmarklet url for tags and lists (#308) 2021-11-02 20:55:03 +01:00
Kovah
792de8b342
Notify users if a link already exists in create and edit forms (#318) 2021-10-06 09:02:50 +02:00
Kovah
93f8b14b76
Add option to place custom HTML in <head> (#280) 2021-10-05 22:51:04 +02:00
Kovah
ea74057650
Fix order directions for tag controller (#306) 2021-10-05 22:13:58 +02:00
Kovah
7773264b8b
Fix public/private behavior of tags (#307) 2021-10-05 22:08:04 +02:00
Kovah
d7c3aa39d8
Add filters for lists index page (#309) 2021-09-20 22:43:39 +02:00
Gavin Rehkemper
b87faa0dff fix linting error 2021-09-12 22:45:25 +00:00
Gavin Rehkemper
2305da649e Added ability to filter (search) for tags
on tags index page.
2021-09-12 22:28:39 +00:00
Kovah
b560494643
Optimize the setup process (#288) 2021-06-17 22:59:38 +02:00
Kovah
d0dc81893b
Large code cleanup 2021-05-10 13:51:09 +02:00
Kovah
42b4824b76
Properly cache update checks for 1 day 2021-04-19 16:40:36 +02:00
Kovah
a36e6836ef
Move application views into correct folder 2021-04-15 12:11:14 +02:00
Kovah
7f76a86e66
Allow users to search for links without lists or tags (#257) 2021-04-09 11:32:11 +02:00
Kovah
ee9b7bdb7a
Hide private tags in guest link overview 2021-03-29 09:42:11 +02:00