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/routers
bobemoe b35c1b5784
add thumbnail preview section to issue attachments (#13826)
* add thumbnail preview section to attachments

* dont show thumbnail if the image is already shown inline

* update router to pass the `content` to the attachemnts template

* limit attachment preview height to 150px (same as width)

* remove unused css (referance removed in https://github.com/go-gitea/gitea/pull/11141/files#diff-9faae32445ed9673de2830c9fc35e93f44487f0a0068202988adaf00a5bac850L66 )

* dont show divider after edit if no attachemnts

Co-authored-by: James <inbox.dev@jhodges.co.uk>
Co-authored-by: 6543 <6543@obermui.de>
4 years ago
..
admin Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
api/v1 Possible fix the webhook API creation (#13960) 4 years ago
dev Display ui time with customize time location (#7792) 5 years ago
events Add EventSource support (#11235) 4 years ago
org Add markdown support in organization description (#13549) 4 years ago
private Log IP on SSH authentication failure for Built-in SSH server (#13150) 4 years ago
repo add thumbnail preview section to issue attachments (#13826) 4 years ago
routes Fix missing stylesheets on installation page (#13736) 4 years ago
user Whenever the password is updated ensure that the hash algorithm is too (#13966) 4 years ago
utils Return the full rejection message and errors in flash errors (#13221) 4 years ago
home.go Simplify CheckUnitUser logic (#12854) 4 years ago
init.go Move webhook type from int to string (#13664) 4 years ago
install.go Handle and propagate errors when checking if paths are Dirs, Files or Exist (#13186) 4 years ago
metrics.go Move metrics from macaron to chi (#13601) 4 years ago
swagger_json.go Add gitea-vet (#10948) 4 years ago