Commit Graph

10 Commits (fcda2d5b35ec9bec9a8e8fa0a0fb04cb21593648)

Author SHA1 Message Date
kolaente 0b510725c9 Feature: Archive repos ()
zeripath 07802a2bc5 Refactor repo.isBare to repo.isEmpty ()
* Refactor repo.isBare to repo.isEmpty 

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove Sync call
nubenum 756eafaaf6 Fix some issues with special chars in branch names ()
Signed-off-by: Robin Durner <github@nubenum.de>
Joel da Rosa aa27cbf229 Locale for button Edit on protected branch ()
Lunny Xiao 1739e84ac0 improve protected branch to add whitelist support ()
* 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
Morlinest cbeeaa1b11 Fix and simplify repo branches UI ()
Patrick G efbb895ebe Cleaner ui for admin, repo settings, and user settings page () ()
Lunny Xiao 608bbedee1 fix 500 caused by branches settings introduced by ()
Patrick G ccc15b9e1a Make strings translatable () ()
* Add strings to ini

* Make strings translatable ()
Denis Denisov fd941db246 Protected branches system ()
* 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