zulip/templates/zerver
Hashir Sarwar e3b90a5ec8 api: Add a monotonic integer "feature level" for non-webapp clients.
The purpose is to provide a way for (non-webapp) clients,
like the mobile and terminal apps, to tell whether the
server it's talking to is new enough to support a given
API feature -- in particular a way that

* is finer-grained than release numbers, so that for
features developed after e.g. 2.1.0 we can use them
immediately on servers deployed from master (like
chat.zulip.org and zulipchat.com) without waiting the
months until a 2.2 release;

* is reliable, unlike e.g. looking at the number of
commits since a release;

* doesn't lead to a growing bag of named feature flags
which the server has to go on sending forever.

Tweaked by tabbott to extend the documentation.

Closes #14618.
2020-04-21 13:37:57 -07:00
..
api api: Add a monotonic integer "feature level" for non-webapp clients. 2020-04-21 13:37:57 -07:00
app navbar: Improve structure & styling for top navbar. 2020-04-17 13:35:44 -07:00
archive emoji: Resolve emoji sprite sheets and stylesheets through Webpack. 2020-02-25 14:43:46 -08:00
emails emails: Use the word email instead of message in do not reply sentence. 2020-01-31 12:29:58 -08:00
for markdown: Allow setting a default language for code blocks. 2020-04-09 16:02:02 -07:00
help help: Add doc for restricting users to change their profile pic. 2020-04-16 20:30:30 -07:00
include portico: Add return to login button to password reset end. 2019-11-18 12:21:40 -08:00
integrations docs: Convert many http URLs to https. 2020-03-26 21:35:32 -07:00
tests/markdown webhooks/freshdesk/doc.md: Remove unescape_rendered_html kludge. 2019-07-03 15:05:45 -07:00
accounts_accept_terms.html accept_terms: Somewhat fix ugly white box. 2018-12-29 22:06:07 -08:00
accounts_home.html login: Make authentication_methods data available to JavaScript. 2020-02-02 20:22:49 -08:00
accounts_send_confirm.html refactor: Remove inline javascript code from accounts_send_confirm.html. 2019-03-25 15:14:24 -07:00
apps.html apps: Link to Ferdi, rather than Franz. 2020-04-09 06:02:35 -07:00
atlassian.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
atlassian.md portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
base.html base: Fix jinja2.exceptions.UndefinedError on Python ≥ 3.7. 2020-04-18 05:35:51 -07:00
billing_nav.html
compare.html plans: Address some frequently asked questions. 2020-01-28 14:07:28 -08:00
config_error.html auth: Change how config error URLs are configured. 2020-03-22 17:15:18 -07:00
confirm_continue_registration.html confirmation: Fix "continue to registration" full name handling. 2019-01-29 12:39:40 -08:00
create_realm.html templates: Replace focusing scripts with autofocus attribute. 2019-09-16 17:23:20 -07:00
deactivated.html portico: Refresh deactivated realm notice page every 60 seconds. 2019-03-04 11:27:15 -08:00
desktop_redirect.html auth: Create a new page hop for desktop auth. 2020-02-20 11:59:55 -08:00
dev-not-supported-error.md
dev_env_email_access_details.html
dev_login.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
dev_tools.html scripts: Rename inline-email-css to inline_email_css.py. 2020-04-10 15:29:47 -07:00
digest_base.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
documentation_main.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
email.html
email_log.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
faq.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
features.html portico: Fix the position and size of overflow for small size devices. 2020-03-31 15:00:26 -07:00
find_account.html HTML validation: Fix login page HTML errors. 2019-07-18 11:56:15 -07:00
footer.html portico: Add link to /history to footer. 2018-10-05 11:24:57 -07:00
for-companies.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
for-mystery-hunt.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
for-open-source.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
for-working-groups-and-communities.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
github-error.md auth: Document setting social_auth_github_key in dev-secrets. 2019-06-14 10:16:26 -07:00
gitlab-error.md auth: Add support for GitLab authentication. 2020-02-11 13:54:17 -08:00
google-error.md templates: Correct sample Google authorized redirect URI. 2019-12-21 20:08:31 -08:00
gradients.html
hello.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
history.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
insecure_desktop_app.html compatibility: Add more strict desktop app blocking. 2020-03-24 20:33:11 -07:00
invalid_email.html
invalid_realm.html
landing_nav.html portico: Add `isolated_page` context flag, to suppress site nav. 2020-01-29 11:32:27 -08:00
log_into_subdomain_token_invalid.html auth: Show a user-facing page when wrong token given to /subdomain/. 2020-04-05 12:29:09 -07:00
login.html social_auth: Take user to find_account if invalid subdomain is given. 2020-02-27 17:27:55 -08:00
meta_tags.html hello: Focus on distributed teams as use case. 2020-03-17 14:49:17 -07:00
plans.html portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
portico-header-dropdown.html portico: Fix styling of dropdown menu in nav bar. 2019-03-07 21:28:54 -08:00
portico-header.html
portico-help.html help: Eliminate duplication of porticocustomhead logic. 2018-08-31 11:25:03 -07:00
portico.html portico: Add `isolated_page` context flag, to suppress site nav. 2020-01-29 11:32:27 -08:00
portico_signup.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
privacy.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
realm_creation_failed.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
realm_reactivation.html auth: Add an organization reactivation flow with admin confirmation. 2018-11-27 10:58:34 -08:00
realm_reactivation_link_error.html auth: Add an organization reactivation flow with admin confirmation. 2018-11-27 10:58:34 -08:00
realm_redirect.html accounts/go: Change class of bottom text to be consistent. 2019-08-08 11:12:51 -07:00
register.html register: Spell Greek Ακμή with Greek alpha, not Latin A 2020-02-18 17:41:43 -08:00
reset.html portico: Add return to login button to password reset end. 2019-11-18 12:21:40 -08:00
reset_confirm.html forms: Show user.delivery_email in password reset form. 2020-03-30 16:41:46 -07:00
reset_done.html
reset_emailed.html portico: Add return to login button to password reset end. 2019-11-18 12:21:40 -08:00
security.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
security.md docs: Updated links to python-social-auth docs. 2020-03-20 08:54:37 -04:00
social_auth_select_email.html auth: Style the GitHub auth email selection page. 2019-08-08 11:12:51 -07:00
team.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
terms.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
unsubscribe_link_error.html
unsubscribe_success.html
why-zulip.html templates: Use just one webpack entry point per page. 2019-10-28 15:53:15 -07:00
why-zulip.md portico: Typographical nitpicking. 2020-03-17 16:53:46 -07:00
zulipchat_migration_tos.html templates: Update zulipchat migration ToS text. 2018-12-29 22:02:42 -08:00