aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Allow use to set an external tracker url and to redirect user when clicking ↵Rémy Boulanouar2017-01-31
| | | | in Issues same behavior as Wiki. (#3646)
* Do a fast-fail testing on repository URL before mirroringUnknwon2017-01-31
| | | | | To ensure the URL is accessible under good condition to prevent long blocking on URL resolution without syncing anything.
* conf: minor comments fixUnknwon2017-01-31
|
* Prepare for releaseUnknwon2017-01-31
|
* Makefile: remove -buildmode=pieUnknwon2017-01-30
|
* Makefile: fix string concatenationUnknwon2017-01-30
|
* Use commit time instead of author time for push commits (#4037)Unknwon2017-01-30
|
* Skip deletion for temporary data when not exist on Windows (#4069)Unknwon2017-01-30
|
* Fix can not save release draft as draft again (#3669)Unknwon2017-01-30
| | | | | But release was not saved as draft in the first time, is not possible to be draft afterwards because the Git tag was created.
* Issue #3814 (#3903)Renato P. de Aquino2017-01-30
|
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
| | | | To use interface to replace *models.User in avoiding cycle import.
* Fix create user can use user email which is used (#4016)Unknwon2017-01-29
|
* Fix showing total number of PRs when user does not have any repositories (#4007)Unknwon2017-01-28
|
* Able to set custom Access-Control-Allow-Origin header (#3987)Unknwon2017-01-28
| | | | Added new config option '[http] ACCESS_CONTROL_ALLOW_ORIGIN'.
* api: display repository forks (#3252)Dennis Chen2017-01-28
| | | | | Lists the forks of a repository at the /:user/:repo/forks endpoint. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* Produce a position independent executable (#4011)Aaron Wood2017-01-28
| | | | | | * Produce a position independent executable * Add OS detection to the main Makefile so we don't apply -pie on OS X
* Safe compare password (timing attack) (#4064)Denis Denisov2017-01-28
|
* Fix inappropriate CSS rule for Markdown on wiki page (#3766)Unknwon2017-01-28
|
* Fix cross-repository reference link error (#4025)Unknwon2017-01-28
|
* Update localesUnknwon2017-01-28
|
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
| | | | User is now able to view full list of organizations belongs to.
* Setting orgs (#3587)Rémy Boulanouar2017-01-27
| | | | | | | | | | | | * Implement organizations listing in setting and allow user to create new organization. * Implement organizations listing in setting and allow user to create new organization. * Add space remove by mistake * Remove unused part of the template * Update display and behavior according to @Unknown remarks
* Add AppVeyor badge to READMEUnknwon2017-01-27
|
* Update appveyor.ymlUnknwon2017-01-27
|
* Add appveyor.ymlUnknwon2017-01-27
|
* Fix changed branch is not reflected when creating PR (#3604)Unknwon2017-01-27
|
* Fix template error when rendering non-README markdown (#4063)Unknwon2017-01-27
|
* Verify repository is not bare before retrieving blob. (#3996)cybe2017-01-27
|
* Update XORM required version and 'go fmt'Unknwon2017-01-26
|
* Disable local path migration by default (#4033)Unknwon2017-01-26
| | | | | | | Site admin now has to enable manually by config option [repository] ENABLE_LOCAL_PATH_MIGRATION = true. Site admin always grants this permission, but regulars users have to be allowed by site admins in admin user panel.
* Fix log depth of AvatarLinkUnknwon2017-01-26
|
* templates/repo: rename 'Code' to 'Files'Unknwon2017-01-25
|
* modules/sync: minor field refactorUnknwon2017-01-25
|
* Fix #3714 (#4060)Óscar García Amor2017-01-25
|
* Fix unexpected rendering of README when it is not in MarkdownUnknwon2017-01-25
| | | | | This patch also handles case when a file name looks like README but is not a text file (e.g. image, PDF).
* repo/home.tmpl: only ellipsis on repository nameUnknwon2017-01-24
| | | | | File name could contain non-ASCII characters. See details on https://discuss.gogs.io/t/topic/758.
* Fix notification email issues (#4055)Óscar García Amor2017-01-24
|
* Dockerfile for aarch64 (odroid c2 & pine64) (#4018)atzoum2017-01-23
|
* Remove call to set GOMAXPROCS (#4010)Aaron Wood2017-01-23
| | | | | | * Remove call to set GOMAXPROCS * Remove runtime import
* Reword README.md (#4047)Joakim Fremstad2017-01-23
|
* locale: remove unused locale stringUnknwon2017-01-23
|
* Enable federated avatars by default (#3997)Sandro Santilli2017-01-22
|
* Update localesUnknwon2017-01-21
|
* Improve code for fix of #4006Unknwon2017-01-03
|
* Fix incorrect logic check for fork repo actionUnknwon2017-01-03
|
* Fix vulnerability reported in #4006Unknwon2017-01-03
|
* Update localesUnknwon2017-01-01
|
* Fix dashboard issues/pull request countingUnknwon2016-12-27
|
* Fix dashboard issue/pull request scopingUnknwon2016-12-27
|
* Minor code fix for PR #3560Unknwon2016-12-27
|