1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-23 08:09:40 +01:00

439 Commits

Author SHA1 Message Date
Kovah
89c62f283a
Merge v1.11 2022-12-15 11:15:05 +01:00
Kovah
01daaa72ff
Use progress bars for processing link thumbnails (#571) 2022-12-15 09:44:44 +01:00
Kovah
8ff2b51736
Set default privacy setting for imported bookmarks (#577) 2022-12-15 00:03:35 +01:00
Kovah
d951088c5a
System api tokens: switch to clear model based authorization, fix list and tag loading
This also removes the abilities for creating links, list, tags and notes, as links should not be created by a system user and also not in the name of another user
2022-09-29 19:23:01 +02:00
Kovah
5388ad5dc5
Fix minor issues after merging dev into dev-v2 2022-09-29 10:45:27 +02:00
Kovah
c986d4827f
Merge branch 'dev' into dev-v2 2022-09-29 10:19:47 +02:00
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
7995818fb6
Add command to list all current users 2022-09-04 11:50:28 +02:00
Kovah
b38bb3b72f
Large code cleanup and formatting of existing app code 2022-07-20 21:16:53 +02:00
Kovah
121cf4bd57
Large code cleanup and formatting of controllers 2022-07-20 11:29:15 +02:00
Kovah
8c9c0062d2
Large code cleanup and formatting 2022-07-20 10:54:53 +02:00
Kovah
d37307785f
Properly migrate existing API tokens, adjust register user command 2022-07-20 10:39:39 +02:00
Kovah
2dd2810a30
Correct handling of the trash, fix feed authorization 2022-07-20 09:38:46 +02:00
Kovah
5298fd22f7
Add api token handling for users (#165) 2022-07-20 00:05:46 +02:00
Kovah
cbebfa48eb
Add public user profiles (#165) 2022-07-19 21:00:01 +02:00
Kovah
26ac19a114
Minor style adjustments 2022-07-19 17:50:01 +02:00
Kovah
9bb2e7c7a6
Last adjustments for tag and list handling 2022-07-19 17:33:08 +02:00
Kovah
f22d5240cc
WIP: Adjust handling of tags and lists while editing and creating links 2022-07-19 17:03:16 +02:00
Kovah
682b0b7f41
WIP: Adjust handling of tags and lists while editing and creating links 2022-07-19 16:24:00 +02:00
Kovah
a158467d0b
refactoring and deprecated code removal 2022-07-19 09:12:58 +02:00
ahmad
d9759cb108 Fix a typo in SearchesLinks trait 2022-07-18 12:24:29 +04:30
Kovah
836ca153b8
Adjust tests and order validation in controllers 2022-07-13 23:50:57 +02:00
Kovah
e26417b9cf
Optimize order validation inside controllers 2022-07-13 23:15:34 +02:00
Kovah
0dc84110a7
WIP: Update tag controllers to reflect user permissions and visibility 2022-07-13 23:03:37 +02:00
Kovah
9ccccb9315
WIP: Update note controllers to reflect user permissions and visibility 2022-07-13 22:32:27 +02:00
Kovah
23650874c7
WIP: Update list controllers to reflect user permissions and visibility 2022-07-13 21:50:23 +02:00
Kovah
6e29698ae8
Only allow ordering of entities by predefined columns and directions 2022-07-13 21:20:10 +02:00
Kovah
d7a9e4dfbe
Only allow ordering of entities by predefined columns and directions 2022-07-13 11:02:57 +02:00
Kovah
1c65c75487
WIP: Update link controllers to reflect user permissions and visibility 2022-07-13 10:45:08 +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
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
76f390d2d4
Add new user roles and needed permissions (#165) 2022-06-30 12:30:53 +02:00
Kovah
87915d7a93
Adjust searching with visibility, add custom rule for the field (#165) 2022-06-25 00:00:36 +02:00
Kovah
7ad1950e1c
Add badge for models with visibility status, fix some issues with note visibility (#165) 2022-06-24 12:54:35 +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
65298fe9aa
Fix wrong merge 2022-06-10 17:36:13 +02:00
Kovah
92c179a4e9
Merge branch 'main' into dev-v2 2022-06-10 17:30:58 +02:00
Kovah
1cd50919fd
Fix Wayback Machine timeout 2022-06-10 17:26:17 +02:00
Kovah
aab319ecb6
Skip link check in import command if email is not configured (#445) 2022-06-10 16:05:34 +02:00