aboutsummaryrefslogtreecommitdiff
path: root/models/access.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* routes/api/v1: codemodunknwon2019-08-08
|
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* api/repo: load attributes when listing user repositories (#4565)Unknwon2017-06-21
|
* models: remove redundant tags for primary keysUnknwon2017-05-21
|
* error: move ErrRepoNotExist -> errors.RepoNotExistUnknwon2017-03-23
|
* repo: able to add organization member as repository collaboratorUnknwon2017-02-24
|
* models/access: hasAccess only need userID not user objectUnknwon2017-02-23
|
* repo: assignee can be anyone who has read access (#3739)Unknwon2017-02-17
|
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
| | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636.
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #1692 api: admin list and create team under organizationUnknwon2016-03-21
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* #1146 finsih UI work for access mode of collaboratorsUnknwon2016-03-05
| | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin.
* fix #1997Unknwon2015-11-19
|
* fix #1953Unknwon2015-11-15
|
* fix #1302Unknwon2015-11-13
|
* #1458: Authorities were messed up when using mysql databaseUnknwon2015-08-28
|
* minor fix on API responseUnknwon2015-08-19
|
* WIP: create PR - choose branchUnknwon2015-08-08
|
* #1369: nil pointer when add repo to teamUnknwon2015-07-24
|
* #1279: Removing user from collaboration removes repositioryUnknwon2015-07-14
|
* #1143 Team member access lost when adding repository collaboratorUnknwon2015-03-24
| | | | - fix bug when add a repo to team, all other team members gets access as well
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-16
|
* REAMDE: updateUnknwon2015-02-28
|
* models: done testing on new access systemUnknwon2015-02-28
|
* models: fix issue with transfer repositoryUnknwon2015-02-24
| | | | README: fix typo
* v4 migration, merge 'dev', clean code and mirror fixUnknwon2015-02-23
|
* some fixes, but not done yet!Unknwon2015-02-13
|
* code fix #941 caution: undertestUnknwon2015-02-13
|
* Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-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 stylePeter Smit2015-02-09
| |
| * Refactoring of the Access TablePeter Smit2015-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 TablePeter Smit2015-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.
* | first pass work on migration #925Unknwon2015-02-11
|/
* Fix dashboard issue after collaboration migrationPeter Smit2015-02-04
|
* Introducing Collaboration StructPeter Smit2015-01-23
|
* Finsih add/remove repo in organizationUnknwon2014-08-26
|
* Add create organizationUnknown2014-06-25
|
* Fix #165Unknown2014-06-21
|
* Show private repository activities in dashboard if has accessUnknown2014-05-08
|
* Assignee back endUnknown2014-05-08
|
* CollaboratorUnknown2014-05-01
|
* Fix import pathUnknown2014-04-18
|
* Add repo mirror and importUnknown2014-04-12
|
* Support private repoUnknown2014-04-11
|