1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-18 13:49:39 +01:00

480 Commits

Author SHA1 Message Date
Kovah
8d289307fe
Correct handling of audit logs 2024-02-20 15:48:58 +01:00
Kovah
fb50468ea2
Correct handling of link display setting, add missing translations 2024-02-20 15:48:43 +01:00
Kovah
e785460e31
Add bulk editing for links, lists and tags (#26) 2024-02-20 15:01:02 +01:00
Kovah
3075255b1a
Adjust views for links (#433 #437 #441 #553) 2024-02-08 14:06:41 +01:00
Kovah
e1bf8a23fe
Correct system and user settings, optimize inputs 2024-02-08 12:29:19 +01:00
Kovah
0b70d74d32
Enroll link view toggles across the application (#553) 2024-02-08 11:14:11 +01:00
Kovah
c191380cf8
Add toggles for quick-switching the link display mode from pages (#553) 2024-02-08 00:35:56 +01:00
Kovah
5272399b5b
Upgrade dependencies, correct files after v1 merge 2024-02-06 09:50:10 +01:00
Kovah
274eca2ff0
Merge branch 'main' into dev-v2
# Conflicts:
#	app/Helper/Sharing.php
#	app/Http/Controllers/App/SystemSettingsController.php
#	app/Http/Controllers/FetchController.php
#	app/Http/Controllers/Guest/TagController.php
#	app/Http/Controllers/Models/ListController.php
#	app/Http/Controllers/Models/NoteController.php
#	app/Http/Controllers/Setup/RequirementsController.php
#	app/Providers/FortifyServiceProvider.php
#	composer.json
#	composer.lock
#	docker-compose.yml
#	resources/views/admin/system-settings/partials/general-settings.blade.php
#	resources/views/app/settings/partials/user/app-settings/privacy.blade.php
#	resources/views/app/settings/system.blade.php
#	resources/views/models/links/show.blade.php
#	resources/views/models/notes/partials/single.blade.php
#	resources/views/partials/header.blade.php
2024-02-06 09:16:07 +01:00
Kovah
04c8b47a8a
Fix order direction handling for controllers 2024-02-05 22:57:03 +01:00
Kovah
81e4f96b78
Fix requirements check 2024-02-05 22:43:33 +01:00
Kovah
3e1c702a35
Increase share button size 2024-02-05 22:37:50 +01:00
Kovah
c4f401a1f7
Allow import from absolute file paths (#690) 2023-11-01 14:21:05 +01:00
Kevin Woblick
194787b1f6
Merge pull request #703 from chrissawyerfan4/dev
Add page titles
2023-11-01 13:36:06 +01:00
Kevin Woblick
8d08227eb5
Merge pull request #705 from chrissawyerfan4/settings
Don't show guest settings when guest mode is disabled
2023-11-01 13:34:37 +01:00
Kovah
3dc4a3d557
Receive parsed keywords instead of fetched HTML for tag suggestions 2023-11-01 13:31:02 +01:00
chrissawyerfan4
81f6f6d117 remove preexisting whitespace (3278d581) that makes unit test fail... 2023-10-15 18:10:36 +02:00
chrissawyerfan4
a6bed850c5 remove preexisting whitespace (3278d581) that makes unit test fail... 2023-10-15 17:05:48 +02:00
chrissawyerfan4
1da2d58bc5 Add page titles, fixes #584 and #691 2023-10-15 16:56:37 +02:00
Kovah
0f0e266101
Adjust api model authorization 2023-09-28 21:17:16 +02:00
Kovah
f0421b7222
Update packages, fix merge issues and tests 2023-09-28 20:50:48 +02:00
Kovah
c084752b95
Merge branch 'main' into dev-v2
# Conflicts:
#	.github/workflows/build-docker.yml
#	app/Actions/ImportHtmlBookmarks.php
#	app/Helper/functions.php
#	app/Http/Controllers/Guest/LinkController.php
#	app/Http/Controllers/Guest/ListController.php
#	app/Http/Controllers/Guest/TagController.php
#	app/Http/Controllers/Models/LinkController.php
#	app/Http/Controllers/Models/ListController.php
#	app/Http/Controllers/Models/TagController.php
#	app/Http/Controllers/Traits/SearchesLinks.php
#	app/Http/Middleware/TrustProxies.php
#	composer.json
#	composer.lock
#	config/app.php
#	resources/views/partials/configure-darkmode.blade.php
#	tests/Controller/Models/LinkControllerTest.php
#	tests/Controller/Models/ListControllerTest.php
#	tests/Controller/Models/TagControllerTest.php
2023-09-28 19:42:45 +02:00
Sergio Giraldo
3278d5810c
Adding statistics only for the current user:: by sergio giraldo @ 20230809T1400CEST, gpg signed 2023-08-09 14:00:10 +02:00
Kovah
130404aee1
Improve handling of order direction for sorting models 2023-07-20 08:54:52 +02:00
Kovah
20b196297b
Minor code changes 2023-06-04 13:22:56 +02:00
Kovah
15c5a06dd7
Return null as description as a fallback when trying to get meta data of the link (#646) 2023-06-04 13:22:48 +02:00
Kovah
abcd914aa5
Make lists and tags private according to the user setting when created from links (#644) 2023-06-04 13:11:54 +02:00
chrissawyerfan4
2cf94d1db9 Fix random sorting for guests 2023-04-14 01:59:00 +02:00
chrissawyerfan4
328ef58cad Avoid orderBy("random") as it's not an existing column 2023-04-14 00:18:05 +02:00
Kovah
4510407b50
Fix import for links without private field (#630) 2023-04-10 10:15:22 +02:00
chrissawyerfan4
48c84aa8b5 Add random order option 2023-04-03 19:33:00 +02:00
Kovah
aec7a6bc8f
Correct handling of trusted proxies (#625) 2023-03-19 10:37:59 +01:00
Kevin Woblick
0249392b9a
Merge pull request #618 from chrissawyerfan4/search-nonoresults
Don't show "no results" when no search was performed
2023-03-16 22:55:21 +01:00
Kovah
30e7d99f5f
Correctly set dark mode for guests including login views (#619) 2023-03-16 22:35:12 +01:00
Kovah
107571ffa7
Make trusted proxies configurable via the env files (#617) 2023-03-16 22:14:54 +01:00
Kovah
f8f194a0d6
Update dependencies, remove laravel-cors package 2023-03-16 21:58:45 +01:00
chrissawyerfan4
6da9c0a702
Don't show "no results" when no search was performed 2023-03-04 02:55:31 +01:00
Kovah
28cfd9eaaf
Merge v1.11.1 2023-01-22 12:53:13 +01:00
Kovah
e902e7c6f0
Make imported tags private if specified in the user settings (#588) 2023-01-22 11:58:52 +01:00
Kovah
129a36ea46
Add command to complete the postgres or sqlite setup 2023-01-22 11:28:06 +01:00
Kovah
4254415cfa
Remove debug statement 2022-12-16 08:46:48 +01:00
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