1673 Commits

Author SHA1 Message Date
cheskoxd
066647e08b update readme style and add docs link 2025-09-12 11:14:17 -05:00
cheskoxd
c37ce2b53e Upload templates from output folder 2025-09-12 11:00:39 -05:00
cheskoxd
d9941a3878 pockethost: add email templates for OTP, updates, verification, login alerts, password reset, and email change confirmation 2025-09-12 10:06:57 -05:00
Ben Allfree
7d442912c1 Merge branch 'main' of github.com:pockethost/pockethost 2025-09-11 15:23:48 +00:00
Ben Allfree
2540959c77 pockethost: add live stats script 2025-09-11 15:23:44 +00:00
Ben Allfree
890049295d pockethost: add console output to pocketbase updates 2025-09-11 15:23:25 +00:00
Ben Allfree
7ccb17daf6 pockethost: improve race condition and instance cleanup handling 2025-09-11 15:23:01 +00:00
Ben Allfree
afbea72cc6 mothership: fix security issue allowing users to update their own user records 2025-09-11 15:22:10 +00:00
Ben Allfree
2b51452491 mothership: add notes field to user 2025-09-11 15:21:29 +00:00
Ben Allfree
ff74fcc690 mothership: update pocketbase versions 2025-09-11 15:21:07 +00:00
cheskoxd
44eeb52c2c fix(Meta): avoid rendering meta tags if in /docs 2025-09-10 00:23:37 -05:00
cheskoxd
d152f0993c fix(Docs): add dynamic og image generation and fix broken link 2025-09-10 00:13:14 -05:00
cheskoxd
63eae643e3 fix(Docs): ensure meta data reacts properly 2025-09-06 23:22:01 -05:00
cheskoxd
edd0eef3a9 feat(Docs): enhance documentation with metadata, descriptions for better SEO 2025-09-06 23:09:13 -05:00
cheskoxd
0c06d34632 fix(Docs): rephrase custom domains to custom domain 2025-09-03 19:32:44 -05:00
cheskoxd
53b07dddb7 fix(Footer): z index missing in the footer 2025-09-02 22:04:20 -05:00
cheskoxd
c76b948e62 fix(InstanceList): implement URL state management for sort, filter and query 2025-08-29 18:44:32 -05:00
cheskoxd
0f89400050 chore(docs): replace outdated screenshots after UI overhaul 2025-08-26 23:09:34 -05:00
cheskoxd
8c2fb84104 fix(manifest): update theme and background colors for consistency 2025-08-26 20:14:32 -05:00
cheskoxd
4f433c4e62 fix(Meta): rename poster file to invalidate discord cache 2025-08-24 19:44:02 -05:00
cheskoxd
356882f052 fix(poster): update og image 2025-08-23 21:49:17 -05:00
cheskoxd
db96b6d2fb fix(code): add prism.js support for syntax highlighting and codeblocks languange 2025-08-21 21:53:25 -05:00
Derek Lacayo
a7a0567833
Merge pull request #462 from pockethost/fix/ui
Fix/Small UI bugs
2025-08-20 23:30:51 -05:00
cheskoxd
aa3361401f fix(List): truncate secret value to avoid horizontal overflow 2025-08-20 20:09:49 -05:00
cheskoxd
8ed40ee71b fix(InstanceLayout): truncate instance name if too long 2025-08-20 20:01:43 -05:00
cheskoxd
0ac63427c8 fix(InstanceCard): update admin link for better visibility 2025-08-20 19:57:36 -05:00
cheskoxd
75919bf8be fix(InstanceCard): update instance name to take full width and truncate if needed 2025-08-20 19:42:03 -05:00
cheskoxd
9cdcf14197 fix(InstanceList): add auto-rows-min class for better layout consistency 2025-08-20 19:33:22 -05:00
Derek Lacayo
dbd615841c
UI Overhaul (#456)
* Refactor blog posts and enhance UI components

- Removed titles from md blog posts and show them as title
- Updated the layout of the documentation sidebar to include a blurred background.
- Improved the styling of the login and registration forms for better user experience.
- Enhanced the pricing page layout and card designs for clarity and visual appeal.
- Added a blurred background component to several pages for a modern aesthetic.
- Updated the Navbar and footer with new links and improved styling.
- Introduced new color themes in Tailwind configuration for better branding.
- Added new images for the PocketHost logo and promotional materials.

* refactor(Splash): remove redundant sections and improve layout

* fix(login): center InstanceGeneratorWidget within the container

* Latest update

* fix(blog): Improve visibility

* fix(NavbarMenu): Adjust dropdown z-index for better visibility

* fix(Creator): Update cancel button link to redirect to dashboard instead of Splash

* feat(InstanceList): add search, filter and sorting

* fix(Main): z index and styling issues

* fix(InstanceList): power on should be first when sorting

* enh(InstanceList): display cname if defined, and allow search by cname

* style(404): update UI to match other pages

* style(LoggingInner): update styles to match color palette

* style(Paywall): missing top padding

* style(versionPage): change width to match other pages

* fix(InstancesLayout): fix logs UI overflow

* style(docsSideBar): Separate scroll between sidebar and content, also stick sidebar to top

* style(docsSidebar): fix weird pad in menu-title

* clean(blog): remove some comment code

* enh(blog): add article name to title in head

* feat(footer): add link to / from footer

* style(promoBanner): fix padding on mobile

* style(dashboard): make mobile friendly

* enh(instances): close sideBar on a link click

* fix(InstanceList): fix performance issues on mobile (lag)

* feat(InstanceList): add asc and desc sorting

* fix(InstanceList): add tabIndex to sortDirection

* style(prose): fix margin on terms and privacy policy

* style(InstanceList): fix pad

* style(InstancePages): fix content overflow on multiple pages

* style(docs); make sidebar mobile friendly

* fix(sideBar):  bug with svelte

* fix(InstanceList): make asc sort default

* fix(NavBar): remove dashboard link on > md

* style(AlertBar): improve styles

* style(splash): simple landing page

* fix(mobile): fix small bugs in mobile

* fix(InstanceList): asc and desc icon mixed

* style(Logs): add mono font to logs

* fix(Splash): add more decimal points to uptime

* style(Logs):  add mono font to fullscreen logs

* fix(Splash): cta retriggers the animation on hover

* fix(InstanceList): cards had toomuch gap when search

* style(Instance Sidebar): match px with head

* style(footer): move elements closer on md

* style(blogFooter): update colors to match design

* fix(Splash): swap gh with shields due to rate limit

---------

Co-authored-by: Ben Allfree <ben@benallfree.com>
2025-08-20 06:52:27 -07:00
Ben Allfree
076e66a2d3 chore(root): GA comment (not sticky) 2025-08-09 19:27:48 -07:00
Ben Allfree
0eedfec667 chore(root): GA permalink & URL optimize 2025-08-09 19:25:42 -07:00
Ben Allfree
a66679835e chore(root): use GA aliases and update PR comment language 2025-08-09 17:31:42 -07:00
Ben Allfree
3ba5e5d177 chore(root): use PR # for preview link name 2025-08-09 17:18:47 -07:00
Ben Allfree
543d771369 chore(root): GA fixes 2025-08-09 17:09:27 -07:00
Ben Allfree
cc7cab4555 chore(root): update GA with pull_request_target 2025-08-09 16:54:05 -07:00
Ben Allfree
2e4ae1f417 chore(root): Add dashboard preview links to PRs 2025-08-07 15:05:28 -07:00
Ben Allfree
42d2085f69 feat(pockethost): Cron-based webhooks 2025-08-07 21:05:23 +00:00
Ben Allfree
d5e850041e v2.3.0 pockethost@2.3.0 2025-07-22 08:47:09 -07:00
Ben Allfree
b03fa83f03 chore(root): changesets 2025-07-22 08:20:07 -07:00
Ben Allfree
0cfed9530f feat(pockethost): webhooks 2025-07-22 08:15:33 -07:00
Ben Allfree
d601363e6f chore(root): remove old cursorrules 2025-07-22 08:15:13 -07:00
Ben Allfree
7d9ccf0639 enh(pockethost): add event handlers to MothershipMirrorService 2025-07-22 08:14:50 -07:00
Ben Allfree
a3a8a215f2 chore(pockethost): remove unused instancecache 2025-07-22 08:14:29 -07:00
Ben Allfree
e4187d90c0 fix(pockethost): console logger browser compat 2025-07-22 08:13:52 -07:00
Ben Allfree
7946c8344e chore(pockethost): improve CLI launching and logging 2025-07-22 08:13:27 -07:00
Ben Allfree
630e4ec8f8 chore(root): update cursor rules 2025-07-22 08:12:35 -07:00
Ben Allfree
049e9e5263 refactor(pockethost): improve breadcrumb handling in logging services for better clarity 2025-07-22 02:33:08 +00:00
Ben Allfree
01540dad27 refactor(pockethost): simplify ConsoleLogger by removing unused prefix and optimizing breadcrumb handling 2025-07-22 02:32:42 +00:00
Ben Allfree
8ec5d00df4 chore(pockethost): remove winston 2025-07-21 17:09:13 -07:00
Ben Allfree
e1f90aa22b fix(root): update permalink GA urls 2025-07-21 09:06:33 -07:00