1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 19:53:10 +01:00

621 Commits

Author SHA1 Message Date
Kovah
f3efa97b7e
Optimize tests for check links command 2020-05-06 21:51:23 +02:00
Kovah
9028f80c3b
Add PCov to dev dockerfile for faster code coverage generation in PHPUnit 2020-05-06 21:51:05 +02:00
Kovah
9d9a1d030b
Add Node with build command to code coverage workflow 2020-05-06 20:25:27 +02:00
Kovah
988878e6fb
Add Node with build command to code coverage workflow 2020-05-06 20:23:40 +02:00
Kovah
acee69f886
Remove NPM artifacts from code coverage workflow 2020-05-06 20:17:09 +02:00
Kovah
80daf09ae4
Extend Github actions with code coverage generation for Code Climate 2020-05-06 20:15:28 +02:00
Kovah
29d62c1c8f
Install and prepare xDebug in the development Dockerfile 2020-05-06 19:51:09 +02:00
Kovah
32bf7a9b37
Refactor the check links command and add proper tests 2020-05-06 18:27:02 +02:00
Kovah
460e836738
Add new settings to control backups by the internet archive (#117) 2020-05-06 17:52:04 +02:00
Kovah
dbe7083dbe
Prevent HTTP requests from the links tests by using fake HTTP responses 2020-05-05 23:56:39 +02:00
Kovah
ba54ec52a9
Correct the HTML Meta helper test 2020-05-05 23:55:57 +02:00
Kovah
1e663d2b3a
Only flash alerts for HTML meta errors inside the standard link controller 2020-05-05 23:53:23 +02:00
Kovah
d2a61c868e
Move the import form to fetch via JS to prevent request timeouts (#120) 2020-05-05 23:24:17 +02:00
Kovah
907790da49
Correct the Phpunit configuration 2020-05-05 23:21:46 +02:00
Kovah
fa01a7b15e
Restructure the tests directory to get rid of feature and unit folders 2020-05-05 09:58:58 +02:00
Kovah
a96d1d488c
Extend user settings with list and tag privacy controls (#113) 2020-05-05 09:56:30 +02:00
Kevin Woblick
8660c44f10
Merge pull request #125 from Kovah/dev
v0.0.35
v0.0.35
2020-05-04 18:11:17 +02:00
Kovah
3ed739bd9b
0.0.35 2020-05-04 17:56:27 +02:00
Kovah
3f6e7e6e61
Correct logo reference in the readme 2020-05-01 00:06:46 +02:00
Kovah
cccb4904b5
Correct the bookmarklet window close timer 2020-04-30 23:36:36 +02:00
Kovah
9c1f185ebc
Extend the HTML meta helper to automatically correct encoding of the given HTML (fixes #119) 2020-04-30 23:15:35 +02:00
Kovah
897b80bd58
Correct Node version in release Dockerfile 2020-04-30 15:21:02 +02:00
Kovah
7fddb766a9
Prevent long titles from overflowing (#123) 2020-04-29 23:34:44 +02:00
Kovah
0a1f6b3167
Refactor of the HTML meta helper (#122)
Move the HTML meta helper into a new class and refactor the actual parsing of title and description. The helper now uses one single call to get the HTML and then parses the title and description from it.
The helper also now handles invalid URLs correctly. This includes URLs without a proper protocol as they can't be correctly queried for the meta data.
2020-04-29 19:14:42 +02:00
Kovah
89dfdf3cad
Link meta helper now properly handles non-URL strings (#122)
This includes URLs without a proper protocol as they can't be correctly queried for the meta data.
2020-04-29 18:17:53 +02:00
Kovah
a6ac57be07
Add timeout for the link meta helper (#121) 2020-04-29 18:01:07 +02:00
Kevin Woblick
0f2fa15c24
Merge pull request #107 from Kovah/dev
v0.0.34
v0.0.34
2020-04-28 21:33:00 +02:00
Kovah
0ccb3197da
0.0.34 2020-04-28 16:31:38 +02:00
Kovah
bffd16c50a
Add funding information for Github sponsors 2020-04-28 16:18:40 +02:00
Kovah
9d7c835345
Add security policy 2020-04-28 16:12:35 +02:00
Kovah
d256825f8c
Update JS dependencies 2020-04-28 11:11:50 +02:00
Kovah
2a6ed9a98c
Fix the broken quick-add form for links on the dashboard (#118) 2020-04-28 11:03:53 +02:00
Kovah
e7dcd004ab
Minor optimization of the WaybackMachine error handling 2020-04-28 10:53:20 +02:00
Kovah
29621ae641
Extend testing for connection and response errors of the URL meta helper (#115 #116) 2020-04-28 10:47:28 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02:00
Kovah
0093662eaf
Catch critical Curl errors when trying to get meta of an URL (#115 #116) 2020-04-28 09:52:17 +02:00
Kovah
1840a10f1a
Correct usage of the logo 2020-04-23 10:12:19 +02:00
Kovah
8c7cb3c34c
Update the new LinkAce logo 2020-04-23 09:56:07 +02:00
Kovah
6d9049721d
Update the favicon 2020-04-23 09:53:14 +02:00
Kovah
2afd28793f
Add the IBM Plex font 2020-04-23 09:32:04 +02:00
Kovah
013a99fc16
Change the simple link overview to use the URL icon and display the domain (#108) 2020-04-12 12:54:51 +02:00
Kovah
0563aba043
Overhaul the link display views and implement a new simple list, available in the settings (#108) 2020-04-09 16:19:55 +02:00
Kovah
19827aadbb
Add missing Hacker News icon 2020-04-09 15:35:03 +02:00
Kovah
0c27c67543
Optimize the database handling of the setup controller (#106) 2020-04-09 10:47:20 +02:00
Kovah
1f50ecb7f9
Tags and lists are now properly removed if the form returns no values (#99) 2020-04-07 17:02:39 +02:00
Kevin Woblick
3987f5ddbf
Merge pull request #103 from Kovah/dev
v0.0.33
v0.0.33
2020-04-06 17:35:14 +02:00
Kovah
1b5ae67b41
0.0.33 2020-04-06 17:11:18 +02:00
Kovah
f9625a07b7
Update version in config 2020-04-06 17:11:00 +02:00
Kovah
7ecc47c59a
Update all dependencies 2020-04-06 17:10:20 +02:00
Kovah
73185f5344
Remove link_id from link update request 2020-03-10 09:42:45 +01:00