Rishi Gupta
6d780d8dc2
mypy: Convert api/ and docs/ to use typing.Text.
2016-12-26 16:11:37 -08:00
Robert Hönig
79bbba04cf
Update the bots development guide for change in triage_message
2016-12-26 16:10:54 -08:00
Tim Abbott
fc496ee279
npm: Upgrade phantomjs-prebuilt to 2.1.14.
2016-12-26 15:26:38 -08:00
Tim Abbott
d579372e8c
npm: Upgrade istanbul to 0.4.5.
2016-12-26 15:21:52 -08:00
Rishi Gupta
05abca0848
name_restrictions: Add a few more reserved subdomains.
2016-12-26 14:59:09 -08:00
Rishi Gupta
73a77e2da8
integrations: Fix spelling of mailchimp.
2016-12-26 14:59:09 -08:00
Tommy Ip
7b6603b169
admin: Fix strike-through styling in users & bots tab.
...
Fix an issue where the `deactivated_user` class is unintentionally
applied to the reactivate user and reactive bot buttons.
Fixes #2905 .
2016-12-26 14:51:12 -08:00
Juan Verhook
535ce90272
mypy: Convert zerver/views to use typing.Text.
2016-12-26 13:43:09 -08:00
Rafid Aslam
259e2f0ab4
image-overlay: Fix long image alt text overlapping.
...
Fix long image alt text overlaps `Download` and `Open` buttons
by changing `<span>` to `<div>`.
Fixes #2912 .
2016-12-26 13:40:07 -08:00
Cynthia Lin
853c78753a
docs: Add user guide for *Mute a topic* feature
2016-12-26 10:40:06 -08:00
Cynthia Lin
f61d1574cc
docs: Add user guide for *Deactivate or reactivate a bot* feature
...
docs: Add user guide for *Deactivate or reactivate a bot* feature
2016-12-26 10:12:11 -08:00
Rafid Aslam
fd5c43341d
interactive bots: Create Giphy bot
2016-12-26 09:38:50 -08:00
Rafid Aslam
947fdf0b37
contrib_bots: Expose some information about user profile
...
- Expose some information about user profile in `RestrictedClient`
class, like `full_name` and `email` of the user.
- Add `client` argument to `triage_message()`, now it's possible to
call bot with another method instead of calling the specified
keyword.
2016-12-26 09:38:50 -08:00
Abhay Kashyap
13a1425bb7
Created DefineBot and document and added them
2016-12-26 09:07:10 -08:00
Sampriti Panda
fe803fff55
docs: Fix broken link in "About Stream Topic" documentation
2016-12-26 08:22:49 -08:00
Jackson
127ae05073
docs: Add user guide for Mute/Unmute a stream
2016-12-26 08:21:16 -08:00
Sampriti Panda
cc2cae7fdb
subs: Refactor filtering logic from subs.filter_table into seperate function
2016-12-26 07:42:38 -08:00
Sampriti Panda
c6d8d72735
tests: Add tests for subs.filter_table
2016-12-26 07:42:38 -08:00
Robert Hönig
1c163c704d
Fix wrong command in the bots guide
2016-12-25 10:38:15 -08:00
Robert Hönig
ef3069a5d3
mypy: Convert the isinstances function in /zerver/lib/ to use typing.Text.
2016-12-25 10:33:45 -08:00
Robert Hönig
0917493588
mypy: Convert zerver/lib to use typing.Text.
2016-12-25 10:33:45 -08:00
anirudhjain75
654e8de5ba
Doc: Add user guide for Change user's name feature
2016-12-24 11:16:32 -08:00
Cynthia Lin
eb56698202
docs: Add user guide for *Make a public stream private* feature
2016-12-24 11:03:42 -08:00
Rafid Aslam
d0502537ab
API: Migrate POST `/ui_settings/change` to PATCH `/settings/ui`
2016-12-24 11:02:02 -08:00
KingxBanana
5f77ce1ce8
notifications.js: Make in-browser notifications clickable
...
You can now click the notifications you get in your browser and go
to that stream/topic/private message using jQuery's .on() method.
Fixes : #1996 .
2016-12-24 10:17:24 -08:00
Cynthia Lin
38b0b3ffb5
docs: Add user guide for *Deactivate or reactivate a user* feature
...
docs: Add user guide for *Deactivate or reactivate a user* feature
2016-12-24 10:11:09 -08:00
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