Commit Graph

  • f33e6ae09e Remove unit types commits and settings (#2161) Lauris BH 2017-07-17 05:04:43 +0300
  • 047a67a90b Refactor vue delimeters to use es6 template delimeters (#2171) Lauris BH 2017-07-15 17:22:26 +0300
  • 0b177574c9 Only show SSH clone URL if signed in (#2169) (#2170) Stefan Kalscheuer 2017-07-15 16:21:51 +0200
  • 32f289ae3b Make compare button URL aware if current repo is a fork (#2162) (#2163) Wiktor Żurawik 2017-07-15 05:14:02 +0200
  • 98c5a1e006 Only show "No Description" to repo admins (#2167) bit 2017-07-14 20:30:03 +0300
  • dd758ad8dc More integration tests for comment API (#2156) Ethan Koenig 2017-07-13 18:33:26 -0400
  • c4ccf16c43 Fix OpenID registration route (#2160) Christian Weiske 2017-07-13 22:58:53 +0200
  • 6a3c03762a API: support '/orgs/:org/repos' (#2047) Aaron Walker 2017-07-13 04:14:15 -0700
  • f011d6d4d7 fix: replace tmp with TMPDIR. (#2152) Bo-Yi Wu 2017-07-13 06:09:29 -0500
  • b639fa1648 Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) Lauris BH 2017-07-13 06:35:47 +0300
  • 7d61834dc9 Update code.gitea.io/git dependency (#2149) Lauris BH 2017-07-13 06:35:21 +0300
  • a739991b36 Fix repository settings collobration list display (#2151) Lauris BH 2017-07-13 06:32:28 +0300
  • 858324c21a Fix username rendering bug (#2122) Ethan Koenig 2017-07-12 10:58:52 -0400
  • 2c3efd72ce fix typo (#2145) Bo-Yi Wu 2017-07-12 03:52:00 -0500
  • 2b05b104ef Add verify changed less-file step to Makefile (#1861) Bo-Yi Wu 2017-07-11 21:28:57 -0500
  • 89845f6728 Fix SHA1 hash linking (#2143) Roy Marples 2017-07-12 03:26:54 +0100
  • ceb3544697 Small grammar fixes (#2144) Patrick G 2017-07-11 22:25:45 -0400
  • 93a1de4842 Fix repo API bug (#2133) Ethan Koenig 2017-07-11 21:23:41 -0400
  • 9a7f59ef35 Fix fast-forward PR bug (#2137) Ethan Koenig 2017-07-11 10:51:39 -0400
  • 6a6f0616f2 Fix diff of renamed and modified file (#2136) Ethan Koenig 2017-07-11 03:19:10 -0400
  • da89afda58 feat: upgrade drone docker image to support multi-stage build. (#1732) Bo-Yi Wu 2017-07-11 02:16:18 -0500
  • 6caf04c129 Don't ignore gravatar error (#2138) Ethan Koenig 2017-07-11 02:00:43 -0400
  • 406f5de18c Fix missing less sources for oauth (backport #1288) (#2135) Antoine GIRARD 2017-07-11 03:25:30 +0200
  • 8f1d62ad3b Fix GET /users/:username/repos endpoint (#2125) Ethan Koenig 2017-07-10 07:07:39 -0400
  • c016d48735 Use POSIX complaint ! operator in find (#2132) Roy Marples 2017-07-10 02:48:46 +0100
  • 5e9bcb6301 Missing signed commit display translation (#2134) Lauris BH 2017-07-10 04:46:06 +0300
  • 89cd4dd424 Cache session cookies in tests (#2128) Ethan Koenig 2017-07-08 22:07:29 -0400
  • 4c57db7924 Remove unused files (#2124) Ethan Koenig 2017-07-07 15:52:30 -0400
  • f1adaef458 Less verbose integration tests (#2123) Ethan Koenig 2017-07-07 15:36:47 -0400
  • 5651cc7413 Merge pull request #2119 from ethantkoenig/fix/wiki Andrey Nering 2017-07-07 11:00:31 -0300
  • e58237ee3f Fix import order Ethan Koenig 2017-07-06 16:38:38 -0400
  • e14ea9979b Relative URL tests Ethan Koenig 2017-07-06 12:42:56 -0400
  • b1d7348a20 Fix wiki preview links Ethan Koenig 2017-07-06 12:05:35 -0400
  • 30787e48f2 Improve org error handling (#2117) Antoine GIRARD 2017-07-06 15:30:19 +0200
  • 2ef33b5338 vendor: update sqlite to fix "database is locked" errors (#2116) Andrey Nering 2017-07-06 03:43:30 -0300
  • a52cd59727 Fix unchecked error bug (#2110) Ethan Koenig 2017-07-03 21:30:41 -0400
  • 2fd039864b Fix missing-return bug (#2109) Ethan Koenig 2017-07-03 21:29:57 -0400
  • 310866525b Sync latest translations from crowdin (#2104) Lauris BH 2017-07-03 16:44:20 +0300
  • dde9a8648e Add make command update-translations for update translations from crodwin (#2097) Lunny Xiao 2017-07-03 21:37:00 +0800
  • f189ccd2d6 Fix git hooks update to receive required arguments. Fixes #2090 (#2095) Lauris BH 2017-07-02 16:50:57 +0300
  • f99489d5c5 Fix API for branches with slashes (#2096) Ethan Koenig 2017-07-01 22:03:57 -0400
  • fea902adc8 Check for valid renamed usernames (#2077) Ethan Koenig 2017-07-01 15:48:29 -0400
  • 678fec3f6a upgrade git source code. (#2094) Bo-Yi Wu 2017-07-01 10:05:01 -0500
  • eae9154811 Fix SQL bug in models.PullRequests Ethan Koenig 2017-06-30 12:50:57 -0400
  • 3c0705ecf3 Absolute path for setting.CustomConf (#2085) Ethan Koenig 2017-06-30 23:10:04 -0400
  • 12cb6cd3c9 Merge pull request #2087 from Bwko/fix_error_exit Lauris BH 2017-06-30 15:46:49 +0300
  • b36849dc1f
    Fix exit status 1 not handled @ getMergeCommit Bwko 2017-06-30 12:29:58 +0200
  • 8fd43f215c Revert "Reduce number of layer" (#2086) Lunny Xiao 2017-06-30 14:10:37 +0800
  • 789188f13c Reduce number of layer (#2078) Dryusdan 2017-06-30 02:58:57 +0200
  • 935b40fd8e Merge pull request #2083 from ethantkoenig/check_err/org_avatar Andrey Nering 2017-06-29 21:30:05 -0300
  • 2b410e44b2 lint Ethan Koenig 2017-06-29 12:11:34 -0400
  • 05e3726415 Use default avatar on error Ethan Koenig 2017-06-29 12:10:33 -0400
  • 783b1967e2 Fix release display and correct paging (#2080) Lauris BH 2017-06-29 18:11:38 +0300
  • 23f0728879 Don't ignore gravatar error Ethan Koenig 2017-06-29 10:30:58 -0400
  • 33f3165296 remove unnecessary blank lines and wrong error log Lunny Xiao 2017-06-28 23:14:26 +0800
  • 3f9016430f Pagination on releases page (#2035) iszla 2017-06-28 16:47:00 +0200
  • 1f4d84b7b2 Update git module (#2074) Jonas Östanbäck 2017-06-28 16:43:58 +0200
  • 858197b453 Fix #1271: Call location.reload after XHR finishes (#2071) Guillermo Bonvehí 2017-06-28 05:55:28 -0300
  • 6b13dafe61 Fix org hooks UI (#2072) Morlinest 2017-06-28 10:53:50 +0200
  • d389ed25a5 Fix: http: multiple response.WriteHeader calls (#2038) Shuanglei Tao 2017-06-28 14:08:47 +0800
  • 32fc44aa83 Make time diff translatable (#2057) Lauris BH 2017-06-28 08:43:28 +0300
  • 9d8fba62b3 Smaller watch, star, and fork buttons (#2052) Patrick G 2017-06-27 21:40:28 -0400
  • 79daf31058 Setting to disable authorized_keys backup (#1856) Dan Magnus Lindvall 2017-06-28 03:35:35 +0200
  • a037cd81ff Add link to forum in issue template (#2070) Jonas Östanbäck 2017-06-28 03:33:37 +0200