Commit Graph

  • 47056aca03 Fix permission filter master Vitaliy Filippov 2017-04-28 01:48:16 +0300
  • 0570df3267 search for all words in mysql match Vitaliy Filippov 2017-04-28 01:43:59 +0300
  • b1c98f2199 Fix search, add mysql fulltext search support Vitaliy Filippov 2017-04-28 01:15:59 +0300
  • ac9a485ca2 Add reindex cli command Vitaliy Filippov 2017-04-28 00:40:15 +0300
  • 7d1f98a5b8 Add reindex function Vitaliy Filippov 2017-04-27 02:05:33 +0300
  • 64250dbe44 Add explore/commits page Vitaliy Filippov 2017-04-23 18:35:16 +0300
  • 9fa0822570 Load repository when searching Vitaliy Filippov 2017-04-17 01:15:34 +0300
  • da61367c19 Fulltext search op (pgsql) Vitaliy Filippov 2017-04-14 18:22:41 +0300
  • 43a14306dc Create fulltext index on commit.message Vitaliy Filippov 2017-04-14 01:19:24 +0300
  • 2055178f3c Remove unreachable commits during update Vitaliy Filippov 2017-04-13 01:11:58 +0300
  • 6204444dbe Save commit into db (wow it works) Vitaliy Filippov 2017-04-11 01:35:46 +0300
  • b2db4afe77 add commit model Vitaliy Filippov 2017-04-10 01:33:33 +0300
  • 6ea9642d64
    js: remove Preview, Full Screen and Side-by-side buttons for repository file editing (#4402) Unknwon 2017-04-07 18:46:03 -0400
  • 65277e47c5
    api/repo: add Mirror field (#4392) Unknwon 2017-04-07 18:15:23 -0400
  • 9e3c83372f
    api/repo: improve migration error handling Unknwon 2017-04-07 16:00:25 -0400
  • 809db853fa
    locale: fix zh-CN Unknwon 2017-04-07 15:41:54 -0400
  • 62a20b8a2d
    repo/wiki: improve UI Unknwon 2017-04-07 15:30:08 -0400
  • d0612be402
    user/setting: improve UI Unknwon 2017-04-07 15:08:53 -0400
  • 5f8ec0dc8b
    templates/repo: improve symlink file icon in list view (#4237) Unknwon 2017-04-07 13:51:10 -0400
  • fda4b1106e
    user/setting: simplify code Unknwon 2017-04-07 00:49:30 -0400
  • ac43eab51f
    Refactoring: rename Signed -> Logged Unknwon 2017-04-06 23:48:49 -0400
  • 8d0417497b
    modes/mirror: make Updated unchanged if no new commits fetched (#4341) Unknwon 2017-04-06 20:58:57 -0400
  • 90b9f7e08c
    pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} Unknwon 2017-04-06 17:27:57 -0400
  • 2c404daca6
    pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} Unknwon 2017-04-06 17:20:38 -0400
  • 0e271799f2
    Refactoring: rename and simplify pkg/tool functions Unknwon 2017-04-06 17:13:53 -0400
  • 3c0de17133
    js: set cursor to the end of autofocus input string Unknwon 2017-04-06 17:00:12 -0400
  • bd1f2ccaf8
    user/settings/security: add token description about 2FA Unknwon 2017-04-06 16:27:31 -0400
  • ec491b023f
    api/repo: fix nil error panic Unknwon 2017-04-06 01:37:01 -0400
  • f191bff0b9
    api/repo: check user type of owner for migration Unknwon 2017-04-06 01:20:20 -0400
  • 1a04da864f
    vendor: add github.com/boombuler/barcode/utils Unknwon 2017-04-06 00:15:39 -0400
  • c8c975c99b
    vendor: add packages for 2fa Unknwon 2017-04-06 00:14:39 -0400
  • a617d52374
    2fa: initial support (#945) Unknwon 2017-04-06 00:14:30 -0400
  • 624474386a
    templates/repo/branches: fix links for mirror repository Unknwon 2017-04-05 17:59:22 -0400
  • e0a787b5ee
    Update locales Unknwon 2017-04-05 13:26:53 -0400
  • 63598688e4
    pkg/markup: init default sanitizer.policy Unknwon 2017-04-05 13:12:05 -0400
  • 497cdc9250
    user/setting: reorder navbar Unknwon 2017-04-05 09:27:42 -0400
  • edaf14f2b6
    Refactoring: remove tool.TplName Unknwon 2017-04-05 09:17:21 -0400
  • 6fbb984ebf
    Refactoring: rename pkg/base -> pkg/tool Unknwon 2017-04-05 09:05:40 -0400
  • ba151eda0a
    css: improve fonts under Windows Unknwon 2017-04-04 21:05:01 -0400
  • c05717a5f0
    models/mirror: feed git.IsRepoURLAccessible with raw mirror address Unknwon 2017-04-04 20:42:18 -0400
  • 5a488b6517
    models/mirror: unescape credentials at read (#4014) Unknwon 2017-04-04 20:21:35 -0400
  • ae1d50d19a
    models/mirror: escape credentials before write mirror address (#4014) Unknwon 2017-04-04 19:40:46 -0400
  • fe25effe7c
    repo/http: fix client is not informed to provide credentials Unknwon 2017-04-04 19:36:30 -0400
  • d05395fe90
    Refactoring: rename modules -> pkg Unknwon 2017-04-04 19:29:59 -0400
  • 37b10666de
    modules/context: add *Context. ServerError method Unknwon 2017-04-04 19:25:05 -0400
  • 41c8e87be8
    repo/commit: improve error detection Unknwon 2017-04-04 02:01:29 -0400
  • 55afc1ad21
    models/repo_diff: move core functions to gogits/git-module Unknwon 2017-04-04 01:45:57 -0400
  • 16c6ca72cd
    css: fix font of .ui.label.button style Unknwon 2017-04-04 01:19:47 -0400
  • b873ec2bce
    templates/repo/branches: hide pull request button if not allowed (#4377) Unknwon 2017-04-03 22:24:21 -0400
  • 1bc805bb4b
    public: update Semantic UI 2.2.7 -> 2.2.10 Unknwon 2017-04-03 22:20:17 -0400
  • 348c75c91b
    issue: response wrong type of comment from AJAX Unknwon 2017-04-03 20:06:15 -0400
  • 76ebdb265b
    css: update fonts Unknwon 2017-04-03 18:20:49 -0400
  • 88ae3510ff
    Prepare release Unknwon 2017-04-03 16:26:43 -0400
  • c07899701a
    vendor: update github.com/gogits/git-module Unknwon 2017-04-03 15:09:53 -0400
  • ab42671c63
    repo: handle git.ErrUnsupportedVersion error type Unknwon 2017-04-01 17:56:55 -0400
  • b3ac33cbcf
    vendor: update github.com/gogits/git-module Unknwon 2017-04-01 17:50:11 -0400
  • 3b94162803
    modules/setting: set default session GC interval to 3600s Unknwon 2017-03-31 23:55:42 -0400
  • 52aade232d
    modes: fix test compile error Unknwon 2017-03-31 18:28:08 -0400
  • 3a9276307c
    modules/markup: move common functions to markup.go Unknwon 2017-03-31 17:46:57 -0400
  • ca6326c937
    modules/base: move file-related functions to file.go Unknwon 2017-03-31 17:20:05 -0400
  • 8da16ac302
    modules/markup: rename Markdown render fucntions Unknwon 2017-03-31 16:37:30 -0400
  • 761bb3cf53
    modules/markup: protect sanitizer from possible modification Unknwon 2017-03-31 16:19:10 -0400
  • c1c269d9ef
    modules: rename markdown -> markup Unknwon 2017-03-31 15:29:43 -0400
  • 9edac05e05
    templates/repo: improve README icon and font Unknwon 2017-03-31 15:11:40 -0400
  • 9c1620d49c
    css: font-family fixes for Chinese Unknwon 2017-03-31 14:13:25 -0400
  • 65bb6eb284 locale: update TRANSLATORS (#4372) John Behm 2017-03-31 18:37:46 +0200
  • aff55ff105
    vendor: update github.com/go-macaron/captcha Unknwon 2017-03-30 12:35:43 -0400
  • 4a67bb5806
    migrations.v17: skip if table not exist Unknwon 2017-03-30 11:37:27 -0400
  • 1afafde3b3
    user/setting: preserve user input with validation error (#1123) Unknwon 2017-03-30 01:03:44 -0400
  • ab634ce61a
    cmd/web: fix routes requires sign in (#4359) Unknwon 2017-03-30 00:34:20 -0400
  • 9d06ebd01a
    markdown: improve filter of class attribute for code blocks Unknwon 2017-03-29 19:52:53 -0400
  • 09723ec0e5 migration.v17: handle mysql error (#4361) Kyle McCullough 2017-03-29 18:02:07 -0500
  • 864761c2d0 js: use jQuery .find() (#4343) Hassan Amouhzi 2017-03-28 23:36:48 +0200
  • abe7f7bc36
    migration.v17: add nil error check Unknwon 2017-03-28 16:38:16 -0400
  • 717bcc4ad8
    migration/v17: skip if protect_branch_whitelist table not exist (#4355) Unknwon 2017-03-28 11:20:58 -0400
  • 11ffdac3f8
    org/dashboard: fix wrong repository count (#4351) Unknwon 2017-03-28 11:16:29 -0400
  • cf7d5d0c56 docker: fix heading in README.md (#4353) David Beitey 2017-03-28 21:50:36 +1000
  • 375f1b1fde
    Prepare release Unknwon 2017-03-27 14:56:56 -0400
  • ad3c6ef205
    Update locales Unknwon 2017-03-27 14:40:55 -0400
  • 30d9e2ee3c
    docker: use vendor to replace go get Unknwon 2017-03-27 14:04:48 -0400
  • 1038916460
    models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333) Unknwon 2017-03-27 13:13:04 -0400
  • 73de9f9d6a
    repo/settings/branches: add prompt for bare repository Unknwon 2017-03-27 13:12:29 -0400
  • f40eb9774e modes/mirror: corrected NextUpdate not set (#4345) Jonas 2017-03-27 05:24:48 +0200
  • 496e07c1c9 models/repo: avoid duplicated results in SearchRepositoryByName (#4344) Pablo Saavedra 2017-03-27 05:23:17 +0200
  • c238647020
    cmd/web: remove dependency version checker Unknwon 2017-03-25 04:17:55 -0400
  • 78f94986e3
    user/settings: fix bad error handle of leave organization Unknwon 2017-03-25 03:44:12 -0400
  • 8f52ab8201
    models/repo_editor: add pull request test task after commit (#4338) Unknwon 2017-03-25 03:36:13 -0400
  • 260ebcc1ca
    repo/milestone: simplify code Unknwon 2017-03-24 18:54:17 -0400
  • 09cb48e41c
    repo: recalculate milestone completeness on issue list (#4316) Unknwon 2017-03-24 18:36:35 -0400
  • 674106c7b6
    repo: cleanup some code Unknwon 2017-03-24 16:32:14 -0400
  • 8196430f47
    repo: allow private repository to have public wiki or issues Unknwon 2017-03-24 16:25:40 -0400
  • 7a99e56893
    repo: update size after fork, migrate and mirror sync (#4336) Unknwon 2017-03-24 14:22:19 -0400
  • 79ba0314e9
    milestone: only show issue-related count under issue list (#4316) Unknwon 2017-03-24 14:00:01 -0400
  • c441f8080e
    api/repo: add endpoint to sync mirror (#2235) Unknwon 2017-03-23 20:46:39 -0400
  • bd1e757350
    user: remove sanitizer for FullName (#1937) Unknwon 2017-03-23 20:24:02 -0400
  • 3144be5c81
    repo: remove legacy sanitizer for repository description Unknwon 2017-03-23 20:23:23 -0400
  • fdc7cb565d
    repo: fix unable to propose pull request from secondary fork (#4324) Unknwon 2017-03-23 20:04:20 -0400
  • a6dbde4c46
    user/settings: minor input style fix (#4327) Unknwon 2017-03-23 19:39:05 -0400
  • 8ce23e2c71
    cmd/backup: able to specify archive name (#4320) Unknwon 2017-03-23 18:44:24 -0400
  • 8a3f4fc616
    models: add config options for XORM logger (#3183) Unknwon 2017-03-23 18:34:25 -0400