Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #13 finish user and repository search | Unknwon | 2016-03-11 |
| | | | | Both are possible on explore and admin panel | ||
* | #2727 fix incompatible SQL in PostgreSQL | Unknwon | 2016-03-09 |
| | |||
* | #2743 more fixes on SQL errors | Unknwon | 2016-03-04 |
| | |||
* | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 |
| | | | | Use hand-written SQL to do complex query | ||
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 |
| | |||
* | #2727 make IN clause compatible with Postgres | Unknwon | 2016-03-01 |
| | |||
* | Fix panic when view profile without signin | Unknwon | 2016-02-19 |
| | | | | Also fix that no matter who, still able to see organizations with private membership. | ||
* | Minor fix for #2578 | Unknwon | 2016-02-14 |
| | |||
* | Admins and user itself sees private org relations on profile | ExMex | 2016-02-07 |
| | |||
* | Minor fix for #2530 | Unknwon | 2016-02-04 |
| | |||
* | Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page | Unknwon | 2016-02-04 |
|\ | | | | | Hide other teams & repos from organization page | ||
| * | Remove unnecessary private functions | Florian Kaiser | 2016-02-04 |
| | | |||
| * | Use invalid value (-1) instead of 0 to prevent bug if auto increment starts ↵ | Florian Kaiser | 2016-01-31 |
| | | | | | | | | with 0 | ||
| * | 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 |
| | | |||
* | | Show all orgs on user profile, except the private one's | Florian Kaiser | 2016-01-30 |
|/ | |||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 |
| | |||
* | #1692 add organization APIs | Unknwon | 2015-12-17 |
| | |||
* | fix possible disclosure | Unknwon | 2015-12-14 |
| | |||
* | #2155 fix org max repo limit default to -1 | Unknwon | 2015-12-11 |
| | |||
* | New admin organization UI | Antoine GIRARD | 2015-09-25 |
| | |||
* | #1585 order owners list by last changed time | Unknwon | 2015-09-07 |
| | |||
* | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 |
| | |||
* | fix #1558 | Unknwon | 2015-09-06 |
| | |||
* | #1458: Authorities were messed up when using mysql database | Unknwon | 2015-08-28 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 |
| | |||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 |
| | | | | - fix delete user but repository watches are not decreased | ||
* | models: done testing on new access system | Unknwon | 2015-02-28 |
| | |||
* | models: fix issue with transfer repository | Unknwon | 2015-02-24 |
| | | | | README: fix typo | ||
* | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 |
| | |||
* | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ | |||
| * | Fix access for team mode update | Peter Smit | 2015-02-13 |
| | | |||
* | | Merge branch 'dev' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 |
|\ \ | |/ |/| | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||
| * | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 |
| | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||
* | | code fix #941 caution: undertest | Unknwon | 2015-02-13 |
| | | |||
* | | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go | ||
| * | | Change constants to UPPERCASE_WITH_UNDERSCORE style | Peter Smit | 2015-02-09 |
| | | | |||
| * | | Refactoring of the Access Table | Peter Smit | 2015-02-06 |
| | | | | | | | | | | | | | | | | | | 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. | ||
* | | | Refactoring of the Access Table | Peter Smit | 2015-02-12 |
| |/ |/| | | | | | | | | | 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. | ||
* | | models: make code change for session issue with SQLite3 #739 | Unknwon | 2015-02-10 |
|/ | |||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 |
| | |||
* | fix #644 | Unknwon | 2014-11-21 |
| | |||
* | Fix #540 | Unknwon | 2014-10-12 |
| | |||
* | Fix #540 | Unknwon | 2014-10-12 |
| | |||
* | bug fixed for #540 | lunnyxiao | 2014-10-11 |
| | |||
* | Prepare 0.5 release | Unknwon | 2014-09-12 |
| | |||
* | Continue working on new admin pages | Unknwon | 2014-08-29 |
| |