aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* dockerfile: add rsync (#5773)Pablo Alcantara2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add rsync to docker. Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle.
* Update TRANSLATORS (#5774)Mathias Rangel Wulff2019-08-06
|
* README: add Builtkite to sponsorsunknwon2019-08-04
|
* Bump versionunknwon2019-08-01
|
* routes/api: fix permission checks for routesunknwon2019-08-01
| | | | Reported by @ManassehZhou #5764
* routes/api: add missing permission checks for routesunknwon2019-08-01
| | | | | | Permission check not enforced for deploy keys, collaborators, and hooks. Reported by @ManassehZhou #5764
* README: add new VPS sponsorunknwon2019-07-29
| | | | [CI SKIP]
* packager.io: fix and update build files (#5760)mal2019-07-28
| | | | | | * Update pkgr distros and dependencies * Configure govendor for heroku builds
* vendor: update missing test deps for ciunknwon2019-07-28
|
* pkg/context/notice: use path.Join to concatenate pathunknwon2019-07-28
|
* vendor: update missing test deps for ciunknwon2019-07-28
|
* vendor: update to fix tests with Go 1.12.xunknwon2019-07-28
| | | | | - github.com/smartystreets/goconvey - github.com/jtolds/gls
* ci: add Go 1.12.xunknwon2019-07-28
|
* pkg/template: use template function Year to get number of yearunknwon2019-07-28
| | | | To avoid update in each year
* pkg/context: change banner file path (#5750)unknwon2019-07-28
|
* pkg/context: Render live notice banner from file (#5750)Achilleas Koutsou2019-07-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pkg/context: Render live notice banner from file - Contexter checks if there is a file called 'notice' under the GOGS_CUSTOM directory and loads it. - The first line is treated as a header/title and everything else as the message body. - Message body is rendered as HTML (tags allowed). - File size is limited to 1024 bytes. - File mime type must be text. - Notice is rendered in head.tmpl for all pages. * pkg/context: Rename maxlen to maxSize Rename maxlen to maxSize for the maximum size (in bytes) of the notice file to render. Define the variable when needed to avoid instantiating it when the file doesn't exist. Co-Authored-By: ᴊ. ᴄʜᴇɴ <u@gogs.io> * pkg/context: Package name after license header Co-Authored-By: ᴊ. ᴄʜᴇɴ <u@gogs.io> * pkg/context: Don't print 'Found notice file' Becomes too verbose as it prints on every page load when the file exists. * pkg/context: Match project conventions Import order and grouping Variable names: fileloc -> fpath fp -> f finfo -> fi * pkg/context: Remove empty line Co-Authored-By: ᴊ. ᴄʜᴇɴ <u@gogs.io> * pkg/context: Render notice as markdown Server notice file should be named 'notice.md'. The contents of the file are treated as markdown and rendered as a warning message at the top of every page. * Update notice.go Co-authored-by: ᴊ. ᴄʜᴇɴ <u@gogs.io>
* Include the Sha in webhook create payloads. (#5689)Robin van Boven2019-07-09
|
* locale: sync from CrowdinUnknwon2019-06-27
|
* docker: prevent Gogs from running a recursive chown on each boot (#5724)Paul Spieker2019-06-16
| | | The chown command in the setup file of Gogs is supposed to be executed just once. As soon as the app.ini file exists, this step should be skipped. However, the test was checking if a directory with the name app.ini exists instead of a file. Therefore, the chown command was executed on each boot.
* models/repo: idiomatic English (#5678)Tekaoh2019-04-11
| | | | | | | | * Idiomatic English * Even better English
* locale: sync from CrowdinUnknwon2019-03-25
|
* docker: remove deprecated option (#5650)Menno van Rahden2019-03-16
| | | This line has been removed in respect to the OpenSSH spec update with Version 7.5 (https://www.openssh.com/txt/release-7.5)
* README: fix tutorial links (#5641)boson.cat2019-02-28
| | | | | | * Update README_ZH.md * Update README.md
* README: sync translationUnknwon2019-02-25
| | | | [CI SKIP]
* README: introduce a deployment method which using helm (#5638)Zou Nengren2019-02-25
|
* locale: sync from CrowdinUnknwon2019-02-25
|
* models/issue_mail: add assignee to issue related emails (#5628)Andy Hochhaus2019-02-20
| | | Reference #4220
* pkg/bindata: regenerate for PR #5623Unknwon2019-02-20
|
* pkg/mailer/mail: render markdown in issue related emails (#5629)Andy Hochhaus2019-02-20
| | | | | Reference #4552
* conf/gitignore: add Unreal Engine (#5623)Stephen Lane-Walsh2019-02-17
|
* models/models: formalize error messagesUnknwon2019-02-06
|
* models: disable idle connection and set connection max life time (#5532)Unknwon2019-02-06
|
* README: add new sponsorUnknwon2019-02-01
| | | | [CI SKIP]
* README: update LunaNode linkUnknwon2019-01-30
| | | | [CI SKIP]
* README: add LunaNode cloud deployment URL (#5584)Favyen Bastani2019-01-30
|
* locale: sync from CrowdinUnknwon2019-01-30
| | | | - Add Portuguese
* locale: sync from CrowdinUnknwon2019-01-21
|
* pkg/mailer: support plaintext alt for HTML emails (#5568)Guy Smoilov2018-12-25
| | | | | | | | | | * Added option to use plain text alt to HTML emails. Should make the messages friendlier for spam filters. * Check that plaintext conversion worked before adding the HTML alt * Add description of ADD_PLAIN_TEXT_ALT to app.ini * Added comment clarifying html AddAlternative
* models/repo_editor: add isRepositoryGitPath to detect invalid file path (#5558)Unknwon2018-12-25
|
* pkg/tool/path: use IsMaliciousPath to replace SanitizePath (#5558)Unknwon2018-12-25
|
* public/css: make less (#5317)Unknwon2018-12-25
|
* public/less: fix layout misalignment in Firefox for Linux (#5317)Kyumyeong Han2018-12-25
| | | | | | * Update _repository.less * Update _repository.less
* models/repo_editor: ignore copying files with '.git/' path prefix (#5558)Unknwon2018-12-19
|
* pkg/tool/path: handle Windows path separators (#5558)Unknwon2018-12-19
|
* *: remove Go 1.7 supportUnknwon2018-12-19
|
* pkg/ssh: specify ssh-keygen to always generate PEM formatUnknwon2018-12-19
|
* vendor: update github.com/go-sql-driver/mysqlUnknwon2018-12-19
| | | | Fix MySQL 1046 error
* auth: coding style and glitches fixes for GitHub login source (#5340)Unknwon2018-12-18
|
* auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)haixunlu2018-12-18
| | | | | | * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
* pkg/tool: improve SanitizePath (#5558)Unknwon2018-12-18
|