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

plans: Open up spacing around feature-cell text.

github.com/zulip/zulip - 0e3699c3dce7a102da7585db6b5c13f26156417e authored 11 months ago by Karl Stolley <[email protected]>
settings: Fix check_property_changed code for user access setting.

The proposed_val for "realm_can_access_all_users_group" setting
was always returning NaN value w...

github.com/zulip/zulip - 0d25efd4a09c9b4f5771319626d2df451f912867 authored 11 months ago by Sahil Batra <[email protected]>
admin: Remove unnecessary development_environment check.

The "Who can access all users" setting is not disabled for
organizations not on "Plus" plans in ...

github.com/zulip/zulip - 1d5a083869ec7ea9f843764f6d4a109040f08977 authored 11 months ago by Sahil Batra <[email protected]>
page_params: Remove unused prompt_for_invites.

It’s unused since commit ebe959f2b0768e5d5aaeb05a3e9a8f67a6c4fad0.

Signed-off-by: Anders Kaseor...

github.com/zulip/zulip - b59faf540fb3096c471c1d9504bcbe4c8e323751 authored 11 months ago by Anders Kaseorg <[email protected]>
page_params: Remove unused for_installation.

It’s been unused since its introduction in commit
1af7fc7344ed8a3bf35716a821acd2efe6e753b2 (#945...

github.com/zulip/zulip - c23f6a786db68ab0068db211b4cc23684d5baccf authored 11 months ago by Anders Kaseorg <[email protected]>
page_params: Remove unused first_in_realm.

It’s unused since commit e1843dd1b9bccd53feb13cf3482f9273d646c0ba
(#5819).

Signed-off-by: Ander...

github.com/zulip/zulip - e79572d0d5a38172a98f088f06a7d199697096c8 authored 11 months ago by Anders Kaseorg <[email protected]>
page_params: Remove unused remote.

It’s been unused since its introduction in commit
ebdd55814c5dd5be0c83e6a45e8bc653193c68d8.

Sig...

github.com/zulip/zulip - 688a9be556d84480585ff551ecf6286d9a1945cb authored 11 months ago by Anders Kaseorg <[email protected]>
start-server/restart-server: Drop privileges if necessary.

Rather than tell the user to re-run the command as `zulip` instead of
`root`, do the privilege-d...

github.com/zulip/zulip - 0115fa9c60c99f302242a760709c54812b70a689 authored 11 months ago by Alex Vandiver <[email protected]>
portico: Fix subdomain check flickering with arrow keys.

The previous logic would treat navigating with the arrow keys, or
alt-tab, as a reason to clear ...

github.com/zulip/zulip - 20d90a6df60de57a8b761d485791e1ccde8a5009 authored 11 months ago by Tim Abbott <[email protected]>
name_restrictions: Reserve additional subdomains.

github.com/zulip/zulip - e9b0c7f2c01e4c59e2f8c94d79c37c8128b6a5db authored 11 months ago by Alya Abbott <[email protected]>
kandra: Puppet github.com keys to both root and zulip users.

We update to add the ecdsa-sha2-nistp256 key as well.

github.com/zulip/zulip - 3d63a87384af6db50055a5b70535936d83733312 authored 11 months ago by Alex Vandiver <[email protected]>
kandra: Skip hostnames which are undef.

If zulip.conf is not fully configured, do not error out if one of
the $hostname values is undef.

github.com/zulip/zulip - fa6f4cc0393927e3bc7de35fceb9aed523806d06 authored 11 months ago by Alex Vandiver <[email protected]>
pack-local-script: Match mode of file outside of packing.

github.com/zulip/zulip - b1f899512a18bf0fa8499adf532a56bf87663a43 authored 11 months ago by Alex Vandiver <[email protected]>
zilencer: Improve json error when plan doesn't allow push notifs.

This allows the self-hosted server to explicitly test for that exception
and catch and log it ni...

github.com/zulip/zulip - 3bda31c48c3b255c56a7c0ec24e840690e427ccd authored 11 months ago by Mateusz Mandera <[email protected]>
push_notifs: Gracefully handle exception when server cant push.

The problem was that earlier this was just an uncaught JsonableError,
leading to a full tracebac...

github.com/zulip/zulip - 5672595c2aacb4294a7eadcd5b612d10b6919998 authored 11 months ago by Mateusz Mandera <[email protected]>
integrations: Create incoming webhook for GitHub Sponsors.

Creates an incoming webhook integration for Github Sponsors. The
main use case is getting notifi...

github.com/zulip/zulip - d29cd0438757f693c6f4f4ec30f56d5c7cbfb580 authored 11 months ago by David Rosa <[email protected]>
puppeteer: Disable flaky administrative UI test.

github.com/zulip/zulip - ea89a4c6f79cd13d258fbee0825459d8002b0afe authored 11 months ago by Tim Abbott <[email protected]>
typing: Pass the type parameter in typing requests.

Not passing this parameter is a deprecated way to do things.

github.com/zulip/zulip - d015a8ca5231b554e7aecb0edab5d8678a5871ad authored 11 months ago by Tim Abbott <[email protected]>
typing_status: Use TypeScript unions for 'Recipient' type.

Typing 'Recipient' as union of 'stream' and 'direct' message type will help with upcoming type i...

github.com/zulip/zulip - 391e2a8e01d7f7dcd77438dc33b4d6e46a807311 authored 11 months ago by Varun Singh <[email protected]>
typing: Convert module to TypeScript.

github.com/zulip/zulip - e213d9505b984c6413f0a1ec57376f4c0883ad30 authored 11 months ago by Varun Singh <[email protected]>
page_params: Add typing notifications constants to type.

github.com/zulip/zulip - b64a9d6ae031632089c2d2e9add1ffabda54245a authored 11 months ago by Varun Singh <[email protected]>
scheduled_messages_feed_ui: Fix false/empty array type confusion.

This looks to be a mistake resulting from moving this line out of the
filtering loop just below.

github.com/zulip/zulip - 3d23b397933e4b3febb4a9bf203e6cbb8587e536 authored 11 months ago by Varun Singh <[email protected]>
scheduled_messages: Make ScheduledMessage type more precise.

Typing 'ScheduledMessage' as union of 'private' and 'stream' scheduled
message types will help w...

github.com/zulip/zulip - fc86aca7698e3bcf202079bc3400e6d123e831e0 authored 11 months ago by Varun Singh <[email protected]>
scheduled_messages_feed_ui: Refactor to avoid duplicate function calls.

While this logic might seem to be different,
util.same_stream_and_topic would always return fals...

github.com/zulip/zulip - f0b8cc78655b2cdee9fa5b10e091895c08b425da authored 11 months ago by Varun Singh <[email protected]>
scheduled_messages_feed_ui: Convert module to TypeScript.

github.com/zulip/zulip - 94558478dff538affbb5f4b22ca2e1d6dc184e8b authored 11 months ago by Varun Singh <[email protected]>
kandra: Remove munin.

github.com/zulip/zulip - 927660a7b62fcc5f92beba8914aa2c3666ef77dc authored 11 months ago by Alex Vandiver <[email protected]>
kandra: Pull in known_hosts to the nagios user.

This prevents failures when new hosts are initially added to the
configuration.

github.com/zulip/zulip - 96d237d57e6bfb2f12d5bb705f478dd2302232e7 authored 11 months ago by Alex Vandiver <[email protected]>
kandra: Update default chrony configuration for 22.04.

github.com/zulip/zulip - 2cbd9c2a4795c91f47de911c1ff54a75fe257c60 authored 11 months ago by Alex Vandiver <[email protected]>
support: Add support to configure fixed-price plan with pay-by-invoice.

* Manually create & send invoice
* Configure a fixed-price plan with sent invoice-id.
* When cus...

github.com/zulip/zulip - 2055dfa83eba9a2ff95f721bca808f07d295ca7a authored 11 months ago by Prakhar Pratyush <[email protected]>
billing: Show annual data for fixed-price plan, by default.

On /upgrade page, we show annual schedule & price for a
fixed-price plan, by default.

This also...

github.com/zulip/zulip - 79a1b3b80eb4ddbda191bd09f63ef3974acdd176 authored 11 months ago by Prakhar Pratyush <[email protected]>
messages: Update new user signup notification.

Fixes: #28834.

github.com/zulip/zulip - 3bf04ffab59cab017df6ef26e23398a738a8731f authored 11 months ago by shashank-23002 <[email protected]>
help: Update external links to "Bots overview" help center page.

The page was renamed and thus this will avoid an unnecessary redirect.

github.com/zulip/zulip - 8e92b54df1649ed428f29e34d922efe6be5ee4ba authored 11 months ago by David Rosa <[email protected]>
help: Fix "contact us" link in the footer of documentation pages.

github.com/zulip/zulip - 8bddaf8df607ce56be94f67a6c18d06990455be2 authored 11 months ago by David Rosa <[email protected]>
docs: Update GSoC page based on feedback.

github.com/zulip/zulip - c3208c73a1e9d6a55dddcbce818141cb42900fab authored 11 months ago by Tim Abbott <[email protected]>
remote-support: Add server mobile users without a remote realm.

Adds a count for mobile users registered for the remote server
with a RemotePushDeviceToken that...

github.com/zulip/zulip - 6818a09123f065e3ec5954a8686fad3f1ffb8774 authored 11 months ago by Lauryn Menard <[email protected]>
remote-support: Add server data for last audit log update time.

This is useful in the support view in case the audit log data is
stale and user counts are not u...

github.com/zulip/zulip - 5479053a9f8d68edf748fec3d323374a3ed75865 authored 11 months ago by Lauryn Menard <[email protected]>
remote-support: Show datetime of last mobile push forwarded count.

This is useful for support admin to know if push notifications for
the remote server or realm ha...

github.com/zulip/zulip - 4f04f9f1f01f40d4584ec5f47fdcc67c2626d77a authored 11 months ago by Lauryn Menard <[email protected]>
stats: Fix bad query plan for remote counts.

We don't have an index on `(server_id, id)`, and in any case, we have
a stronger guarantee that ...

github.com/zulip/zulip - 51542eb55e4d072d73d5203613267538dbf49964 authored 11 months ago by Tim Abbott <[email protected]>
puppet: Rename puppet/zulip_ops to puppet/kandra.

This makes for easier tab-completion, and also is a bit more explicit
about the expected consumer.

github.com/zulip/zulip - b23d90ed62af985550f9da9498413b9ec201c394 authored 11 months ago by Alex Vandiver <[email protected]>
peer_data: Extend get_subscriber_count to allow excluding bots.

The new buddy list code path will want to be able to do this.

github.com/zulip/zulip - 772ed724c06e4672522e5fa4c673e3b61ce9e0cc authored 11 months ago by Tim Abbott <[email protected]>
people: Gracefully fail for invalid users in user_is_bot.

Many of these code paths largely expect it to be a valid user ID, so
we could raise an exception...

github.com/zulip/zulip - a46c4f7b7e83127096872bab819c0942ff2ca1b3 authored 11 months ago by evykassirer <[email protected]>
narrow_state: Add pm_ids_set helper.

This provides a more easy to work with model of which users, if any,
are involved in the current...

github.com/zulip/zulip - f4ad102d3974352aa2d592f3cb31eb50178dcdf2 authored 11 months ago by Tim Abbott <[email protected]>
puppet: Add redis host to ~redistunnel/.ssh/known_hosts.

github.com/zulip/zulip - ccc106dca33bed783f5f4dab86c0f495eecb281d authored 11 months ago by Alex Vandiver <[email protected]>
puppet: Allow controlling known_hosts.

Note that this uses `ssh-keyscan` to write in the currently-observed
host fingerprint; if DNS or...

github.com/zulip/zulip - aaf3eb514db5cb3ffafa1d879f3b91a3a660a6c8 authored 11 months ago by Alex Vandiver <[email protected]>
do_send_messages: Remove the stale 'email_gateway' parameter.

This commit removes the stale 'email_gateway' parameter
from 'do_send_messages' function.

This ...

github.com/zulip/zulip - c54fa91f1aba261667f08daf3b1e7190b6d846a5 authored 11 months ago by Prakhar Pratyush <[email protected]>
unread: Fix process_visible race with fetching.

The previous batch of improvements to this code path in
6562ea94e43a0085244d850e7927da6efe91bc04...

github.com/zulip/zulip - b9af5ce86e0c3e2fe5b1e04d7adff37182903f3a authored 11 months ago by Tim Abbott <[email protected]>
navigate: Correct handling of limited fetched content.

This correctly avoids pageup/pagedown scrolling past already rendered
content, while also always...

github.com/zulip/zulip - a8698c08ca15de98f241e3be21694a5729b13aa1 authored 11 months ago by Tim Abbott <[email protected]>
message_list_view: Ensure render window IDs are integers.

The previous logic threw confusing exceptions if, during
testing/debugging, one picked an odd re...

github.com/zulip/zulip - f55ee266b79fbf73e7360a4f2ccc44460e956b20 authored 11 months ago by Tim Abbott <[email protected]>
docs: Update main GSoC page.

github.com/zulip/zulip - b8562bf7b440fc29207d1191d5320df01041e666 authored 11 months ago by Tim Abbott <[email protected]>
Revert "zproject: Prevent having exactly 17/18 middlewares, for Python 3.11 bug."

This reverts commit cf0b803d505047452d9f7b502ac64ade3d531214.

github.com/zulip/zulip - 41f253774d56f0851b36f1f6ed8080829ccc06c1 authored 11 months ago by Anders Kaseorg <[email protected]>
requirements: Upgrade to openapi-core pre-release.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - d9f2f23c6a920ae34e55cafaff7ff71989fc1bb5 authored 11 months ago by Anders Kaseorg <[email protected]>
ci: Disable coverage on Debian 12.

This is probably a more effective workaround for
https://github.com/python/cpython/issues/106092...

github.com/zulip/zulip - 4f27381ebce60212ffb5da12469e77639736251e authored 11 months ago by Anders Kaseorg <[email protected]>
test_classes: Add Content-Type header to empty DELETE/POST bodies.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - 0dd92d21166a7fe0ae4015a937a360cedb5e5ec5 authored 11 months ago by Anders Kaseorg <[email protected]>
openapi: Loosen anchor parameter specification to string.

Real requests would not validate against the previous version. There
seems to be no consistent ...

github.com/zulip/zulip - 0514f92bdbda1a6fd601efdad2bfb6c841999828 authored 11 months ago by Anders Kaseorg <[email protected]>
test_classes: Default client_post to application/x-www-form-urlencoded.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - a356ec701108037f7276668cbf11fe4408ba23cc authored 11 months ago by Anders Kaseorg <[email protected]>
openapi: Get parameters from requestBody too.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - 5cac872e4baa9148035369205d05748d46e4a462 authored 11 months ago by Anders Kaseorg <[email protected]>
openapi: Use Parameter class for generating curl examples.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - a67d1b57b91cf4eacf242a09d569225f9c50179f authored 11 months ago by Anders Kaseorg <[email protected]>
test_openapi: Provide missing defs_mapping argument.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - bb699f7ee33e3216dbfa51dd9b31a643d4c92210 authored 11 months ago by Anders Kaseorg <[email protected]>
openapi: Represent OpenAPI parameters with a Parameter class.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - 131b230e2bd29fb9e3b4f7934178323fb2d842ec authored 11 months ago by Anders Kaseorg <[email protected]>
openapi: Validate real requests and responses, not fictional mocks.

Signed-off-by: Anders Kaseorg <[email protected]>

github.com/zulip/zulip - 029e765e20755a006fcc96607e53ccde329e6111 authored 11 months ago by Anders Kaseorg <[email protected]>
openapi: Remove confusing check for 200 responses.

This error message didn’t make sense for the check as written, and our
OpenAPI document already ...

github.com/zulip/zulip - 0cee3bee0068438a71c22b480e5105420ff91969 authored 11 months ago by Anders Kaseorg <[email protected]>
timerender: Fix get_timestamp_for_flatpickr when no parameter passed.

Previously, when no parameter was passed to the get_timestamp_for_
flatpickr method, it would re...

github.com/zulip/zulip - 49e3e6da062c6d9d9f336935493d3c3131066893 authored 11 months ago by roanster007 <[email protected]>
timerender: Extract get_current_time_to_hour helper.

We will reuse this in the next commit.

github.com/zulip/zulip - d971b36026805828a6f88d0ce37cdcafa467942d authored 11 months ago by roanster007 <[email protected]>
puppet: Create redistunnel group.

This was left off of 1fe5e7c7daf9.

github.com/zulip/zulip - fe1fd30a58278bcb3a4848e7f457beb5dc77ca6c authored 11 months ago by Alex Vandiver <[email protected]>
reactions: Rename `get_reaction_section`.

We pluralize it to indicate that it can return multiple row from
multiple lists / rows.

github.com/zulip/zulip - 37b0f59200e53e3650d03b2131e7a4d3a0ef4e1a authored 11 months ago by Aman Agrawal <[email protected]>
echo: Track if we are showing slow spinner for a message.

github.com/zulip/zulip - 7463f561f1a38b2afd6da9e84163ee1dda6dd283 authored 11 months ago by Aman Agrawal <[email protected]>
reactions: Fix reactions not displayed in all messages view.

We were not updating all the rendered `messages-rows` but just
for the current view.

This bug w...

github.com/zulip/zulip - 8acbf02ad72ca57aac47df23ba1638ee12de6927 authored 11 months ago by Aman Agrawal <[email protected]>
message_list_view: Use `$()` to create an empty jQuery object.

github.com/zulip/zulip - c436b8011f7bbfeb1632208d9ae7539c4fb92505 authored 11 months ago by Aman Agrawal <[email protected]>
stripe: Add billing address collection to checkout session.

This will require customers to include an address when setting
up, or updating, the credit card ...

github.com/zulip/zulip - cbb6d962d521fd694744355c8ad214a0531c35ed authored 11 months ago by Lauryn Menard <[email protected]>
compose_actions: Fix incorrect condition.

This was introduced in #28767 with the intention to skip scrolling
the selected message.

So, th...

github.com/zulip/zulip - f71337aaf7bd83ad667bf643aeae969575d14e50 authored 11 months ago by Aman Agrawal <[email protected]>
requirements: Revert orjson upgrade due to segfault.

Version 3.9.11 and 3.9.12 are susceptible to random segfaults:
- https://github.com/ijl/orjson/i...

github.com/zulip/zulip - 437361de327be00477974749c2b2217312dfb560 authored 11 months ago by Alex Vandiver <[email protected]>
web: Use better exponential backoff algorithm.

This matches the algorithm that we designed for the Python API, except
that we use a ratio of 2 ...

github.com/zulip/zulip - 67ed87ecb5c8e16589cb6d27ec27358fc7b1c2c3 authored 11 months ago by Tim Abbott <[email protected]>
message_fetch: Add small backfill delay.

This should help reduce the risk of hitting rate limits when users
have a very large number of m...

github.com/zulip/zulip - 624e1a85ce2142b3b553633050e6435beb01c6ce authored 11 months ago by Tim Abbott <[email protected]>
reload: Add on-focus handler after a delay.

github.com/zulip/zulip - 370afd6464ff405c17924680e4537e9bb965a144 authored 11 months ago by Tim Abbott <[email protected]>
util: Fix call_function_periodically.

This function incorrectly and misleadingly did an immediate initial
call, despite both of its ca...

github.com/zulip/zulip - 5f4e1de661fa8295d4687898c2029639c9e9502f authored 11 months ago by Tim Abbott <[email protected]>
web: Respect rate-limiting headers in main APIs.

Previously, these endpoints just did exponential backoff, without
looking at the rate-limiting h...

github.com/zulip/zulip - e91748022fbeb19dbb1a9b5ab83078a6fdca2fac authored 11 months ago by Tim Abbott <[email protected]>
stripe: Add page to show list of past customer invoices.

github.com/zulip/zulip - de33aa4b7b04f475e87ce8e3ad4d32a6e103b3eb authored 11 months ago by Aman Agrawal <[email protected]>
message_viewport: Rename at_bottom for clarity.

github.com/zulip/zulip - 42956e03056e3dc2ce8d26b55740b625c0a8f706 authored 11 months ago by Tim Abbott <[email protected]>
message_viewport: Rename at_top for clarity.

github.com/zulip/zulip - 84ec491e34472d04b5d58b590054ffc35eb0e126 authored 11 months ago by Tim Abbott <[email protected]>
message_viewport: Rename bottom_message_visible.

github.com/zulip/zulip - 45f9bd21e55cd5a5f363424fec5f941ef5dab0af authored 11 months ago by Tim Abbott <[email protected]>
message_scroll: Add some explanatory comments.

github.com/zulip/zulip - 4f8da7462d7ae98b7a2a2294c73bbd93bb77754d authored 11 months ago by Tim Abbott <[email protected]>
unread: Stop treating bottom of render windows as the global bottom.

The previous logic for both scrolling down and using pagedown would
incorrectly mark an entire c...

github.com/zulip/zulip - 6562ea94e43a0085244d850e7927da6efe91bc04 authored 11 months ago by Tim Abbott <[email protected]>
navigate: Fix buggy detection of start/end.

I was not able to reproduce obviously badly broken behavior from these
logic bugs, but after the...

github.com/zulip/zulip - d8ec141de28b36eae046b69c48c7dbb8d788570b authored 11 months ago by Tim Abbott <[email protected]>
bootstrap: Remove unused dropdown toggle class definitions.

github.com/zulip/zulip - da7cb0af1c42eadb195849a8d8b3b8a323048239 authored 11 months ago by Aman Agrawal <[email protected]>
css: Remove stale CSS.

This doesn't seem to be effectively used anywhere.

github.com/zulip/zulip - 91073cfbe1db3983bca7644322c133225f5312f6 authored 11 months ago by Aman Agrawal <[email protected]>
stream_popover: Remove remnants select_stream_widget.

We replaced the bootstrap dropdown with our custom dropdown
widget. These were missed during the...

github.com/zulip/zulip - 1b8605a6e6c9bf0562d7f22be5f05dfb10210f9e authored 11 months ago by Aman Agrawal <[email protected]>
css: Remove stale dropdown-list-widget class.

github.com/zulip/zulip - 088eadbca1acfb923599c043099a3691cc1ec142 authored 11 months ago by Aman Agrawal <[email protected]>
css: Remove state dropdown-toggle class.

github.com/zulip/zulip - ee2f08aa96922c7d8eecde44ff84e2b1f5c293e1 authored 11 months ago by Aman Agrawal <[email protected]>
narrow: Remove not required call to save_narrow.

Since we always call `deactivate` from `hashchange`,
`browser_history.state.changing_hash` is al...

github.com/zulip/zulip - adedc0283f464b089604cac12baf3492c737e0a2 authored 11 months ago by Aman Agrawal <[email protected]>
topic_generator: Rearrange checks inside if statement.

Primary objective is to remove the call to narrow_state.active,
in doing so, I rearranged the co...

github.com/zulip/zulip - e923c593f640ca9be02effce73b1d66ebd20ada5 authored 11 months ago by Aman Agrawal <[email protected]>
unread_ops: Remove unused function.

github.com/zulip/zulip - eaafaba48225e07e6cf3243fa4bf1ec272261cb3 authored 11 months ago by Aman Agrawal <[email protected]>
narrow: Remove duplicate clear search form.

This function doesn't need to be called since `render_title_area`
already takes care of it which...

github.com/zulip/zulip - 3099457e06f06e88ebbf515d9b68c2422f4eee38 authored 11 months ago by Aman Agrawal <[email protected]>
puppet: Inline all sysctl settings, and always check for containers.

github.com/zulip/zulip - 069f262e7b4e8fb5ed9a79cd9b60765c17c5a5e9 authored 11 months ago by Alex Vandiver <[email protected]>
puppet: Enact redis' kernel config suggestions.

github.com/zulip/zulip - ec59b4fd783dcdf600bd8e10e2bbada94a14e6bd authored 11 months ago by Alex Vandiver <[email protected]>
puppet: Call systemd reload after adding or changing a teleport service.

github.com/zulip/zulip - fd69f5f8e236c499ab0897f7896972d4d1db563b authored 11 months ago by Alex Vandiver <[email protected]>
puppet: Remove unused systemd_daemon_reload.

572443edc6c6 removed the callsite that triggered the exec in
`zulip::systemd_daemon_reload`, mak...

github.com/zulip/zulip - 4947753bfd588b6773106b2fb155a3723a04c94c authored 11 months ago by Alex Vandiver <[email protected]>
puppet: Raise net.core.somaxconn on redis.

github.com/zulip/zulip - dc950235e5bc9c760415036ad29691bb1a0c0b95 authored 11 months ago by Alex Vandiver <[email protected]>
puppet: Rename exec resource of systemd_daemon_reload.

This makes it easier to put as a "notify" resource.

github.com/zulip/zulip - 1ac6e24eaa3655061f956a6861a840b8a6b2e514 authored 11 months ago by Alex Vandiver <[email protected]>
realm_settings: Improve authentication_methods param validation.

The endpoint was lacking validation that the authentication_methods dict
submitted by the user m...

github.com/zulip/zulip - 6dd6fc045fea513e06b3c028d59161675b357305 authored 11 months ago by Mateusz Mandera <[email protected]>
install-ssh-authorized-keys: Enable -o pipefail to catch AWS errors.

github.com/zulip/zulip - afa24923e51f0ceb6e6f8671f406fcb588f21cd3 authored 11 months ago by Alex Vandiver <[email protected]>