server
/
chat
master
spline
chat
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
/
context.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
PLT-6763 Implement user access tokens and new roles (server-side) (#6972)
Joram Wilander
2017-07-31
1
-2
/
+6
*
PLT-6554 Add config setting to control enabling API version 3 (#6835)
Joram Wilander
2017-07-04
1
-0
/
+4
*
PLT-6080 moving clustering to memberlist (#6499)
Corey Hulen
2017-06-19
1
-3
/
+0
*
Detach session activity update from statuses (#6379)
Joram Wilander
2017-05-10
1
-0
/
+1
*
PLT-6492 Use new cookie to determine if user is logged in (#6317)
Joram Wilander
2017-05-04
1
-0
/
+22
*
PLT-6322 log error messages in english (#6234)
Corey Hulen
2017-04-28
1
-4
/
+4
*
Implement v4 endpoints for OAuth (#6040)
Joram Wilander
2017-04-20
1
-27
/
+2
*
Merge branch 'release-3.8'
Christopher Speller
2017-04-17
1
-1
/
+1
|
\
|
*
PLT-5977: Only reload clients when client config changes. (#5989)
George Goldberg
2017-04-05
1
-1
/
+1
*
|
PLT-5860 Updated copyright date (#6058)
Harrison Healey
2017-04-12
1
-1
/
+1
|
/
*
PLT-5900 Removed automatic configuration of SiteURL (#5952)
Harrison Healey
2017-04-04
1
-15
/
+11
*
Merge branch 'release-3.7'
George Goldberg
2017-03-23
1
-1
/
+1
|
\
|
*
Fix policy application in team edition. (#5771)
George Goldberg
2017-03-15
1
-1
/
+1
*
|
Moving HTTP request counter to the start of ServeHTTP so count time is not ef...
Christopher Speller
2017-03-14
1
-2
/
+4
|
/
*
Implement APIv4 infrastructure (#5191)
Joram Wilander
2017-01-30
1
-22
/
+19
*
Fix siteURL not being set correctly (#5189)
Joram Wilander
2017-01-25
1
-0
/
+2
*
Move permissions code into app package (#5146)
Joram Wilander
2017-01-23
1
-3
/
+8
*
Migrate functions to app package (#5106)
Joram Wilander
2017-01-19
1
-1
/
+1
*
Refactor and migrate more functions out of api into app package (#5063)
Joram Wilander
2017-01-13
1
-1
/
+1
*
PLT-4938 Add app package and move logic over from api package (#4931)
Joram Wilander
2017-01-13
1
-136
/
+13
*
Adding session cache directly to web-conn (#4861)
Christopher Speller
2016-12-22
1
-0
/
+2
*
Fix API Get channels for a user returns users' dm channels with blank teamid ...
Carlos Tadeu Panato Junior
2016-12-20
1
-0
/
+20
*
Adding metrics for caching mechanisms (#4828)
Christopher Speller
2016-12-19
1
-0
/
+9
*
Fix typo (#4814)
Zeger-Jan van de Weg
2016-12-16
1
-1
/
+1
*
Adding caching layer to some posts calls (#4779)
Christopher Speller
2016-12-14
1
-0
/
+1
*
PLT-4767 Implement MFA Enforcement (#4662)
Joram Wilander
2016-12-12
1
-12
/
+54
*
PLT-4853 Adding cache purging to the server (server) (#4735)
Corey Hulen
2016-12-08
1
-0
/
+9
*
PLT-4357 adding performance monitoring (#4622)
Corey Hulen
2016-11-22
1
-0
/
+16
*
Fixing clustering problem (#4320)
Corey Hulen
2016-10-25
1
-3
/
+8
*
Merging performance branch into master (#4268)
Joram Wilander
2016-10-19
1
-3
/
+3
*
Trim trailing slashes to prevent OAuth2 URI mismatch errors (#4204)
Stan Hu
2016-10-12
1
-1
/
+1
*
Modifying permissions system. (#3897)
Christopher Speller
2016-09-13
1
-83
/
+9
*
Include build number in server version given to the client (#3984)
Joram Wilander
2016-09-08
1
-1
/
+1
*
PLT-1527 Add a slash command to set yourself away (#3752)
Dmitri Aizenberg
2016-08-31
1
-1
/
+1
*
Moving CheckBrowserCompatability to debug (#3889)
Corey Hulen
2016-08-26
1
-1
/
+1
*
Fixing 404 errors (#3838)
Corey Hulen
2016-08-22
1
-6
/
+1
*
Changed autodetection of SiteURL (#3764)
Harrison Healey
2016-08-09
1
-5
/
+11
*
PLT-2899 adding clustering of app servers (#3682)
Corey Hulen
2016-08-04
1
-2
/
+9
*
PLT-3484 OAuth2 Service Provider (#3632)
enahum
2016-08-03
1
-4
/
+7
*
PLT-3408 Add SiteURL to config.json (#3692)
Harrison Healey
2016-08-02
1
-9
/
+7
*
Restricting visibility of detailed_error message (#3629)
Christopher Speller
2016-07-19
1
-0
/
+6
*
PLT-2241 Refactored statuses into a more real-time system (#3573)
Joram Wilander
2016-07-18
1
-5
/
+2
*
SAML support (#3494)
enahum
2016-07-05
1
-1
/
+6
*
Fixing invalid session (#3463)
Corey Hulen
2016-07-01
1
-2
/
+8
*
PLT-3440 (#3440)
Corey Hulen
2016-06-29
1
-1
/
+12
*
CLI: invite user by email - missing siteURL in email (#3297)
Thomas Balthazar
2016-06-10
1
-2
/
+2
*
Removed isTestDomain (#3069)
David Lu
2016-05-24
1
-64
/
+0
*
Fixing websocket connection
=Corey Hulen
2016-05-17
1
-1
/
+1
*
PLT-2697 Fixing team admins (#2900)
Corey Hulen
2016-05-06
1
-3
/
+3
*
PLT-2600/PLT-2770 Added Get Public Link modal and added new API for public fi...
Harrison Healey
2016-05-05
1
-3
/
+12
[next]