Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Zulip
Zulip is open source team chat software for distributed teams. Zulip combines the immediacy of chat with the asynchronous efficiency of email, and is 100% free and open source software.
Collective -
Host: opensource -
https://opencollective.com/zulip
- Website: https://zulipchat.com
- Code: https://github.com/zulip/zulip
The API and user documentation pages gain nothing from being a single
page application other tha...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 1244c066ade089b99d42951c1c69d39aa5b56ed3 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 4b87a79a7ee7e87590bc56c1d3519531ac1530a7 authored over 1 year agogithub.com/zulip/zulip - 13311ef91d20bbcabbb5715154c652bc0a852c5d authored over 1 year ago
github.com/zulip/zulip - c0c62e477ca4c76af80373e9464e47aa3852b620 authored over 1 year ago
This commit uses a `gap` property on the containing reactions
flexbox to recreate space previous...
github.com/zulip/zulip - 69413fe8878b1aa3f66b0a9a93c788b8a833b672 authored over 1 year ago
github.com/zulip/zulip - c25da457e589ce2385dee08a869d95a2be1f19b2 authored over 1 year ago
github.com/zulip/zulip - ce7f5ba7853f4b77b497373db678566d928a774e authored over 1 year ago
This effectively reverts a change introduced in #26260 that used
the original message to maintai...
github.com/zulip/zulip - 72119d161b025377fb6c8d986102f9d7148f2d4c authored over 1 year ago
It was previously duplicated in multiple places.
github.com/zulip/zulip - 9c409a332a367980cba41626ef226e8ad0a9166e authored over 1 year ago
This helps catch incorrect anchor parameters and makes bindings
generated directly from the open...
Almost all users of JsonSuccessBase seem to also include
SuccessDescription. /server_settings us...
github.com/zulip/zulip - d4ef28bc8d6baae0b81c87809350cfdc46463ad1 authored over 1 year ago
github.com/zulip/zulip - f7b0282a0dde3d1ec8e056856ca618606d9db6ec authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 113ac6eb98ffe192580ba0e25a7958346daeebf8 authored over 1 year agogithub.com/zulip/zulip - 88b200c298d66fcb8a9e437d4670e568c10d9032 authored over 1 year ago
Migrates existing ScheduledEmails for onboarding emails that have
either "zerver/emails/followup...
Now that we're using the new templates for the onboarding emails,
remove "followup_day1" and "fo...
The "followup_day2" email template name is not clear or descriptive
about the purpose of the ema...
The "followup_day1" email template name is not clear or descriptive
about the purpose of the ema...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - c5dce72ff43873662e23ea998bfeb4251c978ea6 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 170a857bc13bdb902133950cd1476c3effe18fcb authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 344bfbf539a544692d465ece0c9401c12bf6f1c9 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 36dde9930879a8788e27a602873cfcd220d2c5f0 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - c43629a222c2cbb84d9c3456729408790cad680b authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - ec00c2970f97fe221a0fc11b9ff8821d3fca1f3f authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - e32366638aa1b7cfca0fa460a2b4f8e7fb90f331 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 53e8c0c497646f2d022b8e24c48d7dbc8c5a1630 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 041dcdfbad87e7ab1a836ccf04214591531ce1b7 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 1df3db286b24e6408dbf325a1b3d8dac08a7b31d authored over 1 year ago
This is functionally the same, but semantically more relevant.
It will also be helpful if some d...
This commit replaces the mute/unmute topic button in the recent
conversations UI with a button t...
Earlier, the icon was half-filled instead of being transparent.
github.com/zulip/zulip - 07186e8de1bfb99eb05e75a3837fe2902bff469e authored over 1 year ago
This commit replaces the mute/unmute topic button in the message
header bar with a button that a...
In servers with `application_server.http_only = true` and
`loadbalancer.ips` set, the DetectProx...
`owner` is a legacy key in one of bot data field. We would like to
remove this field as it's not...
While `user_id` from `page_params` is marked as `number | undefined`,
when fuctions in this file...
github.com/zulip/zulip - 983c6b74ab9f7395a9b4a489be2591b7154ab8a1 authored over 1 year ago
`get_users_from_ids` is a function that map an array of user ids to
`User` object. According to ...
Second parameter (boolean) is not supported by the function definition
in the scope. Removed in ...
Data retrieved from the backend using `get_chart_data` is validated
in the expected form for fro...
Add primitive types and promise types to variables, function
parameters and return values.
Appl...
github.com/zulip/zulip - a2669d146b2e3ca1e7d8d3ec991f54a048cd2fb9 authored over 1 year ago
This is a prep commit for typescript migration for `stats.js`,
which used a third party module `...
`stat.js` has its page params different from all other modules.
github.com/zulip/zulip - 640de3ad2946db388a2d816bd8cc0ac0b9884062 authored over 1 year ago
According to
https://github.com/plotly/plotly.js/blob/master/src/traces/bar/attributes.js,
plotl...
Added one line comment for each `populate_*` methods specifying the
corresponding component that...
Removes a response example in the `POST users/me/subscriptions`
documentation that was listed as...
This migration applies under the assumption that extra_data_json has
been populated for all exis...
While Zulip has supported drag/drop into the compose box for some
time, if you drag/drop the fil...
We remove bot's subscriptions for private streams to which the
new owner is not subscribed and k...
This commit removes the private stream suscriptions of the bot if the
original owner is deactiva...
Since the original owner is deactivated, we change the owner to the
admin who is reactivating th...
This is a prep commit to re-parent the bots on reactivating them if
original owner is deactivate...
If the owner of the bot is deactivated while reactivating the bot,
we mention in the reactivatio...
Fixes the `/api/register-queue` endpoint documentation so that the
`realm_emoji` has the correct...
github.com/zulip/zulip - 38250ccb834e54f46a141dce32763d5ac9dff0f0 authored over 1 year ago
For topic wildcard mentions, the 'wildcard_mentioned' flag is set
for those user messages having...
Earlier, for topic wildcard mentions, the 'wildcard_mentioned'
flag was set for all the user-mes...
The box-shadows cuts off on left and overlaps with button on right.
We instead change background...
This will be used in other widgets too.
github.com/zulip/zulip - 8c4efb4f2e73428f86e86ff5c1b6e6b81ce9e50e authored over 1 year agogithub.com/zulip/zulip - eda91378ecb99e5d8fc9e4736180e7eb6caa3250 authored over 1 year ago
Previously, the modal content bottom border sometimes got hidden
due to subpixel rounding.
This better fits how this function is used, and cuts unnecessary
dependencies from recent_topics...
In Safari (and Google's crawler), this would throw an exception trying
to create a jquery elemen...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 710d1f7f518bac132f23f097c147a33d0d0a031f authored over 1 year agoThis reverts commit baede93f698225bade24303ef9a30b87b7cc1067.
This failed tests after rebasing ...
github.com/zulip/zulip - ea83c911e9de97ba53276267728d9d297c10b25d authored over 1 year ago
This commit addresses the issue where the topic highlighting
in search results was offset by one...
github.com/zulip/zulip - 446aea41b3106f06a60af752283b8a2e1ebd2d5b authored over 1 year ago
The `messages_in_narrow_backend` function was directly
calling `NarrowBuilder` instead of utiliz...
This was missed in the commit 27506a1b.
github.com/zulip/zulip - 232b43f3acc39a76840ed4a98577a7d37519a8a0 authored over 1 year agoFixes #23210.
github.com/zulip/zulip - ac7cf01cfa947f3c5d31000e09535a2260171d57 authored over 1 year agogithub.com/zulip/zulip - d73ae26e4bc7c45df946a28c38912c90228ad411 authored over 1 year ago
github.com/zulip/zulip - b75b53d46543548d24720c4a31854c5d1501edc6 authored over 1 year ago
This commit properly displays Tippy Copied! alerts in two cases:
1) On the clipboard icon when ...
github.com/zulip/zulip - 0c9aec24fdd23231b52a511f77af35bf2d8b0beb authored over 1 year ago
Previously, the reason to complete the organization profile on the banner
wasn't clear and at ti...
Currently, we are displaying the "Complete the organization profile"
banner immediately after th...
Dragging while a filter is applied can be confusing because the
reordering request won't succeed...
The information can be useful when we want to determine if a filter
has been applied.
- Corrects documentation to reflect that typing notifications also
work when narrowing to all ...
github.com/zulip/zulip - a6e60afdc4a2a2d18aba0c9047f2bc7eb2d5923e authored over 1 year ago
github.com/zulip/zulip - 6aee4bb7687de9b3f7c46bf7c0e7726e1e3f6086 authored over 1 year ago
Co-Authored-By: Tim Abbott <[email protected]>
github.com/zulip/zulip - 762c9667a70c686c3b5a1ee30c6a90cf94cdfded authored over 1 year agogithub.com/zulip/zulip - 8279ad603d7de0b2a704cde77cad6612bf7be225 authored over 1 year ago
Update the 'data-tippy-content' and 'aria-label' from
* 'Mute topic' to 'Mute'
* 'Unmute topic' ...
The 'Unmute' option is available in not-muted streams only when
it is the current value.
Add a ...
github.com/zulip/zulip - 71244f4a9409e3c69f63e746633c883380f46d5d authored over 1 year agogithub.com/zulip/zulip - cd16176c10ce9212acc18b0d17dc60cb1f6e6d77 authored over 1 year ago
github.com/zulip/zulip - 9b01872e8c00872783e95a7a55c9891e6fb8744c authored over 1 year ago
github.com/zulip/zulip - a0cb03473148e7c4d6d699b1611b2c00ed8e70af authored over 1 year ago
github.com/zulip/zulip - c3a632eb2f06b14cffea95ca7aae22e965973a64 authored over 1 year ago
- Updates article to follow current help center documentation patterns.
- Documents "Copy and cl...
Previoulsy, test_openapi_arguments had assumed that an endpoint
not using rest_dispatch used the...
Copied the image from the `/help` directory to the `/emails` directory
to use it with the `emai...
Images in the follow-up day 2 email were overflowing the main email
layout. To prevent that, we ...
We should just accept `subscribed` and `previously_subscribed` fields as
arguments to this funct...
We should always return `boolean` type instead of `boolean | undefined`
type for functions `is_s...
github.com/zulip/zulip - 69cdf6cf2fc0cd4bb88019117f30b0703ef29d65 authored over 1 year ago
After commit e52a3bc662ecd24c639281b1d442756872c6b441, `BinaryDict`
class currently only deals w...
We need to include this "transform-optional-chaining" for babel presets
to prevent an error rela...