This website requires JavaScript.
Explore
Help
Sign In
gitea-admin
/
gh-christianlouis-docuelevate
Watch
1
Star
0
Fork
0
You've already forked gh-christianlouis-docuelevate
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
89378b2270c4ea103ca053ba647a0e1616a4bf62
gh-christianlouis-docuelevate
/
app
T
History
Christian Krakau-Louis
89378b2270
Merge pull request
#553
from christianlouis/copilot/restrict-status-page-access
...
feat(status): restrict status page to admin-only, move to admin menu
2026-03-08 16:14:26 +01:00
..
api
feat(models): add UserIntegration model, encrypt IMAP passwords, add integrations API
2026-03-08 15:02:38 +00:00
middleware
fix(auth): cache request body in CSRF middleware to prevent login failures
2026-03-08 13:48:17 +00:00
tasks
feat(models): add UserIntegration model, encrypt IMAP passwords, add integrations API
2026-03-08 15:02:38 +00:00
templates
/email
fix(merge): resolve tests/test_auth.py conflict keeping all tests from both branches
2026-03-08 11:11:21 +00:00
utils
feat(auth): add comprehensive debug logging for local login failures
2026-03-08 12:48:38 +00:00
views
feat(status): restrict status page to admin-only and move to admin menu
2026-03-08 15:10:46 +00:00
__init__.py
feat: add frontend views and file management functionality, enhance user response structure, and update configuration guide
2025-04-03 21:49:15 +02:00
auth.py
feat(auth): add comprehensive debug logging for local login failures
2026-03-08 12:48:38 +00:00
celery_app.py
style: fix all flake8 linter errors across app/ directory
2026-02-08 17:42:33 +00:00
celery_worker.py
Merge pull request
#504
from christianlouis/copilot/add-watch-folder-support
2026-03-08 10:05:10 +01:00
config.py
fix(merge): resolve tests/test_auth.py conflict keeping all tests from both branches
2026-03-08 11:11:21 +00:00
database.py
fix(database): skip create_all for Alembic-tracked databases to prevent OperationalError on webhook_configs
2026-03-02 10:25:34 +00:00
frontend.py
style: fix all flake8 linter errors across app/ directory
2026-02-08 17:42:33 +00:00
main.py
feat(docs): add built-in help section with How-To guides embedded in app
2026-03-07 20:33:10 +00:00
models.py
feat(models): add UserIntegration model, encrypt IMAP passwords, add integrations API
2026-03-08 15:02:38 +00:00