Commit Graph

1292 Commits

Author SHA1 Message Date
JWB a1aed5a69d
change white borders
Changed the white borders to be darker so they looked cleaner
2022-12-11 16:52:45 -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
Julian Prieber 86fd7f5ed3
Update version.json 2022-12-11 14:26:20 +01:00
Julian Prieber ca1c32f1bb
Merge pull request #264 from adamgoose/patch-1
Correcting Social Metadata Links
2022-12-11 13:38:33 +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 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 3014d7320a
Merge pull request #263 from JulianPrieber/dependabot/composer/phpunit/phpunit-9.5.27
Bump phpunit/phpunit from 9.5.26 to 9.5.27
2022-12-09 18:07:09 +01:00
Julian Prieber 699ed0ae4a Improved favicon API 2022-12-09 18:06:53 +01:00
dependabot[bot] 93c42b02ef
Bump phpunit/phpunit from 9.5.26 to 9.5.27
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.26 to 9.5.27.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/main/ChangeLog-9.5.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...9.5.27)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 16:06:55 +00:00
Julian Prieber 63d53752b9 Fixed spelling
@YouveGotMeowxy
2022-12-09 12:51:46 +01:00
Julian Prieber 0133db0791
Merge pull request #262 from JulianPrieber/dependabot/composer/laravel/framework-8.83.27
Bump laravel/framework from 8.83.26 to 8.83.27
2022-12-08 20:14:24 +01:00
dependabot[bot] 9a59799e99
Bump laravel/framework from 8.83.26 to 8.83.27
Bumps [laravel/framework](https://github.com/laravel/framework) from 8.83.26 to 8.83.27.
- [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.26...v8.83.27)

---
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-12-08 16:07:22 +00:00
Julian Prieber e4ee681600 Updated styling 2022-12-07 13:53:01 +01:00
Julian Prieber cdea1ea175 Bugfix 2022-12-06 23:12:32 +01:00
Julian Prieber 40823da42a Bugfix 2022-12-06 20:27:01 +01:00
Julian Prieber 5037adae46
Update version.json 2022-12-06 19:23:29 +01:00
Julian Prieber 05f11b0fad Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/256
2022-12-06 16:21:33 +01:00
Julian Prieber 1c89d6b25f Bugfix
https://github.com/JulianPrieber/littlelink-custom/issues/255
2022-12-06 16:19:03 +01:00
Julian Prieber 899a64a9be Updated default themes 2022-12-06 16:00:51 +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 9be3874fbc
Merge pull request #254 from JulianPrieber/dependabot/composer/awssat/laravel-visits-4.1.0
Bump awssat/laravel-visits from 4.0.0 to 4.1.0
2022-12-06 12:09:39 +01:00
Julian Prieber 449bff98c0 Update UserController.php 2022-12-05 22:58:06 +01:00
Julian Prieber ace499c07b Update ButtonSeeder.php 2022-12-05 22:56:56 +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
dependabot[bot] 310afe136e
Bump awssat/laravel-visits from 4.0.0 to 4.1.0
Bumps [awssat/laravel-visits](https://github.com/awssat/laravel-visits) from 4.0.0 to 4.1.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.0.0...4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 16:25:14 +00:00
Julian Prieber c1cb69f161
Update version.json 2022-12-05 13:49:15 +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 0fef3cf16e Bugfixes 2022-12-04 21:31:07 +01:00
Julian Prieber 4dde1bc02b Bugfix 2022-12-04 20:30:49 +01:00
Julian Prieber 24d02d4596
Update web.php 2022-12-03 19:08:13 +01:00
Julian Prieber 51f822d0cc
Update version.json 2022-12-02 17:03:15 +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