1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00

64 Commits

Author SHA1 Message Date
Kovah
5272399b5b
Upgrade dependencies, correct files after v1 merge 2024-02-06 09:50:10 +01:00
Kovah
f0421b7222
Update packages, fix merge issues and tests 2023-09-28 20:50:48 +02:00
Kovah
4611dee7a4
Update dependencies 2023-01-22 13:06:33 +01:00
Kovah
92188bce89
Migrate link private status to visibility status (#165) 2022-06-23 18:14:12 +02:00
Kovah
4e3604ad6c
Replace built-in settings with the Spatie settings package (#494) 2022-06-22 18:30:27 +02:00
Kovah
50a40e8914
Add base for activity logs (#466) 2022-06-21 23:06:03 +02:00
Kovah
ecc4225f1a
Move from venturecraft/revisionable to owen-it/laravel-auditing (#467) 2022-06-09 10:04:40 +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
6a614a33ef
Update dependencies, enable support for PHP 8.1, switch Docker build to PHP 8.1 and Node 16 2022-03-11 10:01:21 +01:00
Kovah
1b9dbade0c
Update dependencies 2022-01-14 10:38:59 +01:00
Kovah
d1e5c64c9c
Update dependencies, use new HTML Meta helper 2021-05-10 12:38:39 +02:00
Kovah
805ed2ac03
Optimize public scopes for links, lists and tags 2021-03-28 23:20:06 +02: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
feb887d582
Update dependencies, upgrade to Laravel Mix 6 2021-03-06 19:59:57 +01:00
Kovah
2c54e0d270
Fix some issues reported by Enlightn, optimize configuration 2021-03-05 23:19:27 +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
b66858413b
Replace old Faker PHP library 2020-12-16 13:30:41 +01:00
Kovah
5cd8e49ef7
Add support for PHP 8, minor test correction 2020-12-16 13:13:10 +01:00
Kovah
22f066b5c4
Add Sentry as a possible error logger 2020-12-04 18:17:49 +01:00
Kovah
5f0ad02d39
Add viewer for system logs 2020-11-19 17:30:22 +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
ba07e144f0
Enable tests for Node 14 and PHP 8, optimize PHP CS config 2020-11-17 19:40:25 +01:00
Kovah
68b76a60f3
Replace Laravel UI with Fortify (#172) 2020-11-16 22:03:06 +01:00
Kovah
113b30120d
Update to Laravel 8, refactor tests to use new factory classes
Also updates all other needed packages.
2020-11-08 20:10:42 +01:00
Kovah
8bccd2372b
Bump required PHP version to 7.3, update some packages 2020-10-22 19:36:48 +02:00
Kovah
de5de45b3e
Correct laravel-backup package version 2020-10-09 11:43:00 +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
cee678cf09
Downgrade packages for PHP 7.2 compatibility 2020-09-22 00:20:57 +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
285308331e
Add option to export links to CSV file (#30) 2020-06-03 15:38:44 +02:00
Kovah
ade94e838f
Downgrade mockery to 1.3 as 1.4 drop PHP 7.2 support 2020-06-01 17:08:52 +02:00
Kovah
310b9cff30
Update dependencies 2020-06-01 16:43:52 +02:00
Kovah
80daf09ae4
Extend Github actions with code coverage generation for Code Climate 2020-05-06 20:15:28 +02:00
Kovah
e44f10f861
Replace current alert provider with laracasts/flash package 2020-04-28 10:15:32 +02:00
Kovah
efd4a793c4
Add missing Semver PHP package 2020-03-08 21:09:17 +01:00
Kovah
72f494a7a1
Fix AuthenticatesUsers not found issue (#101) 2020-03-08 20:15:38 +01:00
Kovah
b78c1817a6
Update to Laravel 7 2020-03-03 17:23:38 +01:00
Kovah
dc26de43f9
Remove Larastan because of too much false-positives and issues with Eloquent 2020-01-24 13:18:07 +01:00
Kovah
e35b9926e1
Major code cleanup with help of linters and Larastan 2020-01-24 13:15:49 +01:00
Kovah
c111f97df3
Replace Travis with Github Actions, add PHP CS and Larastan for linting and tests 2020-01-24 12:27:49 +01:00
Kovah
4556a35306
Upgrade LinkAce to Laravel 6 2019-09-12 22:54:59 +02:00
Kovah
da175f5035
Correct composer dependency setup, bump to 7.1.8 as minimum version 2019-07-16 21:36:22 +02:00
Kovah
ddd3911fc4
Upgrade to Laravel 5.8 2019-07-16 20:26:59 +02:00
Kovah
be77eb75a7
Remove Rememberable package as it causes too much headache right now 2019-03-22 17:02:36 +01:00
Kovah
2eae2530e3
Add the Spatie Backup package with configuration (#23) 2019-03-22 12:18:07 +01:00
Kovah
13cf76e005
Remove the app version from composer.json 2019-03-22 11:09:51 +01:00
Kovah
e9ca3d77cb
Update version 2019-03-01 21:24:01 +01:00
Kovah
f4981c5677
Remove the Laravel Permissions package (#36) 2019-03-01 14:15:14 +01:00
Kovah
7cbdb1a48d
Increase version 2019-02-11 17:25:53 +01:00