Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | Refactoring: remove tool.TplName | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename pkg/base -> pkg/tool | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | org/dashboard: fix wrong repository count (#4351) | Unknwon | 2017-03-28 |
| | | | | Should not include count for inaccessible repositories. | ||
* | dashboard/feeds: able to load more history (#2511) | Unknwon | 2017-03-16 |
| | |||
* | setting: able to config dashboard news feed paging number (#4247) | Unknwon | 2017-03-16 |
| | |||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | Fix dashboard issues/pull request counting | Unknwon | 2016-12-27 |
| | |||
* | Fix dashboard issue/pull request scoping | Unknwon | 2016-12-27 |
| | |||
* | Minor code fix for PR #3560 | Unknwon | 2016-12-27 |
| | |||
* | Fix assigned/created issues in dashboard. (#3560) | hgaiser | 2016-12-27 |
| | | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater. | ||
* | Fix for #3410 overall issues for organisations is limited to num_repos from ↵ | lstahlman | 2016-08-09 |
| | | | | the user (#3412) | ||
* | Ignore repository with issue disabled or use external tracker in dashboard ↵ | Unknwon | 2016-08-05 |
| | | | | issues | ||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 |
| | |||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 |
| | |||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | Use struct for UI settings | Unknwon | 2016-07-24 |
| | |||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 |
| | |||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 |
| | |||
* | readd 'dashboard' to title | Alec S | 2016-03-10 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into develop | Alec S | 2016-03-09 |
|\ | |||
| * | Allowing site admins to view private repositories in org/home | Jan Christophersen | 2016-03-08 |
| | | |||
* | | fix indentation | Alec S | 2016-03-09 |
| | | |||
* | | Remove dashboard keyword from title | Alec S | 2016-03-09 |
| | | |||
* | | change page titles for user and org dashes | Alec S | 2016-03-09 |
|/ | |||
* | Minor fix for #2567 | Unknwon | 2016-02-14 |
| | |||
* | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 |
| | |||
* | Only show repositories on organization dashboard, that the user has access to | Florian Kaiser | 2016-02-05 |
| | |||
* | Remove unnecessary else-block | Florian Kaiser | 2016-02-04 |
| | |||
* | Evaulate org/team permissions when using the issue/PR view | Florian Kaiser | 2016-01-31 |
| | |||
* | Remove unnecessary comments | Florian Kaiser | 2016-01-31 |
| | |||
* | Everyone can see public repos | Florian Kaiser | 2016-01-31 |
| | |||
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 |
| | |||
* | Only show repositories the user has access to, on the organization home | Florian Kaiser | 2016-01-31 |
| | |||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 |
| | | | | | - User profile un/follow - List user's followers/following | ||
* | fix #2223 | Unknwon | 2015-12-17 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |
| | |||
* | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 |
| | | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them. | ||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
| | |||
* | fix #650 | Unknwon | 2015-11-22 |
| | |||
* | fix #1119 and data race in timming tasks | Unknwon | 2015-11-20 |
| | |||
* | only show user's activities in profile | Unknwon | 2015-11-16 |
| | |||
* | fix #1302 | Unknwon | 2015-11-13 |
| | |||
* | save custom avatar as PNG | Unknwon | 2015-11-13 |
| |