Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode) | Unknwon | 2015-03-24 |
| | |||
* | #1143 Team member access lost when adding repository collaborator | Unknwon | 2015-03-24 |
| | | | | - fix bug when add a repo to team, all other team members gets access as well | ||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 |
| | |||
* | UI compatibility | Unknwon | 2015-03-21 |
| | |||
* | add sr-only class, change to new tag line | Unknwon | 2015-03-20 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into release/0.6.1 | Unknwon | 2015-03-20 |
|\ | |||
| * | Merge pull request #1091 from sapk/fix-ng-issue-pages | 无闻 | 2015-03-19 |
| |\ | | | | | | | Apply ng to issue dashboard | ||
| | * | Apply ng to issue dashboard | Antoine GIRARD | 2015-03-19 |
| | | | |||
| * | | #1094: fix locale | Unknwon | 2015-03-19 |
| |/ | |||
| * | prepare for 0.6 release | Unknwon | 2015-03-18 |
| | | |||
| * | #1082: missing link for help | Unknwon | 2015-03-18 |
| | | |||
| * | #1064: X-Gogs-Event header is empty | Unknwon | 2015-03-18 |
| | | |||
| * | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 |
| | | |||
| * | #1040: dashboard no longer accessible when repo is missing | Unknwon | 2015-03-16 |
| | | |||
| * | Revert "Merge pull request #1047 from ndarilek/accessibility-fixes" | Unknwon | 2015-03-15 |
| | | | | | | | | | | This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a. | ||
| * | Add additional accessibility text to repository navbar. | Nolan Darilek | 2015-03-14 |
| | | |||
| * | Various accessibility fixes, mostly labeling icons. | Nolan Darilek | 2015-03-14 |
| | | |||
| * | Merge branch 'develop' of github.com:gogits/gogs into develop | Unknwon | 2015-03-13 |
| |\ | |||
| | * | Fix for deleting user when gogs instalation is on http://hostname/gogs | Sternik | 2015-03-13 |
| | | | |||
| * | | #988: fix one missing duplicated prefix | Unknwon | 2015-03-13 |
| |/ | | | | | | | - update some locale files | ||
| * | #988: GetRepoLink already contains AppSubUrl | Unknwon | 2015-03-12 |
| | | |||
| * | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵ | Unknwon | 2015-03-12 |
| | | | | | | | | response.WriteHeader calls` | ||
| * | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 |
| | | |||
| * | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 |
| | | |||
* | | home: new UI | Unknwon | 2015-03-07 |
|/ | |||
* | cmd/serve.go: remove useless code | Unknwon | 2015-03-01 |
| | |||
* | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 |
|\ | |||
| * | 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 |
| |\ | |||
| | * | Updating context and fixing permission issues | Peter Smit | 2015-02-16 |
| | | | | | | | | | | | | | | | | | | 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 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 | ||
| * | | fix mirror issues uncaught #941 | Unknwon | 2015-02-13 |
| | | | |||
| * | | first pass work on migration #925 | Unknwon | 2015-02-11 |
| | | | |||
* | | | 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 server | Lauris BH | 2015-02-08 |
| | | | |||
* | | | 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 | ||
* | | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 |
| | | | | | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||
* | | | templates/org/home.tmpl: fix org member can't see public repo | Unknwon | 2015-02-22 |
| | | | |||
* | | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 |
| | | | | | | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | ||
* | | | fix typo mistake | Alexey Makhov | 2015-02-19 |
| | | | |||
* | | | remove not using vars | Alexey Makhov | 2015-02-19 |
| | | | |||
* | | | gitlab-like hash naming | Alexey Makhov | 2015-02-19 |
| | | | |||
* | | | Merge branch 'dev' of https://github.com/gogits/gogs into dev | Stefan-Code | 2015-02-18 |
|\ \ \ | |||
| * \ \ | Merge pull request #962 from phsmit/dont_mention_php | 无闻 | 2015-02-17 |
| |\ \ \ | | | | | | | | | | | Remove the "PHP" style formatting function | ||
| | * | | | Remove the "PHP" style formatting function | Peter Smit | 2015-02-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||
| * | | | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-02-17 |
| |/ / / | | | | | | | | | | | | | 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. | ||
| * | | | models: fix XORM API break | Unknwon | 2015-02-14 |
| | | | | | | | | | | | | | | | | cmd/web.go: check version after load config | ||
| * | | | templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵ | Unknwon | 2015-02-12 |
| | |/ | |/| | | | | | | | disabled #884 |