summaryrefslogtreecommitdiffstats
path: root/public/img
Commit message (Collapse)AuthorAgeFilesLines
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-0/+0
| | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart.
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-018-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Optimize png images via Google zopflipng [ci skip] (#1639)Peter Dave Hello2017-04-305-0/+0
|
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-171-0/+0
|
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * initial stuff for oauth2 login, fails on: * login button on the signIn page to start the OAuth2 flow and a callback for each provider Only GitHub is implemented for now * show login button only when the OAuth2 consumer is configured (and activated) * create macaron group for oauth2 urls * prevent net/http in modules (other then oauth2) * use a new data sessions oauth2 folder for storing the oauth2 session data * add missing 2FA when this is enabled on the user * add password option for OAuth2 user , for use with git over http and login to the GUI * add tip for registering a GitHub OAuth application * at startup of Gitea register all configured providers and also on adding/deleting of new providers * custom handling of errors in oauth2 request init + show better tip * add ExternalLoginUser model and migration script to add it to database * link a external account to an existing account (still need to handle wrong login and signup) and remove if user is removed * remove the linked external account from the user his settings * if user is unknown we allow him to register a new account or link it to some existing account * sign up with button on signin page (als change OAuth2Provider structure so we can store basic stuff about providers) * from gorilla/sessions docs: "Important Note: If you aren't using gorilla/mux, you need to wrap your handlers with context.ClearHandler as or else you will leak memory!" (we're using gorilla/sessions for storing oauth2 sessions) * use updated goth lib that now supports getting the OAuth2 user if the AccessToken is still valid instead of re-authenticating (prevent flooding the OAuth2 provider)
* public/img: reduce the size of PNG images (#734)unclejack2017-01-24809-0/+0
| | | Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
* Update home page to Gitea (#138)Andrey Nering2016-11-112-0/+0
|
* first batch of Readme updates (#65)Rachid Zarouali2016-11-104-0/+0
|
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-272-0/+0
| | | | | | | | | | | | Also changes the avatar from a jpeg to a png, to allow for transparent background. The indexed png is also smaller in size. Note that at the moment the default avatar is only used when the user requested a custom avatar and the custom avatar file is not found (should never happen). In the future the default avatar could be used as a default return when by-mail avatar lookups fail too (both gravatar and libravatar support passing a default)
* Fix chmod for several files in conf/locale/ and public/Florian Kaiser2016-02-18873-0/+0
|
* optipngMatt Hamilton2016-02-0512-0/+0
|
* typo in logoUnknwon2015-09-121-0/+0
|
* #1622 comment with whitespaceUnknwon2015-09-121-0/+0
|
* #633 Add Emoji supportUnknwon2015-09-05881-0/+0
|
* new create webhook UIUnknwon2015-08-271-0/+0
|
* comletely remove v1 UI files of GogsUnknwon2015-08-155-0/+0
|
* add sr-only class, change to new tag lineUnknwon2015-03-201-0/+0
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-263-0/+0
|
* New UI merge in progressUnknwon2014-07-264-0/+0
|
* issue label ui designFuXiaoHei2014-05-165-0/+0
|
* Prepare for v0.3.1 hotfixUnknown2014-04-282-0/+0
|
* Prepare for release v0.3.0Unknown2014-04-211-0/+0
|
* Mirror changeUnknown2014-04-201-0/+0
|
* Mirror fixUnknown2014-03-231-0/+0
|
* merge with branch masterskyblue2014-03-232-0/+0
|\
| * 404 and 500 page uiFuXiaoHei2014-03-232-0/+0
| |
* | update default imageskyblue2014-03-231-0/+0
| |
* | append route to webGogs2014-03-231-0/+0
|/
* ui for repo/create pageFuXiaoHei2014-03-031-0/+0
|
* Setup static resourcesUnknown2014-02-121-0/+0