mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #707] [MERGED] Split applications #1989
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#1989
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/707
Author: @tonioo
Created: 4/10/2015
Status: ✅ Merged
Merged: 4/10/2015
Merged by: @tonioo
Base:
master← Head:split_applications📝 Commits (10+)
8d621f2Remove admin extension from this repo.6bce1a5Merge branch 'master' into split_applicationsfe8030aRemove amavis extension.965b88aRemove webmail extension.ec441a5Remove radicale extension.704a046Remove limits extension.a434286Remove sievefilters extension.b0f88c3Remove extensions.7154181Update translation files5cfb8bfDon't check extensions📊 Changes
301 files changed (+3500 additions, -55632 deletions)
View changed files
📝
doc/conf.py(+10 -4)📝
doc/extending/events.rst(+6 -3)📝
doc/getting_started/install.rst(+26 -22)📝
doc/getting_started/upgrade.rst(+61 -4)📝
doc/integration/imap_and_smtp.rst(+2 -2)📝
doc/plugins/amavis.rst(+1 -301)📝
doc/plugins/limits.rst(+1 -12)📝
doc/plugins/postfix_autoreply.rst(+1 -45)📝
doc/plugins/postfix_relay_domains.rst(+1 -36)📝
doc/plugins/radicale.rst(+1 -42)📝
doc/plugins/sievefilters.rst(+1 -39)📝
doc/plugins/statistics.rst(+1 -41)📝
doc/plugins/webmail.rst(+1 -65)📝
modoboa/core/__init__.py(+4 -8)📝
modoboa/core/commands/deploy.py(+64 -44)📝
modoboa/core/commands/postfix_maps.py(+57 -134)📝
modoboa/core/commands/templates/settings.py.tpl(+7 -29)📝
modoboa/core/extensions.py(+46 -17)📝
modoboa/core/management/commands/load_initial_data.py(+1 -1)📝
modoboa/core/models.py(+5 -2)...and 80 more files
📄 Description
All extensions now have their own repository.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.