Jessica McKellar
53ec385d0b
create_user: ask for realm as part of user creation.
...
With open realms, you can't infer the realm from the e-mail address.
(imported from commit c05afa586f121a38673f9e62281cf26c8590570b)
2013-03-23 00:19:37 -04:00
Jessica McKellar
f87ffd0703
create_user: fix missing spaces in options error message.
...
(imported from commit 25ea284b17dfb3160aca336e31203991f70994d8)
2013-03-23 00:19:37 -04:00
Jessica McKellar
e5f1dad409
create_user: remove unused imports.
...
(imported from commit b2dd10f73fb0285c2c92ab56b1111cf9e859cedf)
2013-03-23 00:19:37 -04:00
Jessica McKellar
ea11ce4ae6
create_user: Add Terms of Service warning.
...
(imported from commit bdb31aebad397e98db77d3ea95ef17ac9dd4737f)
2013-03-23 00:19:37 -04:00
Jessica McKellar
0c3382fabb
Always give hashlib.sha1 and friends bytes.
...
This fixes an experienced bug where you couldn't subscribe to a stream
with non-ASCII characters (failing with a UnicodeEncodeError), as well
as many other potential bugs.
(imported from commit f084a4b4b597b85935655097a7b5a163811c4d71)
2013-03-23 00:10:10 -04:00
Jessica McKellar
55240e3de2
tests: test inviting someone to a non-ASCII stream.
...
(imported from commit d1788cf4712800c1b3445ad47510ac488e7935b0)
2013-03-23 00:10:10 -04:00
Jessica McKellar
c4ceb2c276
tests: test inviting a new user with non-ASCII streams.
...
(imported from commit 049ae5a77c87eaaf0313b4b83d1dd038b14dcc22)
2013-03-23 00:10:09 -04:00
Jessica McKellar
9b89d7dc19
tests: add tests for sending non-ASCII messages.
...
(imported from commit 16093b2a080e7b00149129a9b53f308d8688def2)
2013-03-23 00:10:09 -04:00
Jessica McKellar
531ad235df
tests: exercise non-ASCII login information.
...
(imported from commit 51a79a637a2d624c78627c84cd93d10cd700dff5)
2013-03-23 00:10:09 -04:00
Leo Franchi
378a8939ec
Use TornadoQueueClient for activity queue when in the tornado process
...
(imported from commit 93ca4295403786ae26a2f70be17410674e6d053c)
2013-03-22 15:55:49 -04:00
Leo Franchi
f64bc59dfb
Automatically register consumer once asynchronous connection is completed
...
(imported from commit 3d860a9b79a42beffbd3b73f49aa2c25986dd3c6)
2013-03-22 15:55:49 -04:00
Leo Franchi
452105e393
Reconnect to rabbitmq in our queue client if the connection is lost
...
(imported from commit 82ed67f0c0f93e9f79ff65ef55b397815d20aaeb)
2013-03-22 15:55:48 -04:00
Keegan McAllister
4baeaaa532
TornadoQueueClient: Don't stop the Tornado I/O loop on RabbitMQ disconnect
...
Requires Pika 0.9.6 or later.
(imported from commit 316ab9f2a6b5c2a25ae8584e2604222b33e0dec3)
2013-03-22 15:55:48 -04:00
Keegan McAllister
6ffc2bbe65
TornadoQueueClient: Provide a callback when declaring queues
...
This is required by Pika 0.9.8. We need at least 0.9.6 for the next
commit; I had been testing with 0.9.5 previously. Anyway this way
seems more correct as well.
(imported from commit bfb9e9e78938073001f70c4d28a5e07cc4ebac32)
2013-03-22 15:55:48 -04:00
Leo Franchi
c346abe6e2
Send Tornado callback notifications via RabbitMQ
...
(imported from commit 83814d8c6b78fe725aedea9d98fb588ed31123e7)
2013-03-22 15:55:40 -04:00
Keegan McAllister
23b8833ec5
Handle Tornado callback notify in a more generic, less HTTP-centric way
...
(imported from commit 85a74d1b40461236c4c95ad688e9796ab50f0bbf)
2013-03-22 15:51:23 -04:00
Keegan McAllister
8db92fd995
Split out the actual Tornado views from the callback handling / notification
...
(imported from commit 26d40556bf7f545d3606a01d83b16c7265bafb0e)
2013-03-22 15:50:35 -04:00
Keegan McAllister
591816d80e
Use TornadoQueueClient in runtornado
...
(imported from commit cc4d5505987dc2826d177ff93d037b17f78072b8)
2013-03-22 15:39:07 -04:00
Keegan McAllister
373d3ece1c
queue: Implement TornadoQueueClient
...
(imported from commit 2803bc91e42aa20d6e6dec87bfadd2f890268d05)
2013-03-22 15:39:07 -04:00
Waseem Daher
6760e68f94
integrations: Document Capistrano integration.
...
(imported from commit e26774e3657a71e8f21bf8ef2b1b1a9c289707da)
2013-03-22 14:37:54 -04:00
Leo Franchi
7837e36d0c
Clean up some code by consolidating
...
(imported from commit 3978da70286174ad3666d08bcc8db2eb28446399)
2013-03-22 09:49:54 -04:00
Jessica McKellar
4f1bf1b2f2
realm_stats: restrict some usage stats to only active users.
...
They are more meaningful this way -- the fact that your bots that
never log in or inactive users don't have colored streams shouldn't
impact that statistic.
(imported from commit b39debda338cbbad06957bc969b42862a888026a)
2013-03-21 17:38:20 -04:00
Jessica McKellar
85086b6662
realm_stats: Also print enter-sends stats.
...
(imported from commit 34f9d9916e11ac2e2748ecbb8eb4f9a34a110340)
2013-03-21 17:38:20 -04:00
Leo Franchi
0184f31af0
Reprocess unread counts when subscribing to a stream.
...
This is required if the stream has unread messages in it
(from a previous subscription period). Otherwise the
unread count will be 0 until reload.
Fixes Trac #1117
(imported from commit 8f3d78eb52fdecb52456b0037cc89665c9027fbc)
2013-03-21 17:13:17 -04:00
Tim Abbott
a8febf8fce
Revert "to_dict: Update rendered_content in the database after rendered."
...
This reverts commit 4e5a370bc43defb5083cac3df45c649cf2366abf.
(imported from commit 745b4a98d0e3f67acaa207ba53e9250060dcfe06)
2013-03-21 10:30:23 -04:00
Leo Franchi
4edf85e730
Mark messages taller than the screen as read once we have moved past them
...
(imported from commit c142c2447a8f2b5ed40337a75c1afbaf05f9fecf)
2013-03-21 09:37:10 -04:00
Jeff Arnold
a95b1a1a23
Revert "Automatically condense long messages"
...
This reverts commit 27244550d5d94980d7e33d8cc7c69708427dbbec.
(imported from commit e468051b8052d244beb09ba795605d70124254dd)
2013-03-20 18:45:12 -04:00
Jeff Arnold
795d968b91
Revert "Center the message condenser messages with respect to the message body"
...
This reverts commit da64f33551b500857bb91cb3ece959aafc9b1eb0.
(imported from commit 004f9a95cf5dfd4c4b8565d6eec15ceac27f7bf2)
2013-03-20 18:45:09 -04:00
Zev Benjamin
e5c62d164c
Center the message condenser messages with respect to the message body
...
Previously it was centered with respect to its enclosing div, which
looked slightly off.
(imported from commit da64f33551b500857bb91cb3ece959aafc9b1eb0)
2013-03-20 18:08:39 -04:00
Jeff Arnold
c92d664b44
Automatically condense long messages
...
Addresses Trac #747 .
(imported from commit 27244550d5d94980d7e33d8cc7c69708427dbbec)
2013-03-20 17:39:15 -04:00
Keegan McAllister
118cf4edec
Modify encoding for URL fragment so Firefox doesn't decode it automatically
...
Fixes #826 .
(imported from commit a4c0ada9559684db7e597686d9354219de742819)
2013-03-20 12:07:53 -04:00
Keegan McAllister
e97c6f52ce
Don't save narrow operators to the URL fragment if that's where they came from
...
In Firefox, prevents e.g. a slash in a stream name, which we wanted to store as
%2F, from converting back to a literal slash.
There is some appeal to normalizing the URL fragment after parsing, but in
general this way seems better. It may decrease page load time on narrowed
views.
Doesn't yet fix #826 ; the URL is correct but the narrow is still wrong.
(imported from commit 32e3fa9e968139863f34b9698f1c8b39d06f0c14)
2013-03-20 12:07:53 -04:00
Keegan McAllister
ae27deb30f
Encode search operands using a cleaner-looking variant of URI encoding
...
Fixes #1098 .
(imported from commit 1ed05248f3c6b69a48b9c74c0ce344621fe637b5)
2013-03-20 12:07:52 -04:00
Jessica McKellar
37e58b613d
Truncate the tutorial stream name to fit the DB max stream name length.
...
(imported from commit e267656337f97d3ea14e14e957a405cf4fd2d06c)
2013-03-20 10:15:08 -04:00
Leo Franchi
6263c9ba1e
Unify calculation of unread-count for notifications and use it in the title bar
...
Fixes trac #1004
(imported from commit 6f04d1d3ded198b46cc2ff1733b94b5c17beb581)
2013-03-20 10:09:40 -04:00
Tim Abbott
02554b28cb
to_dict: Update rendered_content in the database after rendered.
...
This change could significantly load the database if pushed to prod at
the same time as:
send_message: Save rendered message content to the database.
goes out. So this should go out in a different prod push from that
commit.
(imported from commit 4e5a370bc43defb5083cac3df45c649cf2366abf)
2013-03-20 07:34:10 -04:00
Leo Franchi
2ce683421b
Only show 'More Messages Below" if there are actually more messages below
...
This fixes Trac #1004
(imported from commit fa57936aaf5b5f4ec74569bee389d18b989d6b9f)
2013-03-19 16:21:36 -04:00
Jeff Arnold
8613f6052e
In the actions popover, put the most basic/common actions first
...
(imported from commit b2de5c1accffc776abe651c2140643ad380bb1e8)
2013-03-19 14:35:11 -04:00
Waseem Daher
e1e7978fae
"Lead designer" job posting.
...
(imported from commit 1f9e00e45f69d47842524d715fe5e8a8a4a8b7df)
2013-03-19 13:28:53 -04:00
Tim Abbott
17e9e56899
Fix get_stream caching the DoesNotExist value of None.
...
(imported from commit bdef7438758517ba9083ecc8bf110e3caa1ec041)
2013-03-19 11:17:31 -04:00
Leo Franchi
c6f9dbdd54
Only sleep if there is more work to be done
...
(imported from commit f8a1380e0045c9470909c088a9d262f8a714c86e)
2013-03-19 09:55:12 -04:00
Leo Franchi
6d6c3364dc
Rewrite message flag handling to fork out to a subprocess for batch handling
...
(imported from commit 1ef846f542950cabf32f8b176f5591cf5794a0ff)
2013-03-19 09:55:12 -04:00
Tim Abbott
9977cdde54
send_message: Save rendered message content to the database.
...
(imported from commit e5bd224687d5420f556b341286f03d3829973a3c)
2013-03-19 08:09:26 -04:00
Tim Abbott
b0dedfa310
[south] Add rendered_content columns.
...
See the next commit for the models changes.
(imported from commit 90e753661f8abfcfcdb78a5bbc15ebaf7f2eff9b)
2013-03-19 08:09:26 -04:00
Tim Abbott
b38a538f8c
Rename userprofile_by_foo cache keys to user_profile_by_foo.
...
(imported from commit ef398abc48c9b81a3d339ffdce00bae274246d28)
2013-03-18 16:15:11 -04:00
Tim Abbott
8034980cc4
create_mit_user_if_needed: Check memcached before querying database.
...
This will save at least one database query whenever MIT users send
messages.
(imported from commit 9fd644885a380463d841762b8fafe928431e1263)
2013-03-18 16:15:11 -04:00
Tim Abbott
97d7d31b68
Rewrite internal_send_message to use check_send_message.
...
This will automatically fix bugs such as one in which
internal_send_message didn't properly strip() the subject argument
before sending a message.
We change the recipient_type argument to internal_send_message to take
the recipient type name (e.g. 'stream') both to better fit the API and
also because the previous code incorrectly handled huddles.
(imported from commit 78c2596d328f6bb1ce2eaa3eed9a9e48146e3b6a)
2013-03-18 16:15:11 -04:00
Tim Abbott
bb80d1c58c
Move check_send_message and helpers to actions.py.
...
(imported from commit d74c90e25bd63931955d2ad9b3890be53d674a48)
2013-03-18 16:15:11 -04:00
Tim Abbott
ab04d6f403
check_send_message: Don't use json_success/error directly.
...
This is preparation for using it from internal_send_message as well.
(imported from commit 000784be7b40e0c93b38a5a916a4a915335ea821)
2013-03-18 16:15:11 -04:00
Tim Abbott
fb77af8f10
Refactor send_message_backend to do checking in new function.
...
This is preparatory for using this new arguments checking function in
internal_send_message as well.
(imported from commit 578e09c50b8a700c019c7dd235b2d9527af34e39)
2013-03-18 16:15:11 -04:00