Commit Graph

102 Commits

Author SHA1 Message Date
Julian Prieber
d1fd8dc9f9 Updated badge styling 2023-02-09 15:59:19 +01:00
Julian Prieber
0d63363e49 Updated badge system
Themes can now overwrite the check mark's colors and styling.
2023-02-07 16:20:17 +01:00
pey
afe70e3b70
Update littlelink.blade.php 2023-02-07 08:49:02 -05:00
pey
dcc0a042d6
Update littlelink.blade.php
added functionality to call for variable to authorize if user has the permission to display badge
2023-02-07 08:47:15 -05:00
Julian Prieber
5b23fa08de Changed profile picture save method to use user id
Changed profile picture to use user id instead of username to save it.

If merged, this will reset all current profile pictures on the instance.
2023-01-23 16:54:18 +01:00
Julian Prieber
e2d4e86c0c Fixed fadein animation
Fixed fadein animation on littlelink page items
2022-12-23 12:54:07 +01:00
Adam Engebretson
4faffd503d
Correcting Social Links
Social services will utilize the Canonical URL while fetching sharable information like page title and image. This hard-coded value results in all share attempts resulting in 404s for the link fetching service.

Laravel Blade supports front-end frameworks that utilize similar-to-Blade syntax `{{ }}` by adding an escape option `@{{ }}`. As such, string concatenation of the `@` and the `$littlelink_name` was necessary.
2022-12-10 18:52:46 -06:00
Julian Prieber
ce6d05cfdc Update littlelink.blade.php 2022-12-05 22:12:15 +01:00
Julian Prieber
313b2de881 Applied analytics to social icons 2022-12-05 22:02:30 +01:00
Julian Prieber
42d2fabd55 Multiuser support for social icons 2022-12-05 20:43:29 +01:00
Julian Prieber
1d48f8706b Updated CSS for social icons 2022-12-05 20:27:29 +01:00
Julian Prieber
34133543f1 Added link icons to littlelink page 2022-12-05 20:02:23 +01:00
Julian Prieber
3717eb953e Update littlelink.blade.php 2022-12-01 18:51:59 +01:00
Julian Prieber
9c2a91e0fc Added new block "Text" 2022-12-01 12:51:16 +01:00
Julian Prieber
38c856484d Added support for custom favicon
Custom logo and custom favicons can now have any supported format.
2022-11-29 23:33:25 +01:00
Julian Prieber
19a49fedad Caching favicons locally 2022-11-28 19:44:02 +01:00
Julian Prieber
4b1054fc1f Revert "Moved favicon API offsite"
This reverts commit 940e7e35a5.
2022-11-28 17:03:17 +01:00
Julian Prieber
9b9444468d Revert "Update littlelink.blade.php"
This reverts commit a3a462ce9d.
2022-11-28 17:03:14 +01:00
Julian Prieber
a3a462ce9d Update littlelink.blade.php 2022-11-28 13:59:31 +01:00
Julian Prieber
940e7e35a5 Moved favicon API offsite 2022-11-28 13:55:40 +01:00
Julian Prieber
801a7cb67f Optimized internal favicon API 2022-11-26 18:40:12 +01:00
Julian Prieber
5600ac090c Remove all external dependencies 2022-11-26 13:15:18 +01:00
Julian Prieber
6422f78eda Removed URL from link query string 2022-11-25 16:50:11 +01:00
Julian Prieber
16b4d652c9 Remove all external dependencies 2022-11-24 17:23:49 +01:00
Julian Prieber
80644a14b7 Updated first setup page 2022-11-23 22:09:59 +01:00
Julian Prieber
2d43347e66 Remove all external dependencies 2022-11-23 18:32:25 +01:00
Julian Prieber
56e17b9fd5 Remove all external dependencies
https://github.com/JulianPrieber/littlelink-custom/discussions/222
2022-11-23 16:37:30 +01:00
Julian Prieber
314701dfaf Fixed changes in merged pull request
1279d478e2

@MagicLike
2022-11-10 13:46:10 +01:00
Julian Prieber
951df23c91 Laravel 9
Update to Laravel 9

Commit for the upcoming from-end update.
2022-11-08 16:11:59 +01:00
Julian Prieber
0053a75648 Added option to themes to use default buttons 2022-10-28 14:05:08 +02:00
Julian Prieber
c3e6b40e2d Update littlelink.blade.php 2022-10-26 20:39:53 +02:00
Julian Prieber
4a6ddc3639 Added capitalization to buttons
Buttons now support full capitalization of the default button names. For example, Previously, GitHub would be displayed as Github. Now, the proper capitalization is uses.
2022-10-26 11:20:11 +02:00
Julian Prieber
1c6f9d1746 Update littlelink.blade.php 2022-09-13 20:07:08 +02:00
Julian Prieber
142a51cda0 Update littlelink.blade.php 2022-09-11 15:06:31 +02:00
Julian Prieber
25afd8f074 Added options to disable custom code in themes 2022-09-10 11:15:40 +02:00
Julian Prieber
4d9c1e120b Implemented updates for themes v2 2022-09-07 19:32:36 +02:00
Julian Prieber
d28cef5193 Fixed share icon on Firefox 2022-09-02 14:05:36 +02:00
Julian Prieber
1ddae3fc94 Fixed FA
Fixed Font Awesome. Again...

Now using CSS and JS
2022-08-22 12:44:09 +02:00
Julian Prieber
db30b36202
Degoogled LittleLink Custom
Degoogled Project
2022-08-16 18:13:32 +02:00
Julian Prieber
fa1210a2f2 Changed from Google to DuckDuckGo API to retrieve custom website icons
Changed from Google to DuckDuckGo API for improved privacy and compliance with local laws in an effort to degoogle LittleLink Custom.

See: https://github.com/JulianPrieber/littlelink-custom/issues/124
2022-08-16 18:01:49 +02:00
MagicLike
0ddd06b01a Degoogled Project
- Replaced Google Fonts with Bunny Fonts
- Replaced Google example with "Example" & "example.com"
2022-08-16 17:50:13 +02:00
Julian Prieber
c082602715 Changed Custom Website buttons to use HTTPS to fetch favicon 2022-08-16 16:36:45 +02:00
Julian Prieber
435e09a240 Fixed FA 2022-08-10 20:03:46 +02:00
Julian Prieber
fc8a18f0d7 Switched Font Awesome from JS to CSS 2022-08-08 14:11:19 +02:00
Julian Prieber
564a9d160b Added phone number button 2022-07-15 17:46:26 +02:00
Julian Prieber
02bec65724 Changed name of config file 2022-06-09 22:26:35 +02:00
Julian Prieber
6e9bad6751 Renamed meta.php to config.php 2022-06-09 19:08:37 +02:00
Julian Prieber
032162cdbf Added option to hide share button 2022-06-08 20:26:21 +02:00
Julian Prieber
a36e985bfc Added overwrite for default color scheme
Overwrites default theme regardless of preference defined by the operating system, unless manually overwritten by user.

Either "dark" or "light".
2022-06-08 17:09:24 +02:00
Julian Prieber
af284a58c2 Added analytics support to all pages 2022-06-08 15:58:04 +02:00