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

993 Commits

Author SHA1 Message Date
Kovah
fc056190ef
Update dependencies 2021-04-18 12:26:57 +02:00
Kovah
ad64b391e0
Refactor html meta helper to accept both youtube.com and youtu.be links, update tests accordingly (#18) 2021-04-18 12:20:24 +02:00
Kevin Woblick
228b38a6dd
Merge pull request #262 from jeop10/dev
Display a little thumbnail next to the title, using the image from the metatags
2021-04-17 19:09:05 +02:00
Jesus Ortega
9bb4838cdb Make sure the fallback function have the thumbnail property
Related to Generate screenshots for links #18
2021-04-17 18:35:07 +02:00
Jesus Ortega
499a876801 Prevent accessing explode results when empty
Related to Generate screenshots for links #18
2021-04-17 13:13:57 +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
a36e6836ef
Move application views into correct folder 2021-04-15 12:11:14 +02:00
Kovah
ac86b6ff6f
Minor code optimization and mini fixes 2021-04-15 11:30:09 +02:00
Kovah
65cf572ba5
Code style fix 2021-04-15 10:53:25 +02:00
Kovah
8541853832
Fix update check test 2021-04-15 10:48:26 +02:00
Kovah
15bc43a006
Update Backup package configuration for latest version 2021-04-15 10:45:44 +02:00
Kovah
86ea8ef25d
Optimize the update check 2021-04-15 10:45:03 +02:00
Kovah
7f76a86e66
Allow users to search for links without lists or tags (#257) 2021-04-09 11:32:11 +02:00
Kovah
ed3a846584
Optimize testing setup 2021-04-09 10:39:18 +02:00
Kovah
ef1360dbb9
1.5.0 2021-04-09 10:25:17 +02:00
Kovah
650d098bf6
Update the update-docker script 2021-04-09 10:16:33 +02:00
Kovah
3ba4c17acc
Update dependencies 2021-04-09 10:13:47 +02:00
Kovah
3ca809baf4
Correct nginx.conf for simple Docker setup (#258) 2021-04-09 09:57:45 +02:00
Kovah
ee9b7bdb7a
Hide private tags in guest link overview 2021-03-29 09:42:11 +02:00
Kovah
80e73ba1d4
Add RSS feeds for lists and tags links (#197) 2021-03-29 09:34:26 +02:00
Kovah
e8aec55015
Add RSS feeds for private links, lists and tags accessible via api token authorization (#197) 2021-03-29 00:22:12 +02:00
Kovah
b8135ac162
Add RSS feeds for public lists accessible via guest mode (#197) 2021-03-28 23:53:12 +02:00
Kovah
1c98fc39ce
Optimize markdown handling for links and notes, add markdown support for list descriptions 2021-03-28 23:35:34 +02:00
Kovah
805ed2ac03
Optimize public scopes for links, lists and tags 2021-03-28 23:20:06 +02:00
Kovah
26b232dfde
Let users manually mark a link as working if the status is not working (#234)
Also, the link check can now be toggled at any time.
2021-03-28 21:19:44 +02:00
Kovah
f98acbcc21
Fix Docker build process with correct release Dockerfiles v1.4.1 2021-03-27 12:40:54 +01:00
Kevin Woblick
f4c995c7c8
Merge pull request #254 from Kovah/dev
Release
2021-03-27 12:31:18 +01:00
Kovah
85cf60dbb4
Use hotfix version of laravel-html-meta package (#253) 2021-03-27 12:27:47 +01:00
Kovah
dac92ac3dd
1.4.1 2021-03-27 12:26:22 +01:00
Kovah
6cf17b3ebf
Optimize release Dockerfiles 2021-03-27 12:24:54 +01:00
Kovah
df73cd734a
Correct usage of the backup package, update release Dockerfiles (#251) 2021-03-27 12:12:31 +01:00
Kovah
cb50bef221
Deprecate old release Dockerfiles 2021-03-27 11:57:48 +01:00
Kovah
fcfd0de06c
Correct docker-compose for regular setup 2021-03-26 22:23:41 +01:00
Kovah
787f4631f0
Correct simple docker-compose file 2021-03-25 20:50:36 +01:00
Kevin Woblick
397010af6b
Merge pull request #250 from Kovah/dev
Release
v1.4.0
2021-03-25 20:31:19 +01:00
Kovah
bad62762f2
Optimize Docker build process 2021-03-25 20:22:11 +01:00
Kovah
5aafea6fe4
Update dependencies 2021-03-24 23:59:18 +01:00
Kovah
9e844e9ac0
Revert changes to docker-compose files 2021-03-24 23:49:52 +01:00
Kovah
cffd502e02
Add French translation, update existing languages 2021-03-23 20:48:49 +01:00
Kovah
20a1385693
Update to linuxserver mariadb in docker compose files 2021-03-23 20:48:12 +01:00
Kovah
b005866397
Correct the production docker-compose files and release Dockerfiles 2021-03-22 23:27:24 +01:00
Kovah
de70173b6e
Correct the production docker-compose files 2021-03-22 22:51:26 +01:00
Kovah
3595f734d8
1.4.0 2021-03-22 22:40:23 +01:00
Kovah
af043ba317
Enable Docker builds via Github (#175) 2021-03-22 22:39:36 +01:00
Kovah
54471db324
Optimize recent tags and lists on dashboard (#188) 2021-03-22 22:34:45 +01:00
Kovah
1eb10b380d
Add recent tags and lists to the dashboard (#188) 2021-03-22 22:23:58 +01:00
Kovah
cf750c4a53
Add a search box to the dashboard (#192) 2021-03-22 22:14:24 +01:00
Kovah
343a4423e2
Update configuration to support Redis sockets (#195) 2021-03-22 22:03:38 +01:00
Kovah
c5030c8c82
Merge branch 'dev' of github.com:Kovah/LinkAce into dev 2021-03-22 21:47:45 +01:00
Kovah
a15d464c94
Update configuration to support third-party s3 services (#198) 2021-03-22 21:44:18 +01:00