summaryrefslogtreecommitdiffstats
path: root/templates/repo/migrate (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: refactor repo migration items0ko2024-07-277-44/+83
* Fix and improve repo visibility checkbox when FORCE_PRIVATE is on (#3786)0ko2024-05-168-56/+88
* Migrate `gt-hidden` to `tw-hidden` (#30046)silverwind2024-03-302-5/+5
* Migrate margin and padding helpers to tailwind (#30043)silverwind2024-03-301-3/+3
* [BRANDING] Move docs.gitea.com to forgejo.org/docsGusted2024-03-301-1/+1
* Fix incorrect tailwind migration (#30007)silverwind2024-03-261-1/+1
* Replace 10 more gt- classes with tw- (#29945)silverwind2024-03-261-1/+1
* templates: remove superfluous SanitizeHTMLEarl Warren2024-03-111-1/+1
* Replace some `gt-` classes with `tw-` (#29570)silverwind2024-03-111-2/+2
* Rename Str2html to SanitizeHTML and clarify its behavior (followup)Earl Warren2024-03-061-1/+1
* [I18N] Improve English strings & consistency0ko2024-02-271-1/+1
* Refactor Safe modifier (#29392)wxiaoguang2024-02-261-1/+1
* Remove unnecessary "Safe" modifier from templates (#29318)wxiaoguang2024-02-269-59/+59
* Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-051-1/+1
|\
| * [GITEA] i18n: Rename settings.transfer_form_title to .enter_repo_nameGergely Nagy2024-02-051-1/+1
* | [BRANDING] add Forgejo Git Service and migration UIEarl Warren2024-02-051-0/+1
* | [BRANDING] Custom loading animation for ForgejoCaesar Schinas2024-02-051-2/+2
|/
* [SHARED] make confirmation clearer for dangerous actionsGusted2024-02-051-1/+1
* Fix duplicate ID when deleting repo (#28520)David Øvrelid2023-12-191-2/+2
* Fix more "locale" usages (#27259)wxiaoguang2023-09-258-8/+8
* Always use `ctx.Locale.Tr` inside templates (#27231)delvh2023-09-2511-167/+167
* Change green buttons to primary color (#27099)silverwind2023-09-199-9/+9
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-272-2/+2
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-108-24/+24
* Add `Retry` button when creating a mirror-repo fails (#26228)Kerwin Bryant2023-08-041-2/+3
* Clarify "text-align" CSS helpers, fix clone button padding (#25763)wxiaoguang2023-07-081-2/+2
* Replace fomantic divider module with our own (#25539)silverwind2023-06-299-9/+9
* Fix migrate page layout on mobile (#25507)silverwind2023-06-261-2/+2
* Improve some Forms (#24878)JakobDev2023-05-268-16/+16
* Rework Oauth login buttons, swap github logo to monocolor (#24740)silverwind2023-05-161-1/+9
* Make repo migration cancelable and fix various bugs (#24605)wxiaoguang2023-05-111-2/+21
* Clean up polluted styles and remove dead CSS code (#24497)wxiaoguang2023-05-031-1/+1
* Set type="password" on all auth_token fields (#22175)Dan Church2023-04-234-4/+4
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-081-2/+2
* Remove incorrect HTML self close tag (#23748)wxiaoguang2023-03-271-2/+2
* Convert `<div class="button">` to `<button class="button">` (#23337)delvh2023-03-141-1/+1
* Refactor hiding-methods, remove jQuery show/hide, remove `.hide` class, remov...wxiaoguang2023-02-192-4/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-158-24/+24
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-3/+3
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren Gutiérrez2023-02-0110-10/+10
* Add templates to customize text when creating and migrating repositoriesBrecht Van Lommel2023-01-252-0/+1
* Remove useless "Cancel" buttons (#21872)Yarden Shoham2022-12-058-8/+0
* Make sure fmt catches all templates (#20979)silverwind2022-08-311-1/+1
* Remove blue text on migrate page (#20273)silverwind2022-07-121-1/+1
* Refactor `i18n` to `locale` (#20153)Gusted2022-06-2711-171/+171
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-7/+4
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-1/+1
* Use disable_form_autofill on Codebase and Gitbucket (#17936)qwerty2872021-12-082-1/+2
* Add migrate from Codebase (#16768)KN4CK3R2021-12-021-0/+117
* Migrating wiki don't require token, so we should move it out of the require f...Lunny Xiao2021-11-165-61/+78