aboutsummaryrefslogtreecommitdiffstats
path: root/public/img
Commit message (Collapse)AuthorAgeFilesLines
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-0/+0
| | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment
* Add Safari pinned tab icon (#2799)Bastian Rinsche2017-10-281-0/+1
| | | | | Closes #2753 Signed-off-by: Bastian Rinsche <bastian.rinsche@gmail.com>
* Implementation of discord webhook (#2402)Lunny Xiao2017-08-281-0/+0
| | | | | | | | | | | | * implementation of discord webhook * fix webhooks * fix typo and unnecessary color values * fix typo * fix imports and revert changes to webhook_slack.go
* Moved vendored js/css into `public/vendor` and documented sources (#1484) ↵Michael Lustfield2017-08-23881-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#2241) * Cleaning up public/ and documenting js/css libs. This commit mostly addresses #1484 by moving vendor'ed plugins into a vendor/ directory and documenting their upstream source and license in vendor/librejs.html. This also proves gitea is using only open source js/css libraries which helps toward reaching #1524. * Removing unused css file. The version of this file in use is located at: vendor/plugins/highlight/github.css * Cleaned up librejs.html and added javascript header A SafeJS function was added to templates/helper.go to allow keeping comments inside of javascript. A javascript comment was added in the header of templates/base/head.tmpl to mark all non-inline source as free. The librejs.html file was updated to meet the current librejs spec. I have now verified that the librejs plugin detects most of the scripts included in gitea and suspect the non-free detections are the result of a bug in the plugin. I believe this commit is enough to meet the C0.0 requirement of #1534. * Updating SafeJS function per lint suggestion * Added VERSIONS file, per request
* Generate small and large logos at 4x resolution (#2233)silverwind2017-07-302-0/+0
| | | | | To support High-DPI displays, generate images at 4 times their displayed resolution, which should be enough to support all current devices according to https://material.io/devices/.
* Add task to generate images from SVG and change to new logo (#2194)Lauris BH2017-07-286-0/+0
| | | | | | * Add makefile task to generate images from SVG and change to new logo * use absolute path on generate-images
* 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