1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-12 03:34:42 +01:00

914 Commits

Author SHA1 Message Date
Kovah
99d5beed1c
Update config for Enlightn 2021-03-05 22:53:46 +01:00
Kovah
72e200b4a5
Adjust html meta helper to accept content-type encoding (#238) 2021-02-28 15:34:27 +01:00
Kovah
a217d21a34
Add version information and update check to footer (#220) 2021-02-26 23:22:15 +01:00
Kovah
3d9a6c638d
Update example .env file to be production-ready 2021-02-26 10:52:26 +01:00
Kovah
7fc2311f82
Improve the link check command (#236)
- increases timeout to 20 seconds
- accept all 200 HTTP codes as successful responses
2021-02-23 17:33:13 +01:00
Kovah
e61693beba
Add link to search for broken links to dashboard 2021-02-07 00:17:56 +01:00
Kovah
dcc8436801
Update dependencies 2021-02-07 00:16:31 +01:00
Kovah
1268531107
1.2.2 2021-02-07 00:04:31 +01:00
Kovah
0fe28c92c4
1.2.1 2021-02-07 00:04:27 +01:00
Kovah
95d899498f
Fix broken release Dockerfiles 2021-02-07 00:03:54 +01:00
Kovah
a5e7cc63ba
Correct Github workflows 2021-02-04 16:37:17 +01:00
Kovah
e0fd6a8037
Correct the development PHP ini based on recent Docker image changes 2021-02-04 16:29:22 +01:00
Kovah
22de4caf61
Update dependencies 2021-02-04 16:28:56 +01:00
Kovah
6458ebec71
Allow search of broken links only 2021-02-04 16:28:39 +01:00
Kovah
52e1c5f09f
Properly catch issues with encoding conversion in HTML meta helper (#225) 2021-02-04 16:02:49 +01:00
Kovah
0d18d7f540
Add configuration for API routes so CORS is handled correctly 2021-01-21 16:34:24 +01:00
Kevin Woblick
b6564e4887
Merge pull request #223 from Kovah/dev
Correct production Docker release files
2021-01-21 10:24:10 +01:00
Kovah
9c9c6c11c7
Correct production Docker release files 2021-01-21 10:20:14 +01:00
Kevin Woblick
92d54d67c8
Merge pull request #222 from Kovah/dev
Hotfix
2021-01-21 09:54:31 +01:00
Kovah
93b5b57ee4
Merge remote-tracking branch 'origin/master' into dev 2021-01-21 09:48:16 +01:00
Kovah
54abf5f288
Correct production docker-compose files 2021-01-21 09:47:42 +01:00
Kevin Woblick
d69cb7a38d
Merge pull request #213 from Kovah/dev
Release v1.2.0
v1.2.0
2021-01-20 22:28:11 +01:00
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