aboutsummaryrefslogtreecommitdiff
path: root/modules/setting
Commit message (Collapse)AuthorAge
...
* | fix issue comment mention and autofix count when startUnknwon2015-10-29
|/
* #1657 allow forcing all private reposUnknwon2015-10-25
|
* add config and update localeUnknwon2015-10-24
|
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-24
|
* Fix import pathSoputtra San2015-10-19
|
* fix import path, fix #1782Unknwon2015-10-15
|
* #1602 Wrong commit order on issue page when pushing multiple commitsUnknwon2015-09-25
|
* Merge pull request #1693 from sapk/fix-admin-repo-new-ui无闻2015-09-25
|\ | | | | Fix admin repos new ui
| * Fix admin repos new uiAntoine GIRARD2015-09-26
| |
* | New admin organization UIAntoine GIRARD2015-09-25
|/
* New admin notice UI based on user list exampleAntoine GIRARD2015-09-25
|
* fix #1664Unknwon2015-09-21
|
* drop oauth2 feature supportUnknwon2015-09-17
|
* simplify namesUnknwon2015-09-16
|
* #697 and #1606 and new admin edit user UIUnknwon2015-09-13
|
* #697 disable captcha and new admin create user UIUnknwon2015-09-13
|
* add tidb supportUnknwon2015-09-12
|
* new admin user list UIUnknwon2015-09-11
|
* Able to use `GOGS_WORK_DIR` environment variable to specify work directoryUnknwon2015-09-07
|
* finish initial version of pull requestUnknwon2015-09-02
|
* #1009 Config option for preserving hard line breaksUnknwon2015-09-01
|
* minor fixes on #1551Unknwon2015-09-01
|
* add webhook recent deliveriesUnknwon2015-08-27
|
* new create webhook UIUnknwon2015-08-27
|
* Merge pull request #1414 from nice-software/wip/currentUser无闻2015-08-19
|\ | | | | Factor out function to get the current user
| * Factor out function to get the current userPaolo Borelli2015-08-15
| | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place.
* | make cron task configurableUnknwon2015-08-18
|/
* finish attachments when create issueUnknwon2015-08-11
|
* custom avatar sourceJqs72015-08-10
|
* milestone: create pageUnknwon2015-08-05
|
* better wordingUnknwon2015-08-02
|
* replace path.JoinUnknwon2015-08-02
|
* custom workDir function to handle speical case in WindowsUnknwon2015-08-02
|
* Fix UTF-8 in upper-case, use ansi charset for all non UTF-8 encodingsVladimir Vissoultchev2015-07-29
|
* Allow explicit charset/codepage setting for ANSI source files to alleviate ↵Vladimir Vissoultchev2015-07-27
| | | | issue #1088
* #835: Realtime webhooksUnknwon2015-07-25
|
* new issue and label pageUnknwon2015-07-25
|
* UI: basci issue list without filtersUnknwon2015-07-24
| | | | | - fix isRead check - fix paging
* add config options for HELOUnknwon2015-07-03
|
* Allow an SSHDomain configuration option. Defaults to Domain, preserves ↵Tony Narlock2015-04-18
| | | | legacy behavior
* typo fixUnknwon2015-03-25
|
* #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECKUnknwon2015-03-25
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-24
|
* #1080: Remove footer ads/branding from default templateUnknwon2015-03-23
|
* Put default config into binaryUnknwon2015-03-18
|
* #1028: Windows Expects UNIX Directory SeparatorUnknwon2015-03-18
|
* registeration -> registrationNolan Darilek2015-03-12
|
* Merge pull request #943 from diseaz/mailer-client-cert无闻2015-02-28
|\ | | | | Use client certificate for SMTP over TLS
| * Fix "forcing" client certificate for SMTPDmitry Azhichakov2015-02-13
| |
| * New feature: SMTP connection may use client certificate.Dmitry Azhichakov2015-02-12
| | | | | | | | | | | | New config keys in [mailer] section: - CERT_FILE: path to a certificate file. - KEY_FILE: path to a key file.