1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 03:32:59 +01:00

385 Commits

Author SHA1 Message Date
Kovah
e8fdbebbcd
Optimize display of links to look better 2019-10-14 16:45:58 +02:00
Kovah
81bad43dc8
Solve issue with not working loading button (#71) 2019-10-14 16:31:05 +02:00
Kovah
d32a47dec5
Update package-lock.json 2019-09-23 12:33:41 +02:00
Kovah
63fb816bd5
Update the README with information about the features and the community forums 2019-09-18 17:07:05 +02:00
Kovah
d10ed79f01
Correct highlighted items in category / tag dropdowns 2019-09-18 16:59:10 +02:00
Kovah
f6d31f7ce5
v0.0.22 2019-09-17 20:59:06 +02:00
Kovah
7f0faf49b7
Fix critical issue with the release Dockerfile 2019-09-17 20:56:26 +02:00
Kevin Woblick
ddefc3c63e
Merge pull request #64 from Kovah/dev
v0.0.21
v0.0.21
2019-09-17 20:26:45 +02:00
Kovah
81c58131b6
v0.0.21 2019-09-17 19:43:47 +02:00
Kovah
f6a5280020
Merge branch 'master' of github.com:Kovah/LinkAce into dev 2019-09-17 19:41:23 +02:00
Kovah
b87748eabd
Highly optimize the darkmode theme, remove unused CSS components 2019-09-17 17:13:23 +02:00
Kovah
d27ddfe5b8
Display broken link count in dashboard 2019-09-17 16:22:14 +02:00
Kovah
a2177dc547
Make the logout button accessible with the keyboard 2019-09-17 16:09:29 +02:00
Kovah
6f471d5b16
Version all frontend assets to prevent caching issues 2019-09-17 15:57:56 +02:00
Kovah
3e673b17e5
Optimize the Docker release file 2019-09-17 15:56:55 +02:00
Kovah
2976e15c56
Update docs for registeruser command 2019-09-13 11:13:00 +02:00
Kovah
f98f786815
Rename link check notification 2019-09-13 10:41:02 +02:00
Kovah
9a18c09d63
Show the current version in the footer 2019-09-13 10:36:59 +02:00
Kevin Woblick
c3c8795b68
Merge pull request #62 from Kovah/dev
v0.0.20
v0.0.20
2019-09-12 23:26:36 +02:00
Kovah
767fc53263
Correct the phpunit configuration 2019-09-12 23:20:19 +02:00
Kovah
39eadd6012
Remove PHP 7.1 from Travis config 2019-09-12 23:07:02 +02:00
Kovah
77d07f5e6e
Update frontend dependencies 2019-09-12 23:06:22 +02:00
Kovah
4556a35306
Upgrade LinkAce to Laravel 6 2019-09-12 22:54:59 +02:00
Kovah
dd4cef9bde
Add yet another missing icon 2019-09-12 21:45:50 +02:00
Kovah
790c65fde0
Optimize the trash overview page 2019-09-12 21:17:44 +02:00
Kovah
0276e76511
Add another missing icon 2019-09-12 20:40:51 +02:00
Kovah
6df8f752ee
Add missing Fontawesome icon 2019-09-11 22:51:43 +02:00
Kovah
79e32832fa
Small update for the linkcheck mail message 2019-09-11 22:48:59 +02:00
Kovah
835f4dacfa
Fix issue with broken links didn't get detected by the link check 2019-09-11 22:45:28 +02:00
Kovah
1be2ab0f6b
Remove the permission seeder for now 2019-09-11 22:23:00 +02:00
Kovah
98bf5fb380
Optimize the dev/production Docker setup 2019-08-26 22:18:35 +02:00
Kovah
d18933c5be
Several corrections for the Docker build process 2019-07-17 09:12:43 +02:00
Kevin Woblick
753fd7ee7b
Merge pull request #60 from Kovah/dev
v0.0.19
v0.0.19
2019-07-16 23:15:14 +02:00
Kovah
8ce7e901fc
0.0.19 2019-07-16 23:14:32 +02:00
Kevin Woblick
64ffc34246
Merge pull request #59 from Kovah/dev
v0.0.19
2019-07-16 23:13:58 +02:00
Kovah
b5708f1f3c
Correct min PHP version for Travis config 2019-07-16 23:08:42 +02:00
Kovah
eb08d52c21
Remove Gruntfile, add missing test script 2019-07-16 23:07:36 +02:00
Kovah
06141bdb31
Move frontend workflow to Laravel Mix, use FontAwesome svg's via JS 2019-07-16 23:05:55 +02:00
Kovah
da175f5035
Correct composer dependency setup, bump to 7.1.8 as minimum version 2019-07-16 21:36:22 +02:00
Kovah
61bd44a859
Add a lot of UI fixes, refine colors and spacing for various elements 2019-07-16 21:27:29 +02:00
Kovah
c13cbb62dc
Implement a repository for the note model 2019-07-16 20:46:38 +02:00
Kovah
bfeaf142c0
Add note count to dashboard 2019-07-16 20:31:41 +02:00
Kovah
ff4f464a8b
Slightly update the color scheme 2019-07-16 20:29:58 +02:00
Kovah
ddd3911fc4
Upgrade to Laravel 5.8 2019-07-16 20:26:59 +02:00
Kovah
b4c04e21d7
Correct test method signature 2019-07-16 20:25:09 +02:00
Kovah
543e13879c
Correct dleetion handling for models 2019-07-16 20:24:56 +02:00
Kovah
3d61bacc9a
Correct the Tag test 2019-07-16 20:08:32 +02:00
Kovah
1cf895865c
Add a random app key for testing 2019-07-16 20:02:57 +02:00
Kovah
576c0823ec
Correct tag update test 2019-07-16 19:56:34 +02:00
Kovah
057837a476
Implement a queue via the cron, move Wayback archiving into queue job (#58) 2019-07-16 19:55:57 +02:00