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
github.com/zulip/zulip - d40d6b625bb9980007d46158c2966f915e604b34 authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - ca40e60469d0ac7d7eac3fdeecbd4023d0b27dd2 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - c4748298bb74180963beb49ebd9f99bff9aba993 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 0b95d83f099acc98950ed3578c79c5458006a441 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 562a79ab767e62fcf8c2d7c758f624e54bdd8397 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 55aa29bef45081f91ac0dbce5a19688f437a66bd authored over 1 year agogithub.com/zulip/zulip - 4b23bc1915e14524bae741c4d2492b58c65f8537 authored over 1 year ago
Since this is based off of the id now and doesn't try
to get a stream from a name (because strea...
github.com/zulip/zulip - ba9cfc2cd86ffc4e3904b96be0708a7f7d82c727 authored over 1 year ago
github.com/zulip/zulip - c3fe96af52010698b9e60728feeea5e1869780b9 authored over 1 year ago
Now that stream_id is used instead of stream, we
can stop setting `focused_recipient.stream`.
github.com/zulip/zulip - ab630b166c567d8eff1fb2464e2375ef29b1d711 authored over 1 year ago
github.com/zulip/zulip - 8cee3dfbf24d6564f7c1c374fc5ef2b1dcae5e22 authored over 1 year ago
github.com/zulip/zulip - d9edcba724a1075d0a6b94754170ba62902a03c4 authored over 1 year ago
github.com/zulip/zulip - f190419bc97407ee4e44c2d5ab82c5e7b0759aef authored over 1 year ago
github.com/zulip/zulip - 0930e5a78ff604cf0b4e11a16233726b19526337 authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - b386cb534741355e5cf62ce5eba4ae2fdffc3ff8 authored over 1 year agogithub.com/zulip/zulip - fa59d4f345d2f024046befff4fcd3cc7935a21d0 authored over 1 year ago
When applying realm_user update events, some of the event fields
for the person object were bein...
Adds a test for when a value for a user's custom profile field is
removed and not set to a new v...
- Adds a link to the "Recent conversations" article whenever we use the
term "conversation" as...
This commit explicitly sets the following user settings:
* 'enable_followed_topic_email_notifica...
Recent Topics is hidden when we switch to a narrow view
or the All Messages view, so this call i...
This is not strictly necessary but it’s clearer and improves mypy’s
error messages.
https://doc...
github.com/zulip/zulip - c2c96eb0cf3b9d9ba0452eb74ab71248f461b1cf authored over 1 year ago
In 'test_copy_default_settings_from_another_user', we verify that
'cordelia' and 'iago' have the...
Use the 'do_change_user_setting' function instead of directly
using '.save()' to change the user...
github.com/zulip/zulip - 40e40e09baa77cb67e600baa428a986581eb2429 authored over 1 year ago
We use "tfoot" element only in realm_domains_modal.hbs
template and this table does not have tab...
We have already re-added the bootstrap CSS rules defined using
"table-bordered" class in the spe...
This commit adds the required bootstrap CSS for "<table>"
element in the specific files and remo...
We have already added the required bootstrap CSS defined using
"table" class in specific files a...
We change the custom profile fields table to have same header as
of other table and as a result ...
This commit re-adds required bootstrap CSS rules defined with
"table-bordered" class to the spec...
This commit re-adds bootstrap CSS rules with "table-bordered" class
to app_components.css so tha...
The html for tables used by us has a following structure-
<table>
<thead>
<tr>
...
We do not use classes like "success", "warning", "info"
and "error" for "tr" elements used in ta...
This commit re-adds bootstrap CSS rules defined using "table"
class to the specific CSS files wh...
This commit re-adds the CSS to have different background for
alternate rows in striped tables to...
This commit re-adds bootstrap CSS rules defined using
"table-condensed" class to the required fi...
Previously, two borders were applied on the heading of tables
in informational_overlay. Top of t...
This commit adds code to pass stream traffic data using
the "stream_weekly_traffic" field in str...
This commit adds stream_to_dict method which is same as
Stream.to_dict method as of now. This is...
This commit changes the code to not use get_client_data
function and instead use `stream_to_dict...
This commit improves the description for stream_weekly_traffic
field in API documentation to mak...
The save-discard widget was not showing and hiding correctly
for the "Automated messages and ema...
The save-discard was not being hidden properly in the below case-
- The "Default language for co...
Currently we unschedule messages as soon as they're opened for editing.
Users have requested a w...
It is possible that the current value of a dropdown widget is
valid but not present in options s...
This commit adds a 'saving...' - 'saved' indicator to the
'SETTINGS/TOPICS' UI.
This improves t...
github.com/zulip/zulip - 3d5d434e71f18ad460628293ebb81eb4d646745e authored over 1 year ago
733083c65dd6c2948a1d5d681a207a2fbf691814 introduced a new lint rule
that the new tests in b67108...
Earlier while changing group level group based settings
there was no check if the new value for ...
Exporting stats about all of the various Zulip processes is useful for
tracking memory leaks, etc.
Previously, this code:
```python3
old_archived_attachments = ArchivedAttachment.objects.annotate...
github.com/zulip/zulip - 0f918d9071589df1edf79db5661091f414de3b92 authored over 1 year ago
This avoids making "orphans" out of message headers when printing
interleaved views on supportin...
github.com/zulip/zulip - 7012fd5b78af8a21c00cf9d9b65fa11e99f364fc authored over 1 year ago
github.com/zulip/zulip - 6193b5577d5051337d8f82ef2a134a77095d26f3 authored over 1 year ago
The primary motivation for this change is to default to the light
theme when printing.
github.com/zulip/zulip - d3dcc8895d4462ec731cf088312afd29c6e0321a authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 63c9296d5339517450f79f176dc02d77b08020c8 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 64c973d8ec030411dad81e1b3cc1026adad67d02 authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 529d35c530eae2136ac5de67fa428bc1f8d57f8a authored over 1 year agogithub.com/zulip/zulip - 73fbca7ae9f5bcd4d07c18a780e28285caf97868 authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 6632eca2dcf2051043e95348658d6da02305669f authored over 1 year ago
Added type annotations for function params, return values and
local variables.
A trailing comma suffices to tell Black to force vertical
formatting. (This Black feature is ne...
isort did this by default, though it’s unclear whether that was
intended; see https://github.com...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - c419c6369e03b0c0b31b205a612ad427eb5619e6 authored over 1 year ago
We revert to use `ignore_missing` parameter for `maybe_get_user_by_id`
function to avoid sending...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - bfd52ccd688a1c7b85470538b25be6cf6608d347 authored over 1 year agogithub.com/zulip/zulip - bbebf94a1cef7b7e60d66c68bb97e9704468bae5 authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - e932e2ce52a440d38020ed7c7b13a7b01c96199e authored over 1 year agoSigned-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - ff409342e15624dd6f44c40fcc21a238396ed81e authored over 1 year agoThis also moves [Disabled] button inside the dropdown.
github.com/zulip/zulip - aa8e94ca6d06537d6e4cdcc308ad7f973f4d33b4 authored over 1 year agoAlso, remove old DropdownListWidget since it is no longer used.
github.com/zulip/zulip - 875d564f2d8697cdd10a0a5da65b6a78327ad2c3 authored over 1 year agogithub.com/zulip/zulip - 6efcb7a349c3e30dd1f90bde91c6094dd2b43992 authored over 1 year ago
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - d91d6d1fd1cc1648e2c593a1d9126cae0dcfbeb5 authored over 1 year ago
Before this change, the cursor left the DM recipient box after
selecting a pill from the typeahe...
github.com/zulip/zulip - 3b63faf33cc4f10fa11036c3095266decf31365a authored over 1 year ago
The cross-realm bots rarely change, and there are only
a few of them, so we just query them all ...
The most expensive thing for adding user groups is sending
all the notification messages, but we...
The bulk_get_users() function was only being used to
get cross-realm bots.
It appears that it w...
github.com/zulip/zulip - 0c92879f2a6ab818581bde902f423b11351ee183 authored over 1 year agogithub.com/zulip/zulip - 1c607f84678e9ad5fedde4a8496d2d8ac39ca479 authored over 1 year ago
I move the helper user_ids_to_users to the only
place that it's used, and then I simplify it to
...
github.com/zulip/zulip - bdb9361439b2d3479dddaf7721c4a25079ed08ef authored over 1 year ago
Earlier the API endpoints related to streams accepts and returns a
field `can_remove_subscribers...
Earlier the API endpoints related to user_group accepts and returns a
field `can_mention_group_i...
Signed-off-by: Anders Kaseorg <[email protected]>
github.com/zulip/zulip - 5ccb408f194ea54c6137f650384d6daa3173ceec authored over 1 year agogithub.com/zulip/zulip - 61f30fa347bf076a1f2ed116fb256b332272476b authored over 1 year ago
nginx sets the value of the `$http_host` variable to the empty string
when using http/3, as ther...
This commit renames "dialog_cancel_button" class in the exit button
of modals to "dialog_exit_bu...
This commit changes the button text from "Cancel" to "Close" in
copy email address modal, since ...
An exception which escapes from this loop can kill the background
worker thread; this results in...
github.com/zulip/zulip - 213387249e7ba7772084411b22d8cef64b135dd0 authored over 1 year ago
Fixes #25950.
Focus area is mostly determined by finding the first
relevant field that is *empt...
This commit encompasses the following changes:
* Replace the [More...] link with a button titled...
Previously, the view function was responsible for doing a first pass of
the validations done for...
Dropping support for url_prefix for RealmPlayground, the server now uses
url_template instead on...
github.com/zulip/zulip - c4bc0ad589a54f5b489d33fcff5b4b39107384af authored over 1 year ago
Added type annotations for variables, function params, and return
values. Created custom types t...