zulip/zerver
Tim Abbott e2810d7549 narrow: Fix server handling of other larger anchor values.
This fixes a bug where that clients using the legacy approach of a
"very large anchor" value with the intent to only get the most recent
messages would only get found_newest=True if they used the specific
value LARGER_THAN_MAX_MESSAGE_ID.  Now any value at least that large
will work.

In upcoming commits, we plan to replace this with passing the string
"last", but it seems worth removing the buggy "special value" behavior
while we're touching this code.
2020-01-29 11:24:58 -08:00
..
data_import slack import: Fix handling of messages sent by user U00. 2020-01-25 22:47:49 -08:00
lib openapi: Add hacky support for oneOf parameter types. 2020-01-29 11:24:58 -08:00
management bots: Remove FEEDBACK_BOT implementation. 2020-01-25 22:41:39 -08:00
migrations migrations: Fix zulipinternal migration corner case. 2020-01-15 13:59:31 -08:00
openapi bots: Remove feedback cross realm bot. 2020-01-25 22:54:44 -08:00
templatetags openapi: Pass api_url to curl example generation. 2019-08-17 11:35:08 -07:00
tests narrow: Fix server handling of other larger anchor values. 2020-01-29 11:24:58 -08:00
tornado dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
views narrow: Fix server handling of other larger anchor values. 2020-01-29 11:24:58 -08:00
webhooks integrations: Add errbit integration. 2020-01-16 15:33:51 -08:00
worker bots: Remove FEEDBACK_BOT implementation. 2020-01-25 22:41:39 -08:00
__init__.py
apps.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
context_processors.py django: Use request.user.is_authenticated consistently. 2020-01-27 17:50:18 -08:00
decorator.py dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
filters.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
forms.py auth: Use zxcvbn to ensure password strength on server side. 2019-11-21 10:23:37 -08:00
logging_handlers.py version: Only let `git describe` match tags beginning with a digit. 2019-10-24 14:54:45 -07:00
middleware.py middleware: Fix exception typing. 2019-07-31 12:23:20 -07:00
models.py populate_db: Fix handling of memcached flushing. 2020-01-13 18:05:21 -08:00
signals.py onboarding: Use delivery_email in "new login" notifications. 2019-11-14 12:19:47 -08:00