1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-16 04:32:13 +02:00

152 Commits

Author SHA1 Message Date
Kovah
9caeadfddb
Properly handle og:images without host 2021-04-18 13:46:07 +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
Kovah
65cf572ba5
Code style fix 2021-04-15 10:53:25 +02:00
Kovah
8541853832
Fix update check test 2021-04-15 10:48:26 +02:00
Kovah
7f76a86e66
Allow users to search for links without lists or tags (#257) 2021-04-09 11:32:11 +02:00
Kovah
ed3a846584
Optimize testing setup 2021-04-09 10:39:18 +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
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
6f8b41aa39
Replace parts of HTML Meta helper with a new laravel-html-meta package (#238) 2021-03-07 14:24:08 +01:00
Kovah
748b4ae540
Implement markdown support for descriptions and notes (#217) 2021-03-06 21:44:36 +01:00
Kovah
30d4a587c3
Fix editing of notes, remove required link_id field (#243) 2021-03-06 19:12:07 +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
72a4af6ff6
Improve guest list controller test 2021-01-13 00:32:30 +01:00
Kovah
0762a2441c
Add command to view 2FA recovery codes (#173) 2021-01-10 18:18:15 +01:00
Kovah
3602710f26
Extend tests for recent changes 2020-12-18 13:15:13 +01:00
Kovah
e12adce71f
Correct testing for guest tags 2020-12-17 23:17:52 +01:00
Kovah
d7750546ea
Update tests for changed link creation behavior 2020-12-17 22:39:54 +01:00
Kovah
5cd8e49ef7
Add support for PHP 8, minor test correction 2020-12-16 13:13:10 +01:00
Kovah
55bea84112
Add tests for password resets and sharing helper 2020-11-17 12:22:41 +01:00
Kovah
b1dea309e3
Disable user registration and add some authentication tests for Fortify 2020-11-17 00:47:01 +01:00
Kovah
68b76a60f3
Replace Laravel UI with Fortify (#172) 2020-11-16 22:03:06 +01:00
Kovah
113b30120d
Update to Laravel 8, refactor tests to use new factory classes
Also updates all other needed packages.
2020-11-08 20:10:42 +01:00
Kovah
e7118237c3
Add tags overview to guest mode (#160) 2020-10-22 13:28:55 +02:00
Kovah
c8696dcb8d
Add missing test for the fetch controller 2020-10-21 11:41:12 +02:00
Kovah
2a046f3298
Update tests based on recent settings changes 2020-10-09 12:33:45 +02:00
Kovah
c13c16ffa2
Make link creation test more reliable by using static data 2020-08-13 01:07:34 +02:00
Kovah
c6b7aad60a
Change handling of tags and lists for links by using lazy loaded collections 2020-08-13 00:57:39 +02:00
Kovah
a9bc009276
Add test for unicode characters in taxonomy names while adding links 2020-08-11 00:59:36 +02:00
Kovah
23d19da8bf
Refactor tag and list handling for links to accept other input variants (#143 #145) 2020-08-11 00:53:49 +02:00
Kovah
113a865019
Rewrite of the LinkAce version handling and update checks 2020-07-02 17:14:29 +02:00
Kovah
c11e0e8411
Fix issue with the link tag editing via API 2020-07-02 17:13:37 +02:00
Kovah
4798d2762b
Refactor all controller tests to use RefreshDatabase trait 2020-07-01 23:38:34 +02:00
Kovah
79a6c34a09
Refactor model controller tests 2020-07-01 23:33:43 +02:00
Kovah
83dc0b5e54
Refactor auth and guest controller tests 2020-07-01 23:24:43 +02:00
Kovah
c273e042c1
Refactor some of the basic controller tests 2020-07-01 23:22:48 +02:00
Kovah
6e95f98396
Refactor API tests with simplified request authentication (#6)
Also fixes issues with the update requests checks for unique values
2020-07-01 23:16:13 +02:00
Kovah
c586134862
Move to specific delete and patch http methods for API calls (#6) 2020-07-01 00:45:47 +02:00
Kovah
525a0b510d
Correct missing property for trash controller test 2020-07-01 00:21:29 +02:00
Kovah
b75c212b5f
Add a new endpoint for handling the trash (#6)
Also optimizes existing tests for the trash controller with a new trait
2020-07-01 00:14:49 +02:00
Kovah
aa9ea21140
Implement a form request for clearing the trash for models 2020-06-30 23:39:44 +02:00
Kovah
bfec72de37
Implement a new trash repository and introduce form request for restoring entries 2020-06-30 23:32:12 +02:00
Kovah
3eb941bdb8
Add new endpoint to check an url for existing links (#6) 2020-06-24 17:10:10 +02:00
Kovah
3ffe6daadb
Add API endpoint for searching links with various features (#6) 2020-06-12 00:24:44 +02:00