aboutsummaryrefslogtreecommitdiff
path: root/templates/org
Commit message (Collapse)AuthorAge
* ui: remove useless "Cancel" buttons (#7192)Yarden Shoham2022-10-22
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* refactor(db): move some methods off `user.go` (#7199)Joe Chen2022-10-22
|
* templates: fetch fixed size of members' avatar (#5755)tc6082022-03-15
| | | Co-authored-by: Joe Chen <jc@unknwon.io>
* templates: rename template function Str2html -> Str2HTMLUnknwon2018-12-10
|
* templates: add 'rel=noopener noreferrer' to <a> tags (#5319)cezar972018-07-02
| | | Signed-off-by: cezar97 <cezar97@protonmail.com>
* repo: add changes to repository avatar feature (#5221)Unknwon2018-06-17
|
* repo: support avatars (#5221)Sergey Dryabzhinsky2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First code for repository avatars * Last code for repository avatars - add new option for repo avatars location on filesystem - add route catch in web - add new fields to repo model - add migration - update settings handlers - update repo header template * Update locale messages * Add repo avatars to home page * Add repo avatars to organization right panel * Show repo avatars in repo list * Remove AvatarEamil field, remove Gravatar support, use generic locale messages * Fix migration * Fix seed and not used tool * Revert public css changes, add them to less files * Latest lessc (2.6.0) don't put result into file but output to stdout So redirect output to file * Simplify things: - migration don't needed, and table changes too - just upload file to repo avatar storage - or generate random image * Fix repo image seed - name not unique * Get rid of not needed model fields * Class value is enough, remove height attribute * Don't generate random avatar for repository - use html and semantic ui icons if no avatar found * Update styles and templates for repo - use repo icon as default avatar - use globe icon for public repos - add micro style for repo avatars at dashboard * Remvoe redundant empty line * Fix nl2br filter - must return string * Fix css style for micro-repo-avatar in dashboard list * Remove `|len`, works fine w/o it. * Update after review 2: - use static route for repository avatar - format images settings block in settings * Update after review 2: - no random avatar for repo * Update after review 2: - no random avatar for repo 2 - update imports - update UploadAvatar* functions * Update after review 2: - update templates * Fix trace call * Remove unused immport since we use static route for repo avatars.
* Add Dingtalk webhook support (#4773)Athurg Feng2017-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 -> LoggedUnknwon2017-04-06
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* pkg/context: rename {CsrfToken, CsrfTokenHtml} -> {CSRFToken, CSRFTokenHTML}Unknwon2017-04-06
|
* css: font-family fixes for ChineseUnknwon2017-03-31
|
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
|
* templates/repo/webhook: move to its own directoryUnknwon2017-03-16
|
* webhook: also only enable certain types (#3356)Unknwon2017-02-21
| | | | Add new config option '[webhook] TYPES’.
* webhook: blank page for organization Discord typeUnknwon2017-02-20
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-05
|
* #1384 add pagination for repositoriesUnknwon2016-07-24
|
* Refactor User.Id to User.IDUnknwon2016-07-24
|
* #3066 fix create organization ignores full name propertyUnknwon2016-07-23
|
* templates/org/home: minor UI fixUnknwon2016-07-16
|
* Upgrade octicon to 4.3.0Unknwon2016-07-16
|
* Display org member's full name in link title.Tamás Molnár2016-03-16
|
* Added: Ability to delete org avatar.Tamás Molnár2016-03-06
|
* #2497 incorrect error handle for team nameUnknwon2016-01-29
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-11
|
* Indent all templates with tabsAdam Strzelecki2015-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
* Admin should be able to see all organizationsAdam Strzelecki2015-11-30
| | | | | This is follow-up for 56c66ee486b4b8d544201662de62a23f36e6a069 allowing admin to see private repositories, even when not being member of them.
* #1944 Drop /org/ URL path prefix in organization home pageUnknwon2015-11-24
|
* fix #650Unknwon2015-11-22
|
* update localesUnknwon2015-11-03
|
* #1191 allow upload avatar for orgUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* new user profile settings UIUnknwon2015-09-06
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish new org settings pageUnknwon2015-09-06
|
* fix org header orderUnknwon2015-09-06
|
* new org options UIUnknwon2015-09-06
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-06
|
* new create webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* comletely remove v1 UI files of GogsUnknwon2015-08-15
|
* fix template errorUnknwon2015-08-10
|
* fix #1439Unknwon2015-08-05
|
* fix #1204Unknwon2015-07-31
|
* update gopmfileUnknwon2015-07-28
|
* fix #1305Unknwon2015-07-28
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-24
|
* Merge branch 'dev' of github.com:gogits/gogs into accessUnknwon2015-02-22
|\ | | | | | | | | | | | | | | | | Conflicts: gogs.go models/models.go models/user.go templates/.VERSION templates/org/home.tmpl
| * models: able to rename user with diff letter cases #981Unknwon2015-02-22
| | | | | | | | | | - templates/org: mirror fix on name output - routers: add missing error check
| * templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-22
| |
* | fix mirror issues uncaught #941Unknwon2015-02-13
|/