Kovah
4a356fc5cf
Remove experimental testing for PHP 8
2020-06-29 18:44:28 +02:00
Kovah
44c9f54802
Add experimental testing for PHP 8
2020-06-29 18:41:39 +02:00
Kovah
59f537b9ed
Add experimental testing for PHP 8
2020-06-29 18:39:19 +02:00
Kovah
cd505ac1ec
Update funding information
2020-06-26 12:55:23 +02:00
Kovah
5637046b68
Update the readme with updated support information
2020-06-26 12:42:37 +02:00
Kovah
4979827b79
Update the readme with updated support information
2020-06-26 12:36:49 +02:00
Kovah
1717f32ed8
Large refactoring or code styling and documentation of the application controllers
2020-06-24 21:02:58 +02:00
Kovah
e5b960ad0b
Update of NPM dependencies
2020-06-24 21:02:47 +02:00
Kovah
17dd6c8844
Update PHP dependencies
2020-06-24 20:54:17 +02:00
Kovah
3eb941bdb8
Add new endpoint to check an url for existing links ( #6 )
2020-06-24 17:10:10 +02:00
Kovah
c2b513bc28
Add backend fetch endpoint to get html for the html keyword parsing in the frontend ( #136 )
2020-06-18 17:02:59 +02:00
Kovah
e6ded95104
First quick draft implementation of tag suggestions ( #136 )
2020-06-18 10:24:44 +02:00
Kovah
3ffe6daadb
Add API endpoint for searching links with various features ( #6 )
2020-06-12 00:24:44 +02:00
Kovah
7cae102e13
Add missing validation to the search request, add handling for API requests by switching between name and ID querying for lists and tags
2020-06-12 00:21:36 +02:00
Kovah
330ae06a3c
Move search functionality into trait and correct results order handling
2020-06-11 23:25:56 +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
8e9adafe80
Correct handling of link taxonomies in the link controller
2020-06-08 16:37:04 +02:00
Kovah
600eed0595
Merge branch 'dev' into api
2020-06-08 16:27:59 +02:00
Kovah
7d270b9e30
Merge branch 'dev'
v0.0.38
2020-06-08 15:34:56 +02:00
Kovah
163e742a11
0.0.38
2020-06-08 15:34:23 +02:00
Kevin Woblick
682804694d
Merge pull request #132 from Kovah/dev
...
v0.0.38
2020-06-08 15:32:42 +02:00
Kovah
fe53bcad4d
Fix the both password reset templates ( #134 )
2020-06-08 10:04:32 +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
8c050f0b53
Improve the link icon display and the details page
2020-06-07 18:24:27 +02:00
Kovah
0a5e6d882b
Improve display of the history for links ( #126 )
2020-06-07 17:09:57 +02:00
Kovah
8c7f3b4d0d
Merge remote-tracking branch 'origin/dev' into dev
2020-06-07 15:08:53 +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
3d91d7e2bd
Correct link private handling in edit forms
2020-06-07 12:29:43 +02:00
Kevin Woblick
35e0431b1b
Merge pull request #133 from Kovah/dependabot/npm_and_yarn/websocket-extensions-0.1.4
...
Bump websocket-extensions from 0.1.3 to 0.1.4
2020-06-06 18:11:12 +02:00
dependabot[bot]
d3fa80c2b5
Bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 12:12:00 +00: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
e6dbff0c81
Add styles for HTML code tag
2020-06-05 10:44:06 +02:00
Kovah
a23630ca05
Move Codeclimate test coverage generation to push to master, remove from pull requests
2020-06-04 13:27:05 +02:00
Kovah
862657f80f
Correct edit views for lists and tags
2020-06-04 13:23:04 +02:00
Kovah
23ddcb7d9e
Improve all link, tag and list forms on mobile devices ( #131 )
2020-06-04 13:12:48 +02:00
Kovah
a2b8662b61
Implement possible fix for the mobile navigation ( #131 )
2020-06-04 12:22:59 +02:00
Kovah
2f2f7f8d53
Minor edits for README, add Twitter link
2020-06-03 17:37:57 +02:00
Kevin Woblick
54ac913daa
Merge pull request #129 from Kovah/dev
...
v0.0.37
v0.0.37
2020-06-03 16:25:52 +02:00
Kovah
16e99f42d6
Update version, fix PHP CS issue
2020-06-03 16:17:25 +02:00
Kovah
56567da1e6
0.0.37
2020-06-03 16:12:38 +02:00
Kovah
790826b0ba
Add a script to quickly update the Docker containers ( #128 )
2020-06-03 16:11:58 +02:00
Kovah
285308331e
Add option to export links to CSV file ( #30 )
2020-06-03 15:38:44 +02:00
Kovah
d2a9326abd
Improve styling of alerts in dark mode, reduce font size to make them less obtrusive
2020-06-02 16:58:38 +02:00