authz: add permissions UI to repository settings page
Created by: unknwon
Adds a new page in repository settings page for permissions, currently only showing time for Last complete sync and Last incremental sync, which corresponding to synced_at
and updated_at
respectively.
Preview:
(Non-private repository)
(Private repository with queued syncing)
Please feel free to suggest better wording for descriptions, thanks!
NOTE: Tests will be added after review.