You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules
Willem van Dreumel 950f2e2074 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
8 years ago
..
auth Additional OAuth2 providers (#1010) 8 years ago
avatar Use assert in legacy unit tests (#867) 8 years ago
base fix some typos (#1082) 8 years ago
context fix go get sub package and add domain on installation to let go get work defaultly (#1518) 8 years ago
cron Implement archive cleanup (#885) 8 years ago
highlight Integrate templates into bindata optionally (#314) 8 years ago
httplib Add internal routes for ssh hook comands (#1471) 8 years ago
indexer Search bar for issues/pulls (#530) 8 years ago
lfs Fix typos in models/ and modules/ (#1248) 8 years ago
log Remove unused mutex field (#1440) 8 years ago
mailer Fix typos in models/ and modules/ (#1248) 8 years ago
markdown Fix markdown rendering (#1530) 8 years ago
markup Add markup package to prepare for org markup format (#1493) 8 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 8 years ago
notification Notification - Step 1 (#523) 8 years ago
options Fix typos in models/ and modules/ (#1248) 8 years ago
private Add internal routes for ssh hook comands (#1471) 8 years ago
process Refactor process package and introduce ProcessManager{} with tests (#75) 8 years ago
public Allow custom public files (#782) 8 years ago
setting Add internal routes for ssh hook comands (#1471) 8 years ago
ssh Cleanup log messaging 8 years ago
sync Fix typos in models/ and modules/ (#1248) 8 years ago
templates Sanitation fix from Gogs (#1461) 8 years ago
user golint fixed for modules/user 8 years ago
util refactor: remove workaround after the golang 1.7 release. (#1349) 8 years ago
validation Better URL validation (#1507) 8 years ago