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

614 Commits

Author SHA1 Message Date
Kovah
75ff816c6c
Merge branch 'dev' into api 2020-04-29 23:20:29 +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
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
81f5a5f50e
Merge branch 'dev' into api 2020-04-23 10:12:26 +02:00
Kovah
1840a10f1a
Correct usage of the logo 2020-04-23 10:12:19 +02:00
Kovah
a1cb2204bb
Merge branch 'dev' into api 2020-04-23 09:56:31 +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
285fe81b43
Implement first version of the note API pt. 2 2020-04-20 10:49:29 +02:00
Kovah
376e012100
Implement first version of the note API 2020-04-19 23:19:39 +02:00
Kovah
7726f90733
Correct the namespace for all API tests 2020-04-19 15:50:08 +02:00
Kovah
09c8098971
Add separate API call to get notes of a link 2020-04-19 15:49:14 +02:00
Kovah
92ebe792e4
Add separate API call to get links of a tag 2020-04-19 15:40:27 +02:00
Kovah
79147e7196
Minor fix for dark-mode card borders and variables 2020-04-19 15:36:08 +02:00
Kovah
bf4346d26c
Implement first version of the tag API 2020-04-18 11:14:20 +02:00
Kovah
16a1097c5e
Correct list link api test class name 2020-04-17 16:31:44 +02:00
Kovah
9b590fa3c9
Merge branch 'dev' into api
# Conflicts:
#	app/Repositories/LinkRepository.php
2020-04-17 16:27:41 +02:00
Kovah
b6f829fc5f
Add separate API call to get links of a list 2020-04-17 16:20:52 +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
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
308151e833
Implement first version of the list API 2020-03-10 23:49:24 +01:00
Kovah
24ab7921cd
Extend the link API with all model relations 2020-03-10 20:33:32 +01:00
Kovah
86db497cce
Implement first version of the link model API 2020-03-10 19:07:31 +01:00
Kovah
91ca65c1ca
Refactor the link create and update requests to be compatible with the API system 2020-03-10 19:06:55 +01:00
Kovah
b0b9873ba5
The user factory should also generate an api token 2020-03-10 09:44:37 +01:00
Kovah
73185f5344
Remove link_id from link update request 2020-03-10 09:42:45 +01:00
Kovah
7eb3b87480
Update missing controllers with updated request classes 2020-03-09 21:04:29 +01:00
Kovah
8f0ea9909b
Minor code cleanup for form requests 2020-03-09 20:04:00 +01:00
Kovah
12e131e8dc
Move form requests for models into separate directory 2020-03-09 20:02:53 +01:00
Kovah
490a4c4a44
Move the Cron controller outside the AI directory 2020-03-09 20:00:29 +01:00
Kovah
668132fb5a
Revert "Correct the composer install command in the Github Actions test suite"
This reverts commit 6c8fbc14
2020-03-08 21:14:05 +01:00
Kovah
6c8fbc147e
Correct the composer install command in the Github Actions test suite 2020-03-08 21:10:10 +01:00
Kovah
efd4a793c4
Add missing Semver PHP package 2020-03-08 21:09:17 +01:00