Commit Graph

  • 96ae0129ef
    models/repo: minor code style and comment fix (#4273) Unknwon 2017-03-13 00:53:50 -0400
  • aaadc61ee8 models/repo: allow SearchRepos to return private but accessible repositories (#4273) Rob Richards 2017-03-12 23:37:12 -0500
  • 20a85ebafa models/repo.go SearchRepositoryByName 1) uppercased SQL keywords 2) removed alias for ACCESS table #4273 yi 2017-03-12 23:10:19 -0500
  • 4e7c4297c2 added some german translation strings #4281 FibreFoX 2017-03-12 19:09:59 +0100
  • 44a6b63316 cmd/hook: fixed typo (#4280) Danny Althoff 2017-03-12 18:43:05 +0100
  • 5f058c3f07
    issue_mail: fix issue poster not receive email if not watching (#2929) Unknwon 2017-03-12 13:42:19 -0400
  • 7db35f8087 fixed typo #4280 FibreFoX 2017-03-12 18:34:21 +0100
  • b116dc506b
    migrations/v16: use continue not return for bad records Unknwon 2017-03-12 03:34:19 -0400
  • bf58f26305
    migrations/v16: make SQLite3 work Unknwon 2017-03-12 03:30:53 -0400
  • 601f174ea0
    migrations/v16: only Warn if repository happens to have bad data Unknwon 2017-03-12 03:08:25 -0400
  • a34c21cde3
    migrations/v16: sync table Unknwon 2017-03-12 03:05:41 -0400
  • bb19bb601e
    repo: able to view size (#1158) Unknwon 2017-03-12 01:59:48 -0500
  • 05dbd3f7d7
    refactoring: experimental with models/errors package Unknwon 2017-03-12 00:47:34 -0500
  • dee76e4189
    models/webhook: add skip check for Release event Unknwon 2017-03-11 18:44:50 -0500
  • b615d670b3
    webhook: add Release event (#2387) Unknwon 2017-03-11 18:41:32 -0500
  • a6f5ae8974 models/repo.go SearchRepositoryByName modified UserID search query to use the "access" table instead of team_repo, team_user etc yi 2017-03-11 13:38:39 -0600
  • b9bb4a62d6 api: make CORS work by handling preflight OPTIONS request (#4264) Girish Sonawane 2017-03-11 13:31:59 +0530
  • 61e2bff757
    repo: commits, branches and releases should highlight files tab Unknwon 2017-03-11 02:13:42 -0500
  • 9713016637
    repo/branches: hide buttons for regular users Unknwon 2017-03-11 01:52:37 -0500
  • 5c7cb1594b
    repo/branches: overview and all (#2310) Unknwon 2017-03-11 01:43:45 -0500
  • 3eb57370a6
    api/repo: fix cannot reponse branch with slashes (#4198) Unknwon 2017-03-10 23:37:25 -0500
  • ac8b1e595f
    markdown: support Smartypants (#4162) Unknwon 2017-03-10 23:30:40 -0500
  • 31c55213ff
    css/repository: fix undesired style for label template select list Unknwon 2017-03-10 19:15:28 -0500
  • 23da90e25d
    issue_mail: send notifications to participants in comments (#2929) Unknwon 2017-03-10 18:47:02 -0500
  • f7cde81698 models/repo.go SearchRepositoryName changed repository table alias to 'repo' removed debug line raricha 2017-03-10 16:53:02 -0600
  • 60ee79363d
    templates: use owner's avatar as image of repository Unknwon 2017-03-10 17:00:10 -0500
  • 8fa6d0d302
    repo/pull: handle head repository of merged pull requests deleted Unknwon 2017-03-10 16:58:41 -0500
  • a534f9f9b6
    templates/repo: change some buttons to use 'basic' style Unknwon 2017-03-10 15:36:55 -0500
  • 2ec277c57c Merge branch 'develop' of https://github.com/gogits/gogs into develop raricha 2017-03-10 14:34:04 -0600
  • 6727099d72 models/repo.go SearchRepositoryByName() Updated function to return public and private repositories that the logged in user has been given rights to view issue #3088 raricha 2017-03-10 14:31:47 -0600
  • aa99e805c8
    repo/release: 404 when edit draft (4262) Unknwon 2017-03-10 15:27:55 -0500
  • 0049c80cd9
    less/repository: minor fix for #git-stats Unknwon 2017-03-10 15:23:01 -0500
  • ebc0943713
    templates/repo: only show Git stats in repository home page (#3518) Unknwon 2017-03-10 15:13:48 -0500
  • 451aef7a1c
    release: improve page load performance Unknwon 2017-03-10 14:12:46 -0500
  • 22882d7c04
    models/user: explicitly select for organization type Unknwon 2017-03-10 12:31:50 -0500
  • 87717fb7fd Merge 25d8757255 into c3cde864f8 #1983 Vladimir Vissoultchev 2017-03-09 19:35:19 +0000
  • c3cde864f8
    models/pull: treat all errors as conflict (#4265) Unknwon 2017-03-09 13:36:40 -0500
  • f860ddbbb7
    models/pull: better error message detection (#4265) Unknwon 2017-03-09 13:04:41 -0500
  • df3ab60019 Update api.go #4264 无闻 2017-03-09 12:00:29 -0500
  • c155228df5 make CORS work by handling preflight OPTIONS request Girish S 2017-03-09 16:13:59 +0530
  • 89cc6aa430
    webhook: add issue comment event Unknwon 2017-03-09 04:11:23 -0500
  • c93731339f
    webhook: support Issues event (#2319) Unknwon 2017-03-09 00:03:29 -0500
  • bab448681d
    models/user: handle case when user doesn't belong to any organization (#4258) Unknwon 2017-03-08 22:21:31 -0500
  • de2d3e3fd8
    ssh_key: create parent directory of 'authorized_keys' file Unknwon 2017-03-08 22:08:31 -0500
  • 295d251232
    mirror: update repository updated_unix after sync (#2807) Unknwon 2017-03-08 17:47:44 -0500
  • 83f6b8e847
    Protected branches: allow whitelist bypass require pull request check (#4207) Unknwon 2017-03-08 16:43:36 -0500
  • e38fef0009
    Update README Unknwon 2017-03-08 10:17:53 -0500
  • 6c3424dc3f
    repo/setting: fix admin cannot transfer organizational repository Unknwon 2017-03-07 18:51:24 -0500
  • d1f0bc48ce
    repo/setting: fix admin cannot delete organizational repository wiki Unknwon 2017-03-07 15:51:53 -0500
  • bb005f3f9a
    models/user: better directory handling when change username v0.10.8 Unknwon 2017-03-07 14:12:19 -0500
  • e6dbfd918c
    security: fix vulnerability in changing username Unknwon 2017-03-07 14:07:20 -0500
  • c2f0711db0
    Update locale Unknwon 2017-03-06 23:37:46 -0500
  • 92153fd898
    git_hook: add new env var 'GOGS_AUTH_USER_EMAIL' (#4252) Unknwon 2017-03-06 23:28:03 -0500
  • a9d2480c7f
    templates/user/profile: fix link to avatar settings (#4251) Unknwon 2017-03-06 23:23:37 -0500
  • fd70d503e0
    public: minor fixes on build tool config Unknwon 2017-03-06 17:59:36 -0500
  • a9bad1a567 Checking if protocol is FCGI for suburl is removed to support reverse proxies with suburls #4248 Emrah URHAN 2017-03-06 22:05:15 +0300
  • 8b73c8076f
    modules/markdown: fix wrong raw link to internal images Unknwon 2017-03-05 16:54:00 -0500
  • 971a96a962
    Revert "public: update Semantic UI from 2.2.7 -> 2.2.9" Unknwon 2017-03-05 16:35:35 -0500
  • e9838a83ce
    routers/repo/http: only prompt HTTP Basic Authentication when intended Unknwon 2017-03-04 21:26:32 -0500
  • 837fc9847d conf/gitignore: use correct OS name (#4240) Fastidious 2017-03-04 20:17:25 -0500
  • 175f40433f Using correct OS name #4240 Fastidious 2017-03-04 19:58:40 -0500
  • 7e883f891a
    scripts: update gogs.service (#4223) Unknwon 2017-03-04 11:40:37 -0500
  • e19a69442d Update README.md (#4238) Félix MIKAELIAN 2017-03-04 17:19:14 +0100
  • 82b9e9bcf8 Update README.md #4238 Félix MIKAELIAN 2017-03-04 13:09:46 +0100
  • ebd95dd082
    models/org: reduce to 2 SQL executions for GetOrgIDsByUserID Unknwon 2017-03-03 18:26:51 -0500
  • f7b7d008b6
    setting: fix Webhook.SkipTLSVerify didn't load (#4228) Unknwon 2017-03-02 22:08:39 -0500
  • b39454ca16
    scripts: update gogs.service (#4223) Unknwon 2017-03-02 12:21:31 -0500
  • 00943a025f locale: update TRANSLATORS (#4224) Bo-Yi Wu 2017-03-03 00:37:14 +0800
  • 7e2c8bc6bb Merge branch 'develop' into patch-2 #4224 无闻 2017-03-02 11:36:39 -0500
  • 5a285ba0a1 Update TRANSLATORS Bo-Yi Wu 2017-03-02 22:30:56 +0800
  • 600f748cb0
    vendor: update golang.org/x/crypto/ssh Unknwon 2017-03-01 21:33:58 -0500
  • 038b107c3d
    Update locale Unknwon 2017-03-01 12:31:04 -0500
  • c6e08d76fd
    admin/config: minor CSS fix Unknwon 2017-02-28 23:25:03 -0500
  • 6daac151b8
    miniwinsvc: fix import path Unknwon 2017-02-28 23:01:51 -0500
  • e08161a302
    hook: fix can’t be executed while run as service on Windows (#4207) Unknwon 2017-02-28 22:58:52 -0500
  • 341eafcf04 adapt Dockerfile.aarch64 (#4210) atzoum 2017-02-28 23:16:23 +0200
  • 8fb99ec1f0 adapt Dockerfile.aarch64 #4210 Aris Tzoumas 2017-02-28 22:52:06 +0200
  • dd649eb4cc
    admin: fix template error Unknwon 2017-02-28 12:42:16 -0500
  • d43f5f17fd
    webhook: fix push panic to organizational repository (#4206) Unknwon 2017-02-28 10:28:48 -0500
  • 193cc3ba9a locale: update TRANSLATORS (#4204) Corentin BRETON 2017-02-28 13:06:12 +0100
  • fd667ca1d8
    Merge branch 'master' of github.com:gogits/gogs into develop Unknwon 2017-02-28 06:22:28 -0500
  • 9d40b8a83c
    Bump version v0.10.1 Unknwon 2017-02-28 05:45:50 -0500
  • b0169ba064
    Merge branch 'master' of github.com:gogits/gogs into develop Unknwon 2017-02-28 05:34:51 -0500
  • 9ace35ee8b
    repo_branch: fix inapproriate logic Unknwon 2017-02-28 05:33:30 -0500
  • 9fb54a773e Update TRANSLATORS #4204 Corentin BRETON 2017-02-28 10:04:59 +0100
  • ca2cfaf71e
    cmd: able to backup and restore Unknwon 2017-02-26 04:37:05 -0500
  • b06f299748
    webhook: add fork event Unknwon 2017-02-25 03:35:26 -0500
  • beea014343
    template: add more icons for news feed Unknwon 2017-02-24 16:47:31 -0500
  • 70072e2842
    dashboard: add delete branch and tag news feeds Unknwon 2017-02-24 16:27:24 -0500
  • f0086e66ae
    webhook: able to detect delete branch or tag (#2315) Unknwon 2017-02-24 15:35:20 -0500
  • 7fe13e72d8
    cmd: refactoring command name Unknwon 2017-02-23 19:59:39 -0500
  • 87f0ce793d
    repo: able to perform initial commit on behave of actual user Unknwon 2017-02-23 14:09:43 -0500
  • 25cf755f30
    editor: fix compile error Unknwon 2017-02-23 13:31:26 -0500
  • c7a8051a71
    mailer: make text/html as default format Unknwon 2017-02-23 12:16:10 -0500
  • a47553b7aa
    admin/config: remove duplicated config info Unknwon 2017-02-22 20:53:53 -0500
  • d7954014a4
    markdown: fix links for image nested inside a link (#2636) Unknwon 2017-02-22 19:58:08 -0500
  • 429345b9df
    editor: fix cannot create branch with slashes (#3568) Unknwon 2017-02-23 11:39:45 -0500
  • eaab01fa49
    public: update Semantic UI from 2.2.7 -> 2.2.9 Unknwon 2017-02-21 20:43:41 -0500
  • 4f9c5981a9
    refactoring: modules/auth/*_form.go -> modules/form Unknwon 2017-02-23 11:39:09 -0500
  • f1b1034a11 Merge 2dbe1dc3e2 into b3757e424f #3631 Rémy Boulanouar 2017-02-28 02:23:51 +0000