summaryrefslogtreecommitdiffstats
path: root/app/server.go
Commit message (Expand)AuthorAgeFilesLines
* Set default ciphers, set tls 1.2 via config, set curve prefs (#9315)Daniel Schalla2018-10-161-8/+57
* Add missing dots (fixing compilation error on go 1.11) (#9448)Jesús Espino2018-09-241-1/+1
* Add siteURL to WS origin check (#9183)Joram Wilander2018-07-301-0/+9
* MM-11160 Adding proper CORS support. (#9152)Christopher Speller2018-07-261-31/+24
* redirect, vs. proxy, 80->443 without LE enabled (#9020)Jesse Hallam2018-06-291-8/+16
* MM-10370: serve subpath (#8968)Jesse Hallam2018-06-211-5/+12
* Structured logging (#8673)Christopher Speller2018-04-271-12/+22
* improve error handling around invalid Forward80To443 settings (#8496)Jesse Hallam2018-03-231-1/+6
* general cleanup (#8387)Chris2018-03-071-47/+0
* Fix forward 80 to 443 to not bind on all interfaces. (#8360)Christopher Speller2018-02-231-12/+17
* Abort on critical error during server startup (#8204)Pierre de La Morinerie2018-02-071-5/+7
* handle RateLimiter initialization errors (#8199)Pierre de La Morinerie2018-02-051-2/+7
* User based rate limiting (#8152)Christopher Speller2018-01-311-30/+21
* Moving to golang.org/x/crypto/acme/autocert for Let's Encrypt functionality. ...Christopher Speller2018-01-301-13/+28
* origin checker refactor (#7889)Chris2017-11-221-2/+9
* add error message to forwarding log error (#7857)Chris2017-11-201-1/+1
* Remove more global refs / state (#7723)Chris2017-10-261-21/+3
* Reduce utils.Cfg references (#7650)Chris2017-10-181-12/+12
* Fix webconn shutdown race (#7631)Chris2017-10-161-5/+20
* parallel tests (#7629)Chris2017-10-161-19/+63
* Add back consumeAndClose functionality. (#7608)Christopher Speller2017-10-121-0/+10
* Miscellaneous app cleanup (#7594)Chris2017-10-091-11/+8
* store/sqlstore cleanup and postgres tests (#7595)Chris2017-10-091-1/+1
* Goroutine wranglin (#7556)Chris2017-10-031-15/+0
* Don't use global app for api / api4 tests (#7528)Chris2017-10-021-0/+2
* remove remaining Global() calls (outside of tests) (#7521)Chris2017-09-281-1/+1
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-1/+2
* remove more global refs (#7480)Chris2017-09-211-1/+1
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-32/+2
* Renaming repoChristopher Speller2017-09-061-4/+4
* app type transition (#7167)Chris2017-09-061-19/+17
* Temporarily place plugins into E20 (#7370)Joram Wilander2017-09-051-1/+1
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+32
* set to default value with config is missing (#7320)Saturnino Abril2017-08-301-4/+4
* Tweak WebSocket header-processing (#6929)Chris2017-07-131-3/+2
* Stage 1 of caching layer. Framework (#6693)Christopher Speller2017-06-271-1/+1
* Writing message to our logs when system panics and recovers (#6458)Corey Hulen2017-05-241-4/+13
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* PLT-4938 Add app package and move logic over from api package (#4931)Joram Wilander2017-01-131-0/+217