summaryrefslogtreecommitdiffstats
path: root/app/session_test.go
Commit message (Collapse)AuthorAgeFilesLines
* add megacheck as makefile target (#9288)Daniel Schalla2018-09-031-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Fix code issues in channel_test.go Fix Channel Test Issues detected by Megacheck Fix API Emoji Test Issues detected by Megacheck Fixed API Issues Reported by Megacheck Fixed App issues reported by megacheck Remaining fixes removed test added by mistake from old HEAD gofmt Store Fixes simplified returns Fix test for multi member channel delete revert to delete unused function
* Remove license globals entirely (#8229)Chris2018-02-091-5/+4
| | | | | | | | * remove license globals entirely * fix infinite recursion * test fix
* Eliminate utils.SetLicense calls (#8217)Chris2018-02-071-12/+1
| | | | | | | | | | * eliminate utils.SetLicense calls * test fix * another test fix * more test fixes
* more global config ref cleanup (#7802)Chris2017-11-091-4/+4
|
* Remove more global refs / state (#7723)Chris2017-10-261-3/+3
| | | | | | | | | | * 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)Chris2017-10-041-0/+2
| | | | | | | | | | | | * 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
* PLT-7633 (E20) Add session idle timeout config setting (#7524)Joram Wilander2017-09-281-0/+119
| | | | | | | | | | * Add session idle timeout config setting * Modify config setting name to SessionIdleTimeoutInMinutes * Small re-org of if statement * Merge with latest master
* remove einterface gets (#7455)Chris2017-09-191-1/+3
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* app type transition (#7167)Chris2017-09-061-1/+2
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-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
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-1/+1
| | | | | | | | | | | | | | | | | | * 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
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+31
* 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