zulip/zerver
Suyash Vardhan Mathur 1acee9f516 apidocs: Migrate admin_config out of templates.
Currently, the `admin_config` configuration was
hardcoded in the templates, but as a goal of creating
a common template, we need to move all configurations
outside.

Moved the checking for function and language which need
admin_config out of templates into the code and added a
boolean `x-admin-config` to store whehter the operation
requires admin config.

Also, added the banner for admin access to auto-generate
if admin_config is present, and fixed the admin_config
for endpoints that were earlier missing it in the templates.
2021-06-16 09:52:43 -07:00
..
data_import data_import: Protect better against bad Slack tokens. 2021-05-27 22:46:58 -07:00
integration_fixtures/nagios tests: Add a test for fixtures for non-webhook integrations. 2021-04-28 08:16:51 -07:00
lib web_public_view: Replace `web_public_visitor` with `spectator`. 2021-06-16 07:46:34 -07:00
management python: Simplify stdio flushing using print(…, flush=True). 2021-06-09 14:05:31 -07:00
migrations python: Simplify stdio flushing using print(…, flush=True). 2021-06-09 14:05:31 -07:00
openapi apidocs: Migrate admin_config out of templates. 2021-06-16 09:52:43 -07:00
tests test_auth_backends: Add types for subclass fields of SocialAuthBase. 2021-06-16 08:28:10 -07:00
tornado process_message_event: Always calculate `online_push_enabled`. 2021-06-15 12:30:31 -07:00
views web_public_view: Replace `web_public_visitor` with `spectator`. 2021-06-16 07:46:34 -07:00
webhooks refactor: Convert `clean-unused-caches` to`clean_unused_caches.py`. 2021-06-12 07:28:16 -07:00
worker queue_processors: Log more detailed info when marking messages as read. 2021-05-26 11:17:21 -07:00
__init__.py django: Upgrade Zulip to Django 3.2 LTS. 2021-05-03 08:36:22 -07:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py context_processors: Add test for `get_apps_page_url`. 2021-06-16 07:49:03 -07:00
decorator.py web_public_view: Replace `web_public_visitor` with `spectator`. 2021-06-16 07:46:34 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py billing: Enforce license limit for plans on manual license management. 2021-06-09 17:42:38 -07:00
logging_handlers.py docs: Capitalize “Markdown” consistently. 2021-04-26 09:31:08 -07:00
middleware.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
models.py models: Change return type of get_human_admin_users to QuerySet. 2021-06-14 16:55:43 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00