|
|
|
|
@ -1,11 +1,38 @@ |
|
|
|
|
## NEXT |
|
|
|
|
|
|
|
|
|
## 0.21.0, 2016-Mar-07 |
|
|
|
|
|
|
|
|
|
- Add ability for users to delete their own accounts |
|
|
|
|
- Add infinite scrolling to channels list |
|
|
|
|
- Add search bar to the channels flex |
|
|
|
|
- Add setting to allow/deny own account deletion |
|
|
|
|
- Allow numeric characters in the OAuth2 provider name |
|
|
|
|
- Allow post messages starting with slash |
|
|
|
|
- Allow prepareOutgoingRequestScript to stop execution and return a message |
|
|
|
|
- Blank channel when sending attachments as object |
|
|
|
|
- CAS Plugin: Use Meteor.users.services.cas.external_id to identify users instead of Meteor.users.username. |
|
|
|
|
- Defers user deletion |
|
|
|
|
- Delete MAINTAINERS.md |
|
|
|
|
- Disable E-mail Confirmation setting when SMTP is not set. |
|
|
|
|
- Do not add a value in both $set and $setOnInsert |
|
|
|
|
- Escapes regex in room search |
|
|
|
|
- Fix #766; Disable E-mail Confirmation setting when SMTP is not set. |
|
|
|
|
- Fixes #2399. Fixes bug with highlighted words which allowed an empty string to be defined as highlight. |
|
|
|
|
- Fixes #924. Admin users may now login without verifying their e-mails. |
|
|
|
|
- Fixes oauth registration deleting account with unverified e-mail |
|
|
|
|
- Improve last commit |
|
|
|
|
- Improve user search when adding in channels |
|
|
|
|
- Improves layout of new password requested |
|
|
|
|
- Fixes #924. Admin users may now login without verifying their e-mails. |
|
|
|
|
- Makes channels list load faster by not getting full channel data, such as usernames. |
|
|
|
|
- Fixes #2399. Fixes bug with highlighted words which allowed an empty string to be defined as highlight. |
|
|
|
|
- Fix #766; Disable E-mail Confirmation setting when SMTP is not set. |
|
|
|
|
- Init incoming webhook scripting |
|
|
|
|
- Init outgoing webhook scripting |
|
|
|
|
- Log error when trying to creat a user with no email via LDAP |
|
|
|
|
- Make channels list load faster by not getting full channel data, such as usernames. |
|
|
|
|
- Profile page improvements. |
|
|
|
|
- Removes loading animation overlay after pages are rendered. |
|
|
|
|
- Removes login_style setting of custom oauth. |
|
|
|
|
- Sharing recent excitement around CRM integrations |
|
|
|
|
- Shows OAuth Callback URLs |
|
|
|
|
- Support 'user_id' in addition to 'id' and 'ID' for service identifier |
|
|
|
|
|
|
|
|
|
## 0.20.0, 2016-Feb-29 |
|
|
|
|
|
|
|
|
|
|