mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[PR #794] [MERGED] First draft of a REST API. #2020
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#2020
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/794
Author: @tonioo
Created: 11/27/2015
Status: ✅ Merged
Merged: 11/27/2015
Merged by: @tonioo
Base:
master← Head:change_password_api_523📝 Commits (3)
68b5fc1First draft of a REST API.c4ec4f4Update test config.0411ac2Fix unit tests.📊 Changes
25 files changed (+356 additions, -21 deletions)
View changed files
📝
modoboa/admin/lib.py(+3 -3)➕
modoboa/admin/migrations/0003_auto_20151118_1215.py(+19 -0)📝
modoboa/admin/tests/export.py(+2 -2)➕
modoboa/core/api.py(+29 -0)📝
modoboa/core/commands/templates/settings.py.tpl(+12 -0)📝
modoboa/core/forms.py(+14 -0)📝
modoboa/core/models.py(+1 -0)➕
modoboa/core/serializers.py(+41 -0)➕
modoboa/core/templates/core/api_access.html(+32 -0)📝
modoboa/core/templates/core/user_index.html(+1 -1)📝
modoboa/core/templates/core/user_profile.html(+6 -3)📝
modoboa/core/templatetags/core_tags.py(+7 -0)📝
modoboa/core/tests.py(+65 -1)📝
modoboa/core/urls.py(+2 -0)➕
modoboa/core/urls_api.py(+14 -0)📝
modoboa/core/views/user.py(+26 -2)📝
modoboa/lib/parameters.py(+3 -3)📝
modoboa/lib/tests.py(+20 -0)➕
modoboa/limits/migrations/0002_auto_20151114_1518.py(+22 -0)📝
modoboa/static/js/global.js(+6 -4)...and 5 more files
📄 Description
see #523
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.