summaryrefslogtreecommitdiffstats
path: root/templates/org/settings
Commit message (Collapse)AuthorAgeFilesLines
* [assets] configurable URL for static resources (#7911)Jakob Ackermann2019-10-221-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * static url * add cors support for static resources * [assets] work on the migration to configurable url for assets Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [misc] fix whitespace Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [assets] fix the loading of the manifest.json It is generated dynamically, and as such can not be served by the cdn. Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * Revert "add cors support for static resources" This reverts commit 42f964fd181dbb8b139808b9be623470d4f0e40f Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docs] add the STATIC_URL_PREFIX option Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [docs] reverse-proxy: nginx: add two setups for STATIC_URL_PREFIX Signed-off-by: Jakob Ackermann <das7pad@outlook.com> * [assets] migrate the url of a new asset to the static url prefix REF: f2a3abc683ad4b2177b7c7c6160a2c0b4316120a Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
* Fix repo_admin_change_team_access always checked in org settings (#8319)David Svantesson2019-09-301-1/+1
| | | Signed-off-by: David Svantesson <davidsvantesson@gmail.com>
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add teams to repo on collaboration page. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add option for repository admins to change teams access to repo. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add comment for functions Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Make RepoAdminChangeTeamAccess default false in xorm and make it default checked in template instead. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Make proper language strings and fix error redirection. * Add unit tests for adding and deleting team from repository. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add database migration Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix redirect Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Fix locale string mismatch. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Move team access mode text logic to template. * Move collaborator access mode text logic to template.
* Add support for MS Teams webhooks (#6632)Daniel Grier2019-04-191-0/+3
|
* Telegram webhook (#4227)techknowlogick2019-04-181-0/+3
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+23
|
* fix bugs caused by #3929 (#3999)Lunny Xiao2018-05-232-7/+7
|
* Don't warn users about *every* dirty form (#3707)Gerben2018-03-231-1/+1
| | | | | | | | | | | 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.
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-211-0/+3
| | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment
* fix discord hook bug (#2778)Lunny Xiao2017-10-251-0/+2
|
* fix orgnization webhooks (#2422)Lunny Xiao2017-08-301-0/+1
| | | | | | * fix org webhooks * remove trace code
* Add task to generate images from SVG and change to new logo (#2194)Lauris BH2017-07-281-1/+1
| | | | | | * Add makefile task to generate images from SVG and change to new logo * use absolute path on generate-images
* Fix org hooks UI (#2072)Morlinest2017-06-281-1/+3
|
* Add Gitea Webhook (#1755)Rémy Boulanouar2017-05-291-1/+4
| | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart.
* fix: remove `str2html` from org full name (#1360)Bo-Yi Wu2017-04-051-1/+1
| | | | | | * fix: remove str2html for security issue. * fix: update
* fix: Add str2html on DisplayName of Org. (#1091)Bo-Yi Wu2017-03-011-1/+1
|
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+1
|
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-0/+10
|
* Indent all templates with tabsAdam Strzelecki2015-12-085-129/+129
| | | | | | | | | | | | 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 pageUnknwon2015-11-241-3/+3
|
* update localesUnknwon2015-11-031-1/+1
|
* #1191 allow upload avatar for orgUnknwon2015-09-061-0/+14
| | | | Signed-off-by: Unknwon <u@gogs.io>
* new user profile settings UIUnknwon2015-09-061-1/+1
| | | | Signed-off-by: Unknwon <u@gogs.io>
* finish new org settings pageUnknwon2015-09-062-44/+39
|
* new org options UIUnknwon2015-09-061-50/+39
|
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-8/+0
|
* new create webhook UIUnknwon2015-08-271-34/+26
|
* new webhooks list UIUnknwon2015-08-263-39/+26
|
* fix #1439Unknwon2015-08-051-1/+1
|
* update gopmfileUnknwon2015-07-281-1/+1
|
* fix #1305Unknwon2015-07-281-3/+1
|
* #1098 Hide gravatar email field if gravatar is disabled (or offline mode)Unknwon2015-03-241-0/+2
|
* models: able to rename user with diff letter cases #981Unknwon2015-02-222-67/+67
| | | | | - templates/org: mirror fix on name output - routers: add missing error check
* UI: Confirmation boxUnknwon2014-09-282-3/+17
|
* Add suburl supportUnknwon2014-09-193-5/+5
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-5/+5
| | | | | | | | | | | | | | 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 webhooksUnknwon2014-09-071-10/+10
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-073-1/+77
|\ | | | | Organization-level Webhooks
| * add organization-level webhooksChristopher Brickley2014-09-053-1/+77
| |
* | Fix #348Unknwon2014-09-051-48/+48
|/
* Working on organization pagesUnknwon2014-08-232-2/+2
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-162-0/+2
|
* Page: `/org/:orgname/settings`Unknwon2014-08-143-0/+95