Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #58 from go-gitea/vendoring | Lunny Xiao | 2016-11-04 | 665 | -223/+502959 |
|\ | | | | | Integrated dependency manager | ||||
| * | Dropped go get from travis config | Thomas Boerger | 2016-11-04 | 1 | -11/+7 |
| | | |||||
| * | Added all required dependencies | Thomas Boerger | 2016-11-04 | 660 | -0/+502447 |
| | | |||||
| * | Added vendoring config for govendor | Thomas Boerger | 2016-11-04 | 1 | -0/+505 |
| | | |||||
| * | Dropped glide configs | Thomas Boerger | 2016-11-04 | 2 | -211/+0 |
| | | |||||
| * | Dropped vendoring from gitignore | Thomas Boerger | 2016-11-04 | 1 | -1/+0 |
|/ | |||||
* | Use user fullname if resolved | Thibault Meyer | 2016-11-04 | 3 | -3/+15 |
| | |||||
* | Merge pull request #60 from andreynering/gitea/issue-pr-number-on-title | Kim "BKC" Carlbäcker | 2016-11-04 | 2 | -2/+3 |
|\ | | | | | Show issue/PR number on title | ||||
| * | Show issue/PR number on title | Andrey Nering | 2016-11-03 | 2 | -2/+3 |
|/ | |||||
* | 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 |
| | | |||||
* | | 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 |
|/ / | |||||
| * | Restore whitespace | Thibault Meyer | 2016-11-03 | 1 | -1/+1 |
| | | |||||
| * | Fix SHA regexp and commit comparisons | Thibault Meyer | 2016-11-03 | 1 | -4/+4 |
|/ | |||||
* | 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 |
| | |