aboutsummaryrefslogtreecommitdiff
path: root/public/css
Commit message (Collapse)AuthorAge
* public: remove unused github.min.css (#6119)ᴜɴᴋɴᴡᴏɴ2020-04-18
|
* webhook: overhaul route handlers (#6002)ᴜɴᴋɴᴡᴏɴ2020-03-22
| | | | | | | | | | | | | | | * Overual route handlers and fixes #5366 * Merge routes for repo and org * Inject OrgRepoContext * DRY validateWebhook * DRY c.HasError * Add tests * Update CHANGELOG
* public: make lessc compile minimize CSS (#5987)ᴜɴᴋɴᴡᴏɴ2020-03-15
|
* git: migrate to github.com/gogs/git-module@v1.0.0 (#5958)ᴜɴᴋɴᴡᴏɴ2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP * Finish `internal/db/git_diff.go` * FInish internal/db/mirror.go * Finish internal/db/pull.go * Finish internal/db/release.go * Finish internal/db/repo.go * Finish internal/db/repo_branch.go * Finish internal/db/repo_editor.go * Finish internal/db/update.go * Save my work * Add license header * Compile! * Merge master * Finish internal/cmd/hook.go * Finish internal/conf/static.go * Finish internal/context/repo.go * Finish internal/db/action.go * Finish internal/db/git_diff.go * Fix submodule URL inferring * Finish internal/db/mirror.go * Updat to beta.4 * css: update fonts * Finish internal/db/pull.go * Finish internal/db/release.go * Finish internal/db/repo_branch.go * Finish internal/db/wiki.go * gitutil: enhance infer submodule UR * Finish internal/route/api/v1/repo/commits.go * mirror: only collect branch commits after sync * mirror: fix tag support * Finish internal/db/repo.go * Finish internal/db/repo_editor.go * Finish internal/db/update.go * Finish internal/gitutil/pull_request.go * Make it compile * Finish internal/route/repo/setting.go * Finish internal/route/repo/branch.go * Finish internal/route/api/v1/repo/file.go * Finish internal/route/repo/download.go * Finish internal/route/repo/editor.go * Use helper * Finish internal/route/repo/issue.go * Finish internal/route/repo/pull.go * Finish internal/route/repo/release.go * Finish internal/route/repo/repo.go * Finish internal/route/repo/wiki.go * Finish internal/route/repo/commit.go * Finish internal/route/repo/view.go * Finish internal/gitutil/tag.go * go.sum
* css: fix /admin/config pre overflowᴜɴᴋɴᴡᴏɴ2020-02-29
|
* css: add img margin-rightᴜɴᴋɴᴡᴏɴ2020-02-23
| | | | [CI SKIP]
* admin: show all version in dashboardᴜɴᴋɴᴡᴏɴ2020-02-19
| | | | And removed version info from footer.
* [ImgBot] Optimize images (#5913)imgbot[bot]2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *Total -- 2,264.72kb -> 2,093.92kb (7.54%) /public/plugins/pdfjs-1.4.20/web/images/annotation-noicon.svg -- 0.15kb -> 0.08kb (46.84%) /public/img/emoji/back.png -- 3.97kb -> 2.46kb (37.95%) /public/img/gogs-large-resize.png -- 80.67kb -> 54.16kb (32.86%) /public/plugins/pdfjs-1.4.20/web/images/annotation-note.svg -- 1.02kb -> 0.69kb (32.08%) /public/img/404.png -- 8.43kb -> 5.94kb (29.47%) /public/img/500.png -- 9.76kb -> 7.27kb (25.47%) /public/img/favicon.png -- 28.47kb -> 21.58kb (24.21%) /public/plugins/pdfjs-1.4.20/web/images/annotation-check.svg -- 0.41kb -> 0.31kb (23.37%) /public/plugins/pdfjs-1.4.20/web/images/annotation-newparagraph.svg -- 0.42kb -> 0.32kb (23%) /public/img/gogs.svg -- 14.66kb -> 11.34kb (22.66%) /public/plugins/pdfjs-1.4.20/web/images/annotation-insert.svg -- 0.40kb -> 0.31kb (22.55%) /public/img/gogs-lg.png -- 164.32kb -> 133.07kb (19.02%) /public/img/dingtalk.png -- 30.02kb -> 24.91kb (17.02%) /public/plugins/pdfjs-1.4.20/web/images/annotation-comment.svg -- 0.86kb -> 0.74kb (14.72%) /public/img/avatar_default.png -- 502.04kb -> 442.97kb (11.77%) /public/img/emoji/black_circle.png -- 2.31kb -> 2.07kb (10.68%) /public/plugins/pdfjs-1.4.20/web/images/annotation-paragraph.svg -- 1.12kb -> 1.00kb (10.15%) /public/plugins/pdfjs-1.4.20/web/images/annotation-help.svg -- 2.12kb -> 1.96kb (7.29%) /public/plugins/pdfjs-1.4.20/web/images/annotation-key.svg -- 1.42kb -> 1.32kb (6.68%) /public/assets/octicons-4.3.0/octicons.svg -- 43.89kb -> 41.59kb (5.23%) /public/img/emoji/envelope.png -- 1.62kb -> 1.53kb (5.08%) /public/css/themes/default/assets/fonts/icons.svg -- 381.68kb -> 369.58kb (3.17%) /public/css/themes/default/assets/fonts/outline-icons.svg -- 104.69kb -> 101.59kb (2.96%) /public/css/themes/default/assets/fonts/brand-icons.svg -- 495.73kb -> 487.61kb (1.64%) /public/img/emoji/page_facing_up.png -- 2.13kb -> 2.09kb (1.56%) /public/assets/font-awesome-4.6.3/fonts/fontawesome-webfont.svg -- 382.44kb -> 377.43kb (1.31%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: Imgbot <help@imgbot.net>
* public: upgrade Semantic UI 2.3.1 to 2.4.2Unknwon2020-01-31
|
* templates: fix line wrap for very long commit messageUnknwon2019-11-07
|
* public/css: make less (#5317)Unknwon2018-12-25
|
* templates: make state changing routes to POST method (#5541)Unknwon2018-12-06
| | | | - pkg/context: add ParamsUser to unify the injection process
* public/css: adjust width of label color in dropdownUnknwon2018-12-02
| | | | models/issue: unify Issue receiver name to 'issue'
* public/css: add 'overflow-wrap: break-word' to dashboard news feeds (#5507)A.J. Ruckman2018-11-08
|
* public: minor fix for PR #5276Unknwon2018-06-26
|
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
|
* mirror: show sync feeds on dashboard (#2017)Unknwon2018-05-30
|
* public/css: generate CSS for PR #5169Unknwon2018-04-26
|
* public/{less,css}: fix overflow of brand logo hyperlink (#5189)rokuu2018-04-21
| | | | | | * Update gogs.css * Update _base.less
* public: update Semantic UI 2.2.13 -> 2.3.1Unknwon2018-04-12
|
* css: fix UI breaksUnknwon2017-11-19
|
* MISC: minor fixes in webhookUnknwon2017-11-18
|
* css: fix minor table issueUnknwon2017-11-17
|
* admin/config: add UI for [http] section (#3987)Unknwon2017-11-16
|
* public: update Semantic UI 2.2.10 -> 2.2.13Unknwon2017-11-15
|
* css: not include line numbers in diff selection (#4584)Unknwon2017-07-14
| | | | Changed template file in order to make CSS work properly.
* css: not include line numbers in diff selection (#4584)Einar2017-06-27
|
* markup: able to display image from IPython notebook (#4366)Unknwon2017-06-06
|
* css: fix fluid container for spilt diff viewUnknwon2017-06-03
|
* css: start using fixing width containerUnknwon2017-06-03
| | | | | | Get rid of responsive issue. Also fixes #4527.
* repo/wiki: improve UIUnknwon2017-04-07
|
* user/setting: improve UIUnknwon2017-04-07
|
* 2fa: initial support (#945)Unknwon2017-04-06
|
* css: improve fonts under WindowsUnknwon2017-04-04
|
* css: fix font of .ui.label.button styleUnknwon2017-04-04
|
* public: update Semantic UI 2.2.7 -> 2.2.10Unknwon2017-04-03
| | | | [CI SKIP]
* css: update fontsUnknwon2017-04-03
| | | | [CI SKIP]
* templates/repo: improve README icon and fontUnknwon2017-03-31
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
| | | | Relates to #649 and #2157
* user: remove sanitizer for FullName (#1937)Unknwon2017-03-23
|
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
|
* templates/label: another minor style improveUnknwon2017-03-22
|
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
|
* install: able to enable console mode (#3119)Unknwon2017-03-17
|
* webhook: add Release event (#2387)Unknwon2017-03-11
|
* repo/branches: hide buttons for regular usersUnknwon2017-03-11
|
* repo/branches: overview and all (#2310)Unknwon2017-03-11
|
* css/repository: fix undesired style for label template select listUnknwon2017-03-10
|
* templates/repo: change some buttons to use 'basic' styleUnknwon2017-03-10
|