Kovah
59bf073081
Add default settings for new users, update the setup, fix some smaller issues ( #494 )
2022-06-22 22:50:13 +02:00
Kovah
4e3604ad6c
Replace built-in settings with the Spatie settings package ( #494 )
2022-06-22 18:30:27 +02:00
Kovah
1beecaea87
Lot of code quality updates and smaller corrections, removes deprecated revision cleanup command
2022-06-22 00:19:50 +02:00
Kovah
50a40e8914
Add base for activity logs ( #466 )
2022-06-21 23:06:03 +02:00
Kovah
cce410eac3
Add migration of existing revisions ( #467 )
2022-06-14 22:48:27 +02:00
Kovah
6960ddf99e
Add audit logs for users ( #467 )
2022-06-10 14:28:53 +02:00
Kovah
ecc4225f1a
Move from venturecraft/revisionable to owen-it/laravel-auditing ( #467 )
2022-06-09 10:04:40 +02:00
Kovah
0fe8a19d0f
Various code formatting fixes and optimizations
2022-05-02 18:29:23 +02:00
Kovah
f9b07f807f
Upgrade to PHP 8 as base dependency
...
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +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
Kovah
0ccb3197da
0.0.34
2020-04-28 16:31:38 +02:00
Kovah
0563aba043
Overhaul the link display views and implement a new simple list, available in the settings ( #108 )
2020-04-09 16:19:55 +02:00