Commit Graph

84 Commits

Author SHA1 Message Date
engels74
d0df4c6d5d feat: wizard step refactor into pre/post wizard steps
Changes:
  - Pre/post invitation wizard phases
  - Phase-aware routing (/pre-wizard/*, /post-wizard/*)
  - Phase indicator badges (visual categorization)
  - Dynamic completion button behavior
  - Two-column admin layout with category drag-and-drop
  - Invite code management service
  - Enhanced wizard export/import
  - Comprehensive test coverage (17 new test files)
2025-10-16 15:28:48 +02:00
Matthieu B
122d7709d1 Update README.md 2025-09-24 11:31:59 +02:00
Matthieu B
4996bce2de fix: Readme Kwickflix 2025-09-05 14:03:36 +02:00
Matthieu B
d69feaf67f Complete Flask-RESTX migration for automatic API documentation
 Replaced manual API documentation with Flask-RESTX OpenAPI generation
 All endpoints now auto-generate Swagger UI at /api/docs/
 Maintained backward compatibility - all existing API functionality preserved
 Added comprehensive OpenAPI models for request/response validation

Changes:
- app/blueprints/api/api_routes.py: Migrated from Flask routes to Flask-RESTX Resource classes
- app/blueprints/api/models.py: Created OpenAPI schema definitions
- app/extensions.py: Added Flask-RESTX configuration with API key security
- pyproject.toml: Added flask-restx>=1.3.0 dependency
- README.md: Updated API documentation to point to interactive Swagger UI
- docs/API.md: Simplified to quick-start guide pointing to automatic docs
2025-08-13 20:16:07 +02:00
copilot-swe-agent[bot]
10e8b4ae13 Implement server name fallback logic for invitations
Co-authored-by: Tomat0r <68383702+Tomat0r@users.noreply.github.com>
2025-07-29 14:48:36 +00:00
Matthieu B
7780038fb1 Update README.md 2025-07-26 15:11:39 +02:00
Dario Maselli
9fc0cde2fe Update README.md 2025-07-23 01:00:17 +02:00
Matthieu B
454347c1f9 Update README.md 2025-07-16 00:59:33 +01:00
BassHous3
9f5ced2834 Update README.md 2025-07-15 16:14:02 +02:00
BassHous3
8671c92b3a Update README.md
Small README touches including discord link+widget.
2025-07-15 16:13:14 +02:00
Matthieu B
9093f4da58 update screenshots 2025-07-12 00:00:26 +02:00
Matthieu B
88e9ca1b7f update README 2025-07-11 23:32:30 +02:00
Matthieu B
f453c83ce1 fix layout 2025-07-09 12:37:50 +02:00
Matthieu B
b11ac6ee71 Update README.md 2025-07-03 16:19:48 +02:00
Matthieu B
b2c2ae1a57 Update README.md 2025-06-19 13:28:07 +01:00
Matthieu B
ce2b39d1cf small fix close #532 2025-05-24 12:10:55 +01:00
Matthieu B
37c6a8b9e0 screenshots! 2025-05-23 18:41:22 +01:00
Matthieu B
5041c69717 screenshots! 2025-05-23 18:37:08 +01:00
Matthieu B
a916b80b4b make code case insensitive closes #529 2025-05-23 18:08:39 +01:00
Matthieu B
117cafa078 make code case insensitive closes #529 2025-05-23 18:08:19 +01:00
Matthieu B
730010f481 fix image permissions 2025-05-23 13:51:12 +01:00
Matthieu B
5d1133e822 fix image permissions 2025-05-23 13:49:53 +01:00
Matthieu B
fc7ec7bb7c fix auth bug 2025-05-21 20:43:17 +01:00
Matthieu B
c406b2508a Huge rewrite 2025-05-21 12:27:18 +01:00
Ben
ea527145c5 Make Weblate images clickable 2023-03-06 12:09:28 +00:00
Matthieu B
8445b3a963 Cleanup 2023-03-02 21:01:18 +00:00
Matthieu B
621417c173 Update README.md 2023-02-25 15:56:11 +00:00
Matthieu B
960d148b50 Update README.md 2023-02-24 18:49:50 +00:00
Matthieu B
b76a1cebf0 Added Expiring Invitations 2023-02-17 15:56:37 +00:00
Matthieu B
52153b2faf Updated Screenshots 2023-02-17 14:50:40 +00:00
Matthieu B
b53b8d96ac Added Users screen 2023-02-15 16:41:21 +00:00
chase
bab22b3800 Fix incorrect docker run & mispelling in readme. 2023-02-10 13:25:04 -06:00
Matthieu B
f27cd2b790 Redundant 2023-02-08 14:29:36 +00:00
Matthieu B
984d506cdf Update README.md 2023-02-06 18:00:51 +00:00
Matthieu B
586921e201 Update README.md 2023-01-24 14:35:31 +00:00
Matthieu B
9e65c893e0 Update README.md 2023-01-24 14:16:01 +00:00
Matthieu B
529db8c2c3 Merge branch 'master' of github.com:Wizarrrr/wizarr 2023-01-24 14:15:49 +00:00
Matthieu B
9d34877661 Update README.md 2023-01-24 14:14:36 +00:00
Matthieu B
151d1d1e74 Update README.md 2023-01-24 14:09:47 +00:00
Matthieu B
696c3bc66b Update README.md 2023-01-22 15:45:38 +00:00
Matthieu B
2c96afd97a Update README.md 2023-01-22 15:43:03 +00:00
Matthieu B
7efc687dae Privacy Enhancements
- Removed bug reporting, as no longer needed due to release
- Made the update checker ping the github repo instead of private server
2023-01-20 23:39:51 +00:00
Matthieu B
d58d14b0b0 Update README.md 2023-01-20 16:21:45 +00:00
Matthieu B
4f1fa89bc4 Update README.md 2023-01-20 16:20:49 +00:00
Matthieu B
830cfca442 Update README.md 2023-01-20 16:19:04 +00:00
Matthieu B
e444428cf2 Updated Instructions 2023-01-20 16:08:57 +00:00
Matthieu B
cdf4268654 Update README.md 2023-01-14 15:02:42 +01:00
Matthieu B
0df157ff06 1.0 release 2023-01-14 14:11:20 +01:00
Matthieu B
9d4326e30f Update README.md 2022-11-08 13:57:35 +00:00
Matthieu B
f3c3a8f9bc Added badge 2022-11-08 13:56:35 +00:00