| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -357/+0 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -2/+2 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 1 | -3/+3 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -14/+14 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -3/+6 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -4/+2 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+3 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -0/+2 |
* | Only return JSON for add/remove all (#9028) | John Olheiser | 2019-11-16 | 1 | -4/+8 |
* | Allow to add and remove all repositories to/from team. (#8867) | David Svantesson | 2019-11-09 | 1 | -0/+8 |
* | Add team option to grant rights for all organization repositories (#8688) | David Svantesson | 2019-11-06 | 1 | -5/+15 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -2/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -1/+6 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -2/+2 |
* | fix bug when update owner team then visit team's repo return 404 (#6119) | Lunny Xiao | 2019-02-22 | 1 | -2/+0 |
* | Improve team members and repositories settings UI (#5457) | Lunny Xiao | 2018-12-09 | 1 | -0/+2 |
* | Fixed bug where team with admin privelege type doesn't get any unit attached ... | Lanre Adelowo | 2018-08-21 | 1 | -2/+3 |
* | Display error when adding a user to a team twice (#4746) | Lanre Adelowo | 2018-08-19 | 1 | -1/+6 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -3/+18 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -8/+8 |
* | Allow adding collaborators with (fullname) (#3103) | Sasha Varlamov | 2017-12-07 | 1 | -5/+2 |
* | Fix error when add user has full name to team (#2973) | Lunny Xiao | 2017-11-26 | 1 | -0/+5 |
* | Remove unit types commits and settings (#2161) | Lauris BH | 2017-07-17 | 1 | -19/+28 |
* | fix bug to deny to add orgnization as a member of an orgnization or team (#1815) | Lunny Xiao | 2017-05-26 | 1 | -0/+6 |
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+4 |
* | fix leave team 404 (#1154) | Lunny Xiao | 2017-03-09 | 1 | -0/+2 |
* | golint fixed for parts of routers root, dev, user and org dirs (#167) | Lunny Xiao | 2016-11-18 | 1 | -13/+27 |
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -5/+5 |
* | ACCESS_MODE_* -> AccessMode* | Sandro Santilli | 2016-11-07 | 1 | -3/+3 |
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -5/+5 |
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -5/+5 |
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 | 1 | -15/+1 |
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -11/+11 |
* | Remove unnecessary comments | Florian Kaiser | 2016-01-31 | 1 | -1/+0 |
* | Only show teams the user has access to | Florian Kaiser | 2016-01-31 | 1 | -4/+1 |
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -22/+18 |
* | fix #650 | Unknwon | 2015-11-22 | 1 | -5/+8 |
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -1/+1 |
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -1/+1 |
* | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 1 | -1/+1 |
* | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -6/+6 |
|\ |
|
| * | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 | 1 | -6/+6 |
| * | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -8/+8 |
* | | Refactoring of the Access Table | Peter Smit | 2015-02-12 | 1 | -8/+8 |
* | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 | 1 | -5/+2 |
|/ |
|
* | Issue: Show error prompt when add repository to team and it does not exist #533 | Unknwon | 2014-10-10 | 1 | -0/+5 |
* | Prepare 0.5 release | Unknwon | 2014-09-12 | 1 | -2/+2 |
* | Finsih add/remove repo in organization | Unknwon | 2014-08-26 | 1 | -3/+48 |
* | Finish new edit team page, add member to team | Unknwon | 2014-08-24 | 1 | -12/+125 |