Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
devforth
/
adminforth
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
400
Code
Issues
14
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
adminforth
adminforth
commands
on
test
User selector
All users
All time
Commit history
Commits on Jul 30, 2026
fix: add base websocketTopicAuth in CLI app template
Show description for d91c06d
yaroslav8765
committed
d91c06d
View commit details
Copy full SHA for d91c06d
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
fix: use expres 5 in cli created app
Show description for b3b17eb
yaroslav8765
committed
b3b17eb
View commit details
Copy full SHA for b3b17eb
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
feat: enhance project setup documentation and add admin user table instructions for existing databases
NoOne7135
committed
186b93a
View commit details
Copy full SHA for 186b93a
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
fix: by default bundleNow has buildTime=false and if user use CLI bundle - it sets bundleNow to true, otherwise if bundle called from code(runtime) - buildTime=false
Show description for f208737
yaroslav8765
committed
f208737
View commit details
Copy full SHA for f208737
View code at this point
Browse repository at this point
fix: show cache missing downtime error message only in runtime (cache im most cases missing in buildTime, so doesnt make sense to show error message)
Show description for a059ff0
yaroslav8765
committed
a059ff0
View commit details
Copy full SHA for a059ff0
View code at this point
Browse repository at this point
Commits on Jun 28, 2026
fix: don't write "adminforth": "latest" in cli generated adminforth
Show description for bf45404
yaroslav8765
committed
bf45404
View commit details
Copy full SHA for bf45404
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
Revert "fix: unify dependency installation for npm and pnpm"
Show description for 18e641a
yaroslav8765
committed
18e641a
View commit details
Copy full SHA for 18e641a
View code at this point
Browse repository at this point
Revert "fix: enhance package manager resolution for pnpm in installation process"
Show description for a90104a
yaroslav8765
committed
a90104a
View commit details
Copy full SHA for a90104a
View code at this point
Browse repository at this point
fix: enhance package manager resolution for pnpm in installation process
NoOne7135
committed
e9dc869
View commit details
Copy full SHA for e9dc869
View code at this point
Browse repository at this point
fix: unify dependency installation for npm and pnpm
NoOne7135
committed
6f24eb1
View commit details
Copy full SHA for 6f24eb1
View code at this point
Browse repository at this point
Commits on Jun 23, 2026
Merge branch 'next' of github.com:devforth/adminforth into feature/AdminForth/1439/add-global-plugins
Show description for e56c6a7
yaroslav8765
committed
e56c6a7
View commit details
Copy full SHA for e56c6a7
View code at this point
Browse repository at this point
Commits on Jun 22, 2026
feat: implement login rate limiting and update documentation
NoOne7135
committed
897c818
View commit details
Copy full SHA for 897c818
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
chore: add debug levels to the .env.prod in newly created app with cli
Show description for a0f464a
yaroslav8765
committed
a0f464a
View commit details
Copy full SHA for a0f464a
View code at this point
Browse repository at this point
Commits on Jun 16, 2026
fix: fix typo in create-app command and update connector names in documentation for consistency
Show description for 6845923
yaroslav8765
committed
6845923
View commit details
Copy full SHA for 6845923
View code at this point
Browse repository at this point
fix: fix typo in create-app cli
Show description for c3553e2
yaroslav8765
committed
c3553e2
View commit details
Copy full SHA for c3553e2
View code at this point
Browse repository at this point
fix: detect users database provider and install database connector based on it
Show description for 4dd331a
yaroslav8765
committed
4dd331a
View commit details
Copy full SHA for 4dd331a
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
feat!: move sqlite, postgres, mysql, clickhouse and mongo connectors out of the project to different packages
Show description for a8a5064
yaroslav8765
committed
a8a5064
View commit details
Copy full SHA for a8a5064
View code at this point
Browse repository at this point
Commits on Jun 12, 2026
fix: dont add database url to the .env.prod
yaroslav8765
committed
96e82ec
View commit details
Copy full SHA for 96e82ec
View code at this point
Browse repository at this point
fix: update workspace file on create-app with pnpm to support pnpm v11
yaroslav8765
committed
bacf58e
View commit details
Copy full SHA for bacf58e
View code at this point
Browse repository at this point
fix: run install scripts in parallel on create-app
yaroslav8765
committed
276c9b4
View commit details
Copy full SHA for 276c9b4
View code at this point
Browse repository at this point
Commits on May 15, 2026
fix: add wrapColumn option for code formatting in resource file generation
NoOne7135
committed
a4dacb1
View commit details
Copy full SHA for a4dacb1
View code at this point
Browse repository at this point
fix: clean up resource import paths in injectResourceIntoIndex function
NoOne7135
committed
06d5775
View commit details
Copy full SHA for 06d5775
View code at this point
Browse repository at this point
Commits on May 12, 2026
chore: return old index.hbs for the create-app cli
yaroslav8765
committed
e254d6b
View commit details
Copy full SHA for e254d6b
View code at this point
Browse repository at this point
Merge branch 'next' of github.com:devforth/adminforth into live-demo-edit-build
yaroslav8765
committed
ef20db4
View commit details
Copy full SHA for ef20db4
View code at this point
Browse repository at this point
feat: update docker build logic in cli app and turn off runtime build for the cli app
yaroslav8765
committed
dbbdb7e
View commit details
Copy full SHA for dbbdb7e
View code at this point
Browse repository at this point
fix: improve stdout handling in callTsProxy and enhance resource column synchronization error handling
NoOne7135
committed
c0c7db4
View commit details
Copy full SHA for c0c7db4
View code at this point
Browse repository at this point
feat: enhance resource file generation and column synchronization logic
NoOne7135
committed
0b9e623
View commit details
Copy full SHA for 0b9e623
View code at this point
Browse repository at this point
fix: update PostgreSQL URL scheme in documentation and improve Prisma migration handling in utils
NoOne7135
committed
3b5399a
View commit details
Copy full SHA for 3b5399a
View code at this point
Browse repository at this point
Commits on May 9, 2026
fix: update comments in environment template files for clarity and consistency
ivictbor
committed
5317633
View commit details
Copy full SHA for 5317633
View code at this point
Browse repository at this point
fix: resolve prismaDbUrl references in template generation for clarity
ivictbor
committed
d68f79e
View commit details
Copy full SHA for d68f79e
View code at this point
Browse repository at this point
fix: update comments in .env.prod.hbs for consistency and clarity
ivictbor
committed
0279835
View commit details
Copy full SHA for 0279835
View code at this point
Browse repository at this point
chore: update environment template files to include additional comments for clarity
ivictbor
committed
19affa2
View commit details
Copy full SHA for 19affa2
View code at this point
Browse repository at this point
Commits on May 7, 2026
fix: don't write content of .env.local to the .env file
Show description for 1c8c366
yaroslav8765
committed
1c8c366
View commit details
Copy full SHA for 1c8c366
View code at this point
Browse repository at this point
fix: update typescript version from 5.4.5 to 6.0.3 in create-app command
Show description for 9377339
yaroslav8765
committed
9377339
View commit details
Copy full SHA for 9377339
View code at this point
Browse repository at this point
feat: add option "use prisma" to the create-app command
Show description for b427fc2
yaroslav8765
committed
b427fc2
View commit details
Copy full SHA for b427fc2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.