You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/routers
Denis Denisov fd941db246 Protected branches system (#339)
* 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
7 years ago
..
admin feat: Able to disable non-admin to create new organization (#927) 7 years ago
api/v1 Markdown rendering overhaul (#186) 7 years ago
dev Golint fixed for modules/setting (#262) 8 years ago
org Restrict creating organisations by user (#193) 8 years ago
repo Protected branches system (#339) 7 years ago
user Fix all the bugs in issues and pulls on dashboard (#943) 7 years ago
home.go refactor: small optimize for sql query (#940) 7 years ago
init.go Cleanup log messaging 8 years ago
install.go Cleanup log messaging 8 years ago