Daniel Grier
cb44e25d56
Add support for MS Teams webhooks ( #6632 )
6 years ago
techknowlogick
b9839dfe6e
Telegram webhook ( #4227 )
6 years ago
Rémy Boulanouar
3c466cbf40
Allow to set organization visibility (public, internal, private) ( #1763 )
6 years ago
Lunny Xiao
ab3544eeff
fix bugs caused by #3929 ( #3999 )
7 years ago
Gerben
58c2dd0e48
Don't warn users about *every* dirty form ( #3707 )
The choice regarding which forms should or should not trigger a warning
is subjective. I tried to be consistent and not warn about forms that:
- run an action, rather than edit data: search, send an email.
- delete data: a warning about losing data would be confusing
Note that forms on sign-in pages were already ignored (using a selector,
rather than an explicit class on the form element).
Fixes #3698 .
7 years ago
Lunny Xiao
e4c0c3bbd0
Add dingtalk webhook ( #2777 )
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
7 years ago
Lunny Xiao
48f3f859b4
fix discord hook bug ( #2778 )
7 years ago
Lunny Xiao
c343c76467
fix orgnization webhooks ( #2422 )
* fix org webhooks
* remove trace code
7 years ago
Lauris BH
af15d16a97
Add task to generate images from SVG and change to new logo ( #2194 )
* Add makefile task to generate images from SVG and change to new logo
* use absolute path on generate-images
8 years ago
Morlinest
76814d685b
Fix org hooks UI ( #2072 )
8 years ago
Rémy Boulanouar
971024dd63
Add Gitea Webhook ( #1755 )
* Replace Gogs by Gitea
* Fix missing changes
* Create Gitea webhook and put Gogs webhook apart.
8 years ago
Bo-Yi Wu
c9599a8dbc
fix: remove `str2html` from org full name ( #1360 )
* fix: remove str2html for security issue.
* fix: update
8 years ago
Bo-Yi Wu
7be9425305
fix: Add str2html on DisplayName of Org. ( #1091 )
8 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
9 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
9 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
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
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
aa8a9f020f
update locales
9 years ago
Unknwon
14cd223836
#1191 allow upload avatar for org
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
17a8589f82
new user profile settings UI
Signed-off-by: Unknwon <u@gogs.io>
9 years ago
Unknwon
f839ef94a2
finish new org settings page
9 years ago
Unknwon
217129d211
new org options UI
9 years ago
Unknwon
a92df42d1e
#1193 Make organization emails non-mandatory
9 years ago
Unknwon
df9986f5a8
new create webhook UI
9 years ago
Unknwon
b95ad93e04
new webhooks list UI
9 years ago
Unknwon
8209a8e183
fix #1439
10 years ago
Unknwon
e4979853e5
update gopmfile
10 years ago
Unknwon
e593017bb4
fix #1305
10 years ago
Unknwon
aa9a72602c
#1098 Hide gravatar email field if gravatar is disabled (or offline mode)
10 years ago
Unknwon
f6e65b5e06
models: able to rename user with diff letter cases #981
- templates/org: mirror fix on name output
- routers: add missing error check
10 years ago
Unknwon
49193bebd2
UI: Confirmation box
10 years ago
Unknwon
7ba9257a7f
Add suburl support
10 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
10 years ago
Unknwon
f8977f4847
Organization level webhooks
10 years ago
无闻
e79e4b1580
Merge pull request #442 from compressed/org_hook
Organization-level Webhooks
10 years ago
Unknwon
ab7206d6b7
Fix #348
10 years ago
Christopher Brickley
85c35a6b8b
add organization-level webhooks
10 years ago
Unknwon
fa60502a70
Working on organization pages
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago