summaryrefslogtreecommitdiffstats
path: root/public/css
Commit message (Collapse)AuthorAgeFilesLines
* More tweaks to repo top panel (#2267)silverwind2017-08-131-1/+4
| | | | | | | | | | * More tweaks to repo top panel * undo hiding of compare button on master * attempt to fix ci issue * another ci attempt
* File path tweaks in UI (#2264)silverwind2017-08-061-0/+7
|
* Prevent selection of diff line numbers (#2240)silverwind2017-08-011-0/+4
|
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-0/+3
| | | | | | | | | | * Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization
* Fix repository settings collobration list display (#2151)Lauris BH2017-07-121-0/+3
|
* Add verify changed less-file step to Makefile (#1861)Bo-Yi Wu2017-07-121-8/+8
|
* Use monospace font in githook editor (#1958)silverwind2017-06-131-0/+3
|
* Support CRLF when splitting code lines for display (#1862)silverwind2017-06-101-1/+1
| | | | | | | | | | | | * Support CRLF when splitting code lines for display * refactor, fix mixed match * fmt * split on both LF and CRLF, use raw literals in regexes * simplify
* Prevent accidential selection of line numbers in code view (#1860)silverwind2017-06-051-0/+4
|
* Remove annoying difference in button heights. (#1853)Hussain Khalil2017-06-031-1/+0
| | | | | | | | | | * Remove annoying difference in button heights. Why was that even there? See before & after: http://imgur.com/a/yKdUR * (2/2) Remove annoying difference in button heights
* Make navbar scroll on overflow (#1777)Patrick G2017-05-241-0/+36
| | | | | | | | | | * Scrollbars on overflow of horizontal nav * Update _base.less * Add fade out on right side of overflowing nav * Update _base.less
* Add configuration option for default permission to create Organizations (#1686)Lauris BH2017-05-081-2/+2
|
* Remove sha1 hash display in repository table and add latest commit GPG check ↵Lauris BH2017-05-051-7/+14
| | | | (#1678)
* Fix static files permission under public/ (#1675)Peter Dave Hello2017-05-0516-0/+0
|
* Fix CSS for wiki markdown (#1660)Jonas Östanbäck2017-05-031-7/+7
|
* Additional OAuth2 providers (#1010)Willem van Dreumel2017-05-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix #1418 (#1456)Antoine GIRARD2017-04-071-59/+11
|
* Simplify settings pages with item list (#1389)Antoine GIRARD2017-03-301-47/+35
| | | | | | | | | | * Remove point column on ssh key setting page * Remove un-used css * Some cleaning * Use octicon-key
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-2/+33
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* Improve style of user OpenID setting page (#1324)Sandro Santilli2017-03-201-23/+25
| | | * Improve user openid list CSS and regenerate CSS
* Fix missing less sources for oauth (#1288)Antoine GIRARD2017-03-171-32/+32
|
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-0/+8
|
* Cleaner UI for explore page (#1253) (#1255)Patrick G2017-03-151-0/+8
| | | | | | | * Take navbar out of column * Add styles to navbar * Changed navbar classes * Remove unneeded !important from index.css * Remove unneeded !important from _explore.less
* Batch updates for issues (#926)Ethan Koenig2017-03-151-0/+3
|
* Fix double borders on edit page (#1152) (#1153)Patrick G2017-03-101-1/+12
| | | | | | * Fix double borders on edit page (#1152) * Add border modifications to less file
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | * 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)
* Fix table headers (#980)Andrew Boyarshin2017-02-201-2/+1
| | | Signed-off-by: Andrew Boyarshin <andrew.boyarshin@gmail.com>
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-1/+6
| | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com>
* Fix color: closed PR was showing as purple instead of redAndrey Nering2017-01-281-5/+4
|
* Added webkit-font-smoothing (#763)Bwko2017-01-271-4/+5
|
* Search bar for issues/pulls (#530)Ethan Koenig2017-01-251-0/+4
|
* add scroolbars to wide graphs. (#608)Kjell Kvinge2017-01-221-4/+5
| | | | | | * Add scrollbars to graph and revlist if needed. * Add border
* Notifications: trying to get a better layout (#660)Andrey Nering2017-01-181-4/+7
| | | | | | | | | | | | | | * i18n button titles * Improvements on notification page layout * Notification count badge fixes * Make table <tr> clickable * Fix octicon aligment * Fix use of AppSubUrl
* Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-121-0/+9
| | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-051-0/+18
|\ | | | | Notifications - Step 2
| * More fine graned colorsAndrey Nering2017-01-021-3/+3
| |
| * Notifications - Step 2Andrey Nering2016-12-301-0/+18
| |
* | Fix unified diff view styling (#585)Manuel Kuhlmann2017-01-051-15/+23
| | | | | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* | Fix diff split view coloring (#553) (#584)Manuel Kuhlmann2017-01-051-16/+18
|/ | | Signed-off-by: Manuel Kuhlmann <manuel@mkuhlmann.org>
* commithgraph / timeline (#428)Kjell Kvinge2016-12-291-0/+15
| | | | | | | | | | * Add model and tests for graph * Add route and router for graph * Add assets for graph * Add template for graph
* Implementation of Folder JumpingSl@ny2016-12-281-0/+3
|
* Update home page to Gitea (#138)Andrey Nering2016-11-111-2/+2
|
* Fix type in unused constant name (#111)Sandro Santilli2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | * Write LDAP, SMTP, PAM, DLDAP back to all uppercase * Fix type in unused constant name * Other MixCased fixes * Complete MixerCasing of template constants * Re uppercase LTS and LDAPS suffixes * Uppercase JSON suffix in constant names * Proper case LoginNoType * Prefix unexported template path constants with "tpl"
* CSS: Stronger colors for diffsAndrey Nering2016-11-061-10/+2
|
* Set default less and css to new default nameJoubert RedRat2016-11-041-30/+21
|
* Small UI fixes on full width form titlesJoubert RedRat2016-10-191-22/+42
|
* Fix repo list display on Safari (#3569)Daniel Oaks2016-09-011-0/+4
|
* Update localesUnknwon2016-09-011-0/+1
|
* UI: fix block selection on code for empty line are not highlightedUnknwon2016-08-301-1/+8
|
* Web editor: support upload filesUnknwon2016-08-301-4/+4
|