| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
* Changed autoconfiguration of SiteURL to be done on every request
* Added SiteURL to system console
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
| |
* PLT-3811 Fix OAuth 2.0 provider help text
* Fix Ids for RHS translations
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-2899 adding clustering of app servers
* PLT-2899 base framework
* PLT-2899 HA backend
* PLT-2899 Fixing config file
* PLT-2899 adding config syncing
* PLT-2899 set System console to readonly when clustering enabled.
* PLT-2899 Fixing publish API
* PLT-2899 fixing strings
|
|
|
|
|
|
|
|
| |
* Update help text for OAuth
* Update oauth_settings.jsx
* Update en.json
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added flagged posts functionality
* UI Improvements to flags (#3697)
* Added flag functionality for mobile
* Updating flagged text (#3699)
* Add back button to RHS thread when coming from flagged posts
* Updating position of flags (#3708)
* Plt 3506 - Reverting flag position (#3724)
* Revert "Updating position of flags (#3708)"
This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58.
* Fixing the icon in search
* Help text and white space improvements (#3730)
* Updatng help text and some white spacing.
* Updating help text
|
|
|
|
|
|
|
|
|
|
| |
* Update help text for Google/Office 365 OAuth
* Update en.json
* Change " to ' in .jsx
* Fix errors caused by "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3484 OAuth2 Service Provider
* PM text review for OAuth 2.0 Service Provider
* PLT-3484 OAuth2 Service Provider UI tweaks (#3668)
* Tweaks to help text
* Pushing OAuth improvements (#3680)
* Re-arrange System Console for OAuth 2.0 Provider
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3640 Moved all clientside user agent snooping into a single file
* PLT-3640 Added mobile landing pages on login to iOS and Android web apps
* PLT-3640 Moved landing page to appear before first login
* PLT-3640 Fixed detection of Chrome on Android
* PLT-3640 Disabled mobile landing pages when their respective URLs are set to blank
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Update help text for compliance settings
* Update en.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* EE: Add Google and Office365 SSO through OAuth2
* Add localization strings
* Text tweaks for PLT-3633
* Added sign-up button for Office 365
* Updated some error messages and a bit of licensing
* Updated sign-in method section in user settings to include Google and Office365
* Added more localization strings
|
|
|
|
|
|
| |
* Update policy_settings.jsx
* Update en.json
|
|
|
|
|
|
|
|
|
|
| |
* Update ldap-settings.jsx
* Update en.json
* Update ldap_settings.jsx
* Update en.json
|
|
|
|
| |
word (#3611)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-1866 Added configurable links for native app downloads
* PLT-1866 Added native app download link to main menu
* PLT-3509 Added native app link to tutorial
* PLT-3509 Added native app link to welcome email
* PLT-3509 Made link to apps in welcome email conditional on being set
|
|
|
|
|
|
|
|
|
|
| |
* Added @here mention that notifies online users
* Fixed existing race condition that would sometime cause clients to miss mention count changes
* Added missing localization strings
* Prevent @here from mentioning the user who posted it
|
|
|
|
|
|
| |
* Added view members for non-admins in channel and team
* changed variable name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-914 Add mention notifications for replies on a comment thread
* remove useless store method
fix highlighting comments posted before th user write something to thread
* refactor out isCommentMention function after rebase
* change comment bar highlighting to replay icon mention highlighting
* settings and always visible highlight
* fix unit tests for new settings
* change highlight behaviour
- if any message in comment thread generates mention - all thread is highlighted
- remove always visible highlightion
* fix bug about the textarea in the center channel not clearing
* fix default settings value notify_props.comments
* do not highlight own comments if there is no other user's messages in thread
* refactor out ReactDOM.findDOMNode
* refactor out using of UserStore from component
|
|
|
|
|
|
| |
* Update Youtube API key help text
* Update en.json
|
| |
|
|
|
|
|
|
|
|
| |
* Added channel header to create channel modal
removed React FindDOMNode
* made css changes
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Bumping version to: 3.2.0-rc1
* PLT-2863 fixing bad merge that broke this PR (#3523)
* PLT-2863 adding remove user from team
* PLT-2863 adding the client side UI
* Fixing trailing space
* Fixing reported issues
* Adding documentatino
* Switching to final javascript driver
* Fixing bad merge
* Fixing bad merge
* PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524)
* Login error messages fix (#3525)
* daily translations 20160708 (#3533)
* Fixed permissions when getting a file attachment to use the correct user id (#3535)
* PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534)
* PLT-3560 blocking adding to channel once user is removed (#3537)
* Always allow system admins to see the Integrations sidebar (#3536)
* Plt 3475 - Post control improvements (#3538)
* Adding class to post when dropdown is active.
* plt-3475 - Post controls improvements
* daily translations 20160711 (#3544)
|
|/
|
|
|
|
| |
text (#3540)
* Add links to docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update emoji-list.jsx
* Update en.json
* Update emoji_list.jsx
* Update en.json
* Update emoji_list.jsx
* Update en.json
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Added password requirements
* added tweaks
* fixed error code
* removed http.StatusNotAcceptable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-2863 adding remove user from team
* PLT-2863 adding the client side UI
* Fixing trailing space
* Fixing reported issues
* Adding documentatino
* Switching to final javascript driver
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Update ldap_settings.jsx
Changed help text for consistency
* Update en.json
|
| |
|
|
|
|
| |
existing servers (#3458)
|