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
Kovah
80e73ba1d4
Add RSS feeds for lists and tags links ( #197 )
2021-03-29 09:34:26 +02:00
Kovah
e8aec55015
Add RSS feeds for private links, lists and tags accessible via api token authorization ( #197 )
2021-03-29 00:22:12 +02:00
Kovah
b8135ac162
Add RSS feeds for public lists accessible via guest mode ( #197 )
2021-03-28 23:53:12 +02:00
Kovah
1c98fc39ce
Optimize markdown handling for links and notes, add markdown support for list descriptions
2021-03-28 23:35:34 +02:00
Kovah
805ed2ac03
Optimize public scopes for links, lists and tags
2021-03-28 23:20:06 +02:00
Kovah
26b232dfde
Let users manually mark a link as working if the status is not working ( #234 )
...
Also, the link check can now be toggled at any time.
2021-03-28 21:19:44 +02:00
Kovah
54471db324
Optimize recent tags and lists on dashboard ( #188 )
2021-03-22 22:34:45 +01:00
Kovah
1eb10b380d
Add recent tags and lists to the dashboard ( #188 )
2021-03-22 22:23:58 +01:00
Kovah
6f8b41aa39
Replace parts of HTML Meta helper with a new laravel-html-meta package ( #238 )
2021-03-07 14:24:08 +01:00
Kovah
2a25af3e3f
Delete cached system settings after cron token is generated ( #245 )
2021-03-07 11:16:08 +01:00
Kovah
296fbd1170
fix some small code styling issues
2021-03-06 19:41:41 +01:00
Kovah
30d4a587c3
Fix editing of notes, remove required link_id field ( #243 )
2021-03-06 19:12:07 +01:00
Kovah
2c54e0d270
Fix some issues reported by Enlightn, optimize configuration
2021-03-05 23:19:27 +01:00
Kovah
72e200b4a5
Adjust html meta helper to accept content-type encoding ( #238 )
2021-02-28 15:34:27 +01:00
Kovah
a217d21a34
Add version information and update check to footer ( #220 )
2021-02-26 23:22:15 +01:00
Kovah
7fc2311f82
Improve the link check command ( #236 )
...
- increases timeout to 20 seconds
- accept all 200 HTTP codes as successful responses
2021-02-23 17:33:13 +01:00
Kovah
6458ebec71
Allow search of broken links only
2021-02-04 16:28:39 +01:00
Kovah
52e1c5f09f
Properly catch issues with encoding conversion in HTML meta helper ( #225 )
2021-02-04 16:02:49 +01:00
Kovah
0fdd74a803
Correct several performance and code issues, update HTTP kernel to Laravel 8 files
2021-01-20 22:24:43 +01:00
Kevin Woblick
e25058e20c
Merge pull request #214 from jk/feature/bookmarklet-description
...
Enable text selection as description in bookmarklet
2021-01-19 00:53:17 +01:00
Kovah
4c676c96ee
Migrate development PHP container to official PHP image
2021-01-19 00:50:59 +01:00
Jens Kohl
12fbc76937
Enable text selection as description in bookmarklet
...
Optional text selection will be prefliled for the description field
2021-01-15 21:48:04 +01:00