1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-07 13:28:25 +00:00

Commit Graph

  • 8d081950e6 Ensure syntax highlighting is the same inside diffs (#12205) mrsdizzie 2020-07-11 01:43:12 -04:00
  • 6a62884782 [skip ci] Updated translations via Crowdin GiteaBot 2020-07-09 21:14:09 +00:00
  • 16980d13ce Default to showing closed Issues/PR list when there are only closed issues/PRs (#12200) 6543 2020-07-09 23:13:06 +02:00
  • 6a081f95c0 Decrease the num_stars when deleting a repo (#11954) (#12188) 赵智超 2020-07-09 05:52:40 +08:00
  • a6168fa25d Make copy/paste work for source code (#12191) mrsdizzie 2020-07-08 17:02:38 -04:00
  • c3c246cffc Fix regression: Gitea commits API again returns commit summaries, not full messages (#12186) (#12187) techknowlogick 2020-07-08 11:22:07 -04:00
  • cedbd3684f Fix regression: Gitea commits API again returns commit summaries, not full messages (#12186) Kristian Antonsen 2020-07-08 15:53:09 +02:00
  • 85be939c2a properly set symbolic-ref HEAD when a repo is created with a non-master default branch (#12135) (#12182) techknowlogick 2020-07-08 00:40:22 -04:00
  • dbd5e4bb8d Update JS dependencies (#12181) silverwind 2020-07-08 03:47:05 +02:00
  • a680c911e4 Trim to 255 runes instead of bytes (#12150) Jürgen Hötzel 2020-07-07 23:35:52 +02:00
  • 3a46d1ef58 Enable cloning via Git Wire Protocol v2 over HTTP (#12170) William Hilton 2020-07-07 18:31:49 -04:00
  • 078d2fbd4c Remove newline when highlighting random chunks of code (#12180) mrsdizzie 2020-07-07 18:30:21 -04:00
  • 30399cf04a Trim to 255 runes instead of bytes (#12150) Jürgen Hötzel 2020-07-07 23:35:52 +02:00
  • 12f9dd8fa9 Decrease the num_stars when deleting a repo (#11954) 赵智超 2020-07-08 03:16:34 +08:00
  • 88ef04dbe9 Adjust margin-top for repo header label (#12174) Cirno the Strongest 2020-07-07 13:47:18 +02:00
  • d9c18cbba0 Ensure Subkeys are verified (#12155) (#12168) zeripath 2020-07-07 01:13:18 +01:00
  • 075f33c48c Fix U2F button icon (#12167) silverwind 2020-07-07 00:37:48 +02:00
  • 8a0bb7cd04 Ensure Subkeys are verified (#12155) zeripath 2020-07-06 19:33:34 +01:00
  • 26e931ae34 fix a spelling error (#12163) Stormxx 2020-07-06 23:58:31 +08:00
  • 56f222d44c models: break out of loops (#12159) Lars Lehtonen 2020-07-06 05:07:07 -07:00
  • ae2916c792 [skip ci] Updated translations via Crowdin GiteaBot 2020-07-06 08:58:05 +00:00
  • 62c2c17031 Fonts rework (#12114) silverwind 2020-07-06 10:56:54 +02:00
  • 3daedb3877 Use hash of repo path, ref and entrypath as cache key (#12151) (#12161) Lauris BH 2020-07-06 11:51:45 +03:00
  • 9fc9c1de98 Update the wiki repository remote origin while update the mirror repository's Clone From URL (#12053) yisiliang 2020-07-06 10:08:32 +08:00
  • c5b08f6d5a Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) zeripath 2020-07-06 01:07:07 +01:00
  • 38fb087d19 [skip ci] Updated translations via Crowdin GiteaBot 2020-07-05 22:41:35 +00:00
  • 4384320db9 Use hash of repo path, ref and entrypath as cache key (#12151) Lauris BH 2020-07-06 01:40:34 +03:00
  • 2bf987229a Multiple small admin dashboard fixes (#12153) (#12156) zeripath 2020-07-05 21:19:53 +01:00
  • 217647f331 Multiple small admin dashboard fixes (#12153) zeripath 2020-07-05 20:38:03 +01:00
  • 0d03fbf2ca Ensure tabs wrap correctly on user profile page (#12144) George Merlocco 2020-07-05 12:09:52 -04:00
  • f984a7e6c6 Remove spurious logging (#12139) (#12148) zeripath 2020-07-05 17:09:13 +01:00
  • d1562bfc34 properly set symbolic-ref HEAD when a repo is created with a non-master default branch (#12135) xenofem 2020-07-05 11:25:46 -04:00
  • c96da610c2 templates/repo/empty.tmpl : fix repo setup instructions (#12147) Andreas Shimokawa 2020-07-05 14:56:10 +02:00
  • 15d3aa7b95 Enable a few more eslint rules (#12145) silverwind 2020-07-05 12:51:29 +02:00
  • c6d6c51ada Remove spurious logging (#12139) zeripath 2020-07-05 05:11:02 +01:00
  • 2ab185d3ab Rewrite GitGraph.js (#12137) zeripath 2020-07-05 02:04:24 +01:00
  • e46dbec294 Move EventSource to SharedWorker (#12095) (#12130) zeripath 2020-07-04 23:08:03 +01:00
  • 3c4388f668 Re-fix #12095 again (#12138) zeripath 2020-07-04 23:04:00 +01:00
  • 60cb9fe448 Bugfix for shared event source (#12129) zeripath 2020-07-04 15:01:25 +01:00
  • 510e4bd245 templates/repo/empty.tmpl : fix repo setup instructions (#12122) Andreas Shimokawa 2020-07-03 23:22:14 +02:00
  • ae56411e9f Move EventSource to SharedWorker (#12095) zeripath 2020-07-03 10:55:36 +01:00
  • 8f64017058 Fix ui bug in wiki commit page (#12089) (#12125) 赵智超 2020-07-03 12:49:55 +08:00
  • cd994f6354 Fix ui bug in wiki commit page (#12089) 赵智超 2020-07-03 01:33:13 +08:00
  • 480ac25ed5 [skip ci] Updated translations via Crowdin GiteaBot 2020-07-02 14:56:42 +00:00
  • 7e401fb026 Fix repo API listing stability (#12057) Clark Boylan 2020-07-02 07:55:42 -07:00
  • 482ba937ed Provide option to unlink a fork (#11858) zeripath 2020-07-02 15:09:09 +01:00
  • d737eaa63a Set the base url when migrating from Gitlab using access token or username without password (#11852) (#12104) zeripath 2020-07-02 13:26:47 +01:00
  • 058ee52333 Fix gitgraph branch continues after merge (#12044) (#12105) zeripath 2020-07-02 11:46:06 +01:00
  • 47b1fc5149 Fix merge section in dark theme (#12086) (#12109) Lauris BH 2020-07-02 12:36:45 +03:00
  • a87a64e6a1 Fix missing gitgraph css import (#12112) silverwind 2020-07-01 23:58:59 +02:00
  • 712d88ea1d [skip ci] Updated translations via Crowdin GiteaBot 2020-07-01 18:17:01 +00:00
  • eea25f8d71 Improve arc-green code colors (#12111) silverwind 2020-07-01 20:15:59 +02:00
  • 20c2bdf86b Ensure BlameReaders close at end of request (#12102) (#12103) zeripath 2020-07-01 16:43:25 +01:00
  • 858c35b731 Ensure BlameReaders close at end of request (#12102) zeripath 2020-07-01 14:01:17 +01:00
  • 8f489131f3 Fix merge section in dark theme (#12086) Lauris BH 2020-07-01 02:03:37 +03:00
  • af7ffaa279 Server-side syntax highlighting for all code (#12047) mrsdizzie 2020-06-30 17:34:03 -04:00
  • ce5f2b9845 Fix commit icon position (#12087) Lauris BH 2020-06-30 06:53:30 +03:00
  • e3b719863b Fix potential make error related to fomantic files (#12079) silverwind 2020-06-29 02:18:12 +02:00
  • df13fc8818 Disable go module when downloading global binaries (#12030) (#12084) Stefan Bethke 2020-06-28 20:14:22 +02:00
  • b918609acc Use custom SVGs for commit signing lock icon (#12017) Cirno the Strongest 2020-06-28 06:05:50 +02:00
  • 7761245d08 Move fomantic and jQuery to main webpack bundle (#11997) silverwind 2020-06-28 04:59:56 +02:00
  • 2281b048af Do not override API issue pagination with UI settings (#12068) Cirno the Strongest 2020-06-27 23:09:24 +02:00
  • 9ad04240a6 [skip ci] Updated translations via Crowdin GiteaBot 2020-06-27 20:33:22 +00:00
  • 1fd2beb6e9 Fix swagger docs for /repos/issues (#12069) Cirno the Strongest 2020-06-27 22:32:28 +02:00
  • 2ff585f0da Fix some periods and language usage in en-US locale (#12067) Linkjay 2020-06-27 04:11:35 -07:00
  • 772df93671 Disable go module when downloading global binaries (#12030) silverwind 2020-06-26 21:47:34 +02:00
  • 043ed32ab5 [skip ci] Updated translations via Crowdin GiteaBot 2020-06-26 13:06:41 +00:00
  • 9c54fef17c Shorten markdown heading anchors links (#11903) silverwind 2020-06-26 15:04:22 +02:00
  • 4b66d9ad98 Show description on individual milestone view (#12055) mrsdizzie 2020-06-25 21:21:13 -04:00
  • 445992d929 Fix comments webhook panic backport (#12058) Cornel 2020-06-26 04:19:11 +03:00
  • 0ea479561d Add org avatar on top of internal repo icon (#11895) Cirno the Strongest 2020-06-26 02:07:15 +02:00
  • 6764daf7e5 Use Fomantic's fluid padded for blame full width (#12023) Cirno the Strongest 2020-06-25 20:58:12 +02:00
  • 0b1bb96441 Fix gitgraph branch continues after merge (#12044) zeripath 2020-06-25 12:37:28 +01:00
  • ebc35f2b2e Fix comments webhook panic (#12046) Cornel 2020-06-25 06:39:43 +03:00
  • 9ef2f62a79 Update Goldmark v1.1.25 -> v1.1.32 (#12048) 6543 2020-06-25 04:43:18 +02:00
  • c86478ec47 [UI] Sortable Tables Header By Click (#7980) 6543 2020-06-25 00:23:05 +02:00
  • ae20de7771 fix bug about can't skip commits base on base branch (#11555) 赵智超 2020-06-25 03:40:52 +08:00
  • 8aef7aefd0 Don't use -webkit-font-smoothing (#12029) mrsdizzie 2020-06-24 11:25:40 -04:00
  • d059156c3a Disable dropzone's timeout (#12024) (#12032) silverwind 2020-06-24 16:24:27 +02:00
  • 5b1327eb56 [skip ci] Updated translations via Crowdin GiteaBot 2020-06-24 04:11:05 +00:00
  • ec0743bab8 Disable dropzone's timeout (#12024) silverwind 2020-06-24 06:10:03 +02:00
  • d9aa007a9e Use label to describe repository type (#11891) Cirno the Strongest 2020-06-22 22:20:51 +02:00
  • daf62841f6 Fix sticky diff stats container (#12002) Cirno the Strongest 2020-06-22 21:02:27 +02:00
  • fc2f2c7602 API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new swagger section settings (#11854) 6543 2020-06-22 20:21:31 +02:00
  • b948ecb2d2 Make tabs smaller (#12003) silverwind 2020-06-22 18:44:06 +02:00
  • 4dee08a6b4 Fix typo (#12013) successgo 2020-06-22 23:21:11 +08:00
  • 121103fecf Changelog for v1.11.8 and v1.12.1 (#12006) (#12007) Lauris BH 2020-06-22 16:58:54 +03:00
  • 180286da0c Fix missing styling for dropdown icon on review button (#11998) Cirno the Strongest 2020-06-22 02:02:22 +02:00
  • c1a2887c02 Use octicons for all repo header buttons (#11890) Cirno the Strongest 2020-06-22 01:18:42 +02:00
  • 3b685e1f0d Adds a TODOs Badge to the README (#11999) Patrick DeVivo 2020-06-21 18:19:44 -04:00
  • 12f51ec7dd Changelog for v1.12.1 (#12006) v1.12.1 Lauris BH 2020-06-22 01:12:42 +03:00
  • 34fe3d390b Changelog for 1.11.8 (#12004) v1.11.8 release/v1.11 Lauris BH 2020-06-22 00:00:50 +03:00
  • 82b843a5ab Handle multiple merges in gitgraph.js (#11996) (#12000) zeripath 2020-06-21 16:08:25 +01:00
  • 81324cf37c Add pagination headers on endpoints that support total count from database (#11145) Cirno the Strongest 2020-06-21 10:22:06 +02:00
  • a07cc0df76 Handle multiple merges in gitgraph.js (#11996) zeripath 2020-06-20 20:29:44 +01:00
  • d31a9c544f Add public/img/svg to WEBPACK_DEST_ENTRIES (#11993) silverwind 2020-06-20 17:11:37 +02:00
  • dcbbf37082 Add serviceworker.js to KnownPublicEntries (#11992) (#11994) silverwind 2020-06-20 16:23:04 +02:00
  • e24ee48776 Add serviceworker.js to KnownPublicEntries (#11992) silverwind 2020-06-20 15:20:25 +02:00
  • 6891b90303 Use enry language type to detect special languages (#11974) Lauris BH 2020-06-19 15:24:03 +03:00
  • 3e8618a543 For language detection do not try to analyze big files by content (#11971) (#11975) Lauris BH 2020-06-19 13:10:03 +03:00