| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(#6213)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
|
|
|
|
|
|
| |
* Refactor switching login type code into app layer and add v4 endpoint
* Fix unit test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)"
This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47.
* Removed automatic configuration of SiteURL
* Reverted unintentional config changes
* Updated help text
* Added link to docs in Site URL warning
* Fixed merge conflict
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
* enable saml for RN app
* remove unnecessary user sanitize
|
|
|
|
| |
Moving update function to app package
Fixing duplicate userID on create user test
|
|
|
|
|
|
| |
* Adding device Id for version 2
* Changing ids
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adding caching to profile images
* Fixing break
* Adding back in failed read
* Fixing build break
* Fixing break
|
|
|
|
|
|
| |
* APIv3 append offset and limit to getProfiles etag
* add separator between offset and limit
|
| |
|
| |
|
|
|
|
|
|
| |
* Implement APIv4 infrastructure
* Update parameter requirement functions per feedback
|
|
|
|
|
|
|
|
| |
* Migrate admin functions into app package
* More user function refactoring
* Move post functions into app package
|
|
|
|
|
|
| |
* Move permissions code into app package
* Revert getPosts permission
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Refactor and move session logic into app package
* Refactor email functions into the app package
* Refactor password update into app package
* Migrate user functions to app package
* Move team functions into app package
* Migrate channel functions into app package
* Pass SiteURL through to app functions
* Update based on feedback
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add app package and move logic over from api package
* Change app package functions to return errors
* Move non-api tests into app package
* Fix merge
|
|
|
|
| |
Incidentally fixes displaying the Linux icon next to sessions on Linux
at the same time.
|
| |
|
| |
|
|
|
|
|
|
| |
* Add API call to get a user by their email address
* update per review
|
| |
|
|
|
|
|
|
| |
* Fixing image profiles
* Fixing break
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Create MFA setup page and remove MFA setup from account settings modal
* Add enforce MFA to system console and force redirect
* Lockdown mfa required API routes, add localization, other changes
* Minor fixes
* Fix typo
* Fix some unit tests
* Fix more unit tests
* Minor fix
* Updating UI for MFA screen (#4670)
* Updating UI for MFA screen
* Updating styles for MFA page
* Add the ability to switch between email/sso with MFA enabled
* Added mfa change email
* Minor UI updates for MFA enforcement
* Fix unit test
* Fix client unit test
* Allow switching email to ldap and back when MFA is enabled
* Fix unit test
* Revert config.json
|
|
|
|
|
|
| |
* PLT-4853 Adding caching invalidation to HA
* PLT-4853 Adding cach purging to the server
|
| |
|
| |
|
|
|
|
|
|
| |
* Consider privacy settings in user search
* Add sysadmin as exception to privacy settings for user search
|
|
|
|
|
|
| |
* Add autocomplete API for system-wide users
* Update channel switcher to autocomplete all users on the system
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add more channel paging API
* Add channel paging support to client
* Add DB channel search functions
* Add API for searching more channels
* Add more channel search functionality to client
* Add API for autocompleting channels
* Add channel autocomplete functionality to the client
* Move to be deprecated APIs to their own file
* Final clean-up
* Fixes related to feedback
* Localization changes
* Add unit as suffix to timeout constants
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* WIP
* WIP
* Adding metrics collection
* updating vendor packages
* Adding metrics to config
* Adding admin console page for perf monitoring
* Updating glide
* switching to tylerb/graceful
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3762 - Add API call to get a user by their username
* fix lint
* update rote
* update per code review
* update per code review
* remove first/last name is not used in this test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement PLT-4524 Update password reset page
* fix lints
* changes based on review
* update per request/review
* update tests
* add css for alert-success
* change per request
|
|
|
|
| |
deactivated (#4551)
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
* Add test to CheckUserDomain
* Add unit test to IsUsernameTaken
|
|/ |
|
|
|
|
|
|
|
|
|
|
| |
* PLT-4716 fixes cache invalidation issue
* Adding missing interface
* Adding cache invalidation to channel notification preferences
* Adding cache invalidation to channel notification preferences
|
|
|
|
|
|
| |
* PLT-4550 move webrtc to TE
* remove webrtc from makefile enterprise tests
|