Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: fix version | Unknwon | 2017-06-03 |
| | |||
* | bindata: regenerate | Unknwon | 2017-06-03 |
| | |||
* | repo: support go get subpkg (#1878) | Unknwon | 2017-06-03 |
| | |||
* | css: fix fluid container for spilt diff view | Unknwon | 2017-06-03 |
| | |||
* | conf: rename attachment toggle from ENABLE to ENABLED (#4474) | Peter Mescalchin | 2017-06-03 |
| | |||
* | css: start using fixing width container | Unknwon | 2017-06-03 |
| | | | | | | Get rid of responsive issue. Also fixes #4527. | ||
* | issue: fix updated_unix is not updated for new comments (#4462) | Unknwon | 2017-06-02 |
| | |||
* | orgmode: recover panic from third-party package | Unknwon | 2017-06-02 |
| | |||
* | vendor: update github.com/gogits/go-gogs-client | Unknwon | 2017-06-02 |
| | |||
* | repo: expose more fields to API format (#4484) | Unknwon | 2017-06-02 |
| | |||
* | locale: add Hungarian | Unknwon | 2017-06-01 |
| | |||
* | cmd/admin: fix typo Preform → Perform (#4540) | Lilian Besson | 2017-05-31 |
| | | | Just an English typo in the command line help. | ||
* | ui: fix emoji not rendered in commits table (#4440) | Simon Dann | 2017-05-29 |
| | |||
* | vendor: update github.com/msteinert/pam (#4216) | Unknwon | 2017-05-29 |
| | |||
* | repo/download: fix for downloading zero bytes files. (#4436) | Jonas Östanbäck | 2017-05-29 |
| | | | | | | Allocated buffer served to client and not properly truncated to number of bytes read. Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com> | ||
* | conf: made the default webhook timeout duration longer. (#4423) | BartWillems | 2017-05-29 |
| | | | A 5 seconds timeout is too low and can cause random timeouts in certain setups. | ||
* | locale: better explenation for team membership and granted access (#4417) | Richard Bukovansky | 2017-05-29 |
| | | | As discussed here https://crowdin.com/translate/gogs/1/enus-cs#378 I'm suggesting this update. | ||
* | models/org_team: getUserTeams uses includes always -1 in the IN statement ↵ | Pablo Saavedra | 2017-05-29 |
| | | | | | | | | | | | | (#4412) Ensure that the IN clause contains one value at least. The idea is avoid a syntax error in the SQL sentence and rollbacks in the transactions. For example: ERROR: syntax error at or near ")" LINE 1: ...RE ... and team.id IN (); We will always add the -1 value in the IN list. | ||
* | ldap: minor fix for PR #4398 | Unknwon | 2017-05-29 |
| | |||
* | ldap: add check for group membership (#4398) | aboron | 2017-05-29 |
| | | | | | | | | | * Add standard LDAP group membership checking. * Fix formatting, typo, grammer, and syntax errors * Debugging done. Gave up on locale file edits. | ||
* | backup: use datetime string as default archive name | Unknwon | 2017-05-29 |
| | | | | Because unix timestamp is not very human readable. | ||
* | models/repo_collaboration: cannot change permissions of collaborators (#4512) | Unknwon | 2017-05-29 |
| | |||
* | locale: add en-GB | Unknwon | 2017-05-25 |
| | |||
* | restore: reset table sequences for PostgreSQL (#4357) | Unknwon | 2017-05-21 |
| | |||
* | models: remove redundant tags for primary keys | Unknwon | 2017-05-21 |
| | |||
* | models/login_source: add check for user for create/update on LDAP (#4405) | Jon Lundy | 2017-05-21 |
| | | | | | | | | * Add check for user for create/update * Update login_source.go * Update login_source.go | ||
* | models/ssh_key: don't run ssh-keygen check if disabled (#4519) | Gibheer | 2017-05-20 |
| | | | | | | | | | | | | * don't load key when key size should not be checked This makes it possible for users with incompatible ssh-keygen versions to just disable the check completely without running into errors. * add proper ed25519 constant The x/crypto/ssh library has support for ed25519 now, so it is possible to support it. | ||
* | Allow configurable HTTPS SSL/TLS version(#4451) | spacetourist | 2017-05-20 |
| | |||
* | feature/org-mode: fix compile error | Unknwon | 2017-05-17 |
| | |||
* | vendor: add github.com/chaseadamsio/goorgeous | Unknwon | 2017-05-17 |
| | |||
* | modules/markup: initial support for org-mode (#4373) | Unknwon | 2017-05-17 |
| | |||
* | locale: sync from Crowdin | Unknwon | 2017-05-17 |
| | |||
* | locale: added missing word and fixed a typo (#4490) | Benjamin | 2017-05-17 |
| | |||
* | cmd/update: fix typo (#4492) | rouzier | 2017-05-17 |
| | |||
* | vendor: update xorm version for fix git clone error build with golang 1.8.1 ↵ | peter zhang | 2017-04-26 |
| | | | | (#4460) | ||
* | install: validate port in SMTP host address (#2243) | Unknwon | 2017-04-07 |
| | |||
* | templates/repo: fix README.ipynb not rendered (#4367) | Unknwon | 2017-04-07 |
| | |||
* | repo/editor: fix wrong context for subdirectory (#4368) | Unknwon | 2017-04-07 |
| | |||
* | js: remove Preview, Full Screen and Side-by-side buttons for repository file ↵ | Unknwon | 2017-04-07 |
| | | | | editing (#4402) | ||
* | api/repo: add Mirror field (#4392) | Unknwon | 2017-04-07 |
| | |||
* | api/repo: improve migration error handling | Unknwon | 2017-04-07 |
| | |||
* | locale: fix zh-CN | Unknwon | 2017-04-07 |
| | |||
* | repo/wiki: improve UI | Unknwon | 2017-04-07 |
| | |||
* | user/setting: improve UI | Unknwon | 2017-04-07 |
| | |||
* | templates/repo: improve symlink file icon in list view (#4237) | Unknwon | 2017-04-07 |
| | |||
* | user/setting: simplify code | Unknwon | 2017-04-07 |
| | |||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | modes/mirror: make Updated unchanged if no new commits fetched (#4341) | Unknwon | 2017-04-06 |
| | | | | | After sync mirror, get latest commit date and compare to current repository updated time, only update it if the commit date is newer. | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| |