Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 | 1 | -2/+2 |
| | |||||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 2 | -4/+8 |
| | |||||
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | Minor fix for #3194 | Unknwon | 2016-06-27 | 1 | -1/+5 |
| | | | | - Update locale bindata | ||||
* | Include repository owner name and description in html title (#3194) | Sandro Santilli | 2016-06-27 | 1 | -1/+1 |
| | | | Closes #3192 | ||||
* | repo/http: clean code | Unknwon | 2016-06-01 | 1 | -258/+194 |
| | |||||
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 | 1 | -1/+3 |
| | |||||
* | Made the issue stats query more secure with parameterized placeholders (#2895) | Thomas Boerger | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | 1 | -0/+1 |
| | |||||
* | Set utf-8 charset for text files when serving raw content (#2898) | Tamás Molnár | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | #2842 add quotes to attachment file name | Unknwon | 2016-03-25 | 1 | -1/+1 |
| | |||||
* | Add route for #2846 | Unknwon | 2016-03-21 | 2 | -3/+13 |
| | |||||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 | 2 | -45/+17 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 12 | -128/+128 |
| | |||||
* | Updated and created were appended with _unix. Fresh databases have only the ↵ | Marin Jankovski | 2016-03-11 | 1 | -1/+1 |
| | | | | newly named fields. | ||||
* | Fix pull request availability check | Unknwon | 2016-03-06 | 2 | -4/+14 |
| | |||||
* | Remove duplicated of code | Unknwon | 2016-03-06 | 1 | -53/+48 |
| | |||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 3 | -10/+28 |
| | |||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -18/+21 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||||
* | #1597 fix premission logic check of pull request | Unknwon | 2016-03-04 | 1 | -7/+14 |
| | |||||
* | #1597 support pull requests in same repository | Unknwon | 2016-03-04 | 1 | -22/+45 |
| | |||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -2/+1 |
| | |||||
* | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+18 |
| | |||||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | 1 | -4/+2 |
| | |||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | 1 | -0/+26 |
| | |||||
* | Merge pull request #2694 from mhartkorn/pullrefs | Unknwon | 2016-02-26 | 1 | -6/+13 |
|\ | | | | | Improved Pull Request refs | ||||
| * | Call PushToBaseRepo() also on Pull Request creation and not only on git push | Martin Hartkorn | 2016-02-24 | 1 | -6/+13 |
| | | |||||
* | | #2697 fix panic when close issue via commit message | Unknwon | 2016-02-25 | 1 | -2/+1 |
|/ | |||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -1/+1 |
| | |||||
* | Make markdown as an independent module | Unknwon | 2016-02-20 | 4 | -14/+18 |
| | |||||
* | Fix #857 | Unknwon | 2016-02-20 | 1 | -42/+48 |
| | |||||
* | Merge pull request #2647 from andreynering/issue-template | Unknwon | 2016-02-20 | 2 | -0/+59 |
|\ | | | | | Implement issue and pull request templates | ||||
| * | Implement issue and pull request templates. | Andrey Nering | 2016-02-18 | 2 | -0/+59 |
| | | | | | | | | | | | | | | | | | | | | 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 | 1 | -4/+4 |
|\ \ | | | | | | | #2505 Allow to fork and disallow to create PRs for mirrors. | ||||
| * | | Rename MustEnablePulls() to MustAllowPulls() and simplify the contained ↵ | Download-Fritz | 2016-02-19 | 1 | -6/+4 |
| | | | | | | | | | | | | check to AllowsPulls(). | ||||
| * | | #2505 Allow to fork and disallow to create PRs for mirrors. | Download-Fritz | 2016-02-19 | 1 | -1/+3 |
| |/ | |||||
* / | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -2/+9 |
|/ | | | | | | | | | | 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 | 1 | -1/+2 |
| | |||||
* | #2630 fix wrong user avatar link in webhook | Unknwon | 2016-02-15 | 1 | -1/+1 |
| | | | | | 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 | 1 | -5/+3 |
| | |||||
* | Moved UpdateRepository() to CleanUpMigrateInfo() and correctly delete mirror ↵ | Martin Hartkorn | 2016-02-15 | 1 | -1/+1 |
| | | | | from database | ||||
* | Refactored according to suggestions | Martin Hartkorn | 2016-02-14 | 1 | -4/+3 |
| | |||||
* | Add missing safety check | Martin Hartkorn | 2016-02-14 | 1 | -0/+5 |
| | |||||
* | Convert mirrors to regular repositories. | Martin Hartkorn | 2016-02-14 | 1 | -0/+28 |
| | |||||
* | Merge pull request #2599 from mhartkorn/fix-release-error-deleted-user | Unknwon | 2016-02-10 | 1 | -4/+12 |
|\ | | | | | 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 | 1 | -4/+12 |
| | | |||||
* | | Merge pull request #2528 from andreynering/diff-sintax-highlight-733 | Unknwon | 2016-02-07 | 3 | -1/+5 |
|\ \ | | | | | | | Enable syntax highlighting on diff view | ||||
| * | | Enable sintax highlighting on diff view. Close #733 | Andrey Nering | 2016-02-04 | 3 | -1/+5 |
| |/ | |||||
* / | parse milestone.deadline as local time | Tobias Kunicke | 2016-02-06 | 1 | -2/+2 |
|/ | |||||
* | Use pretty 404 pages in repo.HTTPBackend | Florian Kaiser | 2016-02-02 | 1 | -6/+4 |
| |