1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 19:07:48 +01:00

173 Commits

Author SHA1 Message Date
Kovah
90732c67e8
Correctly set lists and tags for links created via the api if model IDs are passed as reference (#774) 2024-05-02 11:18:03 +02:00
Kovah
ada6d5ed3f
Add default date for imported bookmarks if there's no date in the export (#752) 2024-02-20 10:45:31 +01:00
Kovah
3dc4a3d557
Receive parsed keywords instead of fetched HTML for tag suggestions 2023-11-01 13:31:02 +01:00
Kovah
130404aee1
Improve handling of order direction for sorting models 2023-07-20 08:54:52 +02:00
Kovah
abcd914aa5
Make lists and tags private according to the user setting when created from links (#644) 2023-06-04 13:11:54 +02:00
Kovah
4510407b50
Fix import for links without private field (#630) 2023-04-10 10:15:22 +02:00
Kovah
e902e7c6f0
Make imported tags private if specified in the user settings (#588) 2023-01-22 11:58:52 +01:00
Kovah
7995818fb6
Add command to list all current users 2022-09-04 11:50:28 +02:00
Kovah
5810bc3837
Optimize tests 2022-09-04 11:25:26 +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
63baccbf68
Correct test of registeruser command 2022-03-11 11:40:37 +01:00
Kovah
6a614a33ef
Update dependencies, enable support for PHP 8.1, switch Docker build to PHP 8.1 and Node 16 2022-03-11 10:01:21 +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
29b535755c
Adjust tests to prevent random issues with names 2022-01-05 22:46:42 +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
d7c3aa39d8
Add filters for lists index page (#309) 2021-09-20 22:43:39 +02:00
Gavin Rehkemper
d878ccd8d4 added tag controller unit tests 2021-09-12 23:00:46 +00:00
Kovah
e90e4d3ade
Change link thumbnail field from string to text (#274) 2021-05-10 12:58:39 +02:00
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