Anders Kaseorg
ab25ebd5ce
ruff: Fix SIM300 Yoda conditions are discouraged.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-01-29 10:41:54 -08:00
Tim Abbott
3dfc24a908
test_push_notifications: Fix sort order assumption.
2024-01-29 10:22:55 -08:00
evykassirer
ea04f7d27d
topic list: Convert module to typescript.
2024-01-29 10:22:35 -08:00
evykassirer
7154539e80
typeahead_helper: Convert module to typescript.
2024-01-29 10:06:18 -08:00
evykassirer
fdb6f212d0
Remove User type from types.ts.
2024-01-29 10:06:18 -08:00
Sahil Batra
5f82bf0002
css: Remove bootstrap css for "fade" class.
...
We do not use "fade" class in our app anymore so we can
remove its CSS from boostrap.app.css.
2024-01-29 09:55:32 -08:00
Sahil Batra
d375921eb4
settings: Do not use bootstrap "fade" class.
...
We used bootstrap "fade" class to show the password strength
only after password_quality module is imported. Adding "fade"
class was only hiding the bar by setting opacity and the
transition defined in bootstrap was not used as it was
overridden by transition in progress_bar.css. So, we just
hide and show the bootstrap by using "hide" class and remove
the use of "fade" as part of the bootstrap removal project.
2024-01-29 09:55:32 -08:00
Sahil Batra
69d0c78f1e
settings: Remove unnecessary code.
...
We do not use "#pw_change_controls" element any more as it
was removed in 2ca0fb412
.
2024-01-29 09:55:32 -08:00
Tim Abbott
41fa2e7174
css: Remove unused portico tab-content CSS rules.
2024-01-28 16:08:30 -08:00
Tim Abbott
065dc8fc5d
css: Remove several unused Bootstrap rules from portico.
2024-01-28 16:08:30 -08:00
Tim Abbott
b44c3d321d
css: Delete unused Bootstrap close rules from portico.
2024-01-28 16:08:30 -08:00
Tim Abbott
00aa0631fe
css: Move Bootstrap alerts CSS to separate file.
2024-01-28 16:08:30 -08:00
Tim Abbott
db9ee6237e
css: Remove portico copy of Bootstrap typeahead CSS.
...
We don't use the typeahead component in portico pages.
2024-01-28 16:08:30 -08:00
Tim Abbott
56a884e0be
css: Extract Bootstrap Typeahead CSS to its own file.
2024-01-28 16:08:30 -08:00
Tim Abbott
73aca658f6
css: Remove unused Bootstrap dropdown-backdrop rules.
2024-01-28 16:08:30 -08:00
Tim Abbott
4395c54c23
css: Remove unused Bootstrap CSS for nav elements.
2024-01-28 16:08:30 -08:00
Tim Abbott
ee97d018af
css: Remove unused Bootstrap dropup CSS.
2024-01-28 16:08:30 -08:00
Tim Abbott
3818969f04
css: Remove overridden body styles from app.
2024-01-28 16:08:30 -08:00
Tim Abbott
98637e3a88
css: Remove unused Bootstrap text-* styles from app.
2024-01-28 16:08:30 -08:00
Tim Abbott
49ff0dc2e2
css: Remove unused row/container CSS from app.
2024-01-28 16:08:30 -08:00
Tim Abbott
25d7740b26
css: Remove dead Bootstrap CSS from app.
...
The only reference to any of these was in a comment.
2024-01-28 16:08:30 -08:00
Karl Stolley
f07dae6b25
bootstrap: Fork CSS into app, portico copies.
...
This aims to reduce the cognitive overhead of doing Bootstrap CSS
cleanup by concerning contributors only with Zulip or the portico.
2024-01-28 15:07:36 -08:00
David Rosa
fd4897137b
help: Document how to configure warnings about mobile notifications.
...
Documents the new setting to control warning banners about
mobile push notifications.
Fixes #28707 .
2024-01-28 14:57:51 -08:00
Alya Abbott
557693bd9a
help: Rename send-group-dm.md to send-dm.md.
2024-01-28 14:55:38 -08:00
Alya Abbott
ad3e9286a6
help: Simplify direct messages documentation.
...
Remove unnecessary emphasis on DMs vs. group DMs.
2024-01-28 14:55:38 -08:00
Pratik Chanda
f4260cf40d
stream_settings: Add stream "reset to default notifications" button.
...
This commit introduces a "reset to default notifications" button to
the personal panel in stream settings. On clicking, it unmutes the
current stream and resets all its notification configurations to
default user settings.
Fixes zulip#27624.
2024-01-28 14:32:45 -08:00
evykassirer
3975c508b5
topic_generator: Convert module to typescript.
2024-01-28 14:20:45 -08:00
evykassirer
d969ac3764
reactions: Rename reaction_info to rendering_details.
...
When we convert to typescript, these variables
will be of type EmojiRenderingDetails. This is
a more clear name.
2024-01-28 14:17:15 -08:00
evykassirer
3208235e79
emoji: Remove number as possible type for emoji_code.
...
More details here:
https://github.com/zulip/zulip/pull/28375#issuecomment-1878073956
2024-01-28 14:17:15 -08:00
evykassirer
0e358b9f85
reactions: Always call update_user_fields with should_display_reactors.
...
This was wrong before. `update_user_fields` is called with
`should_display_reactors` everywhere else.
2024-01-28 14:17:15 -08:00
evykassirer
84038a9984
reactions: Fix typo.
2024-01-28 14:17:15 -08:00
evykassirer
fc1bd590b6
reactions: Remove view namespace.
...
This will make a migration to typescript easier,
and was unnecessary extra complexity.
2024-01-28 14:17:15 -08:00
Alya Abbott
af6a30db7e
help: Clarify that newsletter only goes to Zulip Cloud users.
2024-01-26 16:55:36 -08:00
Alya Abbott
31839a1306
docs: Update priorities GitHub board link 8.0->9.0.
2024-01-26 16:55:20 -08:00
Tim Abbott
7b4afb35e7
analytics: Fix improperly scoped billing import.
2024-01-26 09:33:30 -08:00
Sahil Batra
3fc2bccc21
bootstrap: Remove css for btn-link elements.
...
We currently use btn-link class only in buttons used for
changing email and password in account settings panel and
for we already bootstrap CSS rules for those so we can
safely remove the CSS rules in bootstrap-btn.css.
2024-01-26 09:10:09 -08:00
Sahil Batra
6b459c0ea4
invite: Re-add bootstrap CSS rules for btn-link elements.
...
This commit re-adds the bootstrap CSS rules for the specific
btn-link elements in invite modal to zulip.css. This is part
of the bootstrap removal project.
2024-01-26 09:10:09 -08:00
Mateusz Mandera
4a245a3f62
register_remote_server: Add more validation of contact_email.
2024-01-26 09:09:31 -08:00
Mateusz Mandera
25f47bd749
register_remote_server: Don't allow duplicate hostnames.
...
This requires a bit of restructuring of the existing code to handle all
the cases correctly.
2024-01-26 09:09:31 -08:00
nimishmedatwal
5e2d620d9f
help: Add installation through Flathub.
...
Fixes #28508
2024-01-26 09:07:38 -08:00
Lauryn Menard
bfd9eec4b3
activity: Add totals row as sticky footer to activity charts.
...
Updates the total row for the installation and remote activity
charts to be in the table footer. Makes the footer class sticky
to the bottom of the view so that it is always visible on the
chart.
Also, updates the installation activity column for revenue to
be formatted as a dollar string, since this formatting was being
applied in the updated total row.
2024-01-26 09:04:39 -08:00
Alex Vandiver
5786a38cec
log-search: Match against path without query parameters.
...
The nginx logs have query parameters; display them, but do not use
them for URL matching.
2024-01-26 09:02:00 -08:00
Tim Abbott
371dea3f0d
css: Remove unused btn-info styles.
2024-01-25 18:35:38 -08:00
Tim Abbott
ee9a9bfa98
css: Remove unused btn-block styles.
...
The (unfinished) two-factor UI isn't designed at all, so we can just
remove the classes from it.
2024-01-25 18:35:38 -08:00
Tim Abbott
f04b54ff47
css: Remove unused boostrap nav-header styles.
2024-01-25 18:35:38 -08:00
Tim Abbott
4b6b1da83c
bootstrap: Remove now-unused tabs JS component.
...
This was the last bootstrap.js feature, so we finally get to remove
the whole module.
2024-01-25 18:35:38 -08:00
Tim Abbott
f105c6b12e
css: Remove unused Bootstrap nav-tabs styles.
2024-01-25 18:35:38 -08:00
vighneshbhat9945
642cce1a30
settings: Remove extraneous background for export button.
...
Removed the div along it's css rules which was
responsible for extraneous background around the
'start export of public data' button.
Fixes : #28625 .
2024-01-25 18:24:06 -08:00
Alya Abbott
60c3980d9b
help: Document mobile notification warning banners.
2024-01-25 18:18:04 -08:00
Alya Abbott
6c1c9eab58
help: Suggest requesting extended push notifications access if needed.
2024-01-25 18:18:04 -08:00