mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #1859] [MERGED] Adding setting to disable RSS requests. #2314
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1859
Author: @ClemRiviere
Created: 3/26/2020
Status: ✅ Merged
Merged: 4/15/2020
Merged by: @tonioo
Base:
master← Head:master📝 Commits (4)
ac431f7Added setting to bypass dashboard RSS timeout8df80ccUpdating test_project settings613cf15Adding unit testse2492a0Code improvements📊 Changes
4 files changed (+33 additions, -11 deletions)
View changed files
📝
modoboa/core/commands/templates/settings.py.tpl(+2 -0)📝
modoboa/core/tests/test_views.py(+15 -0)📝
modoboa/core/views/dashboard.py(+15 -11)📝
test_project/test_project/settings.py(+1 -0)📄 Description
Resolves #1797
Current behavior before PR:
Modoboa server is behind proxy, so no internet direct access
Acces dashboard via admin account
-> 504 Gateway Time-out
Desired behavior after PR is merged:
It is possible to disable RSS requests in settings.py file being behind a proxy to avoid the dashboard time-out.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.