Commit Graph

112 Commits

Author SHA1 Message Date
5b04b47e60 feat(frontend): Enhance user management UI and error handling in users.html
-   Added default values for "Traffic Limit" and "Expiration Days" in the "Add User" modal.
2025-05-09 00:12:42 +03:30
8d9fda0c09 Remove Tree Mode 2025-05-01 23:34:29 +03:30
552862c251 Integrate custom CSS into base.html 2025-05-01 22:18:35 +03:30
862128b325 fixed footer 2025-05-01 19:47:33 +03:30
72b372b978 feat: Add user count, ID column, and sorting to users table
- Display total user count in the card header.
- Add a new '#' column to the user table showing the row number.
- Sort the user list alphabetically by username (case-insensitive) using Jinja filter before rendering.
- Update JavaScript column index references (`td:eq(n)`) to reflect the added '#' column.
2025-04-28 19:38:31 +03:30
57993d7602 feat: Add Decoy Site feature
Adds a new Decoy Site configuration tab in the settings section.
2025-04-26 20:33:12 +03:30
fb221d350e Changes log:
feat: add user URI API endpoint
feat: integrate show_user_uri_api in users page
refactor: remove URI generation from viewmodel
2025-04-19 18:18:01 +03:30
578301eb8d Fix title typo 2025-04-18 13:48:53 +03:30
dcea07e8f9 Change Project Name 2025-04-18 13:44:57 +03:30
e91825ca2c Change Project Name 2025-04-18 13:28:34 +03:30
9297cf2467 Remove SingBox 2025-04-11 21:33:28 +03:30
7ad4a9839e fix: reload page after user edit for traffic usage update 2025-04-09 23:18:23 +03:30
e38bb4f864 Fix: Update table index references for user status and quota in edit user modal 2025-04-09 18:55:25 +03:30
f17ab3aa19 Merge branch 'original' of https://github.com/SeyedHashtag/dijiq into original 2025-04-08 20:25:16 +03:30
704f0988f3 Refactor: Update traffic usage display and calculations in user model and template 2025-04-08 20:25:13 +03:30
22d9c99ced Fix: Enable "Save Changes" button in Edit User modal 2025-04-05 23:17:02 +03:30
53304d9570 Remove default value 2025-03-24 11:35:39 +03:30
1d78d38bc5 Replace SingboxSub with IP Limit 2025-03-24 00:22:16 +03:30
81eea1bfb9 Added IP Limit 2025-03-24 00:19:08 +03:30
5f28aa9d90 Added domain validation
Modify Pydantic Models
2025-03-19 23:01:19 +03:30
552b0ab7ca Fixed QR Code Display for Domain-Based URIs 2025-03-19 21:41:15 +03:30
82c736b261 Added Release URL 2025-03-12 10:13:46 +03:30
4274a20b05 Improved footer design and add version display
Updated `base.html` to display current version and show update notifications

Adde github and telegram link in footer
2025-03-11 01:09:26 +03:30
fdaacf927b Fix: dark mode 2025-03-02 11:09:42 +03:30
87b2d125fb feat: restore backup 2025-02-22 12:54:07 +03:30
c399551a50 Implement /restore API 2025-02-22 10:04:12 +03:30
ebcd26799a new tab backup 2025-02-22 00:33:13 +03:30
8183946a0d hotfix: Convert to lowercase for case-insensitive check 2025-02-18 23:37:54 +03:30
a09a31a396 Add input validation to settings form 2025-02-18 23:13:12 +03:30
aa712e3e6f feat: Enhance user management with multi-select, filters, validation, and UI improvements
- Implemented multi-user selection and deletion with confirmation.
- Added filter buttons (All, Not Active, Enable, Disable) with client-side logic.
- Fixed "Select All" checkbox to only affect visible users after filtering.
- Implemented real-time username validation (alphanumeric only).
- Added a disable to prevent submit validation error
- Ensured that select all deselect button, work with filters and sorting
- Improve UI to be more intuitive.
-Improved responsivity buttons in smaller devices
2025-02-18 13:19:11 +03:30
ff757bb71b Fix change ip payload 2025-02-11 22:55:52 +03:30
04a94d3504 Added documents 2025-02-10 21:54:32 +03:30
92673a9200 Add: Interact with users when config file restored in config.html 2025-02-09 11:01:18 +00:00
d4ae2de081 Add: Change port & Fill sni domain field on loading DOM & Adopt previous
commit changes
2025-02-09 11:00:42 +00:00
cb1eb0c4e6 Fetch IP on page load 2025-02-09 11:34:21 +03:30
65a34117f2 Fix telegram api call payload & Fix alert message bug 2025-02-08 16:04:51 +00:00
64ed92b4cf Fix UI in users.html when there's no users 2025-02-08 01:11:28 +00:00
12f993d2fc Write function for calling API in settings.html 2025-02-08 01:07:22 +00:00
804b492b23 Fix fetching services status bug in index.html 2025-02-07 23:07:15 +00:00
5aa3c6df5b Trying to fix getting services status in index.html 2025-02-07 22:00:21 +00:00
c16e11b324 Fix typo in title 2025-02-07 21:58:09 +00:00
afab1653df Removed setInterval services 2025-02-07 22:12:26 +03:30
0eaa95c6a2 Added services box 2025-02-07 22:04:41 +03:30
da421b0d15 Fixed Button 2025-02-07 20:59:14 +03:30
7371f6fc4c Fixed Settings position 2025-02-07 20:55:44 +03:30
90df8012f6 Added Settings router 2025-02-07 20:49:18 +03:30
c46e3dd271 Implement validation|notification JS in /config endpoint 2025-02-07 06:42:30 +00:00
1b05461ff4 Show dialog box in config endpoint before saving the configuration 2025-02-07 05:29:42 +00:00
49ecb41a73 Implement config router 2025-02-07 04:53:20 +00:00
f6691c89ed Small refactor 2025-02-07 04:45:17 +00:00