Commit graph

  • e4892e9061 fix translation, link & gitignore Michael Jerger 2025-08-19 18:41:06 +02:00
  • 1bea1b6c31
    fix: display Short date with day in all languages iamyaash 2025-08-19 21:50:18 +05:30
  • c284f97a00
    chore: replace gopkg.in/yaml.v3 with go.yaml.in/yaml/v3 Earl Warren 2025-08-19 18:10:49 +02:00
  • bed330fcb2 feat(build): automatically register msgid prefix when they occur non-truncated Ellen Emilia Anna Zscheile 2025-08-08 19:04:59 +02:00
  • e51f850e45 feat(build): use 'flag' library in lint-locale-usage Ellen Emilia Anna Zscheile 2025-08-08 18:52:22 +02:00
  • 6f2731d055 chore(build): add fogti to CODEOWNERS for lint-locale-usage Ellen Emilia Anna Zscheile 2025-08-05 13:12:37 +02:00
  • d72db88910 feat(build): lint-locale-usage should support spec of prefixes Ellen Emilia Anna Zscheile 2025-08-05 12:10:06 +02:00
  • c77faca497 fix(routers/web/repo): rename msgids 'repo.tree_path_not_found_' to 'repo.tree_path_not_found.' Ellen Emilia Anna Zscheile 2025-08-04 00:44:04 +02:00
  • 2e6cc21ed2 fix(build): make lint-locale-usage parsing for msgid prefixes more strict Ellen Emilia Anna Zscheile 2025-08-04 00:35:03 +02:00
  • f2bb2016e1 fix(build): actually enforce masked prefixes verification in lint-locale-usage Ellen Emilia Anna Zscheile 2025-08-04 00:30:11 +02:00
  • 560eb35a85 feat(build): lint-locale-usage should handle dynamically generated msgids with known prefix Ellen Emilia Anna Zscheile 2025-08-03 23:53:46 +02:00
  • c7349ed42d fix(services/mailer): Fix wrong msgid used for subject Ellen Emilia Anna Zscheile 2025-08-03 14:03:00 +02:00
  • aa0636f949 fix(routers/web/user/task): Fix invalid msgid on decode failure Ellen Emilia Anna Zscheile 2025-08-01 12:14:34 +02:00
  • 557133b790 feat(build/lint-locale-usage): detect missing msgids noted in masked usages files Ellen Emilia Anna Zscheile 2025-08-01 11:13:45 +02:00
  • 2533ddfc18 refactor(build): split lint-locale-usage into multiple files Ellen Emilia Anna Zscheile 2025-08-01 10:51:53 +02:00
  • 31190e385e feat(build): improve lint-locale-usage Ellen Emilia Anna Zscheile 2025-07-30 23:38:02 +02:00
  • f15bc4b330 chore(ui): use repo/shabox template iamyaash 2025-08-08 12:11:09 +05:30
  • 032c0f9391 fix(ui): fix group bg 0ko 2025-08-05 12:55:58 +05:00
  • 64d9787a1e fix(ui): set bg to whole group, avoid cut border edges 0ko 2025-08-05 12:39:38 +05:00
  • bbf8a8dc73 feat(ui): use noJS details-based dropdown 0ko 2025-08-05 12:38:21 +05:00
  • 4f8a90e0d5 fix(ui): place copy button outside of hashbox 0ko 2025-08-05 12:29:30 +05:00
  • 00f0ac9b83 fic(ui): use the regular repo/shabox template 0ko 2025-08-05 12:11:02 +05:00
  • 60aec0b58e chore(ui): make use of the commit-group class, use semantic html for day groups and their headers 0ko 2025-08-05 11:56:08 +05:00
  • bf05110767 chore: commit list groupping concerns 0ko 2025-08-05 11:46:05 +05:00
  • d7d2c06724 fix(ui): remove header 0ko 2025-08-05 11:41:38 +05:00
  • 3c2c989d35 chore: fix eof, indention style and trailing whitespace 0ko 2025-08-05 11:39:19 +05:00
  • 59526e1bf4 fix(ui): remove unreachable condition .PageIsPullCommits&.IsDiffCompare 0ko 2025-08-05 11:35:10 +05:00
  • a07c68cd2f increased sha button size iamyaash 2025-08-04 14:26:06 +05:30
  • 6202f9c0f1 chore: removed the wide show history button and moved it inside ellipsis again iamyaash 2025-06-23 22:36:26 +05:30
  • 57d5e6c76e feat: repositioned shabox and view history button - now the shabox copy the sha value into clipboard when clicked upon it in mobile layout - moved the view history button as well iamyaash 2025-06-21 13:08:17 +05:30
  • 0e66b0105e fixes: removed tooltip, renamed css selector for new ui and fixed the repo commit page's commit count - annoying tooltip in mobile view - renamed copy_hash to copy and updated the functioning $commitLink - renamed commit-ui-redesign to commit-timeline in web_src/css/repo.css - added condition to show total commit count in repective pages; 2 rows of commit count was displayed instead of 1, so I added an if condition to fix the issue iamyaash 2025-06-19 22:33:05 +05:30
  • 448eb901ef chore: removed conditions & conflict leftover removal - remove conditions for PageIsWiki, Reponame and manually added the value of PageIsPullCommits to $commitShaLink value - removed rebase conflict texts - updated $commitLink in pull/commits_list.tmpl iamyaash 2025-06-19 22:05:06 +05:30
  • 574be03294 feat: moved copy sha & browse history into ellipsis in mobile view - added ellipsis under div tag and moved Copy Sha & Browse History of repo into the ellipsis dropdown - added a separate div tag for this ellipsis, but it's hidden in desktop but visible only on mobile view iamyaash 2025-06-19 21:36:47 +05:30
  • 295a147ef5 chore: repositioned commit message areas - extend btn and repositioned the elements for mobile layout with consistent spacing - background color added for commit boxes iamyaash 2025-06-19 16:44:17 +05:30
  • 1b16e5bcfd refactor: added class names to the divs and made a separate grid design for mobile layout - added/modified the class names of both date & button in commits_list - created a new vertical layout for mobile (3rows, 212cols-per-row) iamyaash 2025-05-29 13:25:13 +05:30
  • 987d7ebb82 chore: fixed tooltip popup on octicon-file-code in redesigned commit layout iamyaash 2025-05-29 11:52:04 +05:30
  • a2933b66db feat: rewrite commit layout CSS from Tailwind to plain CSS and fix mobile layout - rewritten tailwind css to plain css in web_src/css/repo.css - fixed mobile layout, but shabox styling is pending; overall layout looks good iamyaash 2025-05-27 00:02:20 +05:30
  • 3a4dc5d23d chore: fixing broken view in small screens iamyaash 2025-05-26 20:47:32 +05:30
  • a82a18ce40 chore: cleanup unused tailwind css classes and and removed comments iamyaash 2025-05-26 13:05:06 +05:30
  • 168c2fb880 chore: minor css element changes in repo/pulls/commits_list iamyaash 2025-05-23 21:58:02 +05:30
  • 199559388a refactor: modified the condition to use commits_table to call duplicated commits_list modified the logic, if the current page is a PR then it will call pulls/commits_list for displaying commits else it calls the default iamyaash 2025-05-23 18:54:37 +05:30
  • d2ae6970e6 refactor: added separate commits template for pull request area iamyaash 2025-05-22 16:58:58 +05:30
  • 5d64d69329 feat: commit table layout ui changes iamyaash 2025-05-05 15:23:33 +05:30
  • d91897c937 Update module gitlab.com/gitlab-org/api/client-go to v0.141.1 Renovate Bot 2025-08-19 02:03:49 +00:00
  • 9bd66eada8 Update module github.com/markbates/goth to v1.82.0 Renovate Bot 2025-08-19 02:03:31 +00:00
  • c44fd2170e Update gomock monorepo to v0.6.0 renovate/forgejo-gomock-monorepo Renovate Bot 2025-08-19 00:04:55 +00:00
  • fa6b9a35d4 Update dependency webpack to v5.101.3 renovate/forgejo-webpack-5.x Renovate Bot 2025-08-19 00:04:11 +00:00
  • cd35473212 [v12.0/forgejo] a corrupted Forgejo Actions scheduled workflow is disabled (#8944) v12.0/forgejo Earl Warren 2025-08-19 01:43:43 +02:00
  • ce8e74375e
    fix: a corrupted schedule task is disabled Earl Warren 2025-08-18 18:54:42 +02:00
  • d160e63dd3
    i18n: update of translations from Codeberg Translate Codeberg Translate 2025-08-18 18:01:09 +00:00
  • b0b6bd3658 fix: a corrupted Forgejo Actions scheduled workflow is disabled (#8942) forgejo Earl Warren 2025-08-18 22:45:10 +02:00
  • 738a0bfe36
    fix: preserved 'Custom access' even after no permissions zokki 2025-08-18 21:43:45 +02:00
  • ab3cf7ddcf
    fix: a corrupted schedule task is disabled Earl Warren 2025-08-18 18:54:42 +02:00
  • 7eac910141 Conditionally make DeleteIssueLabel API return the deleted label BtbN 2025-08-09 01:39:52 +02:00
  • f31366c731 Pass correct user/org to ToLabel() in notifier BtbN 2025-08-09 00:48:03 +02:00
  • a8109ad3df Make DeleteIssueLabel accept a name instead of just an ID BtbN 2025-08-08 23:53:35 +02:00
  • 5615a6b58c cascading-pr update cascading-pr 2025-08-18 14:23:50 +00:00
  • 0359b52165 cascading-pr update cascading-pr 2025-08-18 14:17:34 +00:00
  • 4ca8b158aa
    docs: add back warning as a commit status Matej Focko 2025-08-18 13:30:12 +02:00
  • f6bc8f7cd7 chore: do not impose merge requirements to cascading pull requests (#8936) Earl Warren 2025-08-18 15:20:40 +02:00
  • cb4ffd29cf fix: allow Actions tokens to access repos readable by signed in users (#8889) Hailey Somerville 2025-08-18 14:40:07 +02:00
  • a68476b1b9 cascading-pr update cascading-pr 2025-08-18 12:25:44 +00:00
  • e86579929b cascading-pr update cascading-pr 2025-08-18 12:18:05 +00:00
  • a0e917e782 cascading-pr update cascading-pr 2025-08-18 12:14:40 +00:00
  • 81137f38fa
    chore: do not impose merge requirements to cascading pull requests Earl Warren 2025-08-18 13:53:53 +02:00
  • 4af45f70e1 cascading-pr update cascading-pr 2025-08-18 11:41:38 +00:00
  • 66b4b84ab5 cascading-pr update cascading-pr 2025-08-18 11:24:09 +00:00
  • f20c88422c Merge branch 'forgejo' into feat/api-job-logs Tom Foster 2025-08-18 13:06:26 +02:00
  • cfba24d67c cascading-pr update cascading-pr 2025-08-18 10:51:24 +00:00
  • 0e20575d22 Allow converting mirror repos to normal through the API Charles Martinot 2025-08-18 18:02:58 +08:00
  • b5960a42e0 cascading-pr update cascading-pr 2025-08-18 09:28:02 +00:00
  • 7e5e7706c8 Update golang packages to v1.25 renovate/forgejo-minor-1.25-golang-packages Renovate Bot 2025-08-18 06:04:42 +00:00
  • 99f93beada Update renovate to v41.76.0 (forgejo) (#8925) Renovate Bot 2025-08-18 07:00:12 +02:00
  • d0b301aae6 Lock file maintenance (forgejo) (#8927) Renovate Bot 2025-08-18 06:58:49 +02:00
  • e55db0f806 Lock file maintenance Renovate Bot 2025-08-18 02:05:10 +00:00
  • 03f1cee01b Update module code.forgejo.org/forgejo/runner/v9 to v9.1.0 Renovate Bot 2025-08-18 00:07:46 +00:00
  • 14491ab55c Update renovate to v41.76.0 Renovate Bot 2025-08-18 00:04:21 +00:00
  • a59237a859
    feat: artifacts can be downloaded using their id instead of their name Earl Warren 2025-08-17 19:22:00 +02:00
  • 76eaf49d54
    fix: wiki unicode-escape zokki 2025-08-17 12:02:12 +02:00
  • 100ddf45a7 [v12.0/forgejo] fix: redirect from /{username}/{reponame}/pulls/{index} to issue if index is a issue (#8876) zokki 2025-08-17 12:18:09 +02:00
  • 8415813d20
    review: pinned are only for issue zokki 2025-08-17 10:56:24 +02:00
  • 7a98ccc7c3
    test: added test for disabled/external/internal issue-tracker zokki 2025-08-08 23:37:13 +02:00
  • 3511c0b2a3
    fix(api): pinned issues can be read by issues or pr unit zokki 2025-08-08 22:41:58 +02:00
  • 88880c7feb
    test: new util for attachment zokki 2025-08-08 22:30:11 +02:00
  • 4025ec2c84
    fix(api): deprecated comment-paths are now working zokki 2025-08-08 08:54:20 +02:00
  • 35d380b0ff
    test: fixed repo-badges test zokki 2025-08-08 08:53:35 +02:00
  • 26eadb1209
    fix(api): check for enabled unit for issues zokki 2025-08-03 22:51:15 +02:00
  • 871ec71118
    fix: redirect from /{username}/{reponame}/pulls/{index} to issue if index is a issue (#8874) zokki 2025-08-12 20:50:46 +02:00
  • a9be363dd9 fall through to GetUserRepoPermission with actions user Hailey Somerville 2025-08-17 11:34:53 +10:00
  • e171f35f47 add integration test for actions task token auth Hailey Somerville 2025-08-16 16:27:44 +10:00
  • 14dfaca2b4 models/perm: add tests for access.GetActionRepoPermission Hailey Somerville 2025-08-14 20:23:33 +10:00
  • a0cfa82db7 allow actions tokens to access public repos of public/limited owners Hailey Somerville 2025-08-14 13:12:12 +10:00
  • b52514ed4a add repo_permission.GetActionRepoPermission Hailey Somerville 2025-08-14 13:11:45 +10:00
  • 49e38647fb Update module github.com/meilisearch/meilisearch-go to v0.33.1 Renovate Bot 2025-08-17 00:04:22 +00:00
  • 7f27890a96 markdown: unique footnote ids for issue comments psii 2025-08-13 03:40:13 +02:00
  • b9bd821fb2 feat: enable H2C for the HTTP server (#8861) sim 2025-08-16 21:00:20 +02:00
  • d45e6fb777 [v11.0/forgejo] fix: de-duplicate Forgejo Actions job names when needed (#8884) v11.0/forgejo Earl Warren 2025-08-16 18:24:51 +02:00
  • 2941adfd11 [v12.0/forgejo] fix: minio initialization can freeze indefinitely if misconfigured (#8914) forgejo-backport-action 2025-08-16 06:43:42 +02:00
  • 7f0bcf7d47 Merge branch 'forgejo' into feat/api-job-logs Tom Foster 2025-08-15 22:06:19 +02:00
  • d99291948b fix: minio initialization can freeze indefinitely if misconfigured (#8897) Mathieu Fenniak 2025-08-15 21:03:51 +02:00