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.
gitea/services
silverwind 68ec9b4859
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:

```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g'   {web_src/js,templates,routers,services}/**/*
```
11 months ago
..
actions Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
agit A small refactor for agit implementation (#29614) 11 months ago
asymkey Fix some pending problems (#29985) 11 months ago
attachment Add support for API blob upload of release attachments (#29507) 11 months ago
auth Migrate margin and padding helpers to tailwind (#30043) 11 months ago
automerge
context Refactor external URL detection (#29973) 11 months ago
contexttest Make "/user/login" page redirect if the current user has signed in (#29583) 11 months ago
convert Performance improvements for pull request list page (#29900) 11 months ago
cron Move some asymkey functions to service layer (#28894) 11 months ago
doctor Fix some pending problems (#29985) 11 months ago
externalaccount
feed
forms Add a warning for disallowed email domains (#29658) 11 months ago
gitdiff
indexer
issue Notify reviewers added via CODEOWNERS (#29842) 11 months ago
lfs
mailer Use relative links for commits, mentions, and issues in markdown (#29427) 11 months ago
markup
migrations
mirror Use repo object format name instead of detecting from git repository (#29702) 11 months ago
notify
org
packages
pull Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
release Use repo object format name instead of detecting from git repository (#29702) 11 months ago
repository Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) 11 months ago
secrets
task
uinotification
user Skip email domain check when admins edit user emails (#29609) 11 months ago
webhook Upgrade Go 1.22 and upgrade dependency (#29869) 11 months ago
wiki Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 11 months ago