aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | | * | 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)
| * | | Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * | | 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
| | | | | |
| * | | | | Merge pull request #940 from phsmit/migration_update无闻2015-02-12
| |\| | | | | | | | | | | | | | | | Some comments and improvements for migrations
| | * | | | 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
| |\ \ \ \
| * \ \ \ \ 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
| | | | | | | |
* | | | | | | | Merge pull request #992 from theangryangel/fix/ldap-auth无闻2015-02-28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Attempt 3 to fix LDAP login issues when git pushing after password change
| * | | | | | | | Attempt #3 of ldap fixesGogs2015-02-27
| | | | | | | | |
* | | | | | | | | conf/locale: update Russian and SpanishUnknwon2015-02-28
| | | | | | | | |
* | | | | | | | | Merge pull request #982 from nicolai86/bugfix/label-num_issues-2nd无闻2015-02-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Properly calculate the number of open issues per label
| * | | | | | | | | Properly calculate the number of open issues per labelRaphael Randschau2015-02-23
|/ / / / / / / / /
* | | | | | | | | Merge pull request #915 from Lafriks/dev无闻2015-02-23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Get username, name, surname and e-mail from LDAP server
| * | | | | | | | Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
| | | | | | | | |
* | | | | | | | | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-22
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #978 from albang/dev无闻2015-02-22
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [docker] openssh-client provide ssh-keygen.
| | * | | | | | | | | openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key ↵Alban Garrigue2015-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to a user
* | | | | | | | | | | models: able to rename user with diff letter cases #981Unknwon2015-02-22
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
* | | | | | | | | | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Merge pull request #977 from albang/dev无闻2015-02-22
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $DIRECTORY variable is never set
| | * | | | | | | | | $DIRECTORY variable is never setAlban Garrigue2015-02-22
| |/ / / / / / / / /
* / / / / / / / / / routers: able to migrate repo from local pathUnknwon2015-02-22
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method
* | | | | | | | | templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-22
| | | | | | | | |
* | | | | | | | | rewordUnknwon2015-02-22
| | | | | | | | |
* | | | | | | | | modules/git: able to parse RFC1123Z date format #663Unknwon2015-02-21
| | | | | | | | |
* | | | | | | | | Merge branch 'dev' of github.com:gogits/gogs into devUnknwon2015-02-21
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #975 from nicolai86/bugfix/label-num_issues无闻2015-02-21
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Bugfix for wrong label count
| | * | | | | | | | | Fix #933Raphael Randschau2015-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure why, but xorm ignores the num_issues and num_closed_issues columns when updating, even though the values changed. Listing them explicitly fixes the issue with the wrong issue counts
* | | | | | | | | | | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | | | | | | | | | Merge pull request #973 from uchti/dev无闻2015-02-20
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | Fix: 504 5.5.2 <localhost>: Helo command rejected
| * | | | | | | | | add error for hello funcGogs2015-02-20
| | | | | | | | | |
| * | | | | | | | | Fix: 504 5.5.2 <localhost>: Helo command rejectedGogs2015-02-19
| | | | | | | | | |
* | | | | | | | | | Merge pull request #972 from makhov/the-new-new-highlighting无闻2015-02-19
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | fix typo mistake in highlighting
| * | | | | | | | | | js fix R1-L1 highlightAlexey Makhov2015-02-19
| | | | | | | | | | |