Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | models: fix issue with transfer repository | Unknwon | 2015-02-24 | 8 | -72/+80 |
| | | | | README: fix typo | ||||
* | Merge pull request #960 from phsmit/access_action | 无闻 | 2015-02-23 | 1 | -8/+14 |
|\ | | | | | Fix that owners also see actions on their repositories | ||||
| * | Update/simplify fix that owners also see actions on their repositories | Peter Smit | 2015-02-18 | 1 | -12/+12 |
| | | |||||
| * | Fix that owners also see actions on their repositories | Peter Smit | 2015-02-16 | 1 | -6/+12 |
| | | | | | | | | | | | | This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user. It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action | ||||
* | | v4 migration, merge 'dev', clean code and mirror fix | Unknwon | 2015-02-23 | 11 | -234/+343 |
| | | |||||
* | | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 1 | -0/+15 |
|\ \ | |||||
| * \ | Merge pull request #961 from phsmit/access_removecoll | 无闻 | 2015-02-22 | 1 | -0/+15 |
| |\ \ | | | | | | | | | Remove collaborators when removing and transferring repository | ||||
| | * | | Remove collaborators when removing and transferring repository | Peter Smit | 2015-02-16 | 1 | -0/+15 |
| | |/ | |||||
* | | | Merge branch 'access' of github.com:gogits/gogs into access | Unknwon | 2015-02-22 | 14 | -136/+161 |
|\| | | |||||
| * | | Merge pull request #959 from phsmit/access_update | 无闻 | 2015-02-21 | 10 | -72/+68 |
| |\ \ | | | | | | | | | Updating context and fixing permission issues | ||||
| | * | | Updating context and fixing permission issues | Peter Smit | 2015-02-16 | 10 | -72/+68 |
| | |/ | | | | | | | | | | | | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories. | ||||
| * | | Merge pull request #958 from phsmit/fix_mirror_access | 无闻 | 2015-02-17 | 2 | -0/+10 |
| |\ \ | | |/ | |/| | Make sure that a mirror can't be written to by http or ssh | ||||
| | * | Make sure that a mirror can't be written to by http or ssh | Peter Smit | 2015-02-16 | 2 | -0/+10 |
| |/ | |||||
| * | Merge pull request #951 from phsmit/fix_team_update | 无闻 | 2015-02-13 | 1 | -4/+5 |
| |\ | | | | | | | Fix access for team mode update | ||||
| | * | Fix access for team mode update | Peter Smit | 2015-02-13 | 1 | -4/+5 |
| |/ | |||||
| * | Merge pull request #949 from phsmit/different_access_migration | 无闻 | 2015-02-13 | 1 | -60/+78 |
| |\ | | | | | | | Rewrite of access migration | ||||
| | * | Rewrite of access migration | Peter Smit | 2015-02-13 | 1 | -60/+78 |
| |/ | | | | | | | | | | | | | | | 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 access | Unknwon | 2015-02-22 | 65 | -463/+478 |
|\ \ | |/ |/| | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl | ||||
| * | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2015-02-22 | 2 | -2/+2 |
| |\ | |||||
| | * | Merge pull request #978 from albang/dev | 无闻 | 2015-02-22 | 2 | -2/+2 |
| | |\ | | | | | | | | | [docker] openssh-client provide ssh-keygen. | ||||
| | | * | openssh-client provide ssh-keygen. GOGS needs that binary to add a ssh key ↵ | Alban Garrigue | 2015-02-22 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | to a user | ||||
| * | | | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 | 8 | -83/+97 |
| |/ / | | | | | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||||
| * | | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2015-02-22 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Merge pull request #977 from albang/dev | 无闻 | 2015-02-22 | 1 | -1/+1 |
| | |\| | | | | | | | | | $DIRECTORY variable is never set | ||||
| | | * | $DIRECTORY variable is never set | Alban Garrigue | 2015-02-22 | 1 | -1/+1 |
| | |/ | |||||
| * / | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 7 | -53/+74 |
| |/ | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
| * | templates/org/home.tmpl: fix org member can't see public repo | Unknwon | 2015-02-22 | 3 | -72/+72 |
| | | |||||
| * | reword | Unknwon | 2015-02-22 | 1 | -1/+1 |
| | | |||||
| * | modules/git: able to parse RFC1123Z date format #663 | Unknwon | 2015-02-21 | 1 | -9/+20 |
| | | |||||
| * | Merge branch 'dev' of github.com:gogits/gogs into dev | Unknwon | 2015-02-21 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #975 from nicolai86/bugfix/label-num_issues | 无闻 | 2015-02-21 | 1 | -1/+1 |
| | |\ | | | | | | | | | Bugfix for wrong label count | ||||
| | | * | Fix #933 | Raphael Randschau | 2015-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 UI | Unknwon | 2015-02-21 | 8 | -64/+58 |
| |/ / | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | ||||
| * | | Merge pull request #973 from uchti/dev | 无闻 | 2015-02-20 | 1 | -0/+10 |
| |\ \ | | |/ | |/| | Fix: 504 5.5.2 <localhost>: Helo command rejected | ||||
| | * | add error for hello func | Gogs | 2015-02-20 | 1 | -1/+4 |
| | | | |||||
| | * | Fix: 504 5.5.2 <localhost>: Helo command rejected | Gogs | 2015-02-19 | 1 | -0/+7 |
| | | | |||||
| * | | Merge pull request #972 from makhov/the-new-new-highlighting | 无闻 | 2015-02-19 | 2 | -17/+18 |
| |\ \ | | | | | | | | | fix typo mistake in highlighting | ||||
| | * | | js fix R1-L1 highlight | Alexey Makhov | 2015-02-19 | 1 | -16/+17 |
| | | | | |||||
| | * | | fix typo mistake | Alexey Makhov | 2015-02-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #970 from makhov/the-new-new-highlighting | 无闻 | 2015-02-18 | 3 | -15/+20 |
| |\| | | | |/ | |/| | The new new highlighting | ||||
| | * | remove not using vars | Alexey Makhov | 2015-02-19 | 1 | -3/+3 |
| | | | |||||
| | * | gitlab-like hash naming | Alexey Makhov | 2015-02-19 | 3 | -13/+18 |
| |/ | |||||
| * | Merge pull request #968 from Stefan-Code/dev | 无闻 | 2015-02-18 | 4 | -8/+9 |
| |\ | | | | | | | Changed repo-clone url behavior on bare repo page, added LESS compile script | ||||
| | * | Merge branch 'dev' of https://github.com/gogits/gogs into dev | Stefan-Code | 2015-02-18 | 41 | -165/+126 |
| | |\ | | |/ | |/| | |||||
| * | | Merge pull request #962 from phsmit/dont_mention_php | 无闻 | 2015-02-17 | 10 | -72/+22 |
| |\ \ | | | | | | | | | Remove the "PHP" style formatting function | ||||
| | * | | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 | 10 | -72/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience. | ||||
| * | | | Merge pull request #963 from phsmit/goget | 无闻 | 2015-02-17 | 8 | -15/+4 |
| |\ \ \ | | |/ / | |/| | | Remove GoGet option from repository and handle it with ?go-get=1 instead | ||||
| | * | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 | 8 | -15/+4 |
| |/ / | | | | | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. | ||||
| * | | update travis.yml | Unknwon | 2015-02-16 | 1 | -1/+2 |
| | | | |||||
| * | | modules/setting: add abs path check before add workdir prefix | Unknwon | 2015-02-14 | 1 | -2/+8 |
| | | |