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.
forgejo/modules
John Olheiser d26d249748 Minor UI tweaks (#5980)
* Remove all CommitStatus when a repo is deleted

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Minor UI tweaks (#5782)
Added 'No License' option
Added link and octicon change for external issue trackers
Reset password now notifies right away if the code is invalid

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* More UI tweaks
More info in PR

* Generate stylesheet for arc-green

* Make gofmt work

* Change PR integration since the button is changed

* Rebase

* Generate stylesheet

* UI updates
Made the PR button a "basic" button
Vertically centered the issue checkboxes
Labels will update only once after modal is closed

* Commit to reference related issues
Resolves #5782
Resolves #5861
Addresses original question in #5993

* Change the comment wording since PR button is no longer little and green.

* Revert changes that made Windows work

* Regenerate stylesheet

* Regenerate stylesheets

* make generate-stylesheets

* Update integration again, changed button style

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Added ID to PR button
Changed integration to use the ID to avoid breaking in the future

* Added missing semi-colons

* Added back distinction between issue actions and filters (overlooked it before)
Moved action button over next to other action dropdowns

* Remove extra tab formatting in list.tmpl

* Remove more formatting from GoLand

* Replace hardcoded "No License" with i18n license helper.
6 years ago
..
auth Implement "conversation lock" for issue comments (#5073) 6 years ago
avatar Use assert in legacy unit tests (#867) 8 years ago
base Serve audio files using HTML5 audio tag (#5221) 6 years ago
cache Fix memcache support when value is returned as string always (#2924) 7 years ago
context Minor UI tweaks (#5980) 6 years ago
cron Add branch overiew page (#2108) 7 years ago
generate Implements generator cli for secrets (#3531) 7 years ago
gzip Pooled and buffered gzip implementation (#5722) 6 years ago
highlight No highlighting for .txt files (#1922) 7 years ago
httplib Add sensitive headers (#3429) 7 years ago
indexer remove unused file (#6121) 6 years ago
lfs Allow markdown files to read from the LFS (#5787) 6 years ago
log Allow Macaron to be set to log through to gitea.log (#5667) 6 years ago
mailer Make log mailer for testing (#5893) 6 years ago
markup Allow markdown files to read from the LFS (#5787) 6 years ago
metrics Prometheus endpoint (#5256) 6 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Refactor issue indexer (#5363) 6 years ago
options Fix typos in models/ and modules/ (#1248) 7 years ago
pprof cmd/serve: pprof cpu and memory profile dumps to disk (#4560) 6 years ago
private Fix ssh deploy and user key constraints (#1357) (#5939) 6 years ago
process Fix run command race (#1470) 7 years ago
public When redirecting clean the path to avoid redirecting to //www.othersite.com (#5669) 6 years ago
recaptcha Add Recaptcha functionality to Gitea (#4044) 6 years ago
search Global code search support (#3664) 6 years ago
setting Refactor issue indexer (#5363) 6 years ago
ssh use native golang SSH library but ssh-keygen when enable built-in SSH server to remove dependent on that command lines (#5976) 6 years ago
structs Allow to set organization visibility (public, internal, private) (#1763) 6 years ago
sync Fix status table race condition (#1835) 7 years ago
templates Create Progressive Web App (#4730) 6 years ago
test Restrict permission check on repositories and fix some problems (#5314) 6 years ago
uploader Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702) 6 years ago
user Remove check for negative length (#5120) 6 years ago
util Disallow empty titles (#5785) 6 years ago
validation Improve URL validation for external wiki and external issues (#4710) 6 years ago