Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | follow the advisor: add DCO and some improvements | Lunny Xiao | 2016-11-04 | 2 | -2/+72 |
| | |||||
* | typo and contributing improved | Lunny Xiao | 2016-11-04 | 3 | -35/+23 |
| | |||||
* | diff the CONTRIBUTORS and MAINTAINERS | Lunny Xiao | 2016-11-04 | 2 | -4/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/go-gitea/gitea | Lunny Xiao | 2016-11-04 | 124 | -460/+476 |
|\ | |||||
| * | Merge pull request #47 from 0xbaadf00d/fix/3743-route-regexp-branchname | Sandro Santilli | 2016-11-03 | 1 | -3/+3 |
| |\ | | | | | | | Fix SHA and compare regex on route file [Critical] | ||||
| | * | Merge branch 'master' into fix/3743-route-regexp-branchname | Lunny Xiao | 2016-11-04 | 129 | -488/+545 |
| | |\ | | |/ | |/| | |||||
| * | | Badges and travis testing (#40) | Thomas Boerger | 2016-11-03 | 3 | -17/+33 |
| | | | | | | | | | | | | | | | | | | * Added badges to the README * Restructured the travis config | ||||
| * | | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 123 | -440/+440 |
| | | | |||||
| | * | Restore whitespace | Thibault Meyer | 2016-11-03 | 1 | -1/+1 |
| | | | |||||
| | * | Fix SHA regexp and commit comparisons | Thibault Meyer | 2016-11-03 | 1 | -4/+4 |
| | | | |||||
* | | | added CONTRIBUTING | Lunny Xiao | 2016-11-04 | 3 | -0/+149 |
|/ / | |||||
* | | Merge pull request #5 from joubertredrat/title-ui-fix | Thomas Boerger | 2016-11-03 | 3 | -26/+57 |
|\ \ | | | | | | | Small UI fixes on full width form titles | ||||
| * \ | Merge branch 'develop' into title-ui-fix | Thomas Boerger | 2016-11-03 | 6 | -5/+15 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #23 from lunny/develop | Thomas Boerger | 2016-11-03 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | config lgtm to disable maintainer to LGTM himself's PR | ||||
| * \ \ | Merge branch 'develop' into develop | Thomas Boerger | 2016-11-03 | 2 | -1/+10 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #2 from strk/proper-from-on-issue-mail | Lunny Xiao | 2016-11-03 | 2 | -1/+10 |
|\ \ \ \ | | | | | | | | | | | Fix sender of issue notifications | ||||
| * | | | | Fix sender of issue notifications | Sandro Santilli | 2016-11-02 | 2 | -1/+10 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | It is the FROM field in mailer configuration that needs be used, not the USER field, which is for authentication. Closes https://github.com/gogits/gogs/issues/3615 | ||||
| * / / | config lgtm to disable maintainer to LGTM himself's PR | Lunny Xiao | 2016-11-03 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge pull request #3 from strk/libravatar-proper-url | Thomas Boerger | 2016-11-02 | 4 | -4/+4 |
|\ \ \ | |_|/ |/| | | Use proper url for libravatar dep | ||||
| * | | Use proper url for libravatar dep | Sandro Santilli | 2016-11-02 | 4 | -4/+4 |
|/ / | |||||
| * | Small UI fixes on full width form titles | Joubert RedRat | 2016-10-19 | 3 | -26/+57 |
|/ | |||||
* | Fix mention in comments like (@dblk) (#3655)v0.9.99 | Rémy Boulanouar | 2016-10-16 | 1 | -3/+3 |
| | | | | | | * Fix mention in comments like (@dblk) * Better fix to avoid making link for "Hello@DblK" | ||||
* | Prevented user enumeration of valid users through HTTP status codes of login ↵ | LefsFlare | 2016-10-16 | 1 | -2/+4 |
| | | | | (#3639) (#3654) | ||||
* | Changed interface (#3685) | LefsFlare | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | Update locales | Unknwon | 2016-09-15 | 14 | -1074/+2518 |
| | | | | Add new locale Serbian (Cyrillic) | ||||
* | Add build system link to README [CI SKIP] | Unknwon | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | #3590 fix 404 for release draft edition | Unknwon | 2016-09-03 | 4 | -5/+21 |
| | | | | Closes #3591 | ||||
* | #3589 LoadRepoConfig after ORM is initialized | Unknwon | 2016-09-02 | 5 | -9/+6 |
| | |||||
* | #3577 incorrect URL produced by AvatarLink | Unknwon | 2016-09-01 | 2 | -2/+2 |
| | |||||
* | Add the ability to explore organizations (#3573) | Daniel Oaks | 2016-09-01 | 6 | -1104/+940 |
| | | | | | | * Add ability to explore organizations * Use right icon for org explore links | ||||
* | Fix repo list display on Safari (#3569) | Daniel Oaks | 2016-09-01 | 2 | -0/+8 |
| | |||||
* | fix link error under preview (#3566) | raphael10241024 | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | Fix panic when attempt login with non-exist user | Unknwon | 2016-09-01 | 5 | -6/+6 |
| | |||||
* | Feature #3492: Add option to hide footer load times (#3562) | Thibault Meyer | 2016-09-01 | 4 | -6/+13 |
| | | | | | | * Add option to hide footer load times * Rename option variable + minor changes | ||||
* | Update locales | Unknwon | 2016-09-01 | 22 | -418/+1389 |
| | |||||
* | Update size of SHA to fix #3538 (#3563) | Rémy Boulanouar | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | Add a (Open)SuSE init script (#3558) | Corben Dallas | 2016-08-31 | 1 | -0/+115 |
| | |||||
* | #3559 fix template error | Unknwon | 2016-08-31 | 5 | -11/+10 |
| | |||||
* | Minor code fix [CI SKIP] | Unknwon | 2016-08-31 | 3 | -4/+10 |
| | |||||
* | models/login_source: code improvement | Unknwon | 2016-08-31 | 6 | -119/+116 |
| | |||||
* | #3515 use alert instead 500 for duplicated login source name | Unknwon | 2016-08-31 | 7 | -24/+48 |
| | |||||
* | Support Editorconfig on web editor (#3512) | 无闻 | 2016-08-30 | 7 | -3/+53 |
|\ | |||||
| * | Support Editorconfig on web editor | Andrey Nering | 2016-08-30 | 7 | -3/+53 |
| | | |||||
* | | #2018 able to sync now for mirrors | Unknwon | 2016-08-30 | 16 | -242/+345 |
| | | | | | | | | | | - Refactor code to use sync.UniqueQueue - Closes #3509 | ||||
* | | modules/sync: add UniqueQueue | Unknwon | 2016-08-30 | 3 | -62/+76 |
| | | |||||
* | | modules/sync: rename SingleInstancePool to ExclusivePool | Unknwon | 2016-08-30 | 3 | -11/+12 |
| | | |||||
* | | js: fix comment issue status button title change | Unknwon | 2016-08-30 | 1 | -25/+1 |
|/ | |||||
* | Add all, check and dist Makefile rules (#3549) | Sandro Santilli | 2016-08-30 | 1 | -1/+7 |
| | | | | These are to follow the GNU Coding Standards Makefile Targets: https://www.gnu.org/prep/standards/html_node/Standard-Targets.html | ||||
* | templates/repo/view: fix bad link | Unknwon | 2016-08-30 | 1 | -1/+1 |
| | |||||
* | UI: fix block selection on code for empty line are not highlighted | Unknwon | 2016-08-30 | 2 | -4/+11 |
| |