Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/zulip/zulip

Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
https://github.com/zulip/zulip

message_edit: Build basic multi-line layout for message editing.

f1a79085ebc05e0cfbd62fb8b37d54e5d064a807 authored about 1 year ago
left_sidebar: Add unread streams count to Streams header.

335790dae8341eb8fb3ec7b476486bfe18bf2b99 authored about 1 year ago
left_sidebar: Place unread count right of stream controls.

Fixes: #27380

614abd58be912461413f45c053e84e5c69457dcb authored about 1 year ago
left_sidebar: Place unread count right of All DMs icon.

Also set a CSS variable for header-icon widths in the left sidebar.

Fixes: #27559

6890c9d1711639d132f61a6d4c47223699b07ba9 authored about 1 year ago
typing: Limit typing notifications in large streams.

2e2997bd7d267df08ffb91c1dbae992037b887c1 authored about 1 year ago
stripe: Move `make_end_of_cycle_updates_if_needed` to BillingSession.

Moves the 'make_end_of_cycle_updates_if_needed' function to
the 'BillingSession' abstract class....

f8a00352151f1dc3759be9e7c459e51837c41b91 authored about 1 year ago
recent_view: Correct icon alignment within rows.

5accf36115056d075e48f2da557b80286ee40285 authored about 1 year ago
compose_box: Fix regression on full-screen Preview areas.

17e87c9a204a3649bdc21e8de91ab166bab68ad1 authored about 1 year ago
compose_box: Maintain top alignment in Preview mode.

c5b7432cf2221792101264b34994dd0fc665f6c6 authored about 1 year ago
typeahead: Include wildcard mentions in typeahead for small streams.

We refactor the code checking if wildcard mentions are allowed by
renaming the pre-existing func...

bdba280c3d49c83047d5b7fa9337c19402e64157 authored about 1 year ago
bililng: Fix incorrect price per license on billing page.

There is a discrepancy between price per license shown on billing
and upgrade page for annual bi...

27ffcc65764b5091ecb2fa3434cc4bac6168970e authored about 1 year ago
markdown: Expand prepare_linkifier_pattern to make it more legible.

549dd8a4c4a4ba19e335bbd4362a7a1fde5e4cb2 authored about 1 year ago
markdown: Use \p{White_Space} equivalent for linkifier boundaries.

We do not use \p{White_Space} itself because re2 does not support it.

70b20e9d2bfe1bea3e083e00eae9d4eb8ab22d36 authored about 1 year ago
linkifiers: Match JS implementation to server implementation.

Since the server-side implementation no longer uses look-ahead
or (more importantly) look-behind...

091e2f177b0832d1ad7f9b5465717839741cf206 authored about 1 year ago
changelog: Simplify mobile push notification service links.

ffaa8b9ced02c52507f7972216d8d723df8d5a63 authored about 1 year ago
help: Add instructions for testing mobile push notifications.

ee8e792588e73d60cb26d27df28bc441fb815a64 authored about 1 year ago
docs: Improve Mobile push notification service documentation.

cc4c67277304b67952bed19d70a1914c4e465de6 authored about 1 year ago
left_sidebar: Keep all DM container rows to same right margin.

b2c2afe374dc4358f018b4d804a3367ec30fad8b authored about 1 year ago
compose: Pass in stream_id to compose when editing scheduled message.

Earlier, we only passed in the stream name which isn't considered in
`compose_actions.start` whe...

76a8c80b6335cd4c220d2074c5bd974e413cc6bb authored about 1 year ago
send_later_popover: Use `.navigate-link-on-enter` for scheduled msgs.

We need to use the `navigate-link-on-enter` class for the scheduled
messages link in the popover...

06600028a51665b6582e9858c1e1e7a6c3b1e348 authored about 1 year ago
popovers: Focus first option in send later popover when opened with kbd.

While opening the send later popover via the keyboard, we want to focus
the first text option, w...

0a487e4f92cfa46efaa04f02505ea643f47ca04f authored about 1 year ago
compose_box: Better align and maintain alignment of topic marker.

6f8cac8077346b28b177609902976fb308a1cf41 authored about 1 year ago
stream_color: Extract function to get corrected color.

bbd49d4634e99026edb9dd5ce4388cd2b65ad8b8 authored about 1 year ago
stream_color: Increase contrast of stream icon color and background.

d45a2bf35b8856d00247dd6fca27e1518b64c0d5 authored about 1 year ago
sort_emojis: Prioritize perfect matches above all.

Currently we prioritize (even partial) realm emojis above all.
Including over perfect matches if...

3de6ec0a5984894e29e5cb478dd8671d44032a87 authored about 1 year ago
compose_box: Suppress send-area tooltips when vdots popover is open.

5797381ea238bd0387db075009a34c0decce112f authored about 1 year ago
compose_box: Remove unreachable enter_sends cruft.

e82c875bc364a8659fb41376ae3608630c91cd45 authored about 1 year ago
compose_box: Move send-control-button Tippy logic to compose file.

fd8711023d0dc2486156051c5894bf824cfc3f2f authored about 1 year ago
typeahead: Fix '@topic' not present when stream wildcard suggested.

Earlier, we suggested only the first matching wildcard mention,
irrespective of how many equival...

c76b3acce7e2c93aea7208565bf3da0be1cb3ead authored about 1 year ago
stripe: Add 'do_upgrade' method to the 'BillingSession' class.

This commit moves a major portion of the 'upgrade`
view to a new shared 'BillingSession.do_upgra...

fb9e258a6565864b2943e67e11bfc3eb357fbf17 authored about 1 year ago
reload: Fix bug where stream input is unexpectedly cleared on reload.

Earlier, we preserved the stream name across reloads, and to restore the
compose state, passed t...

e18c180414b3d8358aa91f2dc9bad50a6c17f70d authored about 1 year ago
left-sidebar: Fix "New topic" button in stream popover.

Now we pass in the stream's id to `compose_actions.start()` (not its
name), so that the compose ...

4e35c78fd57135f5759cf6e73740ea7b2f223d55 authored about 1 year ago
compose_box: Rename message-control-button to send-control-button.

5bedbb14b4f34b80195704ad7868c9d94a79600a authored about 1 year ago
compose_box: Hide send icon when load spinner is showing.

994e29e1fc75a41cf62876fcac3bb8a640365993 authored about 1 year ago
compose_box: Extend use of send-control-button.

This uses `.send-control-button` to handle Tippies on those
elements (currently vdots and Drafts...

3201c7dfb50b4f3907db1691dfaef0cfc4edd99b authored about 1 year ago
compose_box: Maximize clickable area on send-later vdots.

0c95772f4ee2711bd5646c15e363b3a60afbbeb4 authored about 1 year ago
help: Minor tweaks to Inbox and followed topics documentation.

acf5ba5432ed0dd8f92492d72f73092d57d52c70 authored about 1 year ago
compose_box: Sensibly style disabled Send/vdots buttons.

a6b3e74f7df371933c48bb0dbbd83a1a7dbd6e0d authored about 1 year ago
compose_box: Update vdots tooltip to 'Send options'.

d92a1e7ca86957916ac641bb92c9b8ffa1cc97dd authored about 1 year ago
compose_box: Implement redesigned send-button styles.

bf0e806fed7e3da9ebfed7b409eb1b8a9c003036 authored about 1 year ago
compose_box: Handle responsive layouts on send column.

Fixes #27576.

601faf8548370152172f24f821a79a20e9f4f8ca authored about 1 year ago
compose_box: Handle delay, radio selection on Enter-sends elements.

4fe9e4e715e323f835e76c9ac565513838cbfdba authored about 1 year ago
compose_box: Prepare redesign send and draft structures.

b4b71880e10e4c34960f5d8104816e70fd43dc04 authored about 1 year ago
compose_box: Improve structures around send controls.

e608a389af0f8a87ec79ef3d8259b094c4f1190e authored about 1 year ago
compose_box: Improve Drafts and button alignment in smaller views.

be34c4c2ef69ef39a6867279036d4cd8f6b88763 authored about 1 year ago
compose_box: Use columnar flex to position Drafts, limit, Send button.

f8fa47fa0227da843499dcbfa3d97dd070e113cf authored about 1 year ago
compose_box: Handle compose and preview expansion.

a3c13999243d2f1d9da9b8693d3909303c07e287 authored about 1 year ago
compose_box: Properly present Drafts button in all languages.

93d6bcef0e1882b1d94284ef175ab4b720079dd3 authored about 1 year ago
compose_box: Don't fill Topic line on restored draft.

41b61cfb3e8d79eb93a03041f9ae4afc41b6f396 authored about 1 year ago
compose_box: Restore purple color to Send button.

71468492b77bd47e0b2fc880cd4483119c53564e authored about 1 year ago
compose_box: Render limit indicator as template with zero-width space.

4fee51fc99785f3f4ca01604069477f6b43a0ec3 authored about 1 year ago
compose_box: Implement redesigned vdots-button styles.

609106e2d0958903c57761620293782aa5ec1d23 authored about 1 year ago
compose_box: Improve structures around compose buttons.

9f00b513f7249d0488252749b759c8fce6d1339c authored about 1 year ago
compose_box: Integrate Drafts, Enter-to-send in send-later popover.

7209476b18bed755f9ecebf3c6c3bd4598cac82d authored about 1 year ago
compose_box: Establish basic message box grid geography.

ec38c7b5be6ccba951c72bcfea5a288f8d37c612 authored about 1 year ago
puppet_ops: Include Akamai log parser on prometheus server.

5e4980400437b2b4546cac12b19e2b282b642690 authored about 1 year ago
upgrade: Fix HTML structure and styles.

f5ba6fe03c1b57cfb871c8bcb2d51d6a86669c4d authored about 1 year ago
billing: Style go to your org better.

a04204e47d2469ae2735bbfc271ec9ffd8bc0e66 authored about 1 year ago
billing: Show success text after plan change on top after reload.

637e9c11eeb341766901246cf3b955f3650ed5f4 authored about 1 year ago
upgrade: Remove tests temporarily as they need to be rewritten.

b516ae75db7dd0c722402d0e72887ed94fe3bedf authored about 1 year ago
upgrade: Remove invoice payment instructions.

6cadf333fb835bb2f2f5a9a84c97201740c84a39 authored about 1 year ago
stripe: Modify error message for less than min licenses.

775a90771eb2e1ea134d5b69d9a6e95972928b20 authored about 1 year ago
billing: Wait 300ms before updating disabled status in buttons.

7dc4983898e883293eef31d218830198e3641efb authored about 1 year ago
populate_billing_realms: Increase price_per_license.

This help us show a nice number when divided by 12 for annual
frequency on billing page.

a2fc9fabd86a98d48e26f888ad6daedd83422f59 authored about 1 year ago
billing: Reduce clickable area to visible button area.

Clicking outside the button also used to work for cancel plan and
other buttons in that area whi...

e3f20cdb8ab2c5f0243a88b5a86cd6298b1cc988 authored about 1 year ago
upgrade: Remove tab structure.

682ef235b5b08b2d6e83e58d55cbbf61b175e9b5 authored about 1 year ago
upgrade: Add payment button and info style with fake text.

f273229b01d0761a69c21b7ef71be3e2f46c2a7e authored about 1 year ago
upgrade: Use style similar to /billing page.

4638f67e4e3ef3d59058b5036d64277fb915d938 authored about 1 year ago
billing: Don't allow negative input.

542958289278461234066386ccdbaadb3b7418c0 authored about 1 year ago
upgrade: Add required fields to upgrade a realm.

7d10b3dcf7038d3aa384e18acc026f3186a5eb37 authored about 1 year ago
billing: Don't show license update buttons until valid change in value.

17573cd1fbd95469a6fcad78cb5b1505b4fa7a84 authored about 1 year ago
billing: Show success message for license change after page reload.

67bddb3d7226c935fc3216cea742bb5cdc0ecf3a authored about 1 year ago
billing_helpers: Delete temporarily.

This needs to be re-written entirely.

067d820a8a12c6484732a8465b8d5b6db7e9c428 authored about 1 year ago
upgrade: Show payment amount based on user input.

Write script to make payment amount vary with payment schedule
and number of licenses.

2f9a48cce7c170e6b16a805b3f8db8652b93a0f3 authored about 1 year ago
upgrade: Show user/month plurals based on their count.

2a70143050f214a3f0e22492ac582e464624222e authored about 1 year ago
upgrade: Add input for num of licenses for manual management.

dfe179bf0da7914fdee8156eebfdcfc379f7fce4 authored about 1 year ago
billing: Don't reduce button width when loading.

0772f8011c37a17d40489fcf9fc55d03d415f5a5 authored about 1 year ago
upgrade: Control automatic / manual license management via URL.

2570f7ce23e777c617372528deede0e71a6cdddf authored about 1 year ago
upgrade: Remove extra wrapping elements.

09db89a0c8201c4a36c1ae13eed392920b45a240 authored about 1 year ago
upgrade: Improve styles for onboarding free trial orgs.

2ffae56efac8740e9b3ffeebf43937f05aaca266 authored about 1 year ago
upgrade: Move error fields under the purchase button.

6158411ecb0d463046a21196b0780f67a180ecd2 authored about 1 year ago
upgrade: Add a dropdown to select billing cycle.

d3363bab968c639cb507a8596e2806189e1bc51e authored about 1 year ago
billing: Show breakdown of renewal amount if not fixed_price.

2997c269e1582e69101733c963b6609943d47e13 authored about 1 year ago
upgrade: Improve styles for free trial upgrade.

874d4a70264ad85dfc467f7c8ca4e2ef8a0608e1 authored about 1 year ago
billing: Show message for users without access to page in a white box.

c2e01f06a31a0e971d2713ef651f3d8faa668595 authored about 1 year ago
session: Remove unnecessary has_request_variables wrapper.

5f0969f52b968b65e12757515f70e5b6c61208ff authored about 1 year ago
streams: Unset is_realm_public on attachment when unarchiving streams.

We did not unset is_realm_public field on attachements when unarchiving
streams, but we do unset...

30e2c14f4a82a8c92a2263e5c44332486650419e authored about 1 year ago
streams: Unset is_web_public and is_realm_public fields on attachments.

This commit adds code to unset is_web_public and is_realm_public fields
on attachments when deac...

532293c4cf4c81a959334dffe9a16439b7541a90 authored about 1 year ago
cache: Drop the huddle cache.

This cache was only used in one place, which is infrequently
called (only when sending messages,...

1f3a53db2d3580b1f119c0ef78797b80179f0e68 authored about 1 year ago
zulip_ops: Add configuration for Vector Akamai stats.

Akamai writes access logs to S3; we use an SQS events queue, combined
with Vector, to transform ...

5591d6f65c2a3a62d7097a1b8a477b6b7c25d0cb authored about 1 year ago
left_sidebar: Explicitly handle clicks on collapsible Views targets.

690b4efca8973864e88a276c56a7c596de34aeee authored about 1 year ago
typeahead: Fix exception trying to mention @all in DMs.

Fixes a regression in 4d1ade1f886ef305ff898a3fed9e91a2605e88a8.

8ad2e10cfe0510777cbe2fb893bfffd16923bccd authored about 1 year ago
typeahead: Fix message_type to correctly test stream mention typeahead.

This commit sets the 'message_type' to "stream" in the beginning
of the test to properly verify ...

5ec26c65428beff34e664a811209e3b26d6a56a9 authored about 1 year ago
topic_mentions: Add @topic mention typeahead.

This commit adds a @topic mention typeahead that appears
only in stream messages and not in priv...

1f91db1d434f4bb6e4bdc87f496c73bc2a66ad52 authored about 1 year ago
sponsorship: Update discount description on page load.

Fixes part of #27645.

bf53c70dd9c6d18d27f941099160b4dc636bf230 authored about 1 year ago
sponsorship: Add extra input fields to get more org info.

Fixes #27600

395cafcf465eba514269c544bbcc9fa7139db1bb authored about 1 year ago
sponsorship: Don't preserve scroll position on reload.

1b804cd0dd7480bb7067f577ab789d18c5f669bc authored about 1 year ago
rows: Fix logic for finding drafts rows.

07769aec4b30d8087e9f44825ecf24ebf6de6117 authored about 1 year ago
topic_mentions: Highlight the @topic mention for topic participants.

This commit adds support to highlight the '@topic' wildcard
mention text for the users having 't...

64005c03b6c1ff8f8ee1703ed01c21820785dfc9 authored about 1 year ago
left_sidebar: Set shared right margin on DM section.

554f33d033d1679a6ec5135fb5af733dc3ffdedd authored about 1 year ago