1
0
Fork 0

Commit Graph

  • 28dc5bb566 Replace gogs.io http links with https version (#3386) rugk 2016-08-06 02:35:40 +0200
  • cf6d321991 Ignore repository with issue disabled or use external tracker in dashboard issues Unknwon 2016-08-05 12:46:26 -0700
  • 50422f1fc2 #3348 always use relative avatar link in the template Unknwon 2016-08-05 12:12:54 -0700
  • db3d393576 routers/api: rename handlers to be unexported Unknwon 2016-08-04 17:08:01 -0700
  • 2f105f3979 #2162 completely disable builtin issue tracker when enable external tracker Unknwon 2016-08-04 16:32:02 -0700
  • ee28fd9255 Update locales [CI SKIP] Unknwon 2016-08-03 12:24:53 -0700
  • 13d492e92a Update .gopmfile and glide.lock Unknwon 2016-08-03 12:12:33 -0700
  • e7fd65f0cf #3290 better code structure and batch minor improvements Unknwon 2016-08-03 11:51:22 -0700
  • 2eeb0ec9b0 Additional API support for labels (#3290) lstahlman 2016-08-03 09:24:16 -0700
  • b1133c9934 Lighter icon colors for repo files (#3351) silverwind 2016-08-03 17:53:28 +0200
  • 991ce42c48 #2162 improve repository advance options UI display Unknwon 2016-07-31 01:26:43 +0800
  • 10dc330640 #3345 dump content directly to HTTP ResponseWriter Unknwon 2016-07-30 23:39:58 +0800
  • dfab54d5a2 Diff patch (#3345) Dennis Chen 2016-07-30 11:02:22 -0400
  • 3e22ae3412 Update locales Unknwon 2016-07-30 22:28:23 +0800
  • 55b4e77a5e Fix of template error in "/:owner/:repo/pulls" (#3343) Okunev Yu Dmitry 2016-07-29 17:59:38 +0300
  • ad7ea88923 Update glide.lock Unknwon 2016-07-28 11:00:14 +0800
  • f2884d8e31 Minor fix for pull request template [CI SKIP] Unknwon 2016-07-28 10:54:52 +0800
  • 36a63dd059 models/release: Update Sha1 if tag already exists (#3331) 마누엘 2016-07-28 04:45:35 +0200
  • 03ba257ad2 Update GitHub templates Unknwon 2016-07-28 10:36:26 +0800
  • fe60ca408b routers/repo/release: Use correct branch reference (#3330) 마누엘 2016-07-27 10:57:32 +0200
  • 0402c803c6 Added Full Name to CreateUser api call (#3333) Richard Mahn 2016-07-26 12:43:06 -0600
  • 29ccf047d8 routers/repo/issue: remove redundant format string Unknwon 2016-07-26 18:42:18 +0800
  • 8aa0a76702 #3327 fix wrong table name in Join Unknwon 2016-07-26 18:40:20 +0800
  • 2d76de2574 #3281 fix x.Iterate returns nothing inside session scope with SQLite3 Unknwon 2016-07-26 17:26:48 +0800
  • 4d8b905541 models/ssh_key: code cleaning Unknwon 2016-07-26 10:47:25 +0800
  • 452aefd025 Fix issue event octicon CSS Unknwon 2016-07-26 02:56:07 +0800
  • 899e799459 #1601 support delete issue comment Unknwon 2016-07-26 02:48:17 +0800
  • 2295fafb34 repo/settings/options: take naming style examples out of locale string Unknwon 2016-07-25 16:55:51 +0800
  • a562228c5e Add org.getUserTeams to reduce redundant code Unknwon 2016-07-24 18:09:45 +0800
  • e74630ae3b #1384 add pagination for repositories Unknwon 2016-07-24 14:32:46 +0800
  • 1f2e173a74 Refactor User.Id to User.ID Unknwon 2016-07-24 01:08:22 +0800
  • 46e96c008c Use struct for UI settings Unknwon 2016-07-24 00:23:54 +0800
  • 256cd6374a #2790 fix not detect diff style in pull request file changes Unknwon 2016-07-23 23:46:49 +0800
  • 57a47bbc05 Add some tutorial links [CI SKIP] Unknwon 2016-07-23 21:23:30 +0800
  • 024fcc836b Minor HTML fix for delete repository notice Unknwon 2016-07-23 20:42:46 +0800
  • 250be011c7 Remove redundant Unix timestamp method call Unknwon 2016-07-23 20:24:44 +0800
  • 4e822c1911 conf: change default mirror checking interval to 10m Unknwon 2016-07-23 20:20:09 +0800
  • 26d52ceb48 #3186 fix wrong link for new pull request button of non-fork repository Unknwon 2016-07-23 19:55:53 +0800
  • d90acacd86 Update README [CI SKIP] Unknwon 2016-07-23 19:22:43 +0800
  • 69f5308761 #2903 use different reversed words and patterns for repository and user Unknwon 2016-07-23 18:58:18 +0800
  • 4b5e09e4d6 #3181 detect situation when base branch is deleted in pull request Unknwon 2016-07-23 18:35:16 +0800
  • 4f78abe7dc #3066 fix create organization ignores full name property Unknwon 2016-07-23 17:57:22 +0800
  • e63b2881b1 api: fix panic if anonymous user request admin API Unknwon 2016-07-23 17:56:37 +0800
  • 745167d57a #3157 create user path before rename repository while transfer Unknwon 2016-07-23 17:36:15 +0800
  • d7bdc1de8d #3107 fix mention regex does not include dash Unknwon 2016-07-23 17:29:34 +0800
  • c912494609 #3076 detect invalid tag name git error Unknwon 2016-07-23 15:59:19 +0800
  • 69dae1ec1c Added coding style modes to SimpleMDE (#3286) Richard Mahn 2016-07-22 23:29:20 -0600
  • cf85e9eb7b add IsSubmodule field to DiffFile and hide view file button on diff page for submodules (#3097) Siarhei Navatski 2016-07-22 21:18:56 +0300
  • 599716bb1b Update locales [CI SKIP] Unknwon 2016-07-22 22:21:26 +0800
  • ae88d76032 Bump version Unknwon 2016-07-22 21:52:39 +0800
  • 9266f28822 Fix GitHub wrong repo language detection Unknwon 2016-07-21 18:20:03 +0800
  • 6488ee12be avatar: make custom and generated avatars equal (#3301) Dennis Chen 2016-07-21 02:31:14 -0500
  • c2fb01a257 #3299 don’t pop up confirm box when leave on signin page Unknwon 2016-07-21 14:36:26 +0800
  • 5761342f32 #3291 fix SQLite3 session read/update conflict on create new issue Unknwon 2016-07-21 14:26:30 +0800
  • 57af7432fc #3295 fix wrong logic judgement Unknwon 2016-07-21 14:15:04 +0800
  • 1c7dcdd6b9 Update dep revision Unknwon 2016-07-17 10:46:21 +0800
  • 25b3836418 Refresh repository mirror from database when the repository's name has changed. (#3276) lstahlman 2016-07-16 18:30:43 -0700
  • 5aa2bf86f4 Update locales and .gopmfile Unknwon 2016-07-17 09:25:30 +0800
  • b0eb47cb1c Fix misselection of issues view type Unknwon 2016-07-17 09:25:24 +0800
  • e7a4f96fb6 Updated Issues and Issues Stats functions to include table aliases. This addresses errors involving ambiguous column references when filtering issues by the view type "Mentioning you". (#3269) lstahlman 2016-07-16 18:18:35 -0700
  • 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID Unknwon 2016-07-17 08:33:59 +0800
  • 5ff2dfb23e api: delete repository webhooks (#3275) Dennis Chen 2016-07-16 19:08:38 -0500
  • eac32419fc templates/org/home: minor UI fix Unknwon 2016-07-16 15:54:43 +0800
  • e3d3d424b2 Minor fix for go vet Unknwon 2016-07-16 15:15:00 +0800
  • 971e2c3bd6 Upgrade octicon to 4.3.0 Unknwon 2016-07-16 12:45:13 +0800
  • c083d76567 #2937 able to prohibit user login Unknwon 2016-07-16 10:22:16 +0800
  • 52322ef624 models/user_mail: refactor EmailAddress Unknwon 2016-07-16 10:08:04 +0800
  • a4ea3bd015 Return avatar link as absolute url (#3235) Sandro Santilli 2016-07-16 02:19:30 +0200
  • 3d93532c87 #3274 fix can't get webhook detail of organization Unknwon 2016-07-16 01:02:55 +0800
  • fff615d5fc Bump version Unknwon 2016-07-16 00:37:21 +0800
  • f1b8d52eb3 #2854 fix no mail notification when issue is closed/reopened Unknwon 2016-07-16 00:36:39 +0800
  • 7ca5f8f119 models/repo: remove redundant info for some repo methods Unknwon 2016-07-15 21:53:43 +0800
  • 194a742fb9 #2798 fix assign operation not take effect Unknwon 2016-07-15 17:06:17 +0800
  • 160956dd31 Update Docker README Unknwon 2016-07-15 14:32:42 +0800
  • 089bacd54e Update bindata and CSS Unknwon 2016-07-15 14:13:30 +0800
  • d950bf68e3 Ignore Response Body for Slack Hooks #3169 (#3256) Kim Carlbäcker 2016-07-15 08:02:19 +0200
  • 7796c9e122 Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui (#3267) Richard Mahn 2016-07-14 23:57:28 -0600
  • 528ec9bffd Apply font for Japanese / Chinese (more) (#3266) Laica Lunasys 2016-07-15 14:52:37 +0900
  • 32ec4734f9 Changed Turkish language name to 'Türkçe' (#3268) Atakan Goktepe 2016-07-15 08:44:49 +0300
  • 6a98e7d914 docker: Support timezones (#3262) Andrey Arapov 2016-07-15 04:55:05 +0200
  • a752f09055 #2709 validate username attribute fetched from LDAP Unknwon 2016-07-12 07:07:57 +0800
  • 846bf2ca9f Add timestamps to repository api response (#3255) lstahlman 2016-07-11 15:28:51 -0700
  • f4ab50501e [Fix] Don't display way too large files #1513 (#3253) Kim Carlbäcker 2016-07-12 00:21:26 +0200
  • de10387f41 #2586 bump git-module requirement Unknwon 2016-07-12 06:20:09 +0800
  • 1faaaeb3d9 Update glide.lock Unknwon 2016-07-11 07:57:15 +0800
  • 12cb84b97f Extend the API to include more repository properties (#3249) lstahlman 2016-07-10 16:56:15 -0700
  • fdcca9292e #2458 fix emoji been rendered inside raw content area Unknwon 2016-07-11 05:28:56 +0800
  • a1f717f65a Update locale Unknwon 2016-07-09 23:59:13 +0800
  • 70a281a39b #2375 preserve cases for action content Unknwon 2016-07-09 23:37:32 +0800
  • 9fcf66f0e0 Minor fix for #3246 Unknwon 2016-07-09 13:42:05 +0800
  • 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246) Pablo Saavedra 2016-07-09 07:22:28 +0200
  • 467d7dacb6 Modify behaviour of repo-delete. (#3232) Pheng Heong TAN 2016-07-09 13:13:57 +0800
  • d62ab49978 #3057 retrieve webhook with repo_id Unknwon 2016-07-08 13:57:09 +0800
  • e30c701386 #3229 disallow repository name . and .. Unknwon 2016-07-08 07:34:05 +0800
  • 401bf944ef Use SecurityProtocol to replace UseSSL in LDAP config Unknwon 2016-07-08 07:25:09 +0800
  • 326c982660 Upgrade frontend assets Unknwon 2016-07-07 06:04:55 +0800
  • 4b25bdfbc4 #3058 #3059 support correct page size and link header Unknwon 2016-07-04 17:27:06 +0800
  • 528682a294 getEngine() not handles DB parameters (#2972) (#2974) Tom 2016-07-02 10:39:39 -0400
  • 6aa00f7bcf #2968 use HTTP_ADDR to replace localhost Unknwon 2016-07-02 18:54:48 +0800
  • f485fcde96 #2947 fix inapproriate comment Unknwon 2016-07-02 18:23:15 +0800