aboutsummaryrefslogtreecommitdiff
path: root/models
Commit message (Collapse)AuthorAge
* Fix access for team mode updatePeter Smit2015-02-13
|
* Rewrite of access migrationPeter Smit2015-02-13
| | | | | | | | The old migration had a few issues: - It left old column names around - It did not give the right access levels for owners and admins Also, this includes a migration that fixes the authorization of owner teams, which was previously ORG_ADMIN (instead of ORG_OWNER)
* some fixes, but not done yet!Unknwon2015-02-13
|
* fix mirror issues uncaught #941Unknwon2015-02-13
|
* code fix #941 caution: undertestUnknwon2015-02-13
|
* models/migrations: finish accessRefactorUnknwon2015-02-12
|
* Merge pull request #941 from phsmit/access_refactor无闻2015-02-12
|\ | | | | Access refactor
| * 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.
* | | models/migrations: fix little logic errorUnknwon2015-02-12
|/ /
* | Some comments and improvements for migrationsPeter Smit2015-02-12
| |
* | models/migartions: make Migration as interface and use sessionUnknwon2015-02-11
| |
* | first pass work on migration #925Unknwon2015-02-11
| |
* | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-11
|\ \
| * | better naming on #891Unknwon2015-02-11
| | |
| * | models: make code change for session issue with SQLite3 #739Unknwon2015-02-10
| | |
| * | able to allow insecure certification of webhook for #891Unknwon2015-02-10
| | |
| * | models/repo.go: add update hook when migrate for #789Unknwon2015-02-09
| | |
* | | Merge branch 'access' of github.com:gogits/gogs into accessUnknwon2015-02-11
|\ \ \ | |/ / |/| |
| * | Merge pull request #925 from phsmit/newcollaboration无闻2015-02-11
| |\| | | | | | | Collaboration
| | * Merge branch 'dev' into newcollaborationPeter Smit2015-02-05
| | |\
| | * | Fix dashboard issue after collaboration migrationPeter Smit2015-02-04
| | | |
| | * | Fix collaboration migration codePeter Smit2015-02-04
| | | |
| | * | Introducing Collaboration StructPeter Smit2015-01-23
| | | |
* | | | Fix #922Peter Smit2015-02-09
|/ / /
* | | Merge pull request #911 from TonyTsangHK/dev无闻2015-02-09
|\ \ \ | | | | | | | | Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
| * | | Link to previous commited source file (diff.view_file button) instead of ↵Tony Tsang2015-02-06
| | |/ | |/| | | | | | | returning 404 for deleted files.
* | | cmd: code fix for #905Unknwon2015-02-08
| | | | | | | | | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* | | Merge pull request #905 from phsmit/conf_on_cli无闻2015-02-08
|\ \ \ | | | | | | | | Add option to provide configuration file on command line
| * | | Add option to provide configuration file on command linePeter Smit2015-02-05
| |/ /
* | | routers/repo/http.go: allow HTTP push/pull by token for #845Unknwon2015-02-07
| | |
* | | Merge pull request #845 from compressed/token_http无闻2015-02-07
|\ \ \ | | | | | | | | allow http push by token - #842
| * | | allow http push by token - #842Christopher Brickley2015-01-08
| | | |
* | | | able to disable SSH for #883Unknwon2015-02-07
| | | |
* | | | models/action.go: add action reopen for #462Unknwon2015-02-06
| | | | | | | | | | | | | | | | - models/issue.go: format comment type names
* | | | models/action.go: mirror fix on #892Unknwon2015-02-06
| |/ / |/| | | | | | | | | | | - modules/base/markdown.go: fix issue link issue - routers/repo/view.go: remove useless code
* | | Merge pull request #892 from EtienneBruines/commit_reference无闻2015-02-04
|\ \ \ | | | | | | | | Referencing issues from commit messages is now possible.
| * | | Referencing issues from commit messages is now possible.Etienne Bruines2015-02-02
| | | | | | | | | | | | | | | | | | | | | | | | Code-wise: the fixing-part of the code now doesn't reference the issue any more, because this is done by the referencing-part of the code, which is called just before. Fixes #462, #668, #732.
* | | | models: sanitize user full name when update settingsUnknwon2015-02-04
| | | |
* | | | models: mirro code fix for #821Unknwon2015-02-02
| | | |
* | | | Merge pull request #821 from phsmit/fix_819无闻2015-02-02
|\ \ \ \ | |/ / / |/| | | Fix #819 by fetching the repository from db before updating
| * | | Fix #819 by fetching the repository from db before updatingPeter Smit2015-01-02
| | | |
* | | | models: code fix on #818Unknwon2015-02-01
| | | |
* | | | Merge pull request #818 from fzerorubigd/master无闻2015-02-01
|\ \ \ \ | | | | | | | | | | add a function to rewrite all public keys on admin request
| * | | | add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-01
| |/ / / | | | | | | | | | | | | refs #763
* | | | cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-01
| | | | | | | | | | | | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* | | | modules/base: clean code with #838Unknwon2015-01-30
| |_|/ |/| |
* | | Migration code: errors are not to be forgottenPeter Smit2015-01-22
| | |