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

84 Commits

Author SHA1 Message Date
Kovah
78bc1b768e
Updated translations, added Romanian thanks to M. Gabriel Lup 2023-04-10 11:21:49 +02:00
Kovah
4510407b50
Fix import for links without private field (#630) 2023-04-10 10:15:22 +02:00
Kovah
aec7a6bc8f
Correct handling of trusted proxies (#625) 2023-03-19 10:37:59 +01:00
Kovah
107571ffa7
Make trusted proxies configurable via the env files (#617) 2023-03-16 22:14:54 +01:00
Kovah
7fda06f149
Update hashing configuration, make driver configurable via env (#617) 2023-03-16 22:03:55 +01:00
Kovah
7decde4b80
Update to Laravel 9 and other dependencies, move lang directory to root 2022-12-14 23:45:37 +01:00
Kovah
5561d43138
Add new translations: Italian by Alessandro Del Prete, Polish by Mateusz Hajder and Zimmy 2022-12-14 23:04:57 +01:00
Kovah
9944b3b104
Enable backups by default 2022-09-04 11:25:17 +02:00
Kovah
03e162dfd4
Add Vietnamese translation, thanks to Dzung Do (@saosangmo)! 2022-08-16 11:39:34 +02:00
Kovah
aab319ecb6
Skip link check in import command if email is not configured (#445) 2022-06-10 16:05:34 +02:00
Kovah
d0a5482db4
Add new configuration options for third-party S3 services like Minio (#476) 2022-06-10 15:58:28 +02:00
Kovah
e4d6b20293
Add translations for Norway 2022-04-11 09:38:38 +02:00
Kovah
03996f8bb3
Remove SETUP_COMPLETED variable (#398)
Replaces SETUP_COMPLETED variable with a database setting. Changes setup to add the setting to the database. Also adds a migration for existing installations.
2022-03-25 00:10:58 +01:00
Kovah
00c6693b1c
Reduce .env contents to the bare minimum (#398)
- Removes all config values that are not really needed for the most basic setup
- Adds a generic standard value for the app key which is checked in the setup middleware and replaced with a secure, random key then
2022-03-24 00:07:16 +01:00
Kovah
cd6b580377
Correct documentation for backup destination in env files, exclude .git in backups (#381) 2022-03-11 10:01:21 +01:00
Kovah
d9e82be485
Add new option to set custom User Agent with APP_USER_AGENT (#334) 2022-01-14 12:31:07 +01:00
Kovah
fd78b0e597
Adjust the backup configuration to correctly use env variables 2022-01-14 10:45:34 +01:00
Kovah
963661f5cb
Add new APP_TIMEZONE environment variable to control the timezone from the outside of the app (#348) 2022-01-14 10:32:05 +01:00
Kovah
ef9768a04d
Clean up of env and docker files, dev setup now uses MariaDB 10.6, also removes 2022-01-05 21:41:04 +01:00
Kovah
21b21e85f5
Use regular sqlite database for testing 2021-11-02 20:17:13 +01:00
Kovah
509e3e79bf
Prevent usage of header scripts in demo environment 2021-11-02 20:12:21 +01:00
Kovah
ee470725ee
Add new translations for catalan, spanish and hungarian
Many thanks to Patrick Mates, aladecom and Xorxe!
2021-09-20 22:53:59 +02:00
Kovah
15bc43a006
Update Backup package configuration for latest version 2021-04-15 10:45:44 +02:00
Kovah
df73cd734a
Correct usage of the backup package, update release Dockerfiles (#251) 2021-03-27 12:12:31 +01:00
Kovah
cffd502e02
Add French translation, update existing languages 2021-03-23 20:48:49 +01:00
Kovah
343a4423e2
Update configuration to support Redis sockets (#195) 2021-03-22 22:03:38 +01:00
Kovah
a15d464c94
Update configuration to support third-party s3 services (#198) 2021-03-22 21:44:18 +01:00
Kovah
6f8b41aa39
Replace parts of HTML Meta helper with a new laravel-html-meta package (#238) 2021-03-07 14:24:08 +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
99d5beed1c
Update config for Enlightn 2021-03-05 22:53:46 +01:00
Kovah
0d18d7f540
Add configuration for API routes so CORS is handled correctly 2021-01-21 16:34:24 +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
22f066b5c4
Add Sentry as a possible error logger 2020-12-04 18:17:49 +01:00
Kovah
40356ad223
Add missing AWS S3 driver, update backup package related config and docs 2020-11-17 20:13:30 +01:00
Kovah
b1dea309e3
Disable user registration and add some authentication tests for Fortify 2020-11-17 00:47:01 +01:00
Kovah
68b76a60f3
Replace Laravel UI with Fortify (#172) 2020-11-16 22:03:06 +01:00
Kovah
479613aa5d
Change mapping of icons for links and social sharing (#158) 2020-10-21 13:46:18 +02:00
Kovah
c6bec43867
Add ability to change the user language (#139) 2020-10-09 12:25:58 +02:00
Kovah
e9bdf442ae
Correct the setup of backup notifications (#155)
Also optimize the Docker Compose files to include the path for local backups.
2020-10-09 11:05:28 +02:00
Kovah
436d06b98d
Rename current "en" language folder to en_US to be more specific, update app configuration and Crowdin integration 2020-08-23 16:03:45 +02:00
Kovah
7cff07edfe
Remove deprecated alert service provider 2020-08-13 09:41:11 +02:00
Kovah
113a865019
Rewrite of the LinkAce version handling and update checks 2020-07-02 17:14:29 +02:00
Kovah
4857164214
Remove version from config and load it from the package.json on the system settings page 2020-07-02 09:57:12 +02:00
Kovah
163e742a11
0.0.38 2020-06-08 15:34:23 +02:00
Kovah
56b1bdc1a4
Implement a changelog for links (#126)
Installed and set up Revisionable package and enabled it for Links. Added custom handler for relations to Tags and LinkLists. Added new Blade component for displaying a history entry.
2020-06-05 11:43:46 +02:00
Kovah
16e99f42d6
Update version, fix PHP CS issue 2020-06-03 16:17:25 +02:00
Kovah
310a3631fd
0.0.36 2020-05-08 13:07:35 +02:00
Kovah
3ed739bd9b
0.0.35 2020-05-04 17:56:27 +02:00