summaryrefslogtreecommitdiffstats
path: root/api/context.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* PLT-3440 (#3440)Corey Hulen2016-06-291-1/+12
* CLI: invite user by email - missing siteURL in email (#3297)Thomas Balthazar2016-06-101-2/+2
* Removed isTestDomain (#3069)David Lu2016-05-241-64/+0
* Fixing websocket connection=Corey Hulen2016-05-171-1/+1
* PLT-2697 Fixing team admins (#2900)Corey Hulen2016-05-061-3/+3
* PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public fi...Harrison Healey2016-05-051-3/+12
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-57/+100
* PLT-2593: Fix logs being stored with user locale (#2722)enahum2016-04-171-1/+1
* Minor fix for expired sessionsJoramWilander2016-04-041-7/+23
* Visiting invalid URLs and bad APIs causes redirect to error pageChristopher Speller2016-04-011-19/+17
* Convering client to react-router.Christopher Speller2016-03-141-110/+27
* Set CORS Headers when needed if CORS is enabledElias Nahum2016-03-021-35/+24
* Add Cors HandlerElias Nahum2016-03-011-0/+41
* Add default value to AllowCorsFrom settingElias Nahum2016-03-011-2/+2
* Allow CORSElias Nahum2016-03-011-0/+4
* Fixed content security policy headerReed Garmsen2016-02-181-1/+1
* Fixing IE expire issue=Corey Hulen2016-02-111-0/+4
* Changed first preference load to be done synchronouslyhmhealey2016-01-261-0/+1
* PLT-7: Refactoring api to use translations (chunk 4)Elias Nahum2016-01-241-0/+7
* PLT-7 client side infra=Corey Hulen2016-01-211-1/+2