Commit Graph

672 Commits

Author SHA1 Message Date
Julian Prieber 833e57a5e6 Increased profile and logo image size 2022-05-12 22:55:34 +02:00
Julian Prieber c48bf69ec6 Made share button more mobile friendly 2022-05-12 22:03:29 +02:00
Julian Prieber 9d368ef9cb Switched to dark mode detection via CSS instead of JavaScript
Switched to dark mode detection via CSS instead of JavaScript on users LittleLink pages and the home page.

I decided to use this approach instead of the previous JavaScript version. This means that a manual switch to change between light and dark mode by user won't be added.
2022-05-12 20:17:48 +02:00
Julian Prieber 0e271a1ce2 Updated CSS
Updated CSS used for styling on virtually all pages.

 - Fixed dead link
 - Changed background color of dark mode to gradient
 - Added automatic dark mode with CSS (not implemented on any page yet)
2022-05-12 19:15:34 +02:00
Julian Prieber c6d71b0d70
Merge pull request #56 from JulianPrieber/dependabot/composer/laravel/sail-1.14.4
Bump laravel/sail from 1.14.2 to 1.14.4
2022-05-12 18:53:20 +02:00
dependabot[bot] a46ad6d09c
Bump laravel/sail from 1.14.2 to 1.14.4
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.14.2 to 1.14.4.
- [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.14.2...v1.14.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-12 16:31:30 +00:00
Julian Prieber 460408f29f
Fixed social preview link on ll page
Merge pull request #55 from clar2242/fix_meta

Thank you, @clar2242, for contributing!
2022-05-12 15:16:41 +02:00
Scott Clark 62ecf52fca
Update littlelink.blade.php
display contents of $littlelink_name in contact card
2022-05-12 14:05:24 +01:00
Julian Prieber 83fa39f579
Fixed error when migrating database with MySQL 2022-05-12 14:47:07 +02:00
Julian Prieber a9b42a8d65
Update README.md 2022-05-12 12:23:02 +02:00
Julian Prieber 499bf8143e
Merge pull request #52 from JulianPrieber/dependabot/composer/laravel/sail-1.14.2
Bump laravel/sail from 1.14.1 to 1.14.2
2022-05-10 20:46:50 +02:00
Julian Prieber 62dd40df0d
Merge pull request #53 from JulianPrieber/dependabot/composer/laravel/framework-8.83.12
Bump laravel/framework from 8.83.11 to 8.83.12
2022-05-10 20:46:39 +02:00
dependabot[bot] 04bec8250c
Bump laravel/framework from 8.83.11 to 8.83.12
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.83.11 to 8.83.12.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v8.83.11...v8.83.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-10 16:41:50 +00:00
dependabot[bot] d310547c23
Bump laravel/sail from 1.14.1 to 1.14.2
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.14.1 to 1.14.2.
- [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.14.1...v1.14.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-10 16:41:41 +00:00
Julian Prieber bdf1e7413c Updated 'no page URL' notice 2022-05-10 12:38:26 +02:00
Julian Prieber 358b5781e2 Update style.css 2022-05-09 19:55:51 +02:00
Julian Prieber dd66a6e877 Update style.css 2022-05-09 19:18:17 +02:00
Julian Prieber 7fe0da219c Update links.blade.php 2022-05-09 17:46:20 +02:00
Julian Prieber 10c60b8756 Fixed preview button for mobile devices 2022-05-09 16:54:06 +02:00
Julian Prieber a78a80e2df Fixed Button Editor not working on Touch devices
Fixed button editor not working on Touch enabled devices such as smartphones.
2022-05-09 16:45:27 +02:00
Julian Prieber 7a9a7381c5
Update README.md 2022-05-09 14:33:18 +02:00
Julian Prieber 90a25bdba9
Update FUNDING.yml 2022-05-08 00:40:38 +02:00
Julian Prieber 5ee5505b0d Added noopener, noreferrer, nofollow to user generated links
Added noopener, noreferrer and nofollow to user generated links to prevent users abusing the link system for malicious purposes.

Also, this is the 400th commit  🎉
2022-05-07 17:38:49 +02:00
Julian Prieber 3cac43f126
Update version.json
Pushing update to everyone with update notifications on due, an important bug fix.
2022-05-07 16:56:43 +02:00
Julian Prieber 7166a5f81f Updated back button 2022-05-07 16:40:21 +02:00
Julian Prieber 9d3d0dcf97 Fixed Missing Graphics
Fixed Missing Graphics on the Button Editor see https://github.com/JulianPrieber/littlelink-custom/issues/51.
2022-05-07 16:35:05 +02:00
Julian Prieber cdfa580d36 Fixed Config Editor not working
Fixed Config Editor not working see https://github.com/JulianPrieber/littlelink-custom/issues/51
2022-05-07 16:23:25 +02:00
Julian Prieber 1dc2f1d307
Update README.md 2022-05-06 23:25:45 +02:00
Julian Prieber 0123e03cbc Update ButtonSeeder.php 2022-05-06 23:20:09 +02:00
Julian Prieber 5b63080f8c Added custom spaces and headings
Added custom spaces and headings users can add like buttons to their littlelink pages to divide button sections into groups.

Spaces can be changed via the number in the title, and one space equals one "<br>". The maximum spaces that can be added with one space 'button' is capped at 10.

The 'Space' button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space's distance.

The 'Heading' button will be replaced with a sub-heading, where the title defines the text on that heading.
2022-05-06 15:26:39 +02:00
Julian Prieber a65509bd58
Update register.blade.php
Added option to override registration, even if disabled with the setting in the database.

This is something that probably 99.999% of users will never need, but I really need a function like this for my personal instance.
If "REGISTER_OVERRIDE=true" is added to the .env config file, users will be able to register no matter what is set with the setting in the database. This is useful if two LittleLink Custom instances access the same database, but one should allow registration and the other should not.

If this causes any errors in the future, I will remove this.
2022-05-05 15:11:35 +02:00
Julian Prieber 8638072acb
Update littlelink.blade.php 2022-05-05 12:31:16 +02:00
Julian Prieber 209b158285
Update README.md 2022-05-04 14:28:46 +02:00
Julian Prieber 98170f2087
Update version.json 2022-05-04 13:41:52 +02:00
Julian Prieber 53c5fb618b Update add-link.blade.php
Added 'see all links' button
2022-05-04 11:03:24 +02:00
Julian Prieber b7a5a0ab73 Update littlelink.blade.php
Enabled button editor edits to apply to custom website buttons.
2022-05-04 10:40:36 +02:00
Julian Prieber c7925f1f1a Update links.blade.php
Added 'Add link' button.
2022-05-04 10:33:59 +02:00
Julian Prieber 53fa0f98b5 Update links.blade.php
Removed 'beta' text
2022-05-04 10:14:04 +02:00
Julian Prieber cb75a24e92 Update button editor
Added functionality for custom website button. Made button editor optional to use.
2022-05-04 10:12:01 +02:00
Julian Prieber 845327a628 Updated button-editor 2022-05-04 00:40:41 +02:00
Julian Prieber 08da6fa960 Updated button editor
A bit of optimization. Everything kinda scales to mobile now. Everything still looks terrible tho.
2022-05-04 00:19:29 +02:00
Julian Prieber 4eec538834
Update sidebar.blade.php
Adds the ability to insert code snippets into the head and body element laid out by the sidebar with blade by including:

@push('stylesheets')
    <!-- your code -->
@endpush

@push('scripts')
    <!-- your code -->
@endpush
2022-05-03 23:27:37 +02:00
Julian Prieber 5586a17b51
Merge pull request #47 from JulianPrieber/dependabot/composer/laravel/framework-8.83.11
Bump laravel/framework from 8.83.10 to 8.83.11
2022-05-03 18:38:37 +02:00
Julian Prieber 6401599e87
Merge pull request #48 from JulianPrieber/dependabot/composer/laravel/sail-1.14.1
Bump laravel/sail from 1.14.0 to 1.14.1
2022-05-03 18:38:28 +02:00
dependabot[bot] f7d1213008
Bump laravel/sail from 1.14.0 to 1.14.1
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.14.0 to 1.14.1.
- [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.14.0...v1.14.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:37:40 +00:00
dependabot[bot] 95b986a401
Bump laravel/framework from 8.83.10 to 8.83.11
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.83.10 to 8.83.11.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/framework/compare/v8.83.10...v8.83.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-03 16:37:11 +00:00
Julian Prieber 96654e9a8a
Update README.md 2022-05-03 16:20:40 +02:00
Julian Prieber db23e40d71
Update README.md 2022-05-03 16:19:48 +02:00
Julian Prieber 5e0f32c673
Update README.md 2022-05-03 16:12:02 +02:00
Julian Prieber 0cba21bee8
Update profile.blade.php
Allows admins to change their email regardless if email auth is enabled or not.
2022-05-02 21:49:10 +02:00