hackerkid
9e6a7f0112
requirements: Upgrade cchardet to 1.1.3.
2017-02-26 15:59:23 -08:00
hackerkid
2bb4144e1c
requirements: Upgrade pyasn1 to 0.2.3.
2017-02-26 15:59:23 -08:00
hackerkid
d1e85a654c
requirements: Upgrade sphinx to 1.5.3.
2017-02-26 15:59:23 -08:00
hackerkid
e09093608b
requirements: Upgrade boto to 2.46.1.
2017-02-26 15:59:23 -08:00
hackerkid
1119f75ba6
requirements: Upgrade w3lib to 1.17.0.
2017-02-26 15:59:23 -08:00
hackerkid
0a008def24
requirements: Upgrade Twisted to 17.1.0.
2017-02-26 15:59:23 -08:00
hackerkid
18b9c201ed
requirements: Upgrade transifex-client to 0.12.4.
2017-02-26 15:59:23 -08:00
hackerkid
bcd8fca8ee
requirements: Upgrade traitlets to 4.3.2.
2017-02-26 15:59:23 -08:00
hackerkid
c4fd148b42
requirements: Upgrade social-auth-core to 1.2.0.
2017-02-26 15:59:23 -08:00
hackerkid
5f49da7f50
requirements: Upgrade social-auth-app-django to 1.1.0.
2017-02-26 15:59:23 -08:00
hackerkid
7d895ae998
requirements: Upgrade Scrapy to 1.3.2.
2017-02-26 15:59:23 -08:00
hackerkid
cab584f803
requirements: Upgrade scandir to 1.5.
2017-02-26 15:59:23 -08:00
hackerkid
89c23834cb
requirements: Upgrade requests_oauthlb to 0.8.0.
2017-02-26 15:59:23 -08:00
hackerkid
9d01b9f4a9
requirements: Upgrade requests to 2.13.0.
2017-02-26 15:59:23 -08:00
hackerkid
672245f72e
requirements: Upgrade regex to 2017.2.8.
2017-02-26 15:59:23 -08:00
hackerkid
ea56d87f72
requirements: Upgrade python-ldap to 2.4.32.
2017-02-26 15:59:23 -08:00
hackerkid
77c9d3e382
requirements: Upgrade pytest-runner to 2.11.1.
2017-02-26 15:59:23 -08:00
hackerkid
0b3d21964a
requirements: Upgrade Pygments to 2.2.0.
2017-02-26 15:59:23 -08:00
hackerkid
66817cd118
requirements: Upgrade prompt-toolkit to 1.0.13.
2017-02-26 15:59:23 -08:00
hackerkid
b4f4784764
requirements: Upgrade Markdown to 2.6.8.
2017-02-26 15:59:23 -08:00
hackerkid
34c55ce461
requirements: Upgrade lxml to 3.7.3.
2017-02-26 15:59:23 -08:00
hackerkid
b6a595c5a3
requirements: Upgrade Jinja2 to 2.9.5.
2017-02-26 15:59:23 -08:00
hackerkid
2a2328b725
requirements: Upgrade ipython to 5.3.0.
2017-02-26 15:59:23 -08:00
hackerkid
3810f5ffea
requirements: Upgrade httplib2 to 0.10.3.
2017-02-26 15:59:23 -08:00
hackerkid
767f21c397
requirements: Upgrade google-api-python-client to 1.6.2.
2017-02-26 15:59:23 -08:00
hackerkid
f61bfb0186
requirements: Upgrade fonttools to 3.7.2.
2017-02-26 15:59:23 -08:00
hackerkid
6b672ea992
requirements: Upgrade django-auth-ldap to 1.2.9.
2017-02-26 15:59:23 -08:00
hackerkid
e5a1ccbed6
requirements: Upgrade defusedxml to 0.5.0.
2017-02-26 15:59:23 -08:00
hackerkid
d50efc6c4e
requirements: Upgrade cryptography to 1.7.2.
2017-02-26 15:59:23 -08:00
hackerkid
903611c4f5
requirements: Upgrade certifi to 2017.1.23.
2017-02-26 15:59:23 -08:00
Tim Abbott
fc56141550
settings: Fix typo in icon upload.
2017-02-26 12:42:58 -08:00
Tim Abbott
4ea997493b
events: Normalize realm_icon events to be standard.
...
This lets us save on semi-duplicate code, both in server_events.js and
in zerver/lib/events.py, and makes our event structure a bit more
predictable.
2017-02-26 12:16:07 -08:00
K.Kanakhin
257bb40698
realm-icon: Add realm icon feature.
...
- Add realm icon fields to realm model.
- Add migration for new realm model's field.
- Add views for icon uploading and deleting.
- Add routes for realm icons views.
- Add JS widget for realm icon upload setting.
- Add realm icon upload to administration
organization setting.
- Add tests for realm icons.
Fixes #3660 .
2017-02-26 12:16:07 -08:00
Tim Abbott
20b655016d
js: Move admin.js further down the list.
...
This makes it reasonable for it to depend on libraries like widgets.js.
2017-02-26 12:16:07 -08:00
Tim Abbott
c5ed119f89
upload: Rename BadImageError exception to not mention avatars.
...
This is preparation for using that function to decode realm icons as
well.
2017-02-26 12:16:07 -08:00
K.Kanakhin
9ce218154e
realm-icon: Move upload widget to separate file.
...
This makes it possible to use the upload widget in the realm icon
organization settings on frontend.
2017-02-26 12:15:41 -08:00
Tim Abbott
5a204d7c84
subs: Fix capitalization in stream privacy modal.
2017-02-25 18:36:48 -08:00
Tim Abbott
bd03bb76fd
subs: Remove unnecessary data-is-private variable.
2017-02-25 18:33:07 -08:00
Harshit Bansal
f20993787c
subscriptions: Add a modal for changing stream privacy.
...
Change the remaining "Admin settings" with a button, namely
changing a stream's privacy, to instead be a "[Change]" link
opening a confirmation modal.
Fixes : #3493 .
2017-02-25 18:23:15 -08:00
Harshit Bansal
1d33c759e4
subs.js: Make `change_stream_privacy()` function global.
2017-02-25 18:23:15 -08:00
Elliott Jin
8decddb44b
Clean up Google Calendar integration docs.
...
This change fixes a broken link, fixes minor typo, and includes some minor
rewording for clarity / consistency.
2017-02-25 18:20:58 -08:00
Elliott Jin
f038cd47d9
test-backend: Raise zerver/views/realm.py test coverage to 100%.
2017-02-25 18:18:29 -08:00
Elliott Jin
b2b1977138
docs: Fix typo in new-feature-tutorial.md.
2017-02-25 00:53:02 -08:00
Cynthia Lin
07d1637c96
frontend: Fix edit header display height.
...
Header navbar covers the entire Mac OS X old Zulip desktop app page; this should fix that error.
2017-02-24 15:21:20 -08:00
Brock Whittaker
c4d50f505f
Make compose preview box less editable-looking.
...
This adds a slight background color and a cursor to show that editing
is disabled.
2017-02-24 15:07:33 -08:00
Brock Whittaker
9ee5ac6d23
Redesign compose box.
...
This redesigns it to closer to the new implementation design.
2017-02-24 15:07:33 -08:00
Brock Whittaker
c35d821786
Restyle uploaded files table.
...
This restyles the uploaded files table to be lighter, more minimal, and
easier to parse than the previous table.
2017-02-24 15:05:06 -08:00
Brock Whittaker
e504eaaa68
Change time render to be client-side and formatted.
...
This changes the time render to be done on the client-side and
therefore take advantage of knowing the client’s timezone, along with
being formatted in a more human-parseable way.
2017-02-24 15:05:06 -08:00
Brock Whittaker
434317b4cc
Add "all" and "subscribed" deeplink for subscriptions.
...
This adds a deep link to “all” which is to show all streams,
along with "subscribed" for only streams you are subscribed to.
2017-02-23 15:34:30 -08:00
Brock Whittaker
461066cab9
Add deep linking to #subscriptions/new and #subscriptions/:stream_id.
...
This mechanism allows for a user to deep link to a particular
subscription or the form for creating a new subscription.
2017-02-23 15:34:30 -08:00