aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump versionUnknwon2017-10-15
|
* SECURITY: fix branch name persistent XSSUnknwon2017-10-15
| | | | Reported by Carl Hattenfels.
* SECURITY: HTML injection in user search APIUnknwon2017-10-14
| | | | Reported by Tim Hawes.
* locale: sync from CrowdinUnknwon2017-10-14
|
* docker: allow setting UID and GID when running a container (#4776)Robert Beal2017-10-13
| | | | | | * Allow setting the UID and GID when running a docker container via shadow * Disable password login via usermod (fix leaving user in insecure state)
* cmd/admin: add subcommands for all admin dashboard actions (#4813)Josef Kemetmüller2017-10-10
|
* locale: sync from CrowdinUnknwon2017-09-25
|
* Add Dingtalk webhook support (#4773)Athurg Feng2017-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add dingtalk webhook into html template * Add Dingtalk's icon * Insert dingtalk into repo's webhook page template * Insert dingtalk into org's webhook page * Add dingtalk into default webhook config * Add locale string for add_dingtalk_hook_desc * Update bindata * Add dingtalk webhook form validator * Add dingtalk hook task * Add dingtalk hook create handler * Add dingtalk hook edit handler * Add dingtalk router * Add dingtalk webhook task skeleton * Add markdown link formatter * Add Dingtalk ActionCard create wrapper * Add support for dingtalk create event payload * Add support for dingtalk delete event payload * Add support for dingtalk fork event payload * Add support for dingtalk push event payload * Add support for dingtalk issue event payload * Add support for dingtalk issue comment payload * Add support for dingtalk pull event payload * Add support for dingtalk release event payload
* locale: sync from CrowdinUnknwon2017-08-15
|
* models: fix #4692 and typo in comments (#4695)Sb2017-08-13
|
* locale: sync from CrowdinUnknwon2017-07-30
|
* hook: fix email not sent after push (#4430)Unknwon2017-07-27
| | | | | Turns out mail service was not initialized at all, also mail must be sent in sync in hook mode before program exits.
* routes/home: minor code improveUnknwon2017-07-18
|
* explore: fix total repository number and page number do not match (#4441)Unknwon2017-07-18
| | | | | Because in the final repository list we use Distinct to remove duplicates, but didn't do so when count total number of repositories.
* repo: fix cannot fork repository (#4572)Unknwon2017-07-18
| | | | Should not load attributes if repository not found in HasForkedRepo.
* repo: fix panic on pull request submit (#4572)Unknwon2017-07-14
|
* docker: enable Automated builds for rpi (#4431)Julian Xhokaxhiu2017-07-14
| | | | | | | | | | | | | | * Enable Automated builds for rpi * Rename the file to fit only for Docker Hub * Update the binary to v2.9.0+resin1 * Restore default status * Commit as new file In order to avoid breaking native builds
* repo/diff: fix line number in split view template (#4584)Unknwon2017-07-14
|
* css: not include line numbers in diff selection (#4584)Unknwon2017-07-14
| | | | Changed template file in order to make CSS work properly.
* Makefile: correct errorsUnknwon2017-07-14
|
* locale: sync from CrowdinUnknwon2017-07-14
|
* locale: sync from CrowdinUnknwon2017-07-09
|
* models/comment: remove unused SQL parameter (#4586)Unknwon2017-06-27
|
* issue_comment: fix pg syntax ambiguous (#4586)Unknwon2017-06-27
| | | | Also handle error related to time parsing.
* api: fix ListIssueComments API (#4587)Andy Hochhaus2017-06-27
|
* css: update less (#4584)Unknwon2017-06-27
|
* css: not include line numbers in diff selection (#4584)Einar2017-06-27
|
* locale: sync from CrowdinUnknwon2017-06-27
|
* cmd/restore: skip non existent directories in backup archive (#4413)Unknwon2017-06-25
|
* api/repo: load attributes when listing user repositories (#4565)Unknwon2017-06-21
|
* locale: sync from CrowdinUnknwon2017-06-20
|
* scripts: fix LSB init scripts so gogs starts when using mysql/postgresql for ↵Credomane Evonguard2017-06-14
| | | | database (#4561)
* Refactoring: remove sessionRelease()Unknwon2017-06-11
| | | | XORM supports automatic roll back in session Close() already.
* vendor: update github.com/go-macaron/binding (#4428)Unknwon2017-06-11
|
* pkg/process: fix potential race conditionUnknwon2017-06-11
| | | | | | Following conditions were not protected: 1. Use and increase next pid 2. Append and remove process from the list
* setting: disable SSH minimum key size check when not eligible (#4507)Unknwon2017-06-11
|
* random: some code simplifyUnknwon2017-06-11
|
* repo: change action visibility when repository visibility changed (#4414)Unknwon2017-06-11
|
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* locale: sync from CrowdinUnknwon2017-06-10
|
* repo/view: trim Windows line ending when display content (#4546)Unknwon2017-06-09
|
* vendor: update github.com/gogits/git-module (#4475)Unknwon2017-06-08
|
* restore: create data directory before restoring data files (#4413)Unknwon2017-06-08
|
* repo: load base repository for loadAttributesUnknwon2017-06-08
|
* api/repo: response full API format for search results (#4522)Unknwon2017-06-08
|
* locale: sync from CrowdinUnknwon2017-06-08
|
* Change required version to Go 1.6Unknwon2017-06-07
|
* vendor: update github.com/go-xorm/* (#4419)Unknwon2017-06-07
|
* repo: improve relative path detection (#4366)Unknwon2017-06-06
|
* repo: use BranchLink instead of TreeLink (#4366)Unknwon2017-06-06
|