Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #2052 advanced select ops for system notices | Unknwon | 2015-12-05 |
| | |||
* | fix #1957 - disable version display | Gibheer | 2015-11-18 |
| | | | | | This allows the admin to disable the version information about gogs and go in use in the footer. | ||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 |
| | |||
* | move minimum key sizes to config | Gibheer | 2015-10-30 |
| | | | | | This moves the minimum key sizes into the config file, so that anyone can modify the restrictions. | ||
* | #1657 allow forcing all private repos | Unknwon | 2015-10-25 |
| | |||
* | add config and update locale | Unknwon | 2015-10-24 |
| | |||
* | #1602 Wrong commit order on issue page when pushing multiple commits | Unknwon | 2015-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 ui | Antoine GIRARD | 2015-09-26 |
| | | |||
* | | New admin organization UI | Antoine GIRARD | 2015-09-25 |
|/ | |||
* | New admin notice UI based on user list example | Antoine GIRARD | 2015-09-25 |
| | |||
* | drop oauth2 feature support | Unknwon | 2015-09-17 |
| | |||
* | simplify names | Unknwon | 2015-09-16 |
| | |||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 |
| | |||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 |
| | |||
* | add tidb support | Unknwon | 2015-09-12 |
| | |||
* | new admin user list UI | Unknwon | 2015-09-11 |
| | |||
* | finish initial version of pull request | Unknwon | 2015-09-02 |
| | |||
* | #1009 Config option for preserving hard line breaks | Unknwon | 2015-09-01 |
| | |||
* | minor fixes on #1551 | Unknwon | 2015-09-01 |
| | |||
* | add webhook recent deliveries | Unknwon | 2015-08-27 |
| | |||
* | make cron task configurable | Unknwon | 2015-08-18 |
| | |||
* | fix style and locale name | Unknwon | 2015-08-16 |
| | |||
* | Merge pull request #1478 from yaggytter/japanesetypo | 无闻 | 2015-08-13 |
|\ | | | | | fixed chinese character to japanese KANJI | ||
| * | fixed chinese character to japanese KANJI | yaggytter | 2015-08-13 |
| | | |||
* | | finish attachments when create issue | Unknwon | 2015-08-11 |
| | | |||
* | | custom avatar source | Jqs7 | 2015-08-10 |
|/ | |||
* | milestone: create page | Unknwon | 2015-08-05 |
| | |||
* | add italian support | Unknwon | 2015-07-31 |
| | |||
* | update gopmfile | Unknwon | 2015-07-28 |
| | |||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 |
| | |||
* | new issue and label page | Unknwon | 2015-07-25 |
| | |||
* | update locale | Unknwon | 2015-07-14 |
| | |||
* | update locale | Unknwon | 2015-07-03 |
| | |||
* | add config options for HELO | Unknwon | 2015-07-03 |
| | |||
* | #1133 add config option [service] DISABLE_MINIMUM_KEY_SIZE_CHECK | Unknwon | 2015-03-25 |
| | |||
* | #1080: Remove footer ads/branding from default template | Unknwon | 2015-03-23 |
| | |||
* | Add Polish support | Unknwon | 2015-03-22 |
| | |||
* | UI compatibility | Unknwon | 2015-03-21 |
| | |||
* | add new locale | Unknwon | 2015-03-14 |
| | |||
* | registeration -> registration | Nolan Darilek | 2015-03-12 |
| | |||
* | Merge pull request #943 from diseaz/mailer-client-cert | 无闻 | 2015-02-28 |
|\ | | | | | Use client certificate for SMTP over TLS | ||
| * | Make conf/app.ini changes match the style | Dmitry Azhichakov | 2015-02-13 |
| | | |||
| * | Fix "forcing" client certificate for SMTP | Dmitry Azhichakov | 2015-02-13 |
| | | |||
* | | better naming on #891 | Unknwon | 2015-02-11 |
|/ | |||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 |
| | |||
* | conf/locale: add Spanish locale | Unknwon | 2015-02-08 |
| | |||
* | able to disable SSH for #883 | Unknwon | 2015-02-07 |
| | |||
* | conf/locale: add Japanese support | Unknwon | 2015-02-01 |
| | | | | README: remove duplicated travis badge | ||
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflict | Unknwon | 2015-02-01 |
| | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page |