summaryrefslogtreecommitdiffstats
path: root/app/session.go
Commit message (Collapse)AuthorAgeFilesLines
* Detach session activity update from statuses (#6379)Joram Wilander2017-05-101-0/+14
|
* Fixing session error (#6370)Christopher Speller2017-05-091-1/+1
|
* Fxing hub panic (#6214)Christopher Speller2017-04-241-2/+3
|
* 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
* Example of how to call metrics (#5621)Corey Hulen2017-03-061-3/+3
|
* Implement user sessions endpoints for APIv4 (#5449)Ruzette Tanyag2017-02-171-0/+2
| | | | | | | | | | | | | | * added get session and revoke session endpoints, unittests and drivers * removed BasicUser2 and added teardown * added badrequest unit test case for sessions * added session loop to check if user id and session user id matches * fixed indentation issues for user_test * match indentation from spaces to tabs
* More app code migration (#5170)Joram Wilander2017-01-251-10/+0
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-5/+49
| | | | | | | | | | | | | | | | | | * 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
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-0/+52
|
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+94
* 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