Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | Add Dingtalk webhook support (#4773) | Athurg Feng | 2017-09-21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add dingtalk webhook into html template * Add Dingtalk's icon * Insert dingtalk into repo's webhook page template * Insert dingtalk into org's webhook page * Add dingtalk into default webhook config * Add locale string for add_dingtalk_hook_desc * Update bindata * Add dingtalk webhook form validator * Add dingtalk hook task * Add dingtalk hook create handler * Add dingtalk hook edit handler * Add dingtalk router * Add dingtalk webhook task skeleton * Add markdown link formatter * Add Dingtalk ActionCard create wrapper * Add support for dingtalk create event payload * Add support for dingtalk delete event payload * Add support for dingtalk fork event payload * Add support for dingtalk push event payload * Add support for dingtalk issue event payload * Add support for dingtalk issue comment payload * Add support for dingtalk pull event payload * Add support for dingtalk release event payload | ||
* | Refactoring: rename Signed -> Logged | Unknwon | 2017-04-06 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML} | Unknwon | 2017-04-06 |
| | |||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | templates/repo/webhook: move to its own directory | Unknwon | 2017-03-16 |
| | |||
* | webhook: also only enable certain types (#3356) | Unknwon | 2017-02-21 |
| | | | | Add new config option '[webhook] TYPES’. | ||
* | webhook: blank page for organization Discord type | Unknwon | 2017-02-20 |
| | |||
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 |
| | |||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||
* | #1944 Drop /org/ URL path prefix in organization home page | Unknwon | 2015-11-24 |
| | |||
* | update locales | Unknwon | 2015-11-03 |
| | |||
* | #1191 allow upload avatar for org | Unknwon | 2015-09-06 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||
* | new user profile settings UI | Unknwon | 2015-09-06 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||
* | finish new org settings page | Unknwon | 2015-09-06 |
| | |||
* | new org options UI | Unknwon | 2015-09-06 |
| | |||
* | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 |
| | |||
* | new create webhook UI | Unknwon | 2015-08-27 |
| | |||
* | new webhooks list UI | Unknwon | 2015-08-26 |
| | |||
* | fix #1439 | Unknwon | 2015-08-05 |
| | |||
* | update gopmfile | Unknwon | 2015-07-28 |
| | |||
* | fix #1305 | Unknwon | 2015-07-28 |
| | |||
* | #1098 Hide gravatar email field if gravatar is disabled (or offline mode) | Unknwon | 2015-03-24 |
| | |||
* | models: able to rename user with diff letter cases #981 | Unknwon | 2015-02-22 |
| | | | | | - templates/org: mirror fix on name output - routers: add missing error check | ||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Add suburl support | Unknwon | 2014-09-19 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||
* | Organization level webhooks | Unknwon | 2014-09-07 |
| | |||
* | Merge pull request #442 from compressed/org_hook | 无闻 | 2014-09-07 |
|\ | | | | | Organization-level Webhooks | ||
| * | add organization-level webhooks | Christopher Brickley | 2014-09-05 |
| | | |||
* | | Fix #348 | Unknwon | 2014-09-05 |
|/ | |||
* | Working on organization pages | Unknwon | 2014-08-23 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |
| | |||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 |