1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

36 Commits

Author SHA1 Message Date
Kovah
03996f8bb3
Remove SETUP_COMPLETED variable (#398)
Replaces SETUP_COMPLETED variable with a database setting. Changes setup to add the setting to the database. Also adds a migration for existing installations.
2022-03-25 00:10:58 +01:00
Kovah
e90e4d3ade
Change link thumbnail field from string to text (#274) 2021-05-10 12:58:39 +02:00
jeop10
98567b8000 Generate screenshots for links #18
First step into implementing a "screenshot" of the added links, so this commits makes possible to retrieve the images that exists on the metatags and store it as the thumbnail.
2021-04-16 19:48:34 +02:00
Kovah
ed3a846584
Optimize testing setup 2021-04-09 10:39:18 +02:00
Kovah
ba07e144f0
Enable tests for Node 14 and PHP 8, optimize PHP CS config 2020-11-17 19:40:25 +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
8cbd36d61e
Migrate to HTMl icons (#158)
This adjusts multiple components, including the table sorting, link share buttons and link icons. All were changed to use views, dynamic components and the new icons. All views were adjusted to use the new icons instead of the Fontawesome Javascript.
2020-10-21 15:14:53 +02:00
Kovah
479613aa5d
Change mapping of icons for links and social sharing (#158) 2020-10-21 13:46:18 +02:00
Kovah
600eed0595
Merge branch 'dev' into api 2020-06-08 16:27:59 +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
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
460e836738
Add new settings to control backups by the internet archive (#117) 2020-05-06 17:52:04 +02:00
Kovah
a96d1d488c
Extend user settings with list and tag privacy controls (#113) 2020-05-05 09:56:30 +02:00
Kovah
b0b9873ba5
The user factory should also generate an api token 2020-03-10 09:44:37 +01:00
Kovah
b6b6f57ad8
Update all tests to match the updated core 2020-03-03 17:35:20 +01:00
Kovah
1d63b440d2
Add new link field for disabling checks (#93) 2020-02-28 16:42:31 +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
eac2dab00b
Minor fix for possible issue with a db migration from last year 2020-01-24 14:07:32 +01:00
Kovah
b60e70bdad
Minor change for v0.0.25 migration 2019-10-29 17:28:34 +01:00
Kovah
2d766d4965
Add a database migration, update the factories and seeder 2019-10-29 16:59:42 +01:00
Kovah
31dadc9ff5
Remove all category files and classes 2019-10-29 16:56:07 +01:00
Kovah
bbd0ff0012
Reduce number of tags assigned to links in Example seeder 2019-10-24 15:44:03 +02:00
Kovah
4556a35306
Upgrade LinkAce to Laravel 6 2019-09-12 22:54:59 +02:00
Kovah
1be2ab0f6b
Remove the permission seeder for now 2019-09-11 22:23:00 +02:00
Kovah
c13cbb62dc
Implement a repository for the note model 2019-07-16 20:46:38 +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
Kovah
5abc8f6584
Add a status for links to indicate if they are broken or were moved (#20) 2019-02-11 16:04:18 +01:00
Kovah
e0dd883fd7
Add laravel-permission package for roles (#33) 2019-02-10 23:21:59 +01:00
Kovah
f00e03eb98
Implement api token generation in settings (#6) 2019-02-07 23:55:27 +01:00
Kovah
14b2585992
Add first base for link icons (#15) 2019-01-30 17:47:38 +01:00
Kovah
26391caab7
Implement notes functionality for links (#11) 2019-01-17 21:08:12 +01:00
Kovah
ca4515c54b
Add base for the system settings (#1) 2018-09-27 23:46:23 +02:00
Kovah
d018174cdf
Create an example seeder with model factories 2018-09-02 22:07:45 +02:00
Kovah
ff96a896df
Add base models and db migrations 2018-08-23 00:01:54 +02:00
Kovah
3b2626b0bd
Import Laravel 5.6 without the frontend stuff 2018-08-22 20:54:44 +02:00