summaryrefslogtreecommitdiffstats
path: root/public
Commit message (Collapse)AuthorAgeFilesLines
* README WordPress the code is overflowing #6679 (#6696)Zer00CooL2019-04-272-1/+5
|
* Add option to blame files (#5721)Andrzej Ressel2019-04-192-1/+48
|
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-0/+0
|
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+0
|
* update swagger-ui (#6661)Antoine GIRARD2019-04-1611-49/+50
|
* update highlight.js (#6658)silverwind2019-04-163-6/+5
|
* Fix dropdown icon padding (#6651)zeripath2019-04-162-1/+2
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* Update UI for topics labels on projects (#6639)하윤2019-04-153-3/+6
|
* Fix new repo alignment (#6583)John Olheiser2019-04-112-1/+5
| | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Minor CSS cleanup for the navbar (#6553)silverwind2019-04-112-16/+4
| | | | | * Minor CSS cleanup for the navbar * move height fix to navbar
* Fixes pagination width on mobile view (#5711) (#6532)Mario Lubenka2019-04-082-1/+10
| | | Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
* UI: Use regular line-height on frontpage entries (#6518)silverwind2019-04-062-4/+1
|
* fix: avoid multi-clicks when perform oauth2 login (#6467)BetaCat2019-03-311-0/+14
|
* optimize all images in public/img (#6427)silverwind2019-03-2514-0/+0
| | | Fixes: https://github.com/go-gitea/gitea/pull/6357
* Show locale string on timestamp (#6324)NateScarlet2019-03-201-0/+4
| | | Resolve #6004
* Add lang specific font stacks for CJK (#6007)zeripath2019-03-1821-18/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add lang specific font stacks * Force font changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix icons Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix octicons and icons Signed-off-by: Andrew Thornton <art27@cantab.net> * Just override the semantic ui fonts only Signed-off-by: Andrew Thornton <art27@cantab.net> * Missed the headers... override them too * Missed some more semantic ui stuff * Fix PT Sans Signed-off-by: Andrew Thornton <art27@cantab.net> * More changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Squashed commit of the following: commit 7d1679e9079541359869c9e677ba7412bfcc59f3 Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 13:53:49 2019 +0100 Remove missed YaHei leftover from _home.less commit 0079121ea91860a323ed4e5cc1a9c0d490d9cefd Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 12:03:54 2019 +0100 Fix overdone fixes (inherit, :lang) commit 62c919915928ec1db4731d547e95885f91a0618d Author: Mike L <cl.jeremy@qq.com> Date: Wed Mar 13 02:29:10 2019 +0100 Fix elements w/ explicit lang (language chooser) commit b3117587aa2eb8570d60bed583a11ee5565418be Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 20:17:26 2019 +0100 Fix textarea also (to match body) commit 81cedf2c3012c4dd05a7680782b4a98e1b947f67 Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 19:41:39 2019 +0100 Revert css temporarily to fix conflict commit 80ff82797f3203cbeaf866f22e961334e137df89 Author: Mike L <cl.jeremy@qq.com> Date: Tue Mar 12 19:15:30 2019 +0100 Tweak CJK, fix Yu Gothic, more monospace inherits commit 581dceb9a869646c2c486dabb925c88c2680d70c Author: Mike L <cl.jeremy@qq.com> Date: Mon Mar 11 13:09:26 2019 +0100 Add Lato for latin extd. & cyrillic, improve CJK * update stylesheet
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-082-1/+5
|
* Fix fork button (#6223)John Olheiser2019-03-052-1/+21
|
* Make organization dropdown scrollable when using mouse wheel (#5988)Muhammed TİFTİKÇİ2019-03-042-28/+7
| | | * Fix #5580
* UI: Fix race in update issue labels and assignees (#6194)silverwind2019-02-284-31/+34
| | | | | | | | | | Fix #6191 * fix issue update race condition * fix similar race same race when clearing assignee * always load promise polyfill * replace es6-promise with promise-polyfill * move promise-polyfill to <head>
* UI: Style tweaks to issue selection (#6196)silverwind2019-02-272-2/+5
| | | | - Prevent jump in layout when selecting the first issue - Remove useless padding on top of first issue
* UI: Fix scrollbar always present on page body (#6177)silverwind2019-02-252-3/+3
|
* UI: Make document body a flexbox (#6139)silverwind2019-02-2410-17/+6
| | | | | | | | | | | | * UI: Make document body a flexbox Fixes: https://github.com/go-gitea/gitea/issues/6118 * ie11 fixes * increase padding to 80px * add flex-grow
* Minor UI tweaks (#5980)John Olheiser2019-02-195-33/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove all CommitStatus when a repo is deleted Signed-off-by: jolheiser <john.olheiser@gmail.com> * Minor UI tweaks (#5782) Added 'No License' option Added link and octicon change for external issue trackers Reset password now notifies right away if the code is invalid Signed-off-by: jolheiser <john.olheiser@gmail.com> * More UI tweaks More info in PR * Generate stylesheet for arc-green * Make gofmt work * Change PR integration since the button is changed * Rebase * Generate stylesheet * UI updates Made the PR button a "basic" button Vertically centered the issue checkboxes Labels will update only once after modal is closed * Commit to reference related issues Resolves #5782 Resolves #5861 Addresses original question in #5993 * Change the comment wording since PR button is no longer little and green. * Revert changes that made Windows work * Regenerate stylesheet * Regenerate stylesheets * make generate-stylesheets * Update integration again, changed button style Signed-off-by: jolheiser <john.olheiser@gmail.com> * Added ID to PR button Changed integration to use the ID to avoid breaking in the future * Added missing semi-colons * Added back distinction between issue actions and filters (overlooked it before) Moved action button over next to other action dropdowns * Remove extra tab formatting in list.tmpl * Remove more formatting from GoLand * Replace hardcoded "No License" with i18n license helper.
* Fix heatmap and repository menu display in Internet Explorer 9+ (#6117)Lauris BH2019-02-194-8/+120
|
* dashboard: sort Repositories widget by most recently updated (issue #3963) ↵Allen Wild2019-02-191-1/+3
| | | | | | | | (#4599) Similar to Github and other git hosting sites, sort the user's repos on the dashboard by last updated rather than alphabetically. An alphabetic sort isn't very useful once a user has more than 15 repos and wants quick access to recent ones that aren't in the first part of the alphabet.
* Allow labels to contain emoji (#6063)John Olheiser2019-02-162-7/+11
| | | | | | | | | | | | | | | | | | | * Add emoji to labels Minor cleanup of tribute code in footer.tmpl Signed-off-by: jolheiser <john.olheiser@gmail.com> * Quick find/replace in other i18n files containing label translations Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert "Quick find/replace in other i18n files containing label translations" This reverts commit ec3e1a3a1775989301bb2c1cd08e8871b317688d. * Add style to overwrite emoji height in labels * Revert Makefile change that makes Windows work
* Revert "Fix wrapping long code lines in UI" (#6074)silverwind2019-02-153-8/+22
| | | | | This reverts commit e5cd80e0219f10818f43e8cab6b9c814cb1cd796. Fixes: https://github.com/go-gitea/gitea/issues/6064
* Add autoprefixer to css build (#6029)silverwind2019-02-114-19/+1
| | | | | | * Add autoprefixer to css build * also use autoprefixer on theme files
* UI: Make dashboard navbar and footer full-width (#6013)silverwind2019-02-093-3/+11
| | | | | | | | * UI: Make dashboard navbar full-width * more tweaks: full-width footer and consistent padding * fix page layout causing unneccesary scrollbars on small pages
* UI: Make navbar full width (#5998)silverwind2019-02-082-1/+7
|
* UI: Fix repo header issues (#5995)silverwind2019-02-072-7/+4
| | | Fixes: https://github.com/go-gitea/gitea/issues/5985
* Support n as a line highlight prefix (#5987)Monty Taylor2019-02-061-2/+2
| | | | | | | | | | | | | | | We're working on rolling out gitea as a replacement for a fairly large cgit installation. Part of this involves a metric ton of mod_rewrite rules so that links people have out in the wild will still work. Unfortunately, cgit uses #n1 in the url to indicate a single line highlight, which doesn't get passed to the server and therefore can't be rewritten. We've got a local workaround by shoving a script block into a custom header template, but thought it might be nicer to upstream a simple patch to support #n as a prefix for single line highlights. (luckily for simplicity, cgit does not support ranges) Signed-off-by: Monty Taylor <mordred@inaugust.com>
* UI: Dashboard tweaks (#5974)silverwind2019-02-062-3/+2
| | | | | - Don't show divider below heatmap when it's hidden via media-query - Make divider between user menu adhere to container width - Remove excessiv margins on heatmap
* UI: Repo header tweaks (#5945)silverwind2019-02-054-9/+36
| | | | | | | | | | | | | | | | * UI: Repo header tweaks - Use basic buttons on the header buttons, matching gogs - Make 'Manage topic' text smaller, remove margin-left with no topics present - Move various inline styles to CSS - Use flexbox on header title and buttons * fix indentation * reverse media query wrapping * fix inconsisten whitespace
* UI: Fixes for repo topic editor (#5971)silverwind2019-02-051-8/+7
| | | | - Properly hides the edit interface when saving a empty topic list - Align the Done button with the edit box
* Fix wrapping long code lines in UI (#5927)silverwind2019-02-023-22/+8
| | | | | | | | | | | | | Wrapping was initially added in https://github.com/go-gitea/gitea/pull/2789 but it is currently disabled because the rule that applies wrapping to the wrap class did not have enough CSS specificity. Resolved the issue by using a general selector that matches all code boxes. The previous wrap class was removed because it had only been inconsistenly applied to various code boxes and because I found no easy way to add classes to code boxes rendered in Markdown. Also removed a seemingly useless :before on code view and added padding to restore the spacing.
* UI: Correct footer height if screen-width is to small (fixes #5878) (#5889) ↵EpicCoder2019-01-293-8/+10
| | | | (#5889)
* UI: Change GPG Validation colors and remove inline CSS; fixes #5404 (#5896)EpicCoder2019-01-294-4/+19
|
* Feature: Archive repos (#5009)kolaente2019-01-232-1/+9
|
* Add the ability to use multiple labels as filters(#5786)Lauris BH2019-01-222-3/+6
|
* Allow markdown table to scroll (#4401)pgodwin2019-01-212-1/+2
| | | | | | * Allow markdown table to scroll `overflow:auto` isn't effective when a table is wider than the container. Adding `display:block` fixes this issue.
* Don't list an issue on its own dependency list UI. (#5658)Harshit Bansal2019-01-151-1/+7
| | | Fixes: #4684.
* Discord Oauth2 support (#4476)techknowlogick2019-01-131-0/+0
| | | | | | | | | | | | | | * add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth
* Display branch name in delete branch confirmation modal. (#5654)Harshit Bansal2019-01-061-2/+2
| | | Fixes: #5630.
* Fix wrong text getting saved on editing second comment on an issue. (#5608)Harshit Bansal2018-12-311-1/+1
| | | | | | | | | | | | | | | | * comments: Fix an incorrent DOM element selection. This commit fixes a bug that was causing text from previously edited comment to get saved when two comments were edited one after other. Text area with id of `#content` isn't unique on the page but it was being treated as unique by the event handling code. Fixes: #5581. * templates: Remove `id` from textarea in commit edit form. An element is assigned an `id` only if it is unique for the whole page but in this case there can be multiple textarea so it should have one.
* LDAP via simple auth separate bind user and search base (#5055)Tony Homrich2018-12-271-2/+4
|
* Immediate fix to htmlEncode user added text (#5570)zeripath2018-12-211-5/+9
| | | | | There are likely problems remaining with the way that initCommentForm is creating its elements. I suspect that a malformed avatar url could be used maliciously.
* Fix heatmap colors for Chrome/Safari (#5421)Lauris BH2018-11-281-1/+6
|
* Create Progressive Web App (#4730)SohnyBohny2018-11-272-0/+0
| | | | | | | | | | | | | | | | | | | | | | * Create manifest and serviceworker * Create templates and add AppSubUrl * Add JSRenderer * fix ctx type * Add JSRenderer to static.go * Complete adding {{AppSubUrl}} * Add more fonts to urlsToCache * Add 512px and 192px icons * Hardcode font MD5 * Default theme doesn't have a specific CSS file