Kovah
6589c92b49
Hotfix for simple dockerfile with correct nginx http config location
v1.6.4
2021-08-09 00:40:24 +02:00
Kovah
da9c2f53a9
Update dependencies
2021-08-08 23:50:54 +02:00
Kevin Woblick
5276c25ac4
Merge pull request #290 from Kovah/dev
...
Release
2021-08-08 23:45:08 +02:00
Kovah
58a497badb
1.6.4
2021-08-08 23:42:06 +02:00
Kovah
64e6f82ff7
Readme update
2021-08-08 23:30:19 +02:00
Kovah
5fbcfdc146
Add a postgres database in the dev setup for testing
2021-08-08 23:29:25 +02:00
Kovah
bce78f6667
Add missing indicators for private tags and lists on their detail pages ( #304 )
2021-08-08 22:56:55 +02:00
Kovah
1dd2866574
Fix styling for very long list and tag names on the dashboard ( #303 )
2021-08-08 22:50:22 +02:00
Kovah
75e9ac6317
Update the readme, move development guide into contributing file
2021-06-18 00:11:10 +02:00
Kovah
c7d887b677
Update translations from Crowdin
...
Thanks to users swinn37 and MashMinn
2021-06-17 23:03:38 +02:00
Kovah
b560494643
Optimize the setup process ( #288 )
2021-06-17 22:59:38 +02:00
Kovah
d062f1596c
1.6.3
v1.6.3
2021-06-06 12:32:11 +02:00
Kevin Woblick
fbdf7bd710
Merge pull request #285 from Kovah/dev
...
Release
2021-06-06 12:31:26 +02:00
Kovah
7d9bd55d35
Make search query required for the dashboard search box ( #278 )
2021-06-06 12:27:17 +02:00
Kovah
0e4a3fdb7c
Update dependencies
2021-06-06 12:25:20 +02:00
Kovah
5dd497659f
Add tags to search links table ( #279 )
...
Also updates the shortUrl() method to remove https:// from the url
2021-06-06 12:20:47 +02:00
Kevin Woblick
c575d5ca44
Merge pull request #284 from gavinr/import-dates
...
fix import dates
2021-06-03 08:19:03 +02:00
Gavin Rehkemper
13335469e1
fix import dates
2021-05-30 21:37:22 -05:00
Kevin Woblick
ad53f367bf
Merge pull request #276 from Kovah/dev
...
Release
v1.6.2
2021-05-10 14:01:50 +02:00
Kovah
20d6ac8d59
1.6.2
2021-05-10 13:51:24 +02:00
Kovah
d0dc81893b
Large code cleanup
2021-05-10 13:51:09 +02:00
Kovah
e90e4d3ade
Change link thumbnail field from string to text ( #274 )
2021-05-10 12:58:39 +02:00
Kovah
d1e5c64c9c
Update dependencies, use new HTML Meta helper
2021-05-10 12:38:39 +02:00
Kevin Woblick
7dccea36ff
Merge pull request #269 from Kovah/dev
...
Hotfix
v1.6.1
2021-04-19 18:43:32 +02:00
Kovah
391398a7c9
Merge branch 'main' of github.com:Kovah/LinkAce into dev
2021-04-19 18:40:40 +02:00
Kovah
3752db7848
Hotfixes for the component linkace logo
2021-04-19 18:39:44 +02:00
Kevin Woblick
18744f14d7
Merge pull request #266 from Kovah/dev
...
Release
2021-04-19 17:46:28 +02:00
Kovah
959b308faa
Add social meta to html header
2021-04-19 17:39:32 +02:00
Kovah
5a85594ffc
Migrate linkace logo to icon components
2021-04-19 17:32:32 +02:00
Kovah
3edff7239f
1.6.1
2021-04-19 17:01:47 +02:00
Kovah
7099dfe62b
Fix docker update script ( #259 )
2021-04-19 16:57:05 +02:00
Kovah
cf986ba80f
Update regex to correctly check for youtube links ( #263 )
2021-04-19 16:42:05 +02:00
Kovah
b4cc711b5a
Merge branch 'main' of github.com:Kovah/LinkAce into dev
2021-04-19 16:40:52 +02:00
Kovah
42b4824b76
Properly cache update checks for 1 day
2021-04-19 16:40:36 +02:00
Kevin Woblick
85461ae4b9
Merge pull request #261 from Kovah/dev
...
Release
v1.6.0
2021-04-18 14:34:00 +02:00
Kovah
4542669326
Fix thumbnail generation in html meta helper
2021-04-18 14:06:33 +02:00
Kovah
39ed05e1a1
Minor styling changes for link thumbnails
2021-04-18 13:59:28 +02:00
Kovah
9caeadfddb
Properly handle og:images without host
2021-04-18 13:46:07 +02:00
Kovah
ae0283ee8a
Add command to update all link thumbnails
2021-04-18 12:57:06 +02:00
Kovah
edce067d6e
1.6.0
2021-04-18 12:28:41 +02:00
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