Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally remove utils.Cfg (#8113) | Chris | 2018-01-17 | 1 | -4/+0 |
| | | | | | | | | * finally remove utils.Cfg * fix compile error * another test compilation fix | ||||
* | prevent users from changing email addresses to restricted domains (#7765) | Chris | 2017-11-03 | 1 | -0/+19 |
| | |||||
* | prevent deactivation of sso users (#7759) | Chris | 2017-11-02 | 1 | -0/+20 |
| | |||||
* | Refactoring cfg refs and load / save functions (#7749) | Chris | 2017-10-31 | 1 | -4/+1 |
| | | | | | | * refactoring cfg refs and load / save functions * improve error output | ||||
* | Remove more global refs / state (#7723) | Chris | 2017-10-26 | 1 | -5/+5 |
| | | | | | | | | | | * remove more global refs / state * fix job enterprise initialization * fix api4 test compilation * saml api endpoints fix | ||||
* | Fix races / finally remove global app for good (#7570) | Chris | 2017-10-04 | 1 | -0/+8 |
| | | | | | | | | | | | | * finally remove global app for good * test compilation fixes * fix races * fix deadlock * wake up write pump so it doesn't take forever to clean up | ||||
* | remove more global references (#7442) | Chris | 2017-09-14 | 1 | -18/+16 |
| | |||||
* | Remove global app references (#7433) | Chris | 2017-09-12 | 1 | -19/+15 |
| | | | | | | | | * remove global app references * test fix * fix api4 test compilation | ||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -4/+4 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -17/+23 |
| | |||||
* | Fix TestUpdateOAuthUserAttrs unit test (#7037) | Joram Wilander | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Fix TestCreateOAuthUser unit test (#7034) | Joram Wilander | 2017-07-28 | 1 | -1/+1 |
| | |||||
* | PLT-6271 Changed word splitting to initially split on any non-name character ↵ | Harrison Healey | 2017-04-28 | 1 | -1/+1 |
| | | | | | | | | (#6261) * PLT-6271 Changed word splitting to initially split on any non-name character * Fixed detection of out of channel mentions | ||||
* | Revert "Usernames must start with a letter (#5581)" | Christopher Speller | 2017-04-18 | 1 | -2/+2 |
| | | | | This reverts commit 2e911b77c3386833f8f0cea82c7b6b3e5583a08e. | ||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * 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 | ||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | PLT-5765 Passed SiteURL to SendNotifications (#5705) | Harrison Healey | 2017-03-10 | 1 | -3/+3 |
| | |||||
* | Usernames must start with a letter (#5581) | Joram Wilander | 2017-03-03 | 1 | -2/+2 |
| | |||||
* | APIv4: GET /users/{user_id}/image (#5526) | Saturnino Abril | 2017-02-27 | 1 | -0/+22 |
| | |||||
* | Updating user attributes on oauth login (#5324) | Poornima | 2017-02-26 | 1 | -1/+153 |
| | | | | Moving update function to app package Fixing duplicate userID on create user test | ||||
* | Block OAuth account creation when disabled in config (#5506) | Joram Wilander | 2017-02-23 | 1 | -0/+34 |
| | |||||
* | More app code migration (#5170) | Joram Wilander | 2017-01-25 | 1 | -0/+26 |
| | | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package | ||||
* | Refactor and migrate more functions out of api into app package (#5063) | Joram Wilander | 2017-01-13 | 1 | -0/+27 |