1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-16 04:39:38 +01:00

992 Commits

Author SHA1 Message Date
Kovah
0fdd74a803
Correct several performance and code issues, update HTTP kernel to Laravel 8 files 2021-01-20 22:24:43 +01:00
Kovah
1f12a4c3a0
Install Laravel Enlightn 2021-01-20 21:44:42 +01:00
Kovah
80a24da07e
1.2.0 2021-01-20 21:34:19 +01:00
Kovah
720ba18eb2
Update dependencies 2021-01-20 21:12:49 +01:00
Kovah
e3decfe6c8
Do not install development packages when building the .zip package (#215) 2021-01-19 15:02:30 +01:00
Kovah
891831e3a8
Add release Dockerfile for building ARM images (WIP, #175) 2021-01-19 14:48:42 +01:00
Kovah
baf629d00f
Correct MySQL client installation in simple release dockerfile 2021-01-19 14:47:17 +01:00
Kevin Woblick
e25058e20c
Merge pull request #214 from jk/feature/bookmarklet-description
Enable text selection as description in bookmarklet
2021-01-19 00:53:17 +01:00
Kevin Woblick
a996bdf884
Merge pull request #216 from benleb/patch-1
install dependency for backups in the "simple" version
2021-01-19 00:52:09 +01:00
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
Ben
b1b3c2c745
install dependency for backups in the "simple" version 2021-01-18 11:08:41 +01:00
Jens Kohl
12fbc76937 Enable text selection as description in bookmarklet
Optional text selection will be prefliled for the description field
2021-01-15 21:48:04 +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