summaryrefslogtreecommitdiffstats
path: root/app/post.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.6.2 into master (#5211)Joram Wilander2017-01-271-3/+3
| | | | | | | | | | * Add webhook cache * Add channel by name cache * Fxing profiles in channels cache * Fix merge
* More app code migration (#5170)Joram Wilander2017-01-251-0/+305
| | | | | | | | * Migrate admin functions into app package * More user function refactoring * Move post functions into app package
* PLT-5284 Fix webhook notifications for channel creator is not in (#5119)Joram Wilander2017-01-201-4/+4
| | | | | | * Fix webhook notifications for channel creator is not in * Fix unit test
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+196
* 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