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

927 Commits

Author SHA1 Message Date
Kovah
312b5fdca5
Add tags to link tables 2021-03-06 20:15:29 +01:00
Kovah
ae86ec1159
Hide share links if no share service is enabled (#233) 2021-03-06 20:13:22 +01:00
Kovah
d5a40ea505
Fix overflowing tags for wrongly formatted meta keywords (#242) 2021-03-06 20:05:16 +01:00
Kovah
f18e5593bd
1.3.0 2021-03-06 20:00:02 +01:00
Kovah
feb887d582
Update dependencies, upgrade to Laravel Mix 6 2021-03-06 19:59:57 +01:00
Kovah
296fbd1170
fix some small code styling issues 2021-03-06 19:41:41 +01:00
Kovah
04ffff8511
Remove Enlightn CI tests for now 2021-03-06 19:38:47 +01:00
Kovah
30d4a587c3
Fix editing of notes, remove required link_id field (#243) 2021-03-06 19:12:07 +01:00
Kovah
7cc119adb0
Add git to dev dockerfile 2021-03-06 18:57:41 +01:00
Kovah
0639614536
Fix CI testing 2021-03-05 23:22:32 +01:00
Kovah
2c54e0d270
Fix some issues reported by Enlightn, optimize configuration 2021-03-05 23:19:27 +01:00
Kovah
8bf830f93a
Update config for Enlightn 2021-03-05 23:02:36 +01:00
Kovah
dcda52faee
Update config for Enlightn 2021-03-05 22:56:26 +01:00
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