Commit Graph

1488 Commits

Author SHA1 Message Date
Jascha Urbach 6057e2e753
artisan db:seed --class="ButtonSeeder" 2023-03-31 16:20:01 +02:00
Jascha Urbach 1c0a50c3d0
Scribd Button
added Scribd Button
2023-03-31 16:18:45 +02:00
Julian Prieber 8e5bf2b3d1
Merge pull request #387 from jaschaurbach/main
correct logo for Apple Books
2023-03-31 15:20:47 +02:00
Jascha Urbach 9d3f06c06d
correct logo for Apple Books
I messed up the logo file. this is the correct one. Sorry for the inconvenience
2023-03-31 15:19:15 +02:00
Julian Prieber bf17a4b49e
Merge pull request #385 from jaschaurbach/main
Apple Books button
2023-03-31 13:52:26 +02:00
Julian Prieber f0d2efd970
Merge pull request #382 from JulianPrieber/dependabot/composer/laravel/sail-1.21.3
Bump laravel/sail from 1.21.2 to 1.21.3
2023-03-31 13:51:05 +02:00
Julian Prieber 1eea2c074b
Merge pull request #386 from JulianPrieber/dependabot/composer/phpunit/phpunit-9.6.6
Bump phpunit/phpunit from 9.6.5 to 9.6.6
2023-03-31 13:50:49 +02:00
Julian Prieber c16d3ed30e
Merge pull request #381 from JulianPrieber/dependabot/composer/laravel/framework-9.52.5
Bump laravel/framework from 9.52.4 to 9.52.5
2023-03-31 13:50:17 +02:00
dependabot[bot] 3cd9d36ff6
Bump phpunit/phpunit from 9.6.5 to 9.6.6
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.5 to 9.6.6.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.6.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.5...9.6.6)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 11:46:07 +00:00
Julian Prieber 84c785a130
Merge pull request #378 from JulianPrieber/dependabot/composer/awssat/laravel-visits-5.0.0
Bump awssat/laravel-visits from 4.1.0 to 5.0.0
2023-03-31 13:44:28 +02:00
Jascha Urbach 01dd8c48bb
Missed a /
This should fix it...
2023-03-31 11:14:51 +02:00
Jascha Urbach 53dc30988d
Apple Books button
Added Apple Books svg and button code.
2023-03-31 11:06:02 +02:00
Julian Prieber d59acda1c2 Fixed logo width 2023-03-31 00:32:12 +02:00
dependabot[bot] d2e5db1338
Bump laravel/sail from 1.21.2 to 1.21.3
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.21.2 to 1.21.3.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/sail/compare/v1.21.2...v1.21.3)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 17:02:45 +00:00
dependabot[bot] 8b11e8dfa3
Bump laravel/framework from 9.52.4 to 9.52.5
Bumps [laravel/framework](https://github.com/laravel/framework) from 9.52.4 to 9.52.5.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v9.52.4...v9.52.5)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 17:00:41 +00:00
dependabot[bot] 2649a485c5
Bump awssat/laravel-visits from 4.1.0 to 5.0.0
Bumps [awssat/laravel-visits](https://github.com/awssat/laravel-visits) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/awssat/laravel-visits/releases)
- [Changelog](https://github.com/awssat/laravel-visits/blob/master/CHANGELOG.md)
- [Commits](https://github.com/awssat/laravel-visits/compare/4.1.0...5.0.0)

---
updated-dependencies:
- dependency-name: awssat/laravel-visits
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 17:02:20 +00:00
Julian Prieber 70a382a6df Update UserController.php 2023-03-28 17:05:29 +02:00
Julian Prieber 4f650566d5 Update littlelink.blade.php 2023-03-28 16:07:06 +02:00
Julian Prieber 90e272d11a Update UserController.php 2023-03-28 16:02:36 +02:00
Julian Prieber f0343e931d Update vcard-form.blade.php 2023-03-28 15:38:18 +02:00
Julian Prieber dbab3a64ef Fixed vcard edit
Removed file upload from form
2023-03-28 15:12:01 +02:00
Julian Prieber 0155d96381 Bugfix
Fixed vcard title bug
2023-03-28 14:19:37 +02:00
Julian Prieber a5890cfa12 Update index.blade.php 2023-03-28 14:14:04 +02:00
Julian Prieber e8d3a4ed11 Update links.blade.php 2023-03-28 13:51:11 +02:00
Julian Prieber ad744dbbaa Update UserController.php 2023-03-28 13:45:54 +02:00
Julian Prieber adee9ccaec Initial Vcard
Added Vcard feature
2023-03-27 19:04:41 +02:00
Julian Prieber 948b0b61b9
Update version.json 2023-03-23 13:09:19 +01:00
Julian Prieber 18d3e6069d Fixed error undefined constant "STDIN" when updating
https://github.com/JulianPrieber/littlelink-custom/issues/373
2023-03-23 12:57:02 +01:00
Julian Prieber 77c482d161
Update version.json 2023-03-22 13:47:18 +01:00
Julian Prieber ae23e162c9 Revert "bugfix"
This reverts commit 158f28e2fc.
2023-03-21 22:29:04 +01:00
Julian Prieber 158f28e2fc bugfix
test

https://github.com/JulianPrieber/littlelink-custom/issues/373
2023-03-21 22:24:52 +01:00
Julian Prieber b02bb34ad3 Update login.blade.php 2023-03-21 21:07:42 +01:00
Julian Prieber 76987e6a6b Fixed disabling registration does not remove "Register"-Link
https://github.com/JulianPrieber/littlelink-custom/issues/371
2023-03-21 20:58:43 +01:00
Julian Prieber 8a21ddfff6 Revert "Turned ll home page into one function"
This reverts commit b9c0b38260.
2023-03-21 20:24:23 +01:00
Julian Prieber 69bb84d78f Changed avatar width="auto" 2023-03-20 20:33:49 +01:00
Julian Prieber 88b73febf9 Added pre-install dependency check 2023-03-19 14:51:24 +01:00
Julian Prieber ef23c5645c Fixed theme styling issues
Reverted some changes in: 78dbb92b88

Might redo the changes again with the fix applied if too slow.
2023-03-17 14:09:41 +01:00
Julian Prieber 14a316fce4
Update version.json 2023-03-16 15:49:21 +01:00
Julian Prieber 4ba4813846 Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-03-16 15:11:28 +01:00
Julian Prieber b47ba6959d Update AdminController.php 2023-03-16 15:11:22 +01:00
Julian Prieber a4838dbc9c
Merge pull request #366 from JulianPrieber/dependabot/npm_and_yarn/webpack-5.76.2
Bump webpack from 5.75.0 to 5.76.2
2023-03-16 14:58:46 +01:00
dependabot[bot] d51336b31f
Bump webpack from 5.75.0 to 5.76.2
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-16 13:58:07 +00:00
Julian Prieber 3fecf4a875 Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/365
2023-03-16 14:47:57 +01:00
Julian Prieber 6633ceda4c Update home.blade.php 2023-03-14 13:47:28 +01:00
Julian Prieber 811e56178b Added option to test SMTP setup 2023-03-13 19:49:30 +01:00
Julian Prieber b9c0b38260 Turned ll home page into one function 2023-03-13 15:32:48 +01:00
Julian Prieber 03db2656ba Bugfix
Checkmark not showing when ll page set as home page. https://github.com/JulianPrieber/littlelink-custom/issues/359
2023-03-11 12:32:37 +01:00
Julian Prieber 5c54c83dd1
Update version.json 2023-03-11 00:11:18 +01:00
Julian Prieber 3dabb995d6 Merge branch 'main' of https://github.com/JulianPrieber/littlelink-custom 2023-03-10 23:55:06 +01:00
Julian Prieber e4432dedb6 Bugfix 2023-03-10 23:55:02 +01:00