summaryrefslogtreecommitdiffstats
path: root/public/img
diff options
context:
space:
mode:
authorWillem van Dreumel <willemvd@users.noreply.github.com>2017-05-01 15:26:53 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-05-01 21:26:53 +0800
commit950f2e207413551b868252a1bced6ce9263d16d4 (patch)
treeb01a330af11c7f8b9e2d1461685d9afb2ae9e485 /public/img
parent2368bbb6727ea5497743c0fdade723b49693cb4c (diff)
downloadgitea-950f2e207413551b868252a1bced6ce9263d16d4.tar.gz
gitea-950f2e207413551b868252a1bced6ce9263d16d4.zip
Additional OAuth2 providers (#1010)
* add google+ * sort signin oauth2 providers based on the name so order is always the same * update auth tip for google+ * add gitlab provider * add bitbucket provider (and some go fmt) * add twitter provider * add facebook provider * add dropbox provider * add openid connect provider incl. new format of tips section in "Add New Source" * lower the amount of disk storage for each session to prevent issues while building cross platform (and disk overflow) * imports according to goimport and code style * make it possible to set custom urls to gitlab and github provider (only these could have a different host) * split up oauth2 into multiple files * small typo in comment * fix indention * fix indentation * fix new line before external import * fix layout of signin part * update "broken" dependency
Diffstat (limited to 'public/img')
-rw-r--r--public/img/auth/bitbucket.pngbin0 -> 2161 bytes
-rw-r--r--public/img/auth/dropbox.pngbin0 -> 1427 bytes
-rw-r--r--public/img/auth/facebook.pngbin0 -> 2327 bytes
-rw-r--r--public/img/auth/github.png (renamed from public/img/github.png)bin1151 -> 1151 bytes
-rw-r--r--public/img/auth/gitlab.pngbin0 -> 3616 bytes
-rw-r--r--public/img/auth/google_plus.pngbin0 -> 4366 bytes
-rw-r--r--public/img/auth/openid_connect.pngbin0 -> 12921 bytes
-rw-r--r--public/img/auth/twitter.pngbin0 -> 3110 bytes
8 files changed, 0 insertions, 0 deletions
diff --git a/public/img/auth/bitbucket.png b/public/img/auth/bitbucket.png
new file mode 100644
index 0000000000..b3d022a5a7
--- /dev/null
+++ b/public/img/auth/bitbucket.png
Binary files differ
diff --git a/public/img/auth/dropbox.png b/public/img/auth/dropbox.png
new file mode 100644
index 0000000000..da2348872a
--- /dev/null
+++ b/public/img/auth/dropbox.png
Binary files differ
diff --git a/public/img/auth/facebook.png b/public/img/auth/facebook.png
new file mode 100644
index 0000000000..29273af14f
--- /dev/null
+++ b/public/img/auth/facebook.png
Binary files differ
diff --git a/public/img/github.png b/public/img/auth/github.png
index 1fa19c55d2..1fa19c55d2 100644
--- a/public/img/github.png
+++ b/public/img/auth/github.png
Binary files differ
diff --git a/public/img/auth/gitlab.png b/public/img/auth/gitlab.png
new file mode 100644
index 0000000000..ca30b45901
--- /dev/null
+++ b/public/img/auth/gitlab.png
Binary files differ
diff --git a/public/img/auth/google_plus.png b/public/img/auth/google_plus.png
new file mode 100644
index 0000000000..720824230a
--- /dev/null
+++ b/public/img/auth/google_plus.png
Binary files differ
diff --git a/public/img/auth/openid_connect.png b/public/img/auth/openid_connect.png
new file mode 100644
index 0000000000..af033cd1fe
--- /dev/null
+++ b/public/img/auth/openid_connect.png
Binary files differ
diff --git a/public/img/auth/twitter.png b/public/img/auth/twitter.png
new file mode 100644
index 0000000000..a4f14de57a
--- /dev/null
+++ b/public/img/auth/twitter.png
Binary files differ