Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature - #3031 - search for org repos (#5986) | Richard Mahn | 2019-02-08 | 1 | -0/+1 |
| | |||||
* | Move input fields to add members to a team and repos to a team (#5853) | sebastian-sauer | 2019-01-25 | 2 | -34/+34 |
| | | | | | | Move input fields to the top so no scrolling is needed to add new members / repos to a team. Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com> | ||||
* | Improve team members and repositories settings UI (#5457) | Lunny Xiao | 2018-12-09 | 4 | -10/+15 |
| | | | | | | | | | | | | * improve team members and repositories settings UI * use tab on team pages * add default description on team members and repos * add blank on numbers and texts * improve translation | ||||
* | Add `noreferrer` to rel='noopener` for <a> tags (#4328) | cezar97 | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -1/+1 |
| | |||||
* | fix bugs caused by #3929 (#3999) | Lunny Xiao | 2018-05-23 | 2 | -7/+7 |
| | |||||
* | Don't warn users about *every* dirty form (#3707) | Gerben | 2018-03-23 | 1 | -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 separate string for the 'Create Team' button. (#3647) | bugreport0 | 2018-03-09 | 1 | -1/+1 |
| | | | | | | * Add separate string for the 'Create Team' button. * Add separate string for the 'Create Team' button. | ||||
* | Fix organization profile on mobile devices (#3332) | Morgan Bazalgette | 2018-01-10 | 1 | -17/+14 |
| | |||||
* | Fix avatar URLs (#3069) | Ethan Koenig | 2017-12-03 | 3 | -3/+3 |
| | | | | | | * Fix avatar URLs * import order | ||||
* | Add dingtalk webhook (#2777) | Lunny Xiao | 2017-11-21 | 1 | -0/+3 |
| | | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment | ||||
* | Link members and repositories count to each page on org home. (#2787) | harry | 2017-11-04 | 1 | -1/+4 |
| | |||||
* | fix discord hook bug (#2778) | Lunny Xiao | 2017-10-25 | 1 | -0/+2 |
| | |||||
* | Remove direct user adding to organization members (#2641) | Lauris BH | 2017-10-15 | 3 | -33/+0 |
| | |||||
* | Use Semantic UI's Search component for user and repo search (#2636) | harry | 2017-10-03 | 3 | -6/+3 |
| | | | | | | | | | | | | | | | | * 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. | ||||
* | fix orgnization webhooks (#2422) | Lunny Xiao | 2017-08-30 | 1 | -0/+1 |
| | | | | | | * fix org webhooks * remove trace code | ||||
* | EnableUnit() -> UnitEnabled() (#2242) | Ethan Koenig | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | Add task to generate images from SVG and change to new logo (#2194) | Lauris BH | 2017-07-28 | 1 | -1/+1 |
| | | | | | | * Add makefile task to generate images from SVG and change to new logo * use absolute path on generate-images | ||||
* | Remove unit types commits and settings (#2161) | Lauris BH | 2017-07-17 | 1 | -2/+2 |
| | | | | | | | | | | * 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 | ||||
* | Fix org hooks UI (#2072) | Morlinest | 2017-06-28 | 1 | -1/+3 |
| | |||||
* | Add Gitea Webhook (#1755) | Rémy Boulanouar | 2017-05-29 | 1 | -1/+4 |
| | | | | | | | | * Replace Gogs by Gitea * Fix missing changes * Create Gitea webhook and put Gogs webhook apart. | ||||
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | fix: remove `str2html` from org full name (#1360) | Bo-Yi Wu | 2017-04-05 | 5 | -5/+5 |
| | | | | | | * fix: remove str2html for security issue. * fix: update | ||||
* | fix leave team 404 (#1154) | Lunny Xiao | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | fix: Add str2html on DisplayName of Org. (#1091) | Bo-Yi Wu | 2017-03-01 | 5 | -5/+5 |
| | |||||
* | Added rel="noopener" to target="_blank" hrefs (#327) | Bwko | 2016-12-02 | 1 | -1/+1 |
| | | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io | ||||
* | Merge all pagination-templates into 'base/paginate' | Kim "BKC" Carlbäcker | 2016-11-07 | 1 | -1/+1 |
| | | | | to reduce code-duplicity | ||||
* | #3348 always use relative avatar link in the template | Unknwon | 2016-08-05 | 5 | -6/+6 |
| | |||||
* | #1384 add pagination for repositories | Unknwon | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 6 | -18/+18 |
| | |||||
* | #3066 fix create organization ignores full name property | Unknwon | 2016-07-23 | 1 | -1/+1 |
| | |||||
* | templates/org/home: minor UI fix | Unknwon | 2016-07-16 | 1 | -2/+2 |
| | |||||
* | Upgrade octicon to 4.3.0 | Unknwon | 2016-07-16 | 2 | -4/+4 |
| | |||||
* | Display org member's full name in link title. | Tamás Molnár | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | Added: Ability to delete org avatar. | Tamás Molnár | 2016-03-06 | 1 | -0/+1 |
| | |||||
* | #2497 incorrect error handle for team name | Unknwon | 2016-01-29 | 1 | -4/+4 |
| | |||||
* | #2156 admin able to edit organization max repo creation | Unknwon | 2015-12-11 | 1 | -0/+10 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 15 | -516/+516 |
| | | | | | | | | | | | | 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 organizations | Adam Strzelecki | 2015-11-30 | 1 | -3/+3 |
| | | | | | 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 page | Unknwon | 2015-11-24 | 3 | -9/+9 |
| | |||||
* | fix #650 | Unknwon | 2015-11-22 | 9 | -363/+375 |
| | |||||
* | update locales | Unknwon | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | #1191 allow upload avatar for org | Unknwon | 2015-09-06 | 1 | -0/+14 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | new user profile settings UI | Unknwon | 2015-09-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Unknwon <u@gogs.io> | ||||
* | finish new org settings page | Unknwon | 2015-09-06 | 2 | -44/+39 |
| | |||||
* | fix org header order | Unknwon | 2015-09-06 | 1 | -4/+4 |
| | |||||
* | new org options UI | Unknwon | 2015-09-06 | 1 | -50/+39 |
| | |||||
* | #1193 Make organization emails non-mandatory | Unknwon | 2015-09-06 | 2 | -36/+27 |
| | |||||
* | new create webhook UI | Unknwon | 2015-08-27 | 1 | -34/+26 |
| | |||||
* | new webhooks list UI | Unknwon | 2015-08-26 | 4 | -39/+52 |
| |