Commit Graph

558 Commits

Author SHA1 Message Date
Julian Prieber af48b15a71 Update links.blade.php 2023-02-02 23:23:16 +01:00
Julian Prieber 369965f55f
Merge pull request #317 from JulianPrieber/image-id
Changed profile picture save method to use user id
2023-02-02 18:07:16 +01:00
Julian Prieber 595a0fe89a Update config.blade.php 2023-01-31 17:33:00 +01:00
Julian Prieber 3dde246c1c Bugfix 2023-01-31 17:04:51 +01:00
Julian Prieber 4a46ea381d Replaced file_get_contents with curl
Replaced all external file_get_contents request with curl, using the new helper function external_file_get_contents.
2023-01-31 16:01:00 +01:00
Julian Prieber 72387e609e Update config-editor.blade.php
2407db65d2
2023-01-30 16:11:55 +01:00
Julian Prieber 2407db65d2 Fixed routing issues
Just a quick fix. I might chnage this back to a better readable format.

This was causing issues when redirecting, not all link ids where changed! This caused some redirects to break.
2023-01-30 16:07:22 +01:00
Julian Prieber 5f38bee1cc Legacy support for themes 2023-01-25 20:11:50 +01:00
Julian Prieber 6f6e260f4b Fixed for current system 2023-01-25 17:41:04 +01:00
Julian Prieber 590f5b45ad Added button to remove profile picture 2023-01-23 17:19:09 +01: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 c0c4397cd8 Bugfix 2023-01-23 16:48:45 +01:00
Julian Prieber 1863364ef7 Update lang.blade.php 2023-01-20 13:25:18 +01:00
Julian Prieber 41f3173e25 Update lang.blade.php 2023-01-19 23:23:36 +01:00
Julian Prieber 972e7c7c96 Added Facebook page icon 2023-01-11 21:59:06 +01:00
Julian Prieber ac752ec1b5 Moved settings 2023-01-11 21:02:39 +01:00
Julian Prieber 6809f508f1 Added GitHub option for social login 2023-01-11 15:02:15 +01:00
Julian Prieber a080e51835 Temporary fix for the unintended scrolling bug when applying settings
@Yohn
2023-01-10 14:41:00 +01:00
Julian Prieber 67638136db Update finishing.blade.php 2023-01-09 18:25:08 +01:00
Julian Prieber dd68dee129 Added option to rename footer pages
Users can now edit the names of footer pages. This new category on the config page replaces the previous section in the Advanced Config.
2023-01-09 18:07:30 +01:00
Julian Prieber e2d4e86c0c Fixed fadein animation
Fixed fadein animation on littlelink page items
2022-12-23 12:54:07 +01:00
Julian Prieber 9a00562cfb Replaced emojis with Bootstrap Icons 2022-12-22 09:58:03 +01:00
Julian Prieber b9a371b924 Turned function findFile() into helper function 2022-12-22 09:51:19 +01:00
JWB 0799b98511
Missed the <ul> tag
Not sure how this one was missed, but its important
2022-12-15 16:53:19 -05:00
Julian Prieber 19d67bc51b
Merge pull request #273 from Yohn/Ace-editor
Updating Ace Editor for Dark Mode
2022-12-14 18:50:18 +01:00
JWB fee4a9f373
Updating Ace Editor for Dark Mode 2022-12-14 06:12:59 -05:00
JWB 1c3435a742
Admin dropdown auto shows
The admin link will automatically show when viewing a page within the admin links. Mainly whenever the url has /panel/ as the first directory after the domain.

We can also remove the config option for this now too but I didn't see where to find it at yet.
2022-12-14 06:07:46 -05:00
Julian Prieber 926f04c61d
Merge pull request #267 from Yohn/patch-1
Update active link in sidebar
2022-12-13 15:25:57 +01:00
JWB 52c9c646fe
Update sidebar.blade.php
Update active link in sidebar
2022-12-13 05:56:37 -05:00
John Brittain 5031eedd2f Update Config Nav Tabs and add smooth scrolling 2022-12-13 04:37:02 -05:00
JWB ec4994896f
swap style= with class= 2022-12-11 17:06:25 -05:00
JWB 9ef166d510
updated users search box & table-responsive
Put the users search box within a input group to look nicer, and wrapped the table within the row, col-12 and table-responsive tags for better mobile usability.

In order to fix the overflow issue in mobile for the tables, we will need to put the side panel on a grid / col combo so the rest of the page falls under that and then use the collapse utility that bootstrap provides to open and close the side nav.
2022-12-11 16:49:25 -05: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 ef2ea18ea8 Update predefined-form.blade.php 2022-12-10 15:05:13 +01:00
Julian Prieber 38de2d10f3 Fixed spelling
@YouveGotMeowxy
2022-12-10 14:56:57 +01:00
Julian Prieber 699ed0ae4a Improved favicon API 2022-12-09 18:06:53 +01:00
Julian Prieber 63d53752b9 Fixed spelling
@YouveGotMeowxy
2022-12-09 12:51:46 +01:00
Julian Prieber e4ee681600 Updated styling 2022-12-07 13:53:01 +01:00
Julian Prieber 40823da42a Bugfix 2022-12-06 20:27:01 +01:00
Julian Prieber 1c89d6b25f Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/255
2022-12-06 16:19:03 +01:00
Julian Prieber 889fa3bb07 Update theme.blade.php 2022-12-06 15:56:38 +01:00
Julian Prieber a57af3df96 Bugfix 2022-12-06 14:59:05 +01:00
Julian Prieber ce6d05cfdc Update littlelink.blade.php 2022-12-05 22:12:15 +01:00
Julian Prieber 18bd6009ab Update links.blade.php 2022-12-05 22:05:19 +01:00
Julian Prieber eb9ce605cc Update links.blade.php 2022-12-05 22:03:45 +01:00
Julian Prieber 313b2de881 Applied analytics to social icons 2022-12-05 22:02:30 +01:00
Julian Prieber f189d83bf1 Added new social icons
+ bugfix
2022-12-05 21:22:06 +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 fd6b0e1dac Bugfix 2022-12-05 20:00:16 +01:00
Julian Prieber c52dd49239 Enabled debugging while updating 2022-12-05 13:29:40 +01:00
Julian Prieber b708ba2c30 Update links.blade.php 2022-12-04 23:40:07 +01:00
Julian Prieber 102a682c53 Update users.blade.php 2022-12-04 23:30:23 +01:00
Julian Prieber 1a3719ae13 Revert "Update sidebar.blade.php"
This reverts commit b308b42f46.
2022-12-04 23:15:40 +01:00
Julian Prieber a4b67cb38e Update sidebar.blade.php 2022-12-04 23:15:26 +01:00
Julian Prieber b308b42f46 Update sidebar.blade.php 2022-12-04 23:15:05 +01:00
Julian Prieber 78a2aa27cd Update sidebar.blade.php 2022-12-04 23:07:21 +01:00
Julian Prieber 4dde1bc02b Bugfix 2022-12-04 20:30:49 +01:00
Julian Prieber 995ff893c7 Skipping installer when instaled for docker 2022-12-02 16:30:10 +01:00
Julian Prieber 4adf239c8e Revert "Added skip option to installer"
This reverts commit bc900d0d29.
2022-12-02 16:06:07 +01:00
Julian Prieber bc900d0d29 Added skip option to installer 2022-12-02 14:35:14 +01:00
Julian Prieber 7a07b49b3f Update finishing.blade.php 2022-12-01 20:31:29 +01:00
Julian Prieber 3717eb953e Update littlelink.blade.php 2022-12-01 18:51:59 +01:00
Julian Prieber d6287ca035 Update finishing.blade.php 2022-12-01 14:09:15 +01:00
Julian Prieber 01e61cc0bf Update finishing.blade.php 2022-12-01 13:25:55 +01:00
Julian Prieber 9c2a91e0fc Added new block "Text" 2022-12-01 12:51:16 +01:00
Julian Prieber 414a3fa8be Update diagnose.blade.php 2022-11-30 13:25:59 +01:00
Julian Prieber fed93daf48 Added option to reset favicon and logo 2022-11-30 12:10:45 +01:00
Julian Prieber 35590314f4 Bugfix 2022-11-30 12:01:19 +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 8fb722f32d Update favicon.blade.php 2022-11-29 22:13:59 +01:00
Julian Prieber 5c4ae7b2dc Update favicon.blade.php 2022-11-29 22:01:49 +01:00
Julian Prieber d058eb429e Update favicon.blade.php
@MagicLike
2022-11-29 15:55:03 +01:00
Julian Prieber adb0708da3 Update favicon.blade.php 2022-11-29 11:30:39 +01:00
Julian Prieber c08dcea0ad Update button-editor.blade.php 2022-11-28 21:12:46 +01:00
Julian Prieber b1416df540 Update button-editor.blade.php 2022-11-28 21:07:16 +01:00
Julian Prieber 23a71fe004 Update links.blade.php 2022-11-28 20:23:16 +01:00
Julian Prieber bdb293c7a8 Added option to clear icon chache 2022-11-28 20:20:43 +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 75a5dafe9b Revert "Update link-display.blade.php"
This reverts commit 6064ea026b.
2022-11-28 17:03:11 +01:00
Julian Prieber 273d9942de Revert "Update links.blade.php"
This reverts commit 3a5682bcac.
2022-11-28 17:03:06 +01:00
Julian Prieber 654b015107 Revert "Update home.blade.php"
This reverts commit 6147ecfecd.
2022-11-28 17:03:01 +01:00
Julian Prieber 2d66578e11 Revert "Update button-editor.blade.php"
This reverts commit 5cc9c1736e.
2022-11-28 17:02:55 +01:00
Julian Prieber 5cc9c1736e Update button-editor.blade.php 2022-11-28 14:24:10 +01:00
Julian Prieber 6147ecfecd Update home.blade.php 2022-11-28 14:23:12 +01:00
Julian Prieber 3a5682bcac Update links.blade.php 2022-11-28 14:22:06 +01:00
Julian Prieber 6064ea026b Update link-display.blade.php 2022-11-28 14:16:37 +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 c87e3e6ac7 Update index.blade.php 2022-11-26 15:01:49 +01:00
Julian Prieber 5600ac090c Remove all external dependencies 2022-11-26 13:15:18 +01:00
Julian Prieber 1287fae1f4 Update theme.blade.php 2022-11-25 17:41:00 +01:00
Julian Prieber b8259b2d88 Update theme.blade.php 2022-11-25 17:38:32 +01:00
Julian Prieber 6422f78eda Removed URL from link query string 2022-11-25 16:50:11 +01:00
Julian Prieber f76a557055 Update update.blade.php 2022-11-24 22:24:39 +01:00
Julian Prieber d76473177e Update links.blade.php 2022-11-24 20:53:42 +01:00