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
bugreport0
727842d79a
Add separate string for the 'Create Team' button. ( #3647 )
* Add separate string for the 'Create Team' button.
* Add separate string for the 'Create Team' button.
7 years ago
Morgan Bazalgette
12b1a7102e
Fix organization profile on mobile devices ( #3332 )
7 years ago
Ethan Koenig
6a17ccbd81
Fix avatar URLs ( #3069 )
* Fix avatar URLs
* import order
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
harry
3eb0183e83
Link members and repositories count to each page on org home. ( #2787 )
7 years ago
Lunny Xiao
48f3f859b4
fix discord hook bug ( #2778 )
7 years ago
Lauris BH
1ff2e95de9
Remove direct user adding to organization members ( #2641 )
7 years ago
harry
c873c0664e
Use Semantic UI's Search component for user and repo search ( #2636 )
* Use search component on org invitation user input.
* Search component for collaboration and members.
* Search component for repo search.
* minCharacters for search input
* Display full_name for user search.
* Fixed missing uid query parameter for repo search.
* Removed unused comment.
7 years ago
Lunny Xiao
c343c76467
fix orgnization webhooks ( #2422 )
* fix org webhooks
* remove trace code
7 years ago
Ethan Koenig
835e335242
EnableUnit() -> UnitEnabled() ( #2242 )
8 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
Lauris BH
e687d24d8e
Remove unit types commits and settings ( #2161 )
* Remove unit types commits and settings
* Can not limit units in administrator teams
* Limit changing units only to teams with read and write access mode
* Small code optimization
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
Lunny Xiao
c694c70008
Add units to team ( #947 )
* add units to team
* fix lint
* finish team setting backend
* finished permission controll on routes
* fix import blank line
* add unit check on ssh/http pull and push and fix test failed
* fix fixtures data
* remove unused code
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
Lunny Xiao
5d8ba06363
fix leave team 404 ( #1154 )
8 years ago
Bo-Yi Wu
7be9425305
fix: Add str2html on DisplayName of Org. ( #1091 )
8 years ago
Bwko
7cfe9e55a9
Added rel="noopener" to target="_blank" hrefs ( #327 )
* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io
8 years ago
Kim "BKC" Carlbäcker
ce897d65f9
Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
8 years ago
Unknwon
ad3b586d6e
#3348 always use relative avatar link in the template
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
3b27731934
#3066 fix create organization ignores full name property
9 years ago
Unknwon
2ad10bb4b0
templates/org/home: minor UI fix
9 years ago
Unknwon
98aaf604c5
Upgrade octicon to 4.3.0
9 years ago
Tamás Molnár
9a7a1edce9
Display org member's full name in link title.
9 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
9 years ago
Unknwon
0c6f6be314
#2497 incorrect error handle for team name
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
Adam Strzelecki
6b10567eef
Admin should be able to see all organizations
This is follow-up for 56c66ee486
allowing admin
to see private repositories, even when not being member of them.
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
a14c20813c
fix #650
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
098ed435de
fix org header order
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
4acc8a0d94
comletely remove v1 UI files of Gogs
10 years ago
Unknwon
c2aaeed3f9
fix template error
10 years ago
Unknwon
8209a8e183
fix #1439
10 years ago
Unknwon
1cb8727862
fix #1204
10 years ago
Unknwon
e4979853e5
update gopmfile
10 years ago
Unknwon
e593017bb4
fix #1305
10 years ago