1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-30 03:17:39 +01:00

73 Commits

Author SHA1 Message Date
Kovah
1ac75ecdab
Refactor the password reset command and add proper tests 2020-05-06 22:17:08 +02:00
Kovah
977831177e
Refactor the register user command and add proper tests 2020-05-06 22:10:11 +02:00
Kovah
f3efa97b7e
Optimize tests for check links command 2020-05-06 21:51:23 +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
d2a61c868e
Move the import form to fetch via JS to prevent request timeouts (#120) 2020-05-05 23:24:17 +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
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
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
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
40856b1a91
Add new test for the login page, correct redirection if authenticated 2020-03-08 20:26:39 +01:00
Kovah
9409d5a0a6
Migrate the HTML meta helper to the new HTTP facade 2020-03-04 15:26:31 +01:00
Kovah
ac497fee0d
Migrate the Wayback Machine helper to the new HTTP facade 2020-03-04 15:09:38 +01:00
Kovah
efd6dbd720
Add a new test for the update check (#96) 2020-03-04 15:02:15 +01:00
Kovah
b6b6f57ad8
Update all tests to match the updated core 2020-03-03 17:35:20 +01:00
Kovah
9ec7060a96
Fix issue with setup completed permissions, add first test for the setup 2020-02-20 11:54:48 +01:00
Kovah
79be60453c
Properly test unique values for base models 2020-02-20 11:35:36 +01:00
Kovah
1c48915f79
Refactor the tags model controller, add corresponding controller tests 2020-02-20 11:26:34 +01:00
Kovah
d485047650
More refactoring of the notes controller and corresponding tests 2020-02-17 15:11:20 +01:00
Kovah
e6e9ee7228
More refactoring of the list controller and corresponding tests 2020-02-12 17:20:41 +01:00
Kovah
fc655dbb64
More refactoring of the link controller and corresponding tests 2020-02-12 16:26:45 +01:00
Kovah
62d97b697a
Refactor the notes model controller, add corresponding controller tests 2020-02-12 15:16:13 +01:00
Kovah
ba0d5de206
Refactor the list model controller, add corresponding controller tests 2020-02-12 14:53:18 +01:00
Kovah
052406acf9
Refactor the link model controller, add corresponding controller tests, refactor the Wayback Machine helper 2020-02-07 22:03:21 +01:00
Kovah
f3d36ee65b
Refactor the guest tag controller and add corresponding controller tests 2020-02-07 19:47:29 +01:00
Kovah
c7f1d4534d
Refactor the guest lists controller and add corresponding controller tests 2020-02-06 22:06:44 +01:00
Kovah
3cb7417867
Refactor the guest links controller and add corresponding controller tests 2020-02-06 21:12:16 +01:00
Kovah
a8dc405ec2
Remove issue comment 2020-02-02 20:13:52 +01:00
Kovah
6d54a42a3b
Refactor the user settings controller, add tests which however are failing (WIP) 2020-02-01 10:15:35 +01:00
Kovah
936bb30f2d
Add controller test for the trash 2020-01-31 12:25:56 +01:00
Kovah
b44f5a73e8
Correct two test controllers 2020-01-31 10:55:54 +01:00
Kovah
453df74f50
Refactor the system settings controller and add corresponding controller test 2020-01-31 10:46:32 +01:00
Kovah
7583347721
Add controller test for the search 2020-01-30 17:03:55 +01:00
Kovah
bbd79ae7b7
Restructure the present controller tests 2020-01-30 16:17:57 +01:00
Kovah
2b375b1a12
Refactor the import controller and add a corresponding test 2020-01-29 12:52:16 +01:00
Kovah
315d9084b7
Refactor the export controller and add a corresponding test 2020-01-29 12:35:28 +01:00
Kovah
bf3598faea
Add controller test for the dashboard 2020-01-29 12:18:40 +01:00
Kovah
30fa33f2fe
Reorder the current controller tests 2020-01-29 12:10:08 +01:00
Kovah
6632b0b068
Refactor the cron controller and add controller tests for it 2020-01-29 12:07:44 +01:00
Kovah
1616454244
Move Bookmarklet test into subfolder for controllers 2020-01-29 11:58:41 +01:00
Kovah
2de50a8973
Refactor the Wayback Machine helpter to accept a Mock configuration for easier testing 2020-01-27 15:45:06 +01:00
Kovah
0c217b8747
Add a first controller test for the Bookmarklet 2020-01-27 14:48:22 +01:00
Kovah
25a1732156
Fix issue with the alert helper test 2020-01-24 13:29:46 +01:00
Kovah
e35b9926e1
Major code cleanup with help of linters and Larastan 2020-01-24 13:15:49 +01:00
Kovah
607c947921
Update all tests 2019-10-29 17:00:33 +01:00