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

410 Commits

Author SHA1 Message Date
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
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
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
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
7995818fb6
Add command to list all current users 2022-09-04 11:50:28 +02:00
ahmad
d9759cb108 Fix a typo in SearchesLinks trait 2022-07-18 12:24:29 +04:30
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
Kovah
ecea67161d
Minor doc optimizations 2022-06-10 15:35:35 +02:00
Kovah
a92f3c1080
Ignore connection timeouts while saving links to wayback machine (#472) 2022-06-10 15:35:15 +02:00
Yasin BARAN
5f13f3b053 format code 2022-05-07 00:37:26 +03:00
Yasin BARAN
a84d38173b Make By User Scope Shorter 2022-05-06 11:44:14 +03:00
Kovah
e67de06a67
Retain the order preference when viewing links, lists and tags (#349) 2022-04-03 23:28:57 +02:00
Kovah
53405ab80d
Add a detailed card display for links (#305) 2022-04-03 23:15:30 +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
4202112af5
Update translations and readme, miron correction of registeruser command 2022-03-11 11:36:22 +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
717a9a9c80
Merge remote-tracking branch 'origin/main' into dev 2022-01-10 12:11:24 +01:00
Kovah
a1b1371050
Adjust all views for logged in users (#345) 2022-01-09 23:45:54 +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