summaryrefslogtreecommitdiffstats
path: root/app/analytics.go
Commit message (Collapse)AuthorAgeFilesLines
* app type transition (#7167)Chris2017-09-061-27/+27
|
* Add some basic sorting support for GET /users endpoint (#6801)Joram Wilander2017-06-301-2/+31
|
* 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
* Adding go vet from hack-a-thon (#5328)Corey Hulen2017-02-091-18/+18
| | | | | | | | | | | | | | | | | | | | | | * Adding go vet to the api package * Adding go vet to app package * Adding go vet to manualtesting package * Adding go vet to the model package * Adding go vet to the store dir * Adding go vet to utils package * Adding missing dirs with go files * Fixing up makefile * Fixing up makefile * Removing root dir
* More app code migration (#5170)Joram Wilander2017-01-251-0/+239
* Migrate admin functions into app package * More user function refactoring * Move post functions into app package