aboutsummaryrefslogtreecommitdiffstats
path: root/public/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Web editor: fix cannot create new file in subdirectoryUnknwon2016-08-291-1/+1
|
* css: remove profile avatar heightUnknwon2016-08-281-3/+0
|
* Code quality improvement on JSUnknwon2016-08-171-4/+10
|
* Web editor: temporarily disable upload and quick fix for edit and newUnknwon2016-08-151-224/+144
| | | | Try to merge into develop branch ASAP, then continue minor fixes afterwards.
* Squashed commit of the following:Richard Mahn2016-08-141-27/+224
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 0afcb843d7ffd596991c4885cab768273a6eb42c Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 17:13:29 2016 -0600 Removed Upload stats as the upload table is just a temporary table commit 7ecd73ff5535612d79d471409173ee7f1fcfa157 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 08:42:41 2016 -0600 Fix for CodeMirror mode commit c29b9ab531e2e7af0fb5db24dc17e51027dd1174 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 08:03:33 2016 -0600 Made tabbing in editor use spaces commit 23af384c53206a8a40e11e45bf49d7a149c4adcd Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:56:46 2016 -0600 Fix for data-url commit cfb8a97591cb6fc0a92e49563b7b764c524db0e9 Merge: 7fc8a89 991ce42 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:42:53 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go public/js/gogs.js commit 7fc8a89cb495478225b02d613e647f99a1489634 Merge: fd3d86c c03d040 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:40:00 2016 -0600 Merge branch 'feature-create-and-edit-repo-file' of github.com:richmahn/gogs into feature-create-and-edit-repo-file commit fd3d86ca6bbc02cfda566a504ffd6b03db4f75ef Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Sun Jul 31 07:39:44 2016 -0600 Code cleanup commit c03d0401c1049eeeccc32ab1f9c3303c130be5ee Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 29 15:38:23 2016 -0600 Code cleanup commit 98e1206ccf9f9a4503c020e3a7830cf9f861dfae Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 18:36:01 2016 -0600 Code cleanup and fixes commit c2895dc742f25f8412879c9fa15e18f27f42f194 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 18:24:04 2016 -0600 Fixes per Unknwon's requests commit 6aa7e46b21ad4c96e562daa2eac26a8fb408f8ef Merge: 889e9fa ad7ea88 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Thu Jul 28 17:13:43 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go modules/setting/setting.go commit 889e9faf1bd8559a4979c8f46005d488c1a234d4 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:09:18 2016 -0600 Fix in gogs.js commit 47603edf223f147b114be65f3bd27bc1e88827a5 Merge: bb57912 cf85e9e Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:07:36 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go public/js/gogs.js commit bb5791255867a71c11a77b639db050ad09c597a4 Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 22 14:02:18 2016 -0600 Update for using CodeMirror mode addon commit d10d128c51039be19e2af9c66c63db66a9f2ec6d Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Tue Jul 19 16:12:57 2016 -0600 Update for Edit commit 34a34982025144e3225e389f7849eb6273c1d576 Merge: fa1b752 1c7dcdd Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Tue Jul 19 11:52:02 2016 -0600 Merge remote-tracking branch 'gogits/develop' into feature-create-and-edit-repo-file Conflicts: modules/bindata/bindata.go commit fa1b752be29cd455c5184ddac2ffe80b3489763e Author: Richard Mahn <richard_mahn@wycliffeassociates.org> Date: Fri Jul 15 18:35:42 2016 -0600 Feature for editing, creating, uploading and deleting files
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-0/+8
|
* CSS: remove font “Meiryo Ui”Unknwon2016-08-121-12/+1
|
* Minor fix on top menu dropdown icon positionUnknwon2016-08-111-0/+10
|
* On showing diff/file, use the tab_width specified on .editorconfig, if any ↵Andrey Nering2016-08-111-0/+64
| | | | | (#3241) Closes #3182
* Render the Code view on the server (minus syntax highlighting) (#2942)Rory McNamara2016-08-091-0/+2
| | | | | | | | | | | | | | | | * render code view server side * remove debug print * fix multiline selection bug * change string concatenation to bytes.Buffer for efficiency * Fix newlines added by previous for hljs * fix selection highlighting * make css changes in .less
* Lighter icon colors for repo files (#3351)silverwind2016-08-031-0/+5
| | | | | | * Lighter icon colors for repo files * also color submodule icon
* Fix issue event octicon CSSUnknwon2016-07-261-1/+5
|
* #1601 support delete issue commentUnknwon2016-07-261-1/+4
|
* #1384 add pagination for repositoriesUnknwon2016-07-241-3/+4
|
* #3076 detect invalid tag name git errorUnknwon2016-07-231-0/+3
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-20/+24
|
* Update bindata and CSSUnknwon2016-07-151-0/+11
|
* Upgrade frontend assetsUnknwon2016-07-0717-37/+157
|
* Fix empty space surrounding hidden issue labels (#3200)chriswatt2016-06-241-2/+4
|
* Add new language supportUnknwon2016-04-251-0/+5
| | | | - Update language choose dropdown to fit more languages
* Fixed #2909 (#2979)Kim Carlbäcker2016-04-191-0/+30
|
* use monospace font for wiki and issue textareas (fix #2869)Matthias Niess2016-03-231-0/+5
|
* Improve repository lable styleUnknwon2016-03-151-0/+1
| | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page
* Add APIContextUnknwon2016-03-131-0/+3
|