1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 11:42:48 +01:00

718 Commits

Author SHA1 Message Date
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
Kovah
1b4534cb16
Implement duplicate checks for URLs while saving a link (#112) 2020-06-02 16:56:26 +02:00
Kovah
ade94e838f
Downgrade mockery to 1.3 as 1.4 drop PHP 7.2 support 2020-06-01 17:08:52 +02:00
Kovah
310b9cff30
Update dependencies 2020-06-01 16:43:52 +02:00
Kovah
4aa91a85d5
Move from MIT to GPL v3 2020-06-01 16:42:24 +02:00
Kovah
2d45e4c6aa
Update nginx version to 1.18 2020-05-24 16:41:40 +02:00
Kovah
91f44dc643
Improve the documentation inside the example .env files 2020-05-20 16:04:34 +02:00
Kovah
544153b072
Optimize the example production docker-compose file
- Replaces "always" as restart config with "unless-stopped".
- Removes read-only param for .env file in PHP container to allow the installation.
- Mount the logs directory to a local folder to prevent loosing them after an update.
2020-05-20 14:37:40 +02:00
Kovah
16f0b217cc
Update table of contents in readme 2020-05-09 12:07:47 +02:00
Kovah
f24b918486
Replace the new padded logo 2020-05-09 12:05:28 +02:00
Kovah
db2ddbd9c5
Update the readme with a new logo, translations badge and updated support disclaimer 2020-05-09 12:01:46 +02:00
Kevin Woblick
b3352ee8d2
Merge pull request #127 from Kovah/dev
v0.0.36
v0.0.36
2020-05-08 13:12:09 +02:00
Kovah
310a3631fd
0.0.36 2020-05-08 13:07:35 +02:00
Kovah
23506ebaa1
Switch to PCov for code coverage generation 2020-05-06 22:18:45 +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
9028f80c3b
Add PCov to dev dockerfile for faster code coverage generation in PHPUnit 2020-05-06 21:51:05 +02:00
Kovah
9d9a1d030b
Add Node with build command to code coverage workflow 2020-05-06 20:25:27 +02:00
Kovah
988878e6fb
Add Node with build command to code coverage workflow 2020-05-06 20:23:40 +02:00
Kovah
acee69f886
Remove NPM artifacts from code coverage workflow 2020-05-06 20:17:09 +02:00
Kovah
80daf09ae4
Extend Github actions with code coverage generation for Code Climate 2020-05-06 20:15:28 +02:00
Kovah
29d62c1c8f
Install and prepare xDebug in the development Dockerfile 2020-05-06 19:51:09 +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
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
1e663d2b3a
Only flash alerts for HTML meta errors inside the standard link controller 2020-05-05 23:53:23 +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
907790da49
Correct the Phpunit configuration 2020-05-05 23:21:46 +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
Kevin Woblick
8660c44f10
Merge pull request #125 from Kovah/dev
v0.0.35
v0.0.35
2020-05-04 18:11:17 +02:00
Kovah
3ed739bd9b
0.0.35 2020-05-04 17:56:27 +02:00
Kovah
3f6e7e6e61
Correct logo reference in the readme 2020-05-01 00:06:46 +02:00
Kovah
cccb4904b5
Correct the bookmarklet window close timer 2020-04-30 23:36:36 +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