summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Update localeUnknwon2016-07-091-36/+36
|
* Minor fix for #3246Unknwon2016-07-091-702/+921
|
* The pruning for the synchronized mirrors is a option now. Default value: ↵Pablo Saavedra2016-07-093-1/+3
| | | | | | | | | | | | | enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
* Modify behaviour of repo-delete. (#3232)Pheng Heong TAN2016-07-091-921/+702
| | | | | | | | | | Re: issues gogits/gogs#2863 and gogits/gogs#3231 As a result of modifications to the contents of the conf folder, `make bindata` was run, causing an update to bindata.go. Meta ----- This commit will be rebased onto the 'develop' branch.
* Use SecurityProtocol to replace UseSSL in LDAP configUnknwon2016-07-083-27/+51
| | | | Initially proposed by #2376 and fixes #3068 as well.
* #3058 #3059 support correct page size and link headerUnknwon2016-07-042-18/+25
|
* #2968 use HTTP_ADDR to replace localhostUnknwon2016-07-021-2/+2
|
* #3078 update default app.iniUnknwon2016-07-011-2/+2
|
* change setting.go -> LocalUrl default value to (#3078)j.yao.SUSE2016-07-011-1/+1
|
* Do not show filename not have suffifx .mdUnknwon2016-07-011-2/+2
|
* #3174 genetate bindataUnknwon2016-06-291-4/+4
|
* Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174)Andrey Nering2016-06-291-3/+5
|
* Stricter parsing of issue URLs and commit URLs. (#3121)Cosmin Stroe2016-06-292-67/+141
|
* Update locale bindataUnknwon2016-06-281-2/+2
|
* Use a gopher as default avatar (rather than the gravatar logo) (#3208)Sandro Santilli2016-06-271-1/+1
| | | | | | | | | | | | Also changes the avatar from a jpeg to a png, to allow for transparent background. The indexed png is also smaller in size. Note that at the moment the default avatar is only used when the user requested a custom avatar and the custom avatar file is not found (should never happen). In the future the default avatar could be used as a default return when by-mail avatar lookups fail too (both gravatar and libravatar support passing a default)
* Fixes #3110 (#3136)Franz Schmidt2016-06-271-1/+1
|
* Minor fix for #3194Unknwon2016-06-271-2/+2
| | | | - Update locale bindata
* Update localeUnknwon2016-06-121-2/+2
|
* Add ServerName to tls.Config in LDAP auth (#3104)Paul Tötterman2016-06-011-0/+1
| | | | | | | | | | From https://godoc.org/crypto/tls#Config ServerName is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address. This is needed for certificate validation without InsecureSkipVerify.
* #2954 minor fix for when to set HTML alternativeUnknwon2016-05-301-5/+3
|
* #2954 use text/plain as default email content formatUnknwon2016-05-303-248/+254
|
* Do not write HTML in text/plain mail part (#2954)Sandro Santilli2016-05-301-3/+11
| | | | | | | | | | * Do not write HTML in text/plain mail part Fixes #2928 * Pass text/plain first, text/html second * Do not send plain/text email if html2text failed (untested)
* locale: update CzechUnknwon2016-05-121-2/+2
|
* bindata: follow up data cleanUnknwon2016-05-111-24/+0
|
* Add Czech supportUnknwon2016-05-111-23/+71
|
* PDF-Previews in file-lists now working (#3000)Kim Carlbäcker2016-04-261-0/+8
|
* Add new language supportUnknwon2016-04-251-17/+65
| | | | - Update language choose dropdown to fit more languages
* #2992 set default style name when empty in AfterSetUnknwon2016-04-221-693/+909
|
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-223-12/+264
|
* Fixed #2909 (#2979)Kim Carlbäcker2016-04-191-908/+692
|
* Update localesUnknwon2016-04-111-26/+26
|
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-261-1/+2
|
* #1692 add admin APIs to add/remove a user from teamsUnknwon2016-03-252-0/+16
|
* Changed EscapePound function with string replace functionNikko Miu2016-03-241-1/+1
|
* Update localesUnknwon2016-03-231-16/+16
|
* Remove code for checking ssh-keygenUnknwon2016-03-191-6/+0
|
* Prepare releaseUnknwon2016-03-191-4/+4
|
* #2850 fix potential SSH commands dislocationUnknwon2016-03-181-1/+1
| | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
* Update localesUnknwon2016-03-181-24/+24
|
* Make separate string variables for spaceOdin Ugedal2016-03-151-1/+3
|
* Fix relative links in markdown filesOdin Ugedal2016-03-151-0/+1
| | | | | | Replace spaces with "%20" in "urlPrefix", before markdon processing. The spaces were causing blackfriday (markdown processor) to behave strange. This fixes #2545.
* Generate bindata for #2823Unknwon2016-03-141-2/+2
|
* #1692 add CRUD issue APIsUnknwon2016-03-131-0/+26
| | | | | - Fix go-gogs-client#10 - Related to #809
* Convert all API handers to use *context.APIContextUnknwon2016-03-133-20/+26
|
* Add APIContextUnknwon2016-03-134-63/+85
|
* #1891 attempt to fix invalid csrf tokenUnknwon2016-03-121-1/+2
|
* Update glide.lockUnknwon2016-03-121-2/+2
|
* Merge pull request #2796 from saboya/custom_app_data_pathUnknwon2016-03-121-1/+2
|\ | | | | Making AppDataPath customizable.
| * Making AppDataPath customizable.Rodrigo Saboya2016-03-091-1/+2
| |
* | remove errant debug statementAlec S2016-03-111-1/+0
| |