Anders Kaseorg
21ab3858a7
models: Extract zerver.models.linkifiers.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-12-16 22:08:44 -08:00
Anders Kaseorg
a50eb2e809
mypy: Enable new error explicit-override.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2023-10-12 12:28:41 -07:00
Zixuan James Li
032e6f8cb4
linkifier: Update edit_linkifier command to use url_template.
...
This is mainly updating the variable names and relevant docstrings
without actual change to the behavior of the command.
Signed-off-by: Zixuan James Li <p359101898@gmail.com>
2023-04-19 12:20:49 -07:00
Sahil Batra
ef48047dfc
realm: Create RealmAuditLog entry when removing realm linkifiers.
...
This commit also adds 'acting_user' parameter to do_remove_linkifier
function.
Fixes a part of #21268 .
2022-07-31 18:32:28 -07:00
Sahil Batra
4f1dd0710c
realm: Create RealmAuditLog entry when adding realm linkifiers.
...
This commit also adds 'acting_user' parameter to do_add_linkifier
function.
Fixes a part of #21268 .
2022-07-31 18:32:28 -07:00
Anders Kaseorg
975f5a3c2d
actions: Split out zerver.actions.realm_linkifiers.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2022-04-14 17:14:31 -07:00
Anders Kaseorg
fb3ddf50d4
python: Fix mypy no_implicit_reexport errors.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2021-07-16 14:02:31 -07:00
Alex Vandiver
27012e343b
edit_linkifiers: Show the right command name in help text.
2021-05-10 13:51:22 -07:00
Tim Abbott
2c01354569
management: Use required kwargs in add_realm_args.
...
This makes management commands more readable, since one doesn't need
to know details of how the library works to read based code.
2021-05-10 12:30:58 -07:00
Tim Abbott
c6a50499f7
management: Use better fetch query in edit_linkifiers.
2021-04-13 09:18:18 -07:00
Abhijeet Prasad Bodas
68fe912c63
refactor: Rename most of "filter" to "linkifier".
...
After this only the database table, events,
and API endpoints remain.
2021-04-05 18:14:07 -07:00
Abhijeet Prasad Bodas
a49dc67d8e
refactor: Rename backend files to use "linkifier".
...
This is a prep change to eventually completely
replace the term "filter" with "linkifier" in
the codebase.
This only renames files. Code changes will be
done in further commits.
2021-04-05 18:14:07 -07:00