summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings/branches.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Fix some issues with special chars in branch names (#3767)nubenum2018-09-171-2/+2
| | | Signed-off-by: Robin Durner <github@nubenum.de>
* Locale for button Edit on protected branch (#4442)Joel da Rosa2018-07-131-1/+1
|
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-9/+5
| | | | | | | | | | | | | | | | | | | | * improve protected branch to add whitelist support * fix lint * fix style check * fix tests * fix description on UI and import * fix test * bug fixed * fix tests and languages * move isSliceInt64Eq to util pkg; improve function names & typo
* Fix and simplify repo branches UI (#1435)Morlinest2017-04-061-24/+20
|
* Cleaner ui for admin, repo settings, and user settings page (#1269) (#1270)Patrick G2017-03-151-72/+68
|
* fix 500 caused by branches settings introduced by #1198 (#1214)Lunny Xiao2017-03-121-4/+4
|
* Make strings translatable (#1188) (#1198)Patrick G2017-03-111-7/+5
| | | | | | * Add strings to ini * Make strings translatable (#1188)
* Protected branches system (#339)Denis Denisov2017-02-211-0/+91
* Protected branches system * Moved default branch to branches section (`:org/:reponame/settings/branches`). * Initial support Protected Branch. - Admin does not restrict - Owner not to limit - To write permission restrictions * reformat tmpl * finished the UI and add/delete protected branch response * remove unused comment * indent all the template files and remove ru translations since we use crowdin * fix the push bug