aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* markup: able to display image from IPython notebook (#4366)Unknwon2017-06-06
|
* models/repo: modify keyword search to include description for #4287 (#4548)Simon Dann2017-06-06
| | | | | | * Modified repository keyword search to include description for #4287 * Replacing Where with And for #4548
* api/repo: fix admin migrate repo for non-org users (#4479)Unknwon2017-06-05
|
* api: GitHub compliance (#4549)无闻2017-06-05
| | | | | | * Add undocumented endpoint for /repositories/:id * GitHub API Compliance
* vendor: update github.com/gogits/git-moduleUnknwon2017-06-05
|
* README: add GitPitchUnknwon2017-06-05
|
* repo/pull: detect case when no merge base found (#4434)Unknwon2017-06-05
|
* locale: update translationsUnknwon2017-06-04
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* repo: always response go-get meta when requested (#1878)Unknwon2017-06-03
|
* 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
|