aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* improve fork processUnknwon2015-08-08
|
* update localeUnknwon2015-08-06
|
* #334: Add Deployment Key SupportUnknwon2015-08-06
|
* update localeUnknwon2015-08-05
|
* fix milestone format parseUnknwon2015-08-05
|
* Merge branch 'develop' of github.com:gogits/gogs into feature/milestoneUnknwon2015-08-05
|\ | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION
| * allow anonymous SSH cloneUnknwon2015-08-05
| |
| * fix #1439Unknwon2015-08-05
| |
| * minor fix on #1432Unknwon2015-08-04
| |
| * Merge pull request #1432 from manfer/enhance-copy-clipboard无闻2015-08-04
| |\ | | | | | | Enhance copy clipboard
| | * browser supports copy detectionFernando San Julián2015-08-03
| | |
* | | finish new milestone pageUnknwon2015-08-05
| | |
* | | milestone: editUnknwon2015-08-05
| | |
* | | milestone: create pageUnknwon2015-08-05
| | |
* | | milestone: list viewUnknwon2015-08-03
|/ /
* | better wordingUnknwon2015-08-02
| |
* | replace path.JoinUnknwon2015-08-02
| |
* | custom workDir function to handle speical case in WindowsUnknwon2015-08-02
|/
* update locale and .gopmfileUnknwon2015-08-01
|
* new markdown stylesFernando San Julián2015-08-01
|
* add italian supportUnknwon2015-07-31
|
* update locale and prepare for 0.6.3 releaseUnknwon2015-07-30
|
* Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodingsVladimir Vissoultchev2015-07-29
|
* update gopmfileUnknwon2015-07-28
|
* Merge pull request #1402 from wqweto/develop无闻2015-07-28
|\ | | | | Allow file and directory names to contain percent character
| * Allow file and directory names to contain percent characterVladimir Vissoultchev2015-07-28
| |
* | Merge pull request #1399 from wqweto/develop无闻2015-07-28
|\| | | | | Allow explicit charset/codepage setting for ANSI source files to alle…
| * Allow explicit charset/codepage setting for ANSI source files to alleviate ↵Vladimir Vissoultchev2015-07-27
| | | | | | | | issue #1088
* | better pagingUnknwon2015-07-28
|/
* fix #864 with migration and update localeUnknwon2015-07-26
|
* fix #1169Unknwon2015-07-26
| | | | - prevent create reop on existed path
* go-bindata on #1393 and fix #1392Unknwon2015-07-26
|
* #835: Realtime webhooksUnknwon2015-07-25
|
* fix paging links and issue countUnknwon2015-07-25
|
* Merge pull request #1111 from vitalvas/develop无闻2015-07-25
|\ | | | | Add function in cron to autofix counters in repository
| * add func to autofix couters in repositoryVitaliy Vasilenko2015-03-21
| |
* | update Chinese localeUnknwon2015-07-25
| |
* | new issue and label pageUnknwon2015-07-25
| |
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-25
|\ \
| * \ Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-25
| |\ \
| | * \ Merge pull request #1309 from stettberger/master无闻2015-07-25
| | |\ \ | | | | | | | | | | settings/password: no minimal required characters for OldPassword
| | | * | settings/password: no minimal required characters for OldPasswordChristian Dietrich2015-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If users are added to gogs due a reverse proxy automatically, their password is set to their initial username. If their username is shorter than 6 characters, they can never set a password. But since this password is required for some operations (e.g. repository deletion), they could not use all features of gogs until now.
| * | | | Merge pull request #1249 from donbowman/master无闻2015-07-25
| |\ \ \ \ | | | | | | | | | | | | in routers/repo/download.go, don't set mime type, let go figure it out.
| | * | | | remove blackfriday.EXTENSION_HARD_LINE_BREAK from options.Don Bowman2015-04-08
| | | |/ / | | |/| |
| * | | | Merge pull request #1244 from jamesa/develop无闻2015-07-25
| |\ \ \ \ | | |_|/ / | |/| | | Add full name field to admin's user edit page (fixes #1130)
| | * | | Add full name field to admin's user edit page (fixes #1130)James2015-04-28
| | | | |
* | | | | UI: CURD labelsUnknwon2015-07-24
| | | | | | | | | | | | | | | | | | | | - fix update lable break connection with repository
* | | | | UI: basic label listUnknwon2015-07-24
| | | | | | | | | | | | | | | | | | | | - create new label
* | | | | UI: basci issue list without filtersUnknwon2015-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | - fix isRead check - fix paging
* | | | | UI: issues - finish basic frameUnknwon2015-07-24
|/ / / /