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
Kovah
22c85f29d4
Add API endpoint for searching lists for link editing ( #6 )
2020-06-09 15:50:49 +02:00
Kovah
1436fa360c
Add API endpoint for searching tags for link editing ( #6 )
2020-06-09 09:55:31 +02:00
Kovah
a64387913d
Implement abstract API test class to reduce duplicated code, also add HTTP and Queue faking ( #6 )
2020-06-09 09:53:26 +02:00
Kovah
6d9a929f6d
Move Cron Controller Test out of API directory
2020-06-09 09:24:49 +02:00
Kovah
61524f7530
Correct namespace of API tests
2020-06-09 09:10:45 +02:00
Kovah
600eed0595
Merge branch 'dev' into api
2020-06-08 16:27:59 +02:00
Kovah
baff2bd9bd
Fix issues with duplicate checks and wrong passed IDs inside the link controller
2020-06-07 18:59:07 +02:00
Kovah
6854f3c089
Extend tests for helper functions
2020-06-07 14:57:04 +02:00
Kovah
c649b98f99
Add tests for the link check toggle controller method
2020-06-07 12:55:02 +02:00
Kovah
5fb4ab48ac
Corrects and optimizes all tests
2020-06-05 14:19:29 +02:00
Kovah
0ba9676753
Correct behavior of the link revisioning, extend tests ( #126 )
2020-06-05 11:45:21 +02:00
Kovah
56b1bdc1a4
Implement a changelog for links ( #126 )
...
Installed and set up Revisionable package and enabled it for Links. Added custom handler for relations to Tags and LinkLists. Added new Blade component for displaying a history entry.
2020-06-05 11:43:46 +02:00
Kovah
862657f80f
Correct edit views for lists and tags
2020-06-04 13:23:04 +02:00
Kovah
285308331e
Add option to export links to CSV file ( #30 )
2020-06-03 15:38:44 +02:00
Kovah
1b4534cb16
Implement duplicate checks for URLs while saving a link ( #112 )
2020-06-02 16:56:26 +02:00
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
ab641bc398
Merge branch 'dev' into api
...
# Conflicts:
# tests/Controller/API/LinkApiTest.php
# tests/Controller/API/LinkNotesTest.php
# tests/Controller/API/ListApiTest.php
# tests/Controller/API/ListLinksTest.php
# tests/Controller/API/NoteApiTest.php
# tests/Controller/API/TagApiTest.php
# tests/Controller/API/TagLinksTest.php
2020-05-06 18:32:58 +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