Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.14 KB

README.md

File metadata and controls

42 lines (33 loc) · 2.14 KB

gitea-custom

The repo contains custom templates and locale to be added to gitea setup to apply custom modifications without conflicts for the gitea fork with the common files of the base gitea repo

Get in touch with the team on telegram: https://t.me/joinchat/BjVkRRCDNTlaMbHtus8uaQ

roadmap / releases

  • 1.0.0 kanban
    • Itsyouonline integration for registration / login
    • Support migration from old gogs installation
  • 1.1.0 kanban
    • Introduce full text search across all repos/code/issues/users/organizations (you can access it from the navbar)
    • Change the usernames for all users to be the first part of email address before @ and apply it automatically for new users
    • Introduce issue references feature to summarize all issues references
    • Add ability to filter assignees in issue assignment
    • Add labels template to enable auto create labels for repos
    • Remove password confirm for deleting organizations
    • Old migrated wiki files can be viewed normally
    • Fix issues listing broken results
    • User issues can be viewed now from issues page

Repository structure

Gitea fork

Repo: https://github.com/gigforks/gitea Branches:

  • master: This branch is kept compatible with the upstream gitea repository of the gitea authors
  • iyo_integration: In this branch we added custom features that need to be added in this repository. The main changes added here are about authentication via itsyou.online. This branch should only contain changes we cannot push upstream via PR, because they are too custom.

Gitea custom

Repo: https://github.com/Incubaid/gitea-custom

This repo is used

  • for gitea project management
  • custom layout templates
  • gitea management scripts

Gitea kanban

Repo: https://github.com/Incubaid/gitea-kanban

This repo holds a kanban implementation for gitea