1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-27 00:51:33 +02:00
Commit Graph

1722 Commits

Author SHA1 Message Date
d4b588dbe9 Split large cookies 2019-01-22 11:34:54 +00:00
6aa35a9ecf Update sessions state 2019-01-22 11:34:53 +00:00
68d4164897 Add Authorization header flags 2019-01-22 11:34:23 +00:00
c8ca0c8295 Merge pull request #22 from pusher/update-changelog-docker
Update changelog for Docker Improvements
2019-01-22 11:08:32 +00:00
77766f0b2b Update changelog for Docker Improvements 2019-01-22 10:11:40 +00:00
c922a09ee7 Merge pull request #21 from yaegashi/docker-improvement
Docker improvement
2019-01-21 18:08:51 +00:00
ccaa6e96cd Ignore Dockerfile.dev
Dockerfile.dev is ignored by both git and docker for faster development
cycle of docker build.
2019-01-22 02:54:17 +09:00
cb41a91a65 Docker build optimization
Update Dockefile to get a much smaller footprint with alpine image.

Optimize ordering of build steps to avoid needless downloads.

Include CA certificates needed for practical use.
2019-01-22 02:55:39 +09:00
2943da00e2 Build a static binary
Update Makefile to build a static binary by default.
2019-01-22 02:54:17 +09:00
473112216f Merge pull request #17 from syscll/feature/go-1.11
build: use go 1.11
2019-01-16 12:28:20 +00:00
f35efd1e9c build: use go 1.11 2019-01-15 15:57:53 +00:00
78872725eb Merge pull request #13 from pusher/release-3.0.0
Release 3.0.0
v3.0.0
2019-01-14 11:32:14 +00:00
9e9b1f97f2 Fix changelog PR link 2019-01-14 10:47:01 +00:00
d08594436f Update release target 2019-01-14 10:39:21 +00:00
d472cf1645 Release v3.0.0 2019-01-14 10:07:22 +00:00
e1f45dd941 Merge pull request #7 from pusher/migration
Migration from Bitly to Pusher
2019-01-14 09:54:05 +00:00
f80ce246f3 Fix repo link 2019-01-07 16:43:27 +00:00
2eb2754cb1 Remove .env file 2019-01-07 16:42:58 +00:00
85d76be6b1 Disable make parallelism 2019-01-07 16:41:11 +00:00
1dddd818c4 Move dep to GoPath in CI setup 2019-01-04 11:12:47 +00:00
eded761cc1 Fix CI after make introduction 2019-01-04 11:07:45 +00:00
372ecd0cf8 Introduce Makefile 2019-01-04 10:58:30 +00:00
9096c70e96 Remove Go v1.8.x from Travis CI 2019-01-03 10:56:10 +00:00
381e878574 Add CODEOWNERS file 2019-01-02 10:22:18 +00:00
39d11b486f Fix Quay link 2018-12-20 14:30:37 +00:00
52f27f76dd Add docker image note to README 2018-12-20 14:28:13 +00:00
3253bef854 Add CONTRIBUTING guide 2018-12-20 14:14:04 +00:00
8564ab6e86 Add Issue and Pull Request templates 2018-12-20 12:02:35 +00:00
7fa913e51c Add Dockerfile 2018-12-20 11:06:26 +00:00
d37cc2889e Fix err declaration shadowing 2018-12-20 10:46:19 +00:00
e200bd5c20 Add comments to exported methods for providers package 2018-12-20 10:37:59 +00:00
a65ceb2c41 Add comments to exported methods for api package 2018-12-20 09:37:02 +00:00
ee913fb788 Add comments to exported methods for root package 2018-12-20 09:30:42 +00:00
8ee802d4e5 Lint for non-comment linter errors 2018-11-29 14:26:41 +00:00
990873eb42 Exit on first failure for travis 2018-11-27 12:17:59 +00:00
fa21208005 Fix fsnotify import 2018-11-27 12:08:22 +00:00
d41089d315 Update README to reflect new repo ownership 2018-11-27 12:08:21 +00:00
bc93198aa7 Update CI to separate linting and testing 2018-11-27 12:08:20 +00:00
847cf25228 Move imports from bitly to pusher 2018-11-27 11:45:05 +00:00
bfdccf681a Add Fork notice 2018-11-27 11:23:37 +00:00
a94b0a8b25 Merge pull request #549 from brennie/dev/bcrypt-htpasswd
Support bcrypt passwords in htpasswd
2018-03-24 23:48:45 -04:00
1c1db881c3 Merge pull request #561 from danopia/patch-1
Strip JWT base64 padding before parsing. #560
2018-03-24 23:45:15 -04:00
ae78840614 Merge pull request #555 from MiniJerome/master
typo(README): Terminiation » Termination
2018-03-24 23:44:16 -04:00
542ef54093 Strip JWT base64 padding before parsing. #560 2018-03-08 16:44:11 -08:00
2db0443e04 typo(README): Terminiation » Termination 2018-03-01 12:10:02 -05:00
008ffae3bb Support bcrypt passwords in htpasswd 2018-02-16 02:14:41 -06:00
ae49c7d23c Merge pull request #529 from fsegouin/fix/templates-css-typo
Fix typo in css for the sign in page template
2018-01-23 10:08:09 -05:00
a6e247825c Fix typo in css for the sign in page template 2018-01-23 15:04:41 +00:00
1209c63b58 Merge pull request #510 from ploxiln/clear_invalid_session
more robust ClearSessionCookie()
2018-01-16 10:57:53 -05:00
1a82180376 Merge pull request #514 from ploxiln/readme_auth_request_body
README: fix nginx auth_request example for requests with body
2018-01-16 10:47:41 -05:00