summaryrefslogtreecommitdiffstats
path: root/api/context.go
Commit message (Expand)AuthorAgeFilesLines
* Renaming repoChristopher Speller2017-09-061-4/+4
* app type transition (#7167)Chris2017-09-061-8/+10
* Api: NewLocAppError -> NewAppError (#7280)George Goldberg2017-09-011-20/+11
* Config to make town square read only (#7140)David Meza2017-09-011-1/+1
* Remove temporary cookie code (#7218)Joram Wilander2017-08-181-14/+0
* PLT-6226 Fixing races with licensing (#7213)Corey Hulen2017-08-161-2/+2
* PLT-6763 Implement user access tokens and new roles (server-side) (#6972)Joram Wilander2017-07-311-2/+6
* PLT-6554 Add config setting to control enabling API version 3 (#6835)Joram Wilander2017-07-041-0/+4
* PLT-6080 moving clustering to memberlist (#6499)Corey Hulen2017-06-191-3/+0
* Detach session activity update from statuses (#6379)Joram Wilander2017-05-101-0/+1
* PLT-6492 Use new cookie to determine if user is logged in (#6317)Joram Wilander2017-05-041-0/+22
* PLT-6322 log error messages in english (#6234)Corey Hulen2017-04-281-4/+4
* Implement v4 endpoints for OAuth (#6040)Joram Wilander2017-04-201-27/+2
* Merge branch 'release-3.8'Christopher Speller2017-04-171-1/+1
|\
| * PLT-5977: Only reload clients when client config changes. (#5989)George Goldberg2017-04-051-1/+1
* | PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
|/
* PLT-5900 Removed automatic configuration of SiteURL (#5952)Harrison Healey2017-04-041-15/+11
* Merge branch 'release-3.7'George Goldberg2017-03-231-1/+1
|\
| * Fix policy application in team edition. (#5771)George Goldberg2017-03-151-1/+1
* | Moving HTTP request counter to the start of ServeHTTP so count time is not ef...Christopher Speller2017-03-141-2/+4
|/
* Implement APIv4 infrastructure (#5191)Joram Wilander2017-01-301-22/+19
* Fix siteURL not being set correctly (#5189)Joram Wilander2017-01-251-0/+2
* Move permissions code into app package (#5146)Joram Wilander2017-01-231-3/+8
* Migrate functions to app package (#5106)Joram Wilander2017-01-191-1/+1
* Refactor and migrate more functions out of api into app package (#5063)Joram Wilander2017-01-131-1/+1
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-136/+13
* Adding session cache directly to web-conn (#4861)Christopher Speller2016-12-221-0/+2
* Fix API Get channels for a user returns users' dm channels with blank teamid ...Carlos Tadeu Panato Junior2016-12-201-0/+20
* Adding metrics for caching mechanisms (#4828)Christopher Speller2016-12-191-0/+9
* Fix typo (#4814)Zeger-Jan van de Weg2016-12-161-1/+1
* Adding caching layer to some posts calls (#4779)Christopher Speller2016-12-141-0/+1
* PLT-4767 Implement MFA Enforcement (#4662)Joram Wilander2016-12-121-12/+54
* PLT-4853 Adding cache purging to the server (server) (#4735)Corey Hulen2016-12-081-0/+9
* PLT-4357 adding performance monitoring (#4622)Corey Hulen2016-11-221-0/+16
* Fixing clustering problem (#4320)Corey Hulen2016-10-251-3/+8
* Merging performance branch into master (#4268)Joram Wilander2016-10-191-3/+3
* Trim trailing slashes to prevent OAuth2 URI mismatch errors (#4204)Stan Hu2016-10-121-1/+1
* Modifying permissions system. (#3897)Christopher Speller2016-09-131-83/+9
* Include build number in server version given to the client (#3984)Joram Wilander2016-09-081-1/+1
* PLT-1527 Add a slash command to set yourself away (#3752)Dmitri Aizenberg2016-08-311-1/+1
* Moving CheckBrowserCompatability to debug (#3889)Corey Hulen2016-08-261-1/+1
* Fixing 404 errors (#3838)Corey Hulen2016-08-221-6/+1
* Changed autodetection of SiteURL (#3764)Harrison Healey2016-08-091-5/+11
* PLT-2899 adding clustering of app servers (#3682)Corey Hulen2016-08-041-2/+9
* PLT-3484 OAuth2 Service Provider (#3632)enahum2016-08-031-4/+7
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-9/+7
* Restricting visibility of detailed_error message (#3629)Christopher Speller2016-07-191-0/+6
* PLT-2241 Refactored statuses into a more real-time system (#3573)Joram Wilander2016-07-181-5/+2
* SAML support (#3494)enahum2016-07-051-1/+6
* Fixing invalid session (#3463)Corey Hulen2016-07-011-2/+8