| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
| |
* Fixing config file watch and config reload on license save
* Fixing config file watch and config reload on license save
* Fixing build error
* Fixing locking issue
|
| |
|
|
|
|
| |
Adds an EE policy feature to allow restricting system-wide which level of
Admins can manage the membership of private channels.
|
| |
|
|
|
|
|
|
|
|
| |
(#5765)
* Fix bug where flagged posts endpoint returned posts on other teams
* Include flagged posts from DMs/GMs
|
|
|
|
|
|
|
|
| |
* PLT-6090 adding ability to read license file from disk
* Fixing unit test that fails only sometimes
* Fixing test that fails randomly
|
| |
|
| |
|
| |
|
|
|
| |
Uses same policy setting as InviteUserToTeam.
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Second attept at patching api/websocket.go for CORS support.
* Missing include
* Fixed whitespace formatting so that gofmt passes.
* Added tests for CORS filtering
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Implement POST /users/search endpoint for APIv4
* PLT-2713 Added store functions for searching users that don't have a team
* PLT-2713 Added 'without_team' option when searching users
* PLT-2713 Added 'without_team' option when searching users (v4)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- if 'http_proxy' environment variable is set, respect it when creating http client
- otherwise initialize a http client with timeout settings
Add ogjson to cache even when it fails
in this way we can prevent from requesting unparsable urls repeatedly
Extend expire time of cached link preview data to a week
There's no need to invalidate cache and send request again frequently
Revert timeout
Revert cache_expire_time
|
|\| |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
effected by request duration. (#5764)
|
| |
| |
| |
| |
| |
| | |
* Implement brand image endpoints for APIv4
* Fix unit test
|
| |
| |
| |
| |
| |
| | |
* Implement compliance endpoints for APIv4
* Add paging to get reports endpoint
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Implement SAML endpoints for APIv4
* Fix unit test
* Only disable encryption when removing puplic/private certs
|
| | |
|
| |
| |
| |
| | |
Now if we dont get the mailbox to check the email we try 5 times, if
still no message we disable the email verification.
|
| |
| |
| |
| |
| |
| | |
* APIv4: /files/{file_id}/link
* updated public link
|
|/
|
|
|
|
|
|
| |
* Save schema version for 3.7 (#5675)
* Adding index and cache to reactinos store (#5654)
* Fix badge count for push notifications (#5672)
|
| |
|
|
|
|
|
|
| |
* enable saml for RN app
* remove unnecessary user sanitize
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement server changes for group messaging
* Majority of client-side implementation
* Some server updates
* Added new React multiselect component
* Fix style issues
* Add custom renderer for options
* Fix model test
* Update ENTER functionality for multiselect control
* Remove buttons from multiselect UI control
* Updating group messaging UI (#5524)
* Move filter controls up a component level
* Scroll with arrow keys
* Updating mobile layout for multiselect (#5534)
* Fix race condition when backspacing quickly
* Hidden or new GMs show up for regular messages
* Add overriding of number remaining text
* Add UI filtering for team if config setting set
* Add icon to channel switcher and class prop to status icon
* Minor updates per feedback
* Improving group messaging UI (#5563)
* UX changes per feedback
* Update email for group messages
* UI fixes for group messaging (#5587)
* Fix missing localization string
* Add maximum users message when adding members to GM
* Fix input clearing on Android
* Updating group messaging UI (#5603)
* Updating UI for group messaging (#5604)
|
|
|
|
| |
Appropriate permission checks depend on the type of channel this
permalink links to.
|
|
|
| |
fix typo
|
|
|
|
|
|
| |
* Reload license from DB for all cluster app servers
* Increase test timeout
|
|
|
|
|
|
|
|
| |
* Move webhook logic from api layer to app layer
* Consolidate error messages
* Fix permission check and unit test
|
|
|
|
| |
This reverts commit ba028ed74b69bd1dd902344663fbf8ba4f1dfb87.
|
|
|
|
|
|
|
| |
Adding edit of outgoing webhook
Fixing spelling of error
Fixing style
Changing from PUT to POST for updates
Fixing test failures due to merge
|
|
|
|
| |
Moving update function to app package
Fixing duplicate userID on create user test
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3193 Add channel notification preferences for push and email notifications
* unit tests, model validation and localization
* Feedback review
* Adding back allowFromCache check
* Setting push and email to use default settings
* Move props as constants
* address feedback
|
|
|
|
|
|
| |
* Adding device Id for version 2
* Changing ids
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Implement POST /hooks/incoming endpoint for APIv4
* Implement GET /hooks/incoming endpoint for APIv4
* Updates per feedback
|
|
|
|
| |
When selecting the Channel, Team & System level for channel permissions,
they must be explicitly granted to the Channel *and* the Team admins.
|
| |
|