aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* templates: fix versionUnknwon2017-06-03
|
* bindata: regenerateUnknwon2017-06-03
|
* repo: support go get subpkg (#1878)Unknwon2017-06-03
|
* css: fix fluid container for spilt diff viewUnknwon2017-06-03
|
* conf: rename attachment toggle from ENABLE to ENABLED (#4474)Peter Mescalchin2017-06-03
|
* css: start using fixing width containerUnknwon2017-06-03
| | | | | | Get rid of responsive issue. Also fixes #4527.
* issue: fix updated_unix is not updated for new comments (#4462)Unknwon2017-06-02
|
* orgmode: recover panic from third-party packageUnknwon2017-06-02
|
* vendor: update github.com/gogits/go-gogs-clientUnknwon2017-06-02
|
* repo: expose more fields to API format (#4484)Unknwon2017-06-02
|
* locale: add HungarianUnknwon2017-06-01
|
* cmd/admin: fix typo Preform → Perform (#4540)Lilian Besson2017-05-31
| | | Just an English typo in the command line help.
* ui: fix emoji not rendered in commits table (#4440)Simon Dann2017-05-29
|
* vendor: update github.com/msteinert/pam (#4216)Unknwon2017-05-29
|
* repo/download: fix for downloading zero bytes files. (#4436)Jonas Östanbäck2017-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)BartWillems2017-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 Bukovansky2017-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 Saavedra2017-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 #4398Unknwon2017-05-29
|
* ldap: add check for group membership (#4398)aboron2017-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 nameUnknwon2017-05-29
| | | | Because unix timestamp is not very human readable.
* models/repo_collaboration: cannot change permissions of collaborators (#4512)Unknwon2017-05-29
|
* locale: add en-GBUnknwon2017-05-25
|
* restore: reset table sequences for PostgreSQL (#4357)Unknwon2017-05-21
|
* models: remove redundant tags for primary keysUnknwon2017-05-21
|
* models/login_source: add check for user for create/update on LDAP (#4405)Jon Lundy2017-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)Gibheer2017-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)spacetourist2017-05-20
|
* feature/org-mode: fix compile errorUnknwon2017-05-17
|
* vendor: add github.com/chaseadamsio/goorgeousUnknwon2017-05-17
|
* modules/markup: initial support for org-mode (#4373)Unknwon2017-05-17
|
* locale: sync from CrowdinUnknwon2017-05-17
|
* locale: added missing word and fixed a typo (#4490)Benjamin2017-05-17
|
* cmd/update: fix typo (#4492)rouzier2017-05-17
|
* vendor: update xorm version for fix git clone error build with golang 1.8.1 ↵peter zhang2017-04-26
| | | | (#4460)
* install: validate port in SMTP host address (#2243)Unknwon2017-04-07
|
* templates/repo: fix README.ipynb not rendered (#4367)Unknwon2017-04-07
|
* repo/editor: fix wrong context for subdirectory (#4368)Unknwon2017-04-07
|
* js: remove Preview, Full Screen and Side-by-side buttons for repository file ↵Unknwon2017-04-07
| | | | editing (#4402)
* api/repo: add Mirror field (#4392)Unknwon2017-04-07
|
* api/repo: improve migration error handlingUnknwon2017-04-07
|
* locale: fix zh-CNUnknwon2017-04-07
|
* repo/wiki: improve UIUnknwon2017-04-07
|
* user/setting: improve UIUnknwon2017-04-07
|
* templates/repo: improve symlink file icon in list view (#4237)Unknwon2017-04-07
|
* user/setting: simplify codeUnknwon2017-04-07
|
* Refactoring: rename Signed -> LoggedUnknwon2017-04-06
|
* modes/mirror: make Updated unchanged if no new commits fetched (#4341)Unknwon2017-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}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|