Juanvulcano
2fd1316d70
Removed json/update_message
...
Update test_alert_words.py
Update test_messages.py
Update messages.py
2016-12-24 10:08:22 -08:00
Tommy Ip
067c0b684e
docs: Add user guide for *Keyboard shortcuts* feature.
2016-12-24 09:45:25 -08:00
andrewallen00
db0a1b31a3
docs: Add user guide for send a group private message.
...
docs: Add user guide for send a group private message.
docs: Add user guide for send a group private message.
2016-12-24 09:29:24 -08:00
JefftheBest1
b8ee0e91d2
Migrated json/subscribtions/remove to REST endpoint
2016-12-24 09:27:25 -08:00
Jackson
3a109a56df
Migrate notify_settings to settings/notifications
...
Remove notify_settings from legacy_url.py
2016-12-24 09:24:23 -08:00
anirudhjain75
8acdbef8aa
Eliminate legacy json/make_stream_public and json/make_stream_private URL
...
Migrate from POST to PATCH
2016-12-24 08:54:49 -08:00
Sampriti Panda
39dde79ab8
tests: Improve argument name in check_for_toggle_param_patch
2016-12-24 08:38:33 -08:00
Sampriti Panda
87e7dc6799
urls: Remove legacy URL for left_side_userlist and move over to REST PATCH endpoint
2016-12-24 08:38:33 -08:00
Tommy Ip
acb02cbdd3
docs: Add user guide for *Make a user an administrator* feature.
2016-12-24 08:36:15 -08:00
Tommy Ip
654d9590ef
interactive bots: Create Howdoi bot.
...
This bot allows users to search technical questions from Stack
Overflow.
2016-12-24 08:22:44 -08:00
Cynthia Lin
87d759d597
docs: Add user guide for *Rename a stream* feature
2016-12-23 17:44:17 +01:00
Jackson
333cf0f015
Migrate legacy /json/time_setting to new REST style endpoint.
2016-12-23 08:08:27 -08:00
Cynthia Lin
4db2da66c3
docs: Add user guide for *Delete a stream* feature
2016-12-22 14:55:28 -08:00
Cynthia Lin
e6f61625a1
docs: Add user guide for *About streams and topics* feature
2016-12-22 14:42:34 -08:00
Rishi Gupta
92c54ac3dc
user guides: Add ~30 titles for help articles.
2016-12-22 14:12:27 -08:00
Rishi Gupta
6f5d75ffd8
user guides: Edit names of a few help articles.
2016-12-22 14:12:27 -08:00
Tommy Ip
1e0de94293
API: convert get_subscribers from legacy URL to REST endpoint.
2016-12-22 09:25:12 -08:00
Cynthia Lin
dfa32d7eb0
docs: Add user guide for *Deactivate your account* feature
2016-12-22 09:01:33 -08:00
Maydha K
1c788d3fb5
docs: Add user guide for viewing messages from a stream.
2016-12-22 16:58:18 +01:00
Tim Abbott
7d99380488
update_display_settings: Move validation to beginning.
...
This makes the function more friendly for adding additional
functionality to.
2016-12-22 06:58:53 -08:00
Tim Abbott
0299f41c80
settings: Extract update_display_settings_backend.
2016-12-22 06:57:06 -08:00
anirudhjain75
c9db6b6658
Clean up legacy language_settings endpoint.
2016-12-22 06:54:04 -08:00
Tim Abbott
5cd6ff20b0
models: Fix bare except clause.
2016-12-22 06:46:43 -08:00
Jackson
62f88aa776
interactive bots: Create CommuteBot.
2016-12-21 18:46:59 -08:00
Jackson
e7fe9217a5
docs: Add user guide for Viewing the markdown source of a message.
2016-12-21 17:48:36 -08:00
Brock Whittaker
41f6420df0
help: Add Tip CSS.
...
This adds the CSS for a tip section. Utilizes the CSS ::before
pseudo-selector and fontawesome.
2016-12-21 15:40:55 -08:00
Yago González
ca190bd394
bug fix: Handle empty at-mentions gracefully.
...
An exception in the webapp was trown when an empty mention was sent.
Examples of problematic messages are "@" or "@****".
In order to fix this, the regex that identifies mentions has been
modified, so it now requires the mention to have a "content" (by
replacing the ? quantifier by +).
A test case has been added to `frontend_tests/node_tests/echo.js` to
check that this works properly in the future.
2016-12-21 15:32:12 -08:00
Niels Terwiesch
0d21d931bf
docs: Add user guide for Remove user from stream.
2016-12-21 15:20:38 -08:00
Cynthia Lin
1a6b6655a5
docs: Add user guide for *Signing in* feature
2016-12-21 15:08:29 -08:00
Jackson
7b209f7f7f
docs: Add user guide for Collapse a Message.
2016-12-21 15:06:37 -08:00
JefftheBest1
0e6078fade
Wrapped text in admin user and bot tables.
...
Fixes : #2569 .
2016-12-21 14:55:50 -08:00
Tim Abbott
a90532e074
admin: Clean up Zulip labs changing reloading browser.
2016-12-21 14:21:06 -08:00
Sampriti Panda
425a55e568
settings: Implement delete avatar functionality
2016-12-21 13:35:22 -08:00
Sampriti Panda
e72cd0b1cc
urls: convert set_avatar from legacy URL to REST endpoint
2016-12-21 13:35:22 -08:00
Sampriti Panda
567fab1137
tests: Add client_put_multipart to allow for file uploads using PUT
2016-12-21 13:35:22 -08:00
Tim Abbott
e538d7ef03
admin: Fix waiting period status UI not hiding.
2016-12-21 13:19:40 -08:00
Rafid Aslam
73acebb729
API: Remove `json/fetch_raw_message` from `zproject/legacy_urls.py`
2016-12-21 13:08:40 -08:00
Rafid Aslam
bfe84a10f0
API: Migrate POST `json/fetch_raw_message` to GET `json/messages/<id>`
2016-12-21 13:08:40 -08:00
Tommy Ip
400c8c1f65
Prioritize stream subscribers in typeahead list.
...
When autocompleting names using @mention, subscribers of the stream
would appear at the top of the list. Added new test module to reflect
this change.
2016-12-21 12:59:43 -08:00
Maydha K
516ccd706c
docs: Add user guide for the announce stream.
2016-12-21 12:13:27 -08:00
anirudhjain75
5321f246ef
docs: Add User Guide for `private message`
2016-12-21 12:05:05 -08:00
Tim Abbott
7a56f0137e
Fix accidentally merged test error in Node tests.
2016-12-21 12:02:05 -08:00
Cynthia Lin
61c4db8ad2
docs: Add user guide for *Invite a friend to Zulip* feature
2016-12-21 11:42:39 -08:00
Sanskar Modi
e6beaa2711
Improve @all warnings user interface significantly.
...
* Doesn't pop up the warning until you actually try to send the message
* Eliminates the red warning.
* Changes confirm text to "Yes, send".
* Adds a stream size threshhold of 15 people; smaller streams don't
prompt about this.
Fixes #2257 .
2016-12-21 11:40:47 -08:00
Steve Howell
680ff3f80c
Remove mypy exemption for api/zulip/__init__.py.
...
This required instead exempting these files:
bots/jabber_mirror_backend.py
tools/deprecated/iframe-bot/show-last-messages
Turning on mypy for the API exposes issues in the annotations
of other files.
2016-12-21 11:22:42 -08:00
Steve Howell
efc2d1a675
Simplify, document, and fix the API code.
...
We used to create endpoints with Client._register.
Now we now have explicit methods for the endpoints.
This allows us to add docstrings and stricter mypy annotations.
This fix also introduces a call_endpoint() method that avoids
the need for manually building urls with API_VERSTRING when you
know the URL pattern of the endpoint you want to hit (and when
the API doesn't have a convenient wrapper).
I fixed a bug with create_users where it now uses PUT instead
of POST.
I also removed client.export(), which was just broken.
I had to change recent-messages and zulip-export, which were
using client.do_api_query and Client._register.
Now it's easier to just call client.call_endpoint() for
situations where our API doesn't have convenient wrappers,
so that's what I did with those scripts.
2016-12-21 11:22:42 -08:00
Shubham Singh
bade6f496b
Fix autocompleting stream names inside message editing.
...
Fixes #2577 .
2016-12-21 11:09:42 -08:00
Tim Abbott
753a25268c
help: Enable and use the markdown admonition extension.
...
This allows us to add warnings and tips in the Zulip help documents.
2016-12-21 11:01:49 -08:00
Juan Verhook
4cbfac68ca
Added User Guide for the Delete a Stream Feature.
2016-12-21 10:56:28 -08:00
Tommy Ip
8e86ed7364
Improve join chat button.
...
Update join chat button to match with other badges in README.md.
2016-12-21 10:51:54 -08:00