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

881 Commits

Author SHA1 Message Date
Kovah
4c676c96ee
Migrate development PHP container to official PHP image 2021-01-19 00:50:59 +01:00
Kovah
66194ace1d
Fix issue with default collations for databases in docker-compose files
Replaces the Bitnami MariaDB images with the default MariaDB image because setting a collation wasn't possible.
2021-01-19 00:03:34 +01:00
Kovah
3389593000
Set utf8mb4_bin as new default collation for MySQL in Docker compose files (#206) 2021-01-13 17:03:24 +01:00
Kovah
eb3a573330
Set utf8mb4_bin as new default collation for MySQL in Docker compose files (#206) 2021-01-13 16:58:31 +01:00
Kovah
72a4af6ff6
Improve guest list controller test 2021-01-13 00:32:30 +01:00
Kovah
271386c3c8
Move html importer logic into action and improve imports via HTTP and console (refs #201) 2021-01-13 00:25:45 +01:00
Kevin Woblick
20ce10106d
Merge pull request #201 from hnnweb/importcommand
Import command
2021-01-12 23:42:02 +01:00
Kovah
c87d1cf610
Merge branch 'master' into dev 2021-01-12 23:39:22 +01:00
Kovah
ff880de8d6
Correct logo sizing on the login splash-page (#212) 2021-01-12 23:37:54 +01:00
Kovah
0743f4b0c5
Optimize database queries by properly loading relationships 2021-01-12 23:33:24 +01:00
Kovah
30d2fc1032
Properly cache system settings inside the helper function 2021-01-12 23:23:06 +01:00
Kevin Woblick
372e7d406c
Merge pull request #205 from Kovah/dev
v1.1.0
v1.1.0
2021-01-11 18:30:10 +01:00
Kovah
cf7b943da8
Disable Docker build workflows for now 2021-01-11 18:23:18 +01:00
Kovah
ea435890df
Update dependencies 2021-01-11 17:28:12 +01:00
Kovah
2ce83e28b6
1.1.0 2021-01-11 17:23:17 +01:00
Kovah
1035b7d6a0
Enable title and description for search by default (#211) 2021-01-11 17:21:53 +01:00
Kovah
8e0bc81484
Add support for other platforms like ARM (#175) 2021-01-10 19:10:54 +01:00
Kovah
eafaa5c90c
Improve accessibility of icons used in the uI (181) 2021-01-10 18:43:51 +01:00
Kovah
0762a2441c
Add command to view 2FA recovery codes (#173) 2021-01-10 18:18:15 +01:00
Kovah
83918b62f3
HEAD is enough to save a link to the Wayback Machine 2021-01-09 13:26:27 +01:00
Kovah
b504fe3821
Finalize package building (#184) 2021-01-03 19:25:24 +01:00
Kovah
b8e02b4067
Optimize package building (#184) 2021-01-03 19:20:28 +01:00
Kovah
3f4463ee94
Try another Action for building the final package (#184) 2021-01-03 18:58:47 +01:00
Kovah
e8e2dee655
Try another Action for building the final package 2021-01-03 17:51:17 +01:00
Kovah
22bdc200a8
Add experimental build workflow for #184 2021-01-03 17:43:05 +01:00
Kovah
87a9310625
Add experimental build workflow for #184 2021-01-03 17:36:58 +01:00
Kovah
742b6c7cb1
Add experimental build workflow for #184 2021-01-03 17:30:57 +01:00
Kovah
27bb48a0e4
Minor code improvements 2021-01-03 16:46:24 +01:00
Kevin Woblick
bfa0d4666f
Merge pull request #202 from hnnweb/urlscheme
Only check valid protocols ( http and https )
2021-01-03 16:43:44 +01:00
Henrik Norrman
f583d7a90a Only check valid protocols ( http and https )
Also, check with HEAD and not GET.
This speeds up the process as it doesn't have to download the page
2021-01-01 17:47:31 +01:00
Henrik Norrman
d51d4abece Add description to arguments and options 2021-01-01 16:25:49 +01:00
Henrik Norrman
672a27aa61 Fix lint errors 2021-01-01 15:28:09 +01:00
Henrik Norrman
fb3a08ebc8 Import command to import large files without timeout from the browser/webserver 2021-01-01 15:04:37 +01:00
Kevin Woblick
7ec8c1d9c6
Merge pull request #179 from Kovah/dev
v1.0.1
v1.0.1
2020-12-21 11:17:40 +01:00
Kovah
771d93673e
1.0.1 2020-12-21 11:14:23 +01:00
Kovah
fead8276cd
Correct input type for url in quick link add form on dashboard (#187) 2020-12-21 11:14:23 +01:00
Kovah
71a97b24c5
Correct wrong redirect in setup which prevents the setup to complete (#186) 2020-12-21 10:59:45 +01:00
Kovah
3602710f26
Extend tests for recent changes 2020-12-18 13:15:13 +01:00
Kovah
bab6768ab1
Add profiling configuration to development PHP config 2020-12-18 13:13:31 +01:00
Kovah
7a915279b7
Validate URL input for fetch endpoint 2020-12-18 13:12:35 +01:00
Kovah
d241b6b529
Correct styleing of the dark-mode tag and list autocomplete dropdowns 2020-12-17 23:57:35 +01:00
Kovah
e12adce71f
Correct testing for guest tags 2020-12-17 23:17:52 +01:00
Kovah
11de29e8e8
Properly escape history entry outputs 2020-12-17 23:12:19 +01:00
Kovah
d7750546ea
Update tests for changed link creation behavior 2020-12-17 22:39:54 +01:00
Kovah
0350584b16
Optimize performance of adding links by delaying the execution of the Wayback Machine backup 2020-12-17 22:21:16 +01:00
Kovah
12fb35c26d
Correct favicon URLs 2020-12-17 14:16:07 +01:00
Kevin Woblick
859e3dba95
Merge pull request #176 from Kovah/dev
v1.0.0
v1.0.0
2020-12-16 18:23:40 +01:00
Kovah
b66858413b
Replace old Faker PHP library 2020-12-16 13:30:41 +01:00
Kovah
dcf15745e9
Enable tests for PHP 8 2020-12-16 13:13:38 +01:00
Kovah
5cd8e49ef7
Add support for PHP 8, minor test correction 2020-12-16 13:13:10 +01:00