Commit Graph

897 Commits (23645fe05f16b44c1d430c165fd0c2839e518eee)

Author SHA1 Message Date
Unknwon f70343660d Little code refactoring
8 years ago
Rory McNamara c8b45ecc27 Render the Code view on the server (minus syntax highlighting) (#2942)
8 years ago
Thibault Meyer 30fda0f1ae Fix #3315: Release dont use tag creation date (#3374)
8 years ago
Unknwon ab9c5fb5e7 #2593 allow render raw content
8 years ago
Unknwon 2f105f3979 #2162 completely disable builtin issue tracker when enable external tracker
8 years ago
Unknwon 10dc330640 #3345 dump content directly to HTTP ResponseWriter
8 years ago
Dennis Chen dfab54d5a2 Diff patch (#3345)
8 years ago
마누엘 fe60ca408b routers/repo/release: Use correct branch reference (#3330)
8 years ago
Unknwon 29ccf047d8 routers/repo/issue: remove redundant format string
8 years ago
Unknwon 899e799459 #1601 support delete issue comment
8 years ago
Unknwon 1f2e173a74 Refactor User.Id to User.ID
8 years ago
Unknwon 46e96c008c Use struct for UI settings
8 years ago
Unknwon 256cd6374a #2790 fix not detect diff style in pull request file changes
8 years ago
Unknwon 4b5e09e4d6 #3181 detect situation when base branch is deleted in pull request
8 years ago
Unknwon c912494609 #3076 detect invalid tag name git error
8 years ago
lstahlman 25b3836418 Refresh repository mirror from database when the repository's name has changed. (#3276)
8 years ago
Unknwon 5aa2bf86f4 Update locales and .gopmfile
8 years ago
Unknwon 60110adc06 models/webhook: restrict deletion to be explicitly with repo and org ID
8 years ago
Unknwon 3d93532c87 #3274 fix can't get webhook detail of organization
8 years ago
Unknwon f1b8d52eb3 #2854 fix no mail notification when issue is closed/reopened
8 years ago
Unknwon 7ca5f8f119 models/repo: remove redundant info for some repo methods
8 years ago
Kim Carlbäcker f4ab50501e [Fix] Don't display way too large files #1513 (#3253)
8 years ago
Pablo Saavedra 98b152030d The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246)
8 years ago
Unknwon d62ab49978 #3057 retrieve webhook with repo_id
8 years ago
Unknwon e84ac64964 Do not show filename not have suffifx .md
8 years ago
Andrey Nering 743d22669a Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)
8 years ago
Franz Schmidt 8b35c194ec Fixes #3110 (#3136)
8 years ago
Unknwon 4bbb878d20 Minor fix for #3194
8 years ago
Sandro Santilli 2ce60ff314 Include repository owner name and description in html title (#3194)
8 years ago
Unknwon c041273dd3 repo/http: clean code
8 years ago
Kim Carlbäcker 3df8eb60e3 PDF-Previews in file-lists now working (#3000)
8 years ago
Thomas Boerger dfad51fe9e Made the issue stats query more secure with parameterized placeholders (#2895)
8 years ago
Cosmin Stroe ba314a7a36 Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)
8 years ago
Tamás Molnár 39356f4238 Set utf-8 charset for text files when serving raw content (#2898)
8 years ago
Unknwon dd36c431ec #2842 add quotes to attachment file name
8 years ago
Unknwon 60ae8ac3d2 Add route for #2846
8 years ago
Unknwon 9bd9ad4205 #1692 add CRUD issue APIs
8 years ago
Unknwon 514382e2eb Rename module: middleware -> context
8 years ago
Marin Jankovski 1314ba219e Updated and created were appended with _unix. Fresh databases have only the newly named fields.
8 years ago
Unknwon 0e9bc2d410 Fix pull request availability check
8 years ago
Unknwon 9cf7f3e46f Remove duplicated of code
8 years ago
Unknwon a5b0400be7 #1146 finish new access rights for collaborators
8 years ago
Unknwon 045f14fbd0 #1146 finsih UI work for access mode of collaborators
8 years ago
Unknwon 4cb8bf1b75 #1597 fix premission logic check of pull request
8 years ago
Unknwon 2d2d85bba4 #1597 support pull requests in same repository
8 years ago
Unknwon 9df6ce48c5 Minor fixes for #2746
8 years ago
Josh Frye 1ca171dbe9 Add ability to delete single wiki pages.
8 years ago
Unknwon 260723e2cc Minor fixes for #2745
8 years ago
Josh Frye f3358f5927 Repo setting to delete and disable wiki
8 years ago
Unknwon 7a91d7e776 Merge pull request #2694 from mhartkorn/pullrefs
8 years ago
Unknwon 129638117f #2697 fix panic when close issue via commit message
8 years ago
Martin Hartkorn 51f15880d1 Call PushToBaseRepo() also on Pull Request creation and not only on git push
8 years ago
Unknwon 912f7b51e9 #1821 add actions for close and reopen issues
8 years ago
Unknwon d5a3021a7d Make markdown as an independent module
8 years ago
Unknwon 7140dbac95 Fix #857
8 years ago
Unknwon a703f7d7b4 Merge pull request #2647 from andreynering/issue-template
8 years ago
Unknwon 2408df3f35 Merge pull request #2663 from Download-Fritz/MirrorForks
8 years ago
Download-Fritz a1b28fc33c Rename MustEnablePulls() to MustAllowPulls() and simplify the contained check to AllowsPulls().
8 years ago
Download-Fritz a467184e13 #2505 Allow to fork and disallow to create PRs for mirrors.
8 years ago
Andrey Nering 658bfc2704 Implement issue and pull request templates.
8 years ago
Unknwon 338af89d56 #2650 fix possbility that use email as pusher user name
8 years ago
Unknwon d5ca913b2f #2639 add branch prefix for test webhook
8 years ago
Unknwon 2765b5c7cf #2630 fix wrong user avatar link in webhook
8 years ago
Unknwon 632c27802c Minor fix for #2624
8 years ago
Martin Hartkorn bb595666ac Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror from database
8 years ago
Martin Hartkorn 15d37b7a95 Refactored according to suggestions
8 years ago
Martin Hartkorn 15394f613f Add missing safety check
8 years ago
Martin Hartkorn 3650bd8528 Convert mirrors to regular repositories.
8 years ago
Unknwon 0ad5f51059 Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user
8 years ago
Martin Hartkorn 6b3e47b103 Removed HTTP 500 error on the release page when a user deleted their account
8 years ago
Unknwon f15a2f9b25 Merge pull request #2528 from andreynering/diff-sintax-highlight-733
8 years ago
Tobias Kunicke bc0eee48d5 parse milestone.deadline as local time
8 years ago
Andrey Nering 2bfb8bb5fd Enable sintax highlighting on diff view. Close #733
8 years ago
Florian Kaiser 0e4ae27caa Use pretty 404 pages in repo.HTTPBackend
8 years ago
Unknwon 1c74612b3c Minor fix for #2444
8 years ago
Unknwon d3ba246693 Merge pull request #2444 from bkcsoft/feature/participants
8 years ago
Florian Kaiser 3e0a27157c Make highlighted markdown code blocks work on issue pages
8 years ago
Andrey Nering 5deb726f3f Refactoring of inline diff computing to prevent empty diff box. Fix #2489
8 years ago
Kim "BKC" Carlbäcker 85335c5f56 Go-ism :D
8 years ago
Kim "BKC" Carlbäcker b31c7fe074 Fixed Poster/Commenter-bug and clean-up
8 years ago
Kim "BKC" Carlbäcker 2665728ee7 Fix OP not 'participating' until commented
8 years ago
Kim Carlbäcker f65dedc3be Optimize participant-fetching
8 years ago
Kim "BKC" Carlbäcker 2cc1ee3fc0 Implemented participant-listing for issue-pages
8 years ago
Andrey Nering ee5d6fb025 Compute inline diff for pull request view, too. Fix #2462
8 years ago
Kim "BKC" Carlbäcker a3eab8185d Admins are allowed to create repos for arbitrary Orgs
8 years ago
Unknwon a72f57374d Merge pull request #2403 from ddelpero/master
8 years ago
Unknwon bcf6aed452 Merge pull request #2335 from andreynering/highlight-diff
8 years ago
ddelpero 7655337a1f Update repo.go
8 years ago
Unknwon e0f0f72a36 #2345 disallow access of some pages for empty repo
8 years ago
Andrey Nering 73474c043b Highlighting differences of lines in the diff view.
8 years ago
zhuharev 0d5dc8a064 typo fix
8 years ago
Kim "BKC" Carlbäcker 8fe5d887ae Changed name from inline to unified
8 years ago
Kim "BKC" Carlbäcker 0df39b33eb Implement Split Diff-View
8 years ago
Unknwon a62290de52 #2311 improve HTTP auth error message
8 years ago
Unknwon 8d58e06ad8 more fix on #2268
8 years ago
Unknwon 93f03707a7 #2283 set text/plain for non-binary files in raw mode
8 years ago
Unknwon a49af93faf #1692 APIs: Users Followers
8 years ago
Unknwon c62a6b7a12 #2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon 5ff6eedf5e #2251 fix button name
9 years ago
Unknwon 9cd16c5b12 #1692 add organization APIs
9 years ago
Unknwon 6673dcb038 #2103 #2181 improvments of highlight class name
9 years ago
Unknwon 19423957b1 rename import path
9 years ago
Unknwon 3362b3a44f fix possible disclosure
9 years ago
Unknwon 7509fa2c33 improve get commits performance
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 c6083c335e #1612 Ability to send mail when a new pull request is submitted
9 years ago
Unknwon 9a2e43bff2 move out git module and #1573 send push hook
9 years ago
Unknwon b8d48bdb62 #2037 Add "New Mirror" button on Dashboard
9 years ago
Unknwon a576224d0e unified name: IsViewBranch, IsViewCommit and IsViewTag
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 ca8ce793d1 #2063 Ability to delete repo from admin panel
9 years ago
Unknwon 404867f206 fix #2105 and fix #1857
9 years ago
Unknwon e538ff2770 fix #1829 and fix #890
9 years ago
Unknwon 4d9499c2d3 fix broken link
9 years ago
Unknwon cc8f5add6e fix #976
9 years ago
Unknwon ec2423ad7c more UI minor fixes
9 years ago
Unknwon 830d000667 finish wiki
9 years ago
Unknwon 5d1f5f32d0 wiki: finish pages
9 years ago
Unknwon e42fcb033d wiki: finish edit
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 0128036514 #1681 some fixes for builtin SSH server on Windows
9 years ago
Unknwon b2fb7e3fd2 more HTTP clone word fix
9 years ago
Unknwon b80e848d02 upgrade libs
9 years ago
Unknwon 987dcc5372 fix #1383
9 years ago
Unknwon 6a66e5fc98 better error message
9 years ago
Unknwon c0b0ce7b1a #1971 more general rule to detect error
9 years ago
Unknwon f455125d4d fix #878
9 years ago
Unknwon 2c653141a8 #1742 Update default branch in git repository while change in web view
9 years ago
Unknwon 81d7359fdd fix #1981
9 years ago
Unknwon 9a0902523b fix #1987
9 years ago
Unknwon ab9411be2a clean up code
9 years ago
Unknwon 9ab96172fc new watchers, stars and forks UI
9 years ago
Unknwon d370effca5 minor fix for #1961
9 years ago
Unknwon 29ed7872f8 repo sidebar active class
9 years ago
Unknwon 134d8e7681 work on #1961
9 years ago
Unknwon 18de67380c fix #1958
9 years ago
Unknwon 84a43b38cf remove unused code
9 years ago
Unknwon 7c80eba77f minor UI fix and fix ssh race
9 years ago
Unknwon 7b1c10ea7e new repo ui
9 years ago
Unknwon 1d57f0d64f Show custom avatars in commits
9 years ago
Unknwon 3b62a0fe0e fix #1572 fix file histrory paging issue
9 years ago
Unknwon 0d4498429c work on #1904
9 years ago
Unknwon b55499d039 go vet and fix #1890
9 years ago
Unknwon e7aabf70dc #1905 Triming the issue title
9 years ago
Unknwon 00eb2b221f fix #1876
9 years ago
Unknwon 3a81fdf092 rename fields
9 years ago
Unknwon 6f0a41b8b2 #1511 Allow local import only for admin users
9 years ago
Unknwon fad31ca302 work on #1748
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 c3ba5590c9 Reopen PR need retest patch
9 years ago
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
9 years ago
Unknwon e0aab4a7f6 #1830 new comment with status change overwrites issue content
9 years ago
Unknwon c6ce6bd4c2 work on #1830
9 years ago
Unknwon fc7959d3bc New/reopen PR checks if there is any unmerged and open PR
9 years ago
Unknwon 4dc6285715 add new status: checking
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 d9c5b3bcee #1659 fix change label title resets color
9 years ago
Unknwon 562e47f31c finish all new template for current ones
9 years ago
Unknwon 2729eb998c #1646 and other minor fixes
9 years ago
Unknwon b0bf4cc1cb fix #1632 and #1606
9 years ago
Unknwon 6f6f38e7c3 #1603 suburl for comment attachments
9 years ago
Unknwon 49e120a67c #1602 change status after comment issue
9 years ago
Unknwon cc83043edc minor fix on template
9 years ago
Unknwon 3d9b98fae4 #1585 order owners list by last changed time
9 years ago
Unknwon aa67de910a fix #1558
9 years ago
Unknwon 119dec51f2 Mirror repository should not allow fork
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 5da306c0e5 tmp: fix issue open count
9 years ago
Unknwon 953bb06857 basic PR feature
9 years ago
Unknwon 1abfe4e05f PR: nothing to commit and has pull request check
9 years ago
Unknwon 37e0cee877 finish PR UI
9 years ago
Unknwon 2ac8e11f46 #842 able to use access token replace basic auth
9 years ago
Unknwon ebf1bd4f51 add view pull desc
9 years ago
Unknwon 8c046073a8 work on PR conversation
9 years ago
Unknwon 670ade9a61 #1206 does not allow fork bare repo
9 years ago
Unknwon 398569f6f8 #1021 Forked repo unavailable after deleting original repo
9 years ago
Unknwon 8af094967f #1377 add rename repo action
9 years ago
Unknwon 1ca257ad9f rename fields
9 years ago
Unknwon cb381078ff finish new repo options page
9 years ago
Unknwon d01f688257 fix repository count of user is messed up
9 years ago
Unknwon 55ddf225bb webhook APIs
9 years ago
Unknwon f509c59ac1 new create webhook event
9 years ago
Unknwon a00194e665 work on #1548
9 years ago
Unknwon c75cd33f2f #965 Remember visibility preference
9 years ago
Unknwon bb3b90fcd6 #1487 Readme Template
9 years ago
Unknwon 46bee50e45 complate list of gitignores and licenses
9 years ago
Unknwon 70e0153b93 add highlight js
9 years ago
Unknwon 23f42d92c9 add webhook recent deliveries
9 years ago
Unknwon c08600c59b new edit webhook UI
9 years ago
Unknwon 4217c2333c new create webhook UI
9 years ago
Unknwon 2881456421 new webhooks list UI
9 years ago
Unknwon 1cb03135b7 new repo git hooks UI
9 years ago
Unknwon a329bbc215 new org dashboard issues
9 years ago
Unknwon f808df5a7b new user dahsboard issues
9 years ago
Unknwon 4275b3720a finsih diff and compare
9 years ago
Unknwon aa65761d81 new commits table
9 years ago
Unknwon 062adbed8a add confirmation to delete ssh key
9 years ago
Unknwon 371572cf5f allow edit issue and comment
9 years ago
Unknwon 87f5ca8e1f able edit issue title
9 years ago
Unknwon 03b85b73af token recent activity
9 years ago
Unknwon 4c7b6414eb new access token UI
9 years ago
Unknwon d17f102339 try to fix HTTP ops not GC
9 years ago
Unknwon 407385db7e work on #1493
9 years ago
Unknwon c8bb475abb fix autocomplete on migration
9 years ago
Unknwon e633425f27 #1180 and #1250: migration
9 years ago
Unknwon a52324a5f9 able sort issues
9 years ago
Unknwon 4ce003dc15 Filter issues by assignee
9 years ago
Unknwon 30b428bf0e #1419: 500 when visit a issue with issue/comments of deleted user
9 years ago
Unknwon 13a74c3a0c Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
9 years ago
Unknwon cec38f2a8c able edit issue labels/milestone/assignee
9 years ago
无闻 8be0bb177b Merge pull request #1485 from donbowman/mime-type
9 years ago
Don Bowman 4137426c88 43bfee0d48 reverted my change
9 years ago
Unknwon 817b48ed1e Show owner/poster tags of comments and fix #1312
9 years ago
Unknwon 1fb53067f4 finish close/reopen issue
9 years ago
Unknwon 133b19d0c5 finish view comments on issue page
9 years ago
Unknwon ab2d0b3b44 add comment form UI
9 years ago
Unknwon b4c0b7b98b finish view issue without comments and ops
9 years ago
Unknwon e67659bf8e fix serve attachment content type
9 years ago
Unknwon 34f6cbfc2a finish attachments when create issue
9 years ago
Unknwon 89c2bd4a0d finish create issue attachment UI
9 years ago
Unknwon 17f3e840ec fix cannot parse JSON for attachments
9 years ago
Unknwon cbc7b7132f finish new issue action and mentions
9 years ago
Unknwon 884bc4ffd8 rename functions
9 years ago
Unknwon 75aff60c90 finish create issue with milestone and assignee
9 years ago
Unknwon 09a1b2a1f5 finish create issue with milestone
9 years ago
Unknwon 922f3f3062 finish create issue with labels
9 years ago
Unknwon 17de3ab0a3 add migrate from issue.label_ids to issue_label
9 years ago
Unknwon 590c464c56 UI: create issue with title and content
9 years ago
Unknwon dea3a8c6a4 WIP: create PR - choose branch
9 years ago
Unknwon e3bdfd51ff better fork permission check
9 years ago
Unknwon 9db4acc62e improve fork process
9 years ago
Unknwon 3d0583df0f fix private repo cannot trigger hook by SSH
9 years ago
Unknwon 9d414d4dd9 remove Index field of milestone
9 years ago
Unknwon 39a3b768bc #334: Add Deployment Key Support
9 years ago
Unknwon 34795770c3 fix issue stats with milestone filter
9 years ago
Unknwon 77dcef0cab fix milestone format parse
9 years ago
Unknwon 2c507667bf Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
9 years ago
Unknwon 0705f55ce0 finish new milestone page
9 years ago
Unknwon 74bd6b939c milestone: edit
9 years ago
Unknwon 3e4cdccf6b milestone: create page
9 years ago
Unknwon ce4dcf1e83 fix naming
9 years ago