Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 |
| | |||
* | Make markdown as an independent module | Unknwon | 2016-02-20 |
| | |||
* | Fix #857 | Unknwon | 2016-02-20 |
| | |||
* | Merge pull request #2647 from andreynering/issue-template | Unknwon | 2016-02-20 |
|\ | | | | | Implement issue and pull request templates | ||
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 |
| | | | | | | | | | | | | | | | | | | | | Similar to GitHub: https://github.com/blog/2111-issue-and-pull-request-templates Priority: - root - .gogs - .github | ||
* | | Merge pull request #2663 from Download-Fritz/MirrorForks | Unknwon | 2016-02-19 |
|\ \ | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | ||
| * | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵ | Download-Fritz | 2016-02-19 |
| | | | | | | | | | | | | check to AllowsPulls(). | ||
| * | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 |
| |/ | |||
* / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 |
|/ | | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more. | ||
* | #2639 add branch prefix for test webhook | Unknwon | 2016-02-17 |
| | |||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 |
| | | | | | Was using the wrong method and now uses the method which checks if the avatar link is relative or not. | ||
* | Minor fix for #2624 | Unknwon | 2016-02-15 |
| | |||
* | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 |
| | | | | from database | ||
* | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 |
| | |||
* | Add missing safety check | Martin Hartkorn | 2016-02-14 |
| | |||
* | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 |
| | |||
* | Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user | Unknwon | 2016-02-10 |
|\ | | | | | Fix for server error on release page when a user deleted their account | ||
| * | Removed HTTP 500 error on the release page when a user deleted their account | Martin Hartkorn | 2016-02-10 |
| | | |||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 |
|\ \ | | | | | | | Enable syntax highlighting on diff view | ||
| * | | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 |
| |/ | |||
* / | parse milestone.deadline as local time | Tobias Kunicke | 2016-02-06 |
|/ | |||
* | Use pretty 404 pages in repo.HTTPBackend | Florian Kaiser | 2016-02-02 |
| | |||
* | Minor fix for #2444 | Unknwon | 2016-02-01 |
| | |||
* | Merge pull request #2444 from bkcsoft/feature/participants | Unknwon | 2016-02-01 |
|\ | | | | | Implemented participant-listing for issue-pages (Fixes #2377) | ||
| * | Go-ism :D | Kim "BKC" Carlbäcker | 2016-01-27 |
| | | |||
| * | Fixed Poster/Commenter-bug and clean-up | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
| * | Fix OP not 'participating' until commented | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
| * | Optimize participant-fetching | Kim Carlbäcker | 2016-01-26 |
| | | |||
| * | Implemented participant-listing for issue-pages | Kim "BKC" Carlbäcker | 2016-01-26 |
| | | |||
* | | Make highlighted markdown code blocks work on issue pages | Florian Kaiser | 2016-02-01 |
| | | |||
* | | Refactoring of inline diff computing to prevent empty diff box. Fix #2489 | Andrey Nering | 2016-01-27 |
|/ | |||
* | Compute inline diff for pull request view, too. Fix #2462 | Andrey Nering | 2016-01-25 |
| | |||
* | Admins are allowed to create repos for arbitrary Orgs | Kim "BKC" Carlbäcker | 2016-01-20 |
| | |||
* | Merge pull request #2403 from ddelpero/master | Unknwon | 2016-01-14 |
|\ | | | | | Update repo.go | ||
| * | Update repo.go | ddelpero | 2016-01-07 |
| | | | | | | | | Release download file name doesn't include tag number #2339 Download: Changed to use refName instead of commit.ID for downloaded file name | ||
* | | Merge pull request #2335 from andreynering/highlight-diff | Unknwon | 2016-01-09 |
|\ \ | |/ |/| | Highlight diff | ||
| * | Highlighting differences of lines in the diff view. | Andrey Nering | 2016-01-06 |
| | | |||
* | | #2345 disallow access of some pages for empty repo | Unknwon | 2016-01-07 |
| | | |||
* | | typo fix | zhuharev | 2016-01-06 |
|/ | |||
* | Changed name from inline to unified | Kim "BKC" Carlbäcker | 2016-01-05 |
| | |||
* | Implement Split Diff-View | Kim "BKC" Carlbäcker | 2016-01-05 |
| | | | | - Unified/Inline Diff-View Selectable | ||
* | #2311 improve HTTP auth error message | Unknwon | 2015-12-30 |
| | |||
* | more fix on #2268 | Unknwon | 2015-12-30 |
| | |||
* | #2283 set text/plain for non-binary files in raw mode | Unknwon | 2015-12-25 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | #2014 allow switch branches between two orgs in compose PR | Unknwon | 2015-12-20 |
| | |||
* | #2251 fix button name | Unknwon | 2015-12-19 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |
| | |||
* | #2103 #2181 improvments of highlight class name | Unknwon | 2015-12-16 |
| | |||
* | rename import path | Unknwon | 2015-12-15 |
| |