437 Commits (6f9a95f83020e215ebe3942bd541da34791dd043)

Author SHA1 Message Date
Unknwon 8055a0bdac Post work for #2637
Improve test cases, config settings, also show SSH config settings on admin config panel.
8 years ago
Unknwon d5a3021a7d Make markdown as an independent module 8 years ago
Download-Fritz a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors. 8 years ago
Unknwon 632c27802c Minor fix for #2624 8 years ago
Unknwon dc89c51f3e Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
8 years ago
Martin Hartkorn bb595666ac Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database 8 years ago
Unknwon 9adfe453d5 #2569 delete repo local copy when transfer
Remote repository path is renamed but does not delete
outdated local copy which still has old repository path
as remote.
8 years ago
Martin Hartkorn 15d37b7a95 Refactored according to suggestions 8 years ago
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories. 8 years ago
Josh Frye 8662990746 Add default branch to repo payload 8 years ago
Josh Frye ce3708b3ea Remove local wiki copy on repo transfer. Fixes #2558 8 years ago
Unknwon 59745c62b4 #1577 fix missing SQL query placeholder 9 years ago
Unknwon f8182ac521 #2558 delete local wiki copy when rename repo and user 9 years ago
Unknwon 04be8c0de5 #2554 reinitialize all repos from the db
- Update locales
9 years ago
Unknwon 995487e822 Minor fix for #2506 9 years ago
Antoine GIRARD b7b30cd85e Corrections following recommendations 9 years ago
Antoine GIRARD c11c3b6c11 Near ready 9 years ago
Unknwon e2dde6eb0a Record error when fail to health check repository 9 years ago
Unknwon 240fe07287 #2273 URL consistency on webhook payload 9 years ago
Unknwon 7786cb76f3 fix #2205 9 years ago
Unknwon 19423957b1 rename import path 9 years ago
Unknwon 91789930bc #2176 fix 500 on /watchers & /stars for pg 9 years ago
Unknwon 79dcd7ee6e #2167 able to identify git version on Windows 9 years ago
Unknwon 40f3142264 #2114 External URL for wiki 9 years ago
Unknwon 2a0bb1fa90 #1575 Limit repo creation 9 years ago
Unknwon 9a2e43bff2 move out git module and #1573 send push hook 9 years ago
Unknwon 718d3ae258 #1943 Able to config fsck timeout 9 years ago
Unknwon 120cd4e471 #1984 Better mirror repo management 9 years ago
Unknwon dce2a9e7e1 fix wrong slack webhook payload URL 9 years ago
Unknwon 404867f206 fix #2105 and fix #1857 9 years ago
Unknwon e82ee40e9e init with all enabled 9 years ago
Unknwon e538ff2770 fix #1829 and fix #890 9 years ago
Unknwon 81133d45a1 work on #2093 9 years ago
Unknwon 37a372f6f5 500 when wiki not exists 9 years ago
Unknwon f122d0856e fix #2090 9 years ago
Unknwon d3a5ff7b6b fix #2042 9 years ago
Unknwon 830d000667 finish wiki 9 years ago
Unknwon 392f3ee210 wiki: finish new 9 years ago
Unknwon c50a3503e6 introduce git-shell 9 years ago
Unknwon 2b10fdc4dc Wiki: UI for page new 9 years ago
Unknwon dcc740fd26 fix incorrect 9 years ago
Unknwon 8966750fd4 add some log 9 years ago
Unknwon 1d4a5b1825 fix #2002 9 years ago
Unknwon 3d14e73fd8 fix #1119 and data race in timming tasks 9 years ago
Unknwon efea642d6c add admin op: delete missing repos 9 years ago
Unknwon ab9411be2a clean up code 9 years ago
Unknwon 9ab96172fc new watchers, stars and forks UI 9 years ago
Unknwon 18de67380c fix #1958 9 years ago
Unknwon 4f03b81ec7 #1931 Test patch does not checkout correct base branch 9 years ago
Unknwon 18c841050b fix 1540 and experimental SSH server support 9 years ago
Unknwon d85a1d478e admin op with notice 9 years ago
Unknwon 6f929dcd9e #1895 Case sensitive clone URL 9 years ago
Unknwon 8411b50f5d work on #1882 9 years ago
Unknwon 04806b614e more on #1705 9 years ago
Unknwon 706b0f72e2 fix issue comment mention and autofix count when start 9 years ago
Unknwon 022820103d #1657 allow forcing all private repos 9 years ago
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply 9 years ago
Unknwon db7ac8bc1d use notice instead of suspend delete archives 9 years ago
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR 9 years ago
Unknwon 6a6e43f964 print out git version 9 years ago
Unknwon 01dc8f8a4f fix change visivility of non-org does not affect forks 9 years ago
Unknwon ea6c6bc20a work on 1714 9 years ago
Unknwon 215920772a save PR info as patch and minor fix on PR 9 years ago
kendaru 5c39d3fa7d changed integrated page number to GET 9 years ago
Steven c8aa9c6cb1 implemented #1721: see users who forked/starred/watched a repository 9 years ago
Unknwon 6dfee30bf0 #1602 Wrong commit order on issue page when pushing multiple commits 9 years ago
Unknwon 986447335d #1693 minor fix 9 years ago
Antoine GIRARD dfc16d0879 Fix admin repos new ui 9 years ago
Unknwon 52ec80fa18 finish all new user settings UI 9 years ago
Unknwon 9899ea71e8 #1611 fix bool type in sqlite query 9 years ago
Unknwon b75d0378cb clean log 9 years ago
Unknwon 0806725ca5 minor fix on #1589
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Sina Siadat ae1650824c Set IsBare true if migrated repo is empty.
Executes `git log -1` and sets IsBare to true if stderr contains this
string:

  fatal: bad default revision 'HEAD'
9 years ago
Unknwon aa67de910a fix #1558 9 years ago
Unknwon 119dec51f2 Mirror repository should not allow fork 9 years ago
Unknwon d023e81a8f #1577 explore paginator problem 9 years ago
Unknwon 38eb000d13 work on #1570 9 years ago
Unknwon a7ee654646 #1544 better tmp dir name for creating repo 9 years ago
Unknwon b6131793da #1545 prevent duplicated refs of issues in single commit 9 years ago
Unknwon 2a2a8cd619 ui and pulls index fix 9 years ago
Unknwon 83dc2468f5 finish initial version of pull request 9 years ago
Unknwon 953bb06857 basic PR feature 9 years ago
Unknwon 8c046073a8 work on PR conversation 9 years ago
Unknwon 398569f6f8 #1021 Forked repo unavailable after deleting original repo 9 years ago
Unknwon 7714e792a4 minor fixes on #1551 9 years ago
Unknwon d01f688257 fix repository count of user is messed up 9 years ago
Unknwon a3683ca5d6 #1544 Creating new repository fails occasionally 9 years ago
Unknwon ea454c21f7 #1542 A way to skip TLS verify for SMTP authentication 9 years ago
Unknwon a541ca16b6 fix bare repo issue 9 years ago
Unknwon d07033a0f0 fix 1093 9 years ago
Unknwon 11ce720f9f add more README vars 9 years ago
Unknwon bb3b90fcd6 #1487 Readme Template 9 years ago
Unknwon 46bee50e45 complate list of gitignores and licenses 9 years ago
Unknwon b3a45693c3 minor update 9 years ago
Unknwon f808df5a7b new user dahsboard issues 9 years ago
Unknwon aa65761d81 new commits table 9 years ago
Unknwon 6235bd1fe9 work on #986 and fix a LDAP crash 9 years ago
Unknwon b1696665bd make cron task configurable 9 years ago
Unknwon 407385db7e work on #1493 9 years ago
Unknwon e4d6b5d488 Creates hooks directory when init update hook 9 years ago