Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fix for #2567 | Unknwon | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Only show activities for repositories on dashboard, that the user has access to | Florian Kaiser | 2016-02-06 | 1 | -3/+3 |
| | |||||
* | Only show repositories on organization dashboard, that the user has access to | Florian Kaiser | 2016-02-05 | 1 | -5/+15 |
| | |||||
* | Remove unnecessary else-block | Florian Kaiser | 2016-02-04 | 1 | -3/+3 |
| | |||||
* | Evaulate org/team permissions when using the issue/PR view | Florian Kaiser | 2016-01-31 | 1 | -4/+11 |
| | |||||
* | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Everyone can see public repos | Florian Kaiser | 2016-01-31 | 1 | -5/+13 |
| | |||||
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -6/+3 |
| | |||||
* | Only show repositories the user has access to, on the organization home | Florian Kaiser | 2016-01-31 | 1 | -6/+5 |
| | |||||
* | #1692 APIs: Users Followers | Unknwon | 2015-12-21 | 1 | -63/+0 |
| | | | | | - User profile un/follow - List user's followers/following | ||||
* | fix #2223 | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | #1692 add organization APIs | Unknwon | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Admin should be able to see all organizations | Adam Strzelecki | 2015-11-30 | 1 | -1/+1 |
| | | | | | 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 | 1 | -1/+34 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 1 | -69/+35 |
| | |||||
* | fix #1119 and data race in timming tasks | Unknwon | 2015-11-20 | 1 | -0/+3 |
| | |||||
* | only show user's activities in profile | Unknwon | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | fix #1302 | Unknwon | 2015-11-13 | 1 | -11/+9 |
| | |||||
* | save custom avatar as PNG | Unknwon | 2015-11-13 | 1 | -8/+15 |
| | |||||
* | #1459 Dashboard issues lacks sorting | Unknwon | 2015-11-04 | 1 | -0/+3 |
| | |||||
* | fix import path, fix #1782 | Unknwon | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | finish initial version of pull request | Unknwon | 2015-09-02 | 1 | -24/+30 |
| | |||||
* | fix sql | Unknwon | 2015-08-29 | 1 | -4/+0 |
| | |||||
* | new org dashboard issues | Unknwon | 2015-08-25 | 1 | -20/+20 |
| | |||||
* | new user dahsboard issues | Unknwon | 2015-08-25 | 1 | -151/+161 |
| | |||||
* | finish view issue without comments and ops | Unknwon | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | finish create issue with milestone and assignee | Unknwon | 2015-08-10 | 1 | -3/+3 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -6/+6 |
| | |||||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 | 1 | -7/+7 |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | ||||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -7/+7 |
| | | |||||
* | | finish new milestone page | Unknwon | 2015-08-05 | 1 | -3/+3 |
|/ | |||||
* | fix #1204 | Unknwon | 2015-07-31 | 1 | -8/+3 |
| | |||||
* | fix .keys route | stephen mcquay | 2015-06-08 | 1 | -0/+1 |
| | | | | | This change fixes the output from /{{ username }}.keys so that it can work in a ~/.ssh/authorized_keys file | ||||
* | Apply ng to issue dashboard | Antoine GIRARD | 2015-03-19 | 1 | -2/+7 |
| | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -2/+2 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | Update/simplify fix that owners also see actions on their repositories | Peter Smit | 2015-02-18 | 1 | -12/+12 |
| | |||||
* | Fix that owners also see actions on their repositories | Peter Smit | 2015-02-16 | 1 | -6/+12 |
| | | | | | | This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user. It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action | ||||
* | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -2/+5 |
| | |||||
* | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -4/+3 |
| | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens. | ||||
* | Introducing Collaboration Struct | Peter Smit | 2015-01-23 | 1 | -4/+10 |
| | |||||
* | work on #754 | Unknwon | 2014-12-18 | 1 | -0/+3 |
| | |||||
* | work on #754 | Unknwon | 2014-12-18 | 1 | -0/+3 |
| | |||||
* | fix #751 | Unknwon | 2014-12-16 | 1 | -0/+9 |
| | |||||
* | Fix #652 | Unknwon | 2014-11-23 | 1 | -26/+28 |
| | |||||
* | fix #139 | Unknwon | 2014-11-21 | 1 | -1/+13 |
| | |||||
* | custom avatar upload | Unknwon | 2014-11-21 | 1 | -0/+7 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -3/+3 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go |