1
0
Fork 0

Commit Graph

  • 8dc49dc114 Implementation of the feature to redirect to an external issue tracker Rémy Boulanouar 2016-11-04 09:06:54 +0100
  • 4a5faecd8f Merge pull request #58 from go-gitea/vendoring Lunny Xiao 2016-11-04 16:04:20 +0800
  • f8b4699a14
    Dropped go get from travis config Thomas Boerger 2016-11-03 23:19:17 +0100
  • 1ebb35b988
    Added all required dependencies Thomas Boerger 2016-11-03 23:16:01 +0100
  • 78f86abba4
    Added vendoring config for govendor Thomas Boerger 2016-11-03 23:15:35 +0100
  • 90402a6328
    Dropped glide configs Thomas Boerger 2016-11-03 23:15:20 +0100
  • 998e7452b8
    Dropped vendoring from gitignore Thomas Boerger 2016-11-03 23:15:09 +0100
  • 17f9ab4ff8 Use user fullname if resolved Thibault Meyer 2016-10-29 18:04:56 +0200
  • 33df11e823 typo and contributing improved Lunny Xiao 2016-11-04 15:05:45 +0800
  • 5a8cb2dac1 Merge pull request #60 from andreynering/gitea/issue-pr-number-on-title Kim "BKC" Carlbäcker 2016-11-04 03:14:31 +0100
  • 0d41394d6e diff the CONTRIBUTORS and MAINTAINERS Lunny Xiao 2016-11-04 09:54:57 +0800
  • 55e804e078 Merge branch 'master' of https://github.com/go-gitea/gitea Lunny Xiao 2016-11-04 09:40:38 +0800
  • a90b25226a added CONTRIBUTING Lunny Xiao 2016-11-04 09:39:04 +0800
  • 87b593f93e Show issue/PR number on title Andrey Nering 2016-10-12 10:28:51 -0300
  • 137dcbf93d Merge pull request #47 from 0xbaadf00d/fix/3743-route-regexp-branchname Sandro Santilli 2016-11-03 17:51:33 +0100
  • 1adde07a3f Merge branch 'master' into fix/3743-route-regexp-branchname Lunny Xiao 2016-11-04 00:11:08 +0800
  • 42a744d9e6 Badges and travis testing (#40) Thomas Boerger 2016-11-03 15:50:44 +0100
  • 2d68bd1ef9 Change import reference to match gitea instead of gogs (#37) Rémy Boulanouar 2016-11-03 13:29:56 +0100
  • 8ea63f8c50
    Restore whitespace Thibault Meyer 2016-11-03 09:37:24 +0100
  • a79eb48de3
    Fix SHA regexp and commit comparisons Thibault Meyer 2016-11-03 09:32:55 +0100
  • 507ce134fa Merge pull request #5 from joubertredrat/title-ui-fix Thomas Boerger 2016-11-03 09:09:51 +0100
  • bc7e92a2b5 Merge branch 'develop' into title-ui-fix Thomas Boerger 2016-11-03 09:09:00 +0100
  • e4fe69365f Merge pull request #23 from lunny/develop Thomas Boerger 2016-11-03 09:08:09 +0100
  • 980282a06f Merge branch 'develop' into develop Thomas Boerger 2016-11-03 09:07:55 +0100
  • d8de2beb5b Merge pull request #2 from strk/proper-from-on-issue-mail Lunny Xiao 2016-11-03 16:06:27 +0800
  • 060d10a4cb config lgtm to disable maintainer to LGTM himself's PR Lunny Xiao 2016-11-03 14:41:13 +0800
  • af03d00780 Fix sender of issue notifications Sandro Santilli 2016-09-07 11:19:44 +0200
  • 5c54243014 Merge pull request #3 from strk/libravatar-proper-url Thomas Boerger 2016-11-02 19:22:31 +0100
  • d59a48a255 Use proper url for libravatar dep Sandro Santilli 2016-11-02 18:18:04 +0100
  • f3321d920d Small UI fixes on full width form titles Joubert RedRat 2016-10-19 11:21:10 -0200
  • 6bcff7828f Fix mention in comments like (@dblk) (#3655) Rémy Boulanouar 2016-10-17 04:17:59 +0200
  • 2cb5ec5983 Prevented user enumeration of valid users through HTTP status codes of login (#3639) (#3654) LefsFlare 2016-10-17 10:08:40 +0800
  • e54dec7ce5
    missing space Thibault Meyer 2016-10-04 18:59:07 +0200
  • 93f1eabe30
    rename variable + fix wiki link Thibault Meyer 2016-10-04 18:58:14 +0200
  • 2bec8a4f1e Changed interface (#3685) LefsFlare 2016-09-23 07:38:12 +0800
  • 1b59e6f910
    Fix 500 error caused by deleted users on issues (#3675) Flare 2016-09-20 17:54:47 +0800
  • 9d66497abc
    Can disable GIT interactions by HTTP protocol Thibault Meyer 2016-09-18 10:54:33 +0200
  • 7e15ff9486
    Update locales Unknwon 2016-09-15 20:03:36 -0400
  • 12445fe2ed
    Add build system link to README [CI SKIP] Unknwon 2016-09-08 20:56:05 -0400
  • 491407ddf8
    #3590 fix 404 for release draft edition Unknwon 2016-09-03 06:00:59 -0400
  • 6da55159a2
    #3589 LoadRepoConfig after ORM is initialized Unknwon 2016-09-02 23:18:37 -0400
  • c50d59874d
    #3577 incorrect URL produced by AvatarLink Unknwon 2016-09-01 12:36:26 -0400
  • b3d9ca4ccd Add the ability to explore organizations (#3573) Daniel Oaks 2016-09-01 23:08:05 +1000
  • 4efaf8e882 Fix repo list display on Safari (#3569) Daniel Oaks 2016-09-01 22:04:25 +1000
  • 178556142a fix link error under preview (#3566) raphael10241024 2016-09-01 18:01:27 +0800
  • 7c1fbed057 Fix panic when attempt login with non-exist user Unknwon 2016-09-01 05:12:34 -0400
  • bc902b8f74 Feature #3492: Add option to hide footer load times (#3562) Thibault Meyer 2016-09-01 07:01:32 +0200
  • 8ee14db51e Update locales Unknwon 2016-09-01 00:35:04 -0400
  • 5d35578811 Update size of SHA to fix #3538 (#3563) Rémy Boulanouar 2016-08-31 23:22:17 +0200
  • d09fca3ca9 Add a (Open)SuSE init script (#3558) Corben Dallas 2016-08-31 23:04:21 +0200
  • dadd35b636 #3559 fix template error Unknwon 2016-08-31 13:59:23 -0700
  • c2afdf2192 Minor code fix [CI SKIP] Unknwon 2016-08-31 04:31:53 -0700
  • 152e715999 models/login_source: code improvement Unknwon 2016-08-31 01:22:41 -0700
  • 99c2ae7b35 #3515 use alert instead 500 for duplicated login source name Unknwon 2016-08-31 00:56:10 -0700
  • cd9b926af7 Support Editorconfig on web editor (#3512) 无闻 2016-08-30 16:47:22 -0700
  • 9ac46fb983 Support Editorconfig on web editor Andrey Nering 2016-08-30 20:18:40 -0300
  • 8516dfcb6c #2018 able to sync now for mirrors Unknwon 2016-08-30 16:18:33 -0700
  • c1ecb6c60a modules/sync: add UniqueQueue Unknwon 2016-08-30 15:50:30 -0700
  • 43297148b2 modules/sync: rename SingleInstancePool to ExclusivePool Unknwon 2016-08-30 15:19:53 -0700
  • c0c1a4b01b js: fix comment issue status button title change Unknwon 2016-08-30 14:37:46 -0700
  • 47a3243ff1 Add all, check and dist Makefile rules (#3549) Sandro Santilli 2016-08-30 23:06:05 +0200
  • 22e14a0a67 templates/repo/view: fix bad link Unknwon 2016-08-30 13:59:41 -0700
  • 48a0b5b026 UI: fix block selection on code for empty line are not highlighted Unknwon 2016-08-30 06:03:38 -0700
  • 16eb2eb6a3 Fix import path Unknwon 2016-08-30 05:49:54 -0700
  • e6ec1ca1f8 #3548 disable issue cannot edit label and milestonefor pull requests Unknwon 2016-08-30 05:30:47 -0700
  • 6f90835f95 Make bindata Unknwon 2016-08-30 05:24:34 -0700
  • 643142acab Web editor: support upload files Unknwon 2016-08-30 05:07:50 -0700
  • 7c31f235da Web editor: support upload files Unknwon 2016-08-30 05:07:50 -0700
  • 4f40019130 codegangsta/cli => urfave/cli (#3546) Kim "BKC" Carlbäcker 2016-08-30 13:57:58 +0200
  • 780cc2d110 router/repo: code refactoring Unknwon 2016-08-30 02:08:38 -0700
  • 2a13f682e0 Bump git-module required version Unknwon 2016-08-29 23:57:22 -0700
  • 28cf0e6aaa #3459 code quality improvement Unknwon 2016-08-29 20:00:06 -0700
  • 92fb30c526 Load a set of predefined labels (#3459) Thibault Meyer 2016-08-30 04:02:49 +0200
  • 9f44c26789 Update .editorconfig (#3534) Andrey Nering 2016-08-29 22:05:44 -0300
  • 3738b6399e Fixed typo (#3533) LFlare 2016-08-30 02:31:12 +0800
  • 62b0dc4853 Web editor: fix cannot create new file in subdirectory Unknwon 2016-08-29 00:10:21 -0700
  • 429c92c0ce #3516 enforce line ending to be \n from web editor Unknwon 2016-08-28 05:32:10 -0700
  • 579e5e4fee Web editor: disallow edit mirror repository Unknwon 2016-08-28 04:56:41 -0700
  • ba27d71abe Web editor: improve edit file Unknwon 2016-08-28 04:31:42 -0700
  • 7115e3a4d5 css: remove profile avatar height Unknwon 2016-08-28 03:19:27 -0700
  • 0114fdcba4 Web editor: improve delete file process Unknwon 2016-08-28 01:41:44 -0700
  • dad5c15520 #2901 allow setting preferred licenses Unknwon 2016-08-28 00:06:22 -0700
  • 6e171c5225 Web editor: improve edit file tooltip Unknwon 2016-08-27 15:25:01 -0700
  • f0b5c3b90a #3448 redirect if any after sign in Unknwon 2016-08-27 15:07:02 -0700
  • c30b856d14 #3505 use user’s info for committer and author Unknwon 2016-08-27 13:37:55 -0700
  • 13c106af77 label: adjust forecolor boundary Unknwon 2016-08-27 12:44:39 -0700
  • ce1e4348da #3521 fix wiki HTTP/S clone URL does not have .wiki suffix Unknwon 2016-08-27 12:29:52 -0700
  • 13a8823bd3 #3495 only start builtin SSH server after user finish installation Unknwon 2016-08-27 12:25:22 -0700
  • bbca2916f7 Update highlightjs Unknwon 2016-08-27 11:56:20 -0700
  • 37305a59ca migrations: sync table first Unknwon 2016-08-26 17:32:41 -0700
  • bb359a74f1 migrations: set comment updated as created Unknwon 2016-08-26 14:07:21 -0700
  • 6b98d58906 #2966 code cleanup Unknwon 2016-08-26 13:40:53 -0700
  • 8dca9f95fa issues comment API : list, create, edit (#2966) Iwan Budi Kusnanto 2016-08-27 01:23:21 +0700
  • f50e568fd1 Fix #3189: Sort labels by name (#3446) Thibault Meyer 2016-08-26 02:43:53 +0200
  • f8a48ffaad Web editor: improve code quality Unknwon 2016-08-24 21:35:03 -0700
  • 67fb0fe6a5 added support to set pull_request event from api (#3513) Kurt Madel 2016-08-24 23:44:58 -0400
  • 0b273ac4d5 #3383 code cleanup Unknwon 2016-08-24 16:05:56 -0700
  • 84b56c3c53 Additional API support for milestones (#3383) lstahlman 2016-08-24 15:18:56 -0700
  • 06602a84ff Fix PR-webhook issue where Label-data is stale (#3486) (#3510) Kim "BKC" Carlbäcker 2016-08-24 21:01:30 +0200
  • b710f6bd65 Update gopmfile and glide.lock (#3508) Kim Carlbäcker 2016-08-23 23:53:16 +0200