zulip/zerver
akshatdalton 6509c4f8f4 linkifiers: Add an API to support the editing of linkifier.
This commit adds an API to `zproject/urls.py` to edit/update
the realm linkifier. Its helper function to update the
database is added in `zerver/lib/actions.py`.

`zulip.yaml` is documented accordingly as well, clearly
stating that this API updates one linkifier at a time.

The tests are added for the API and helper function which
updates the realm linkifier.

Fixes #10830.
2021-04-19 18:01:45 -07:00
..
data_import models/realm: Add a model for storing realm playground information. 2021-04-07 08:20:53 +05:30
lib linkifiers: Add an API to support the editing of linkifier. 2021-04-19 18:01:45 -07:00
management python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
migrations settings: Add new setting for controlling who can move msgs to stream. 2021-04-16 15:10:39 -07:00
openapi linkifiers: Add an API to support the editing of linkifier. 2021-04-19 18:01:45 -07:00
templatetags dependencies: Upgrade to webpack-bundle-tracker 1.0.0-alpha.1. 2021-04-06 09:31:35 -07:00
tests linkifiers: Add an API to support the editing of linkifier. 2021-04-19 18:01:45 -07:00
tornado event_queue: Update rule for when we can remove compatibility code. 2021-04-16 09:58:21 -07:00
views linkifiers: Add an API to support the editing of linkifier. 2021-04-19 18:01:45 -07:00
webhooks integrations: Convert deprecated Django url to path. 2021-04-15 18:01:34 -07:00
worker queue_processors: Document when can remove compatibility code. 2021-04-16 09:55:14 -07:00
__init__.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
apps.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
context_processors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
decorator.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
filters.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
forms.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
logging_handlers.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
middleware.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00
models.py models: Add new helper can_move_messages_between_streams. 2021-04-16 15:16:08 -07:00
signals.py python: Convert deprecated Django ugettext alias to gettext. 2021-04-15 18:01:34 -07:00