1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 19:22:35 +01:00

378 Commits

Author SHA1 Message Date
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
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
3cca268dc4
Adjust query parameter handling for paged results (#294) 2022-01-05 22:27:15 +01:00
Kovah
8111c6ecd8
Add query parameter to control the number of items returned in paged results (#294) 2022-01-05 22:07:33 +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
5dd497659f
Add tags to search links table (#279)
Also updates the shortUrl() method to remove https:// from the url
2021-06-06 12:20:47 +02:00
Gavin Rehkemper
13335469e1 fix import dates 2021-05-30 21:37:22 -05:00
Kovah
d0dc81893b
Large code cleanup 2021-05-10 13:51:09 +02:00
Kovah
d1e5c64c9c
Update dependencies, use new HTML Meta helper 2021-05-10 12:38:39 +02:00
Kovah
5a85594ffc
Migrate linkace logo to icon components 2021-04-19 17:32:32 +02:00
Kovah
cf986ba80f
Update regex to correctly check for youtube links (#263) 2021-04-19 16:42:05 +02:00
Kovah
42b4824b76
Properly cache update checks for 1 day 2021-04-19 16:40:36 +02:00
Kovah
4542669326
Fix thumbnail generation in html meta helper 2021-04-18 14:06:33 +02:00
Kovah
9caeadfddb
Properly handle og:images without host 2021-04-18 13:46:07 +02:00
Kovah
ae0283ee8a
Add command to update all link thumbnails 2021-04-18 12:57:06 +02:00
Kovah
ad64b391e0
Refactor html meta helper to accept both youtube.com and youtu.be links, update tests accordingly (#18) 2021-04-18 12:20:24 +02:00
Jesus Ortega
9bb4838cdb Make sure the fallback function have the thumbnail property
Related to Generate screenshots for links #18
2021-04-17 18:35:07 +02:00
Jesus Ortega
499a876801 Prevent accessing explode results when empty
Related to Generate screenshots for links #18
2021-04-17 13:13:57 +02:00
jeop10
98567b8000 Generate screenshots for links #18
First step into implementing a "screenshot" of the added links, so this commits makes possible to retrieve the images that exists on the metatags and store it as the thumbnail.
2021-04-16 19:48:34 +02:00
Kovah
a36e6836ef
Move application views into correct folder 2021-04-15 12:11:14 +02:00
Kovah
ac86b6ff6f
Minor code optimization and mini fixes 2021-04-15 11:30:09 +02:00
Kovah
86ea8ef25d
Optimize the update check 2021-04-15 10:45:03 +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