summaryrefslogtreecommitdiffstats
path: root/templates/org/team
Commit message (Collapse)AuthorAgeFilesLines
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-1/+1
|
* Add separate string for the 'Create Team' button. (#3647)bugreport02018-03-091-1/+1
| | | | | | * Add separate string for the 'Create Team' button. * Add separate string for the 'Create Team' button.
* Use Semantic UI's Search component for user and repo search (#2636)harry2017-10-032-4/+2
| | | | | | | | | | | | | | | | * 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.
* EnableUnit() -> UnitEnabled() (#2242)Ethan Koenig2017-08-021-1/+1
|
* Remove unit types commits and settings (#2161)Lauris BH2017-07-171-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
* Add units to team (#947)Lunny Xiao2017-05-181-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 Wu2017-04-051-1/+1
| | | | | | * fix: remove str2html for security issue. * fix: update
* fix leave team 404 (#1154)Lunny Xiao2017-03-091-1/+1
|
* fix: Add str2html on DisplayName of Org. (#1091)Bo-Yi Wu2017-03-011-1/+1
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-052-2/+2
|
* Refactor User.Id to User.IDUnknwon2016-07-244-9/+9
|
* Upgrade octicon to 4.3.0Unknwon2016-07-161-1/+1
|
* #2497 incorrect error handle for team nameUnknwon2016-01-291-4/+4
|
* Indent all templates with tabsAdam Strzelecki2015-12-085-206/+206
| | | | | | | | | | | | 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
* fix #650Unknwon2015-11-225-199/+219
|
* fix template errorUnknwon2015-08-101-1/+1
|
* UI: Confirmation boxUnknwon2014-09-281-1/+8
|
* Add suburl supportUnknwon2014-09-193-3/+3
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-09-183-3/+3
| | | | | | | | | | | | | | 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
* UI fixUnknwon2014-09-131-2/+2
|
* Removed trailing white spacesTristan Storch2014-08-301-3/+3
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* Finsih add/remove repo in organizationUnknwon2014-08-262-2/+47
|
* Finish new edit team page, add member to teamUnknwon2014-08-244-15/+65
|
* Working on organization pagesUnknwon2014-08-233-0/+44
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-162-0/+90