Unknwon
297e772c20
#2485 fix payloads mixed up for webhook
...
When repository contains a Slack type hook,
it changes original payload content.
This patch fixes it by using a local object to store
newly created Slack payload instead of assigning
back to the same variable.
9 years ago
Unknwon
8bf3032b16
Merge pull request #2585 from andreynering/theme-color-meta-tag
...
Implementing the "theme-color" meta tag.
9 years ago
Andrey Nering
e40d94bb4f
Implementing the "theme-color" meta tag.
...
Used by Android >= 5.0 to make the top bar colored.
Reference: https://developers.google.com/web/updates/2014/11/Support-for-theme-color-in-Chrome-39-for-Android
9 years ago
Unknwon
7ffe845c61
Merge pull request #2582 from chriswatt/tabindex
...
Fix tab index on new issue/comment form
9 years ago
chriswatt
af8e323248
Fix tab index on new issue/comment form
9 years ago
Unknwon
b09ddc72d2
Merge pull request #2581 from chriswatt/committab
...
Make commits tab active when on diff page
9 years ago
chriswatt
a881f776d0
Make commits tab active when on diff page
9 years ago
Unknwon
dd7608a36e
Merge pull request #2580 from fnkr/smaller-issue-title
...
Make issue title smaller
9 years ago
Florian Kaiser
662482d366
Make issue title smaller
9 years ago
Unknwon
08ff1b7d4b
Merge pull request #2579 from nanoant/patch/fix-ldap-username
...
Fix #2221 LDAP username attribute must be fetched
9 years ago
Adam Strzelecki
3808638df1
Fix #2221 LDAP username attribute must be fetched
...
This is fix-up for 573305f
. Forgot to fetch AttributeUsername value from the
LDAP server, so the setting was effectively not working as intended.
9 years ago
Unknwon
ee53204e02
Improve db path prompt when install
9 years ago
Unknwon
f15a2f9b25
Merge pull request #2528 from andreynering/diff-sintax-highlight-733
...
Enable syntax highlighting on diff view
9 years ago
Unknwon
3b102a71a2
Merge pull request #2576 from chriswatt/commentarrows
...
Add avatar arrows to both pull request and issue forms
9 years ago
chriswatt
133397ee0d
Rename #avatararrow to #avatar-arrow
9 years ago
Unknwon
e2b4a24cb6
Merge pull request #2570 from andreynering/fix-1738
...
Workaround delete folder on Windows.
9 years ago
Andrey Nering
d37cf09ccd
Workaroud delete folder on Windows. Fix #1738
9 years ago
chriswatt
16270ee9a4
Add avatar arrow to pull request form
9 years ago
chriswatt
1dfead1eef
Add avatar arrows to new both new issue comment forms
9 years ago
Unknwon
894946c319
Merge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409
...
Add an important note about mapping the ssh port on the container to the host
9 years ago
Unknwon
10fbb1aa2f
Merge pull request #2565 from tkausl/issue2563
...
fixes #2563
9 years ago
Tobias Kunicke
bc0eee48d5
parse milestone.deadline as local time
9 years ago
Tobias Kunicke
fa5a1cb54f
regulate timezone for milestone.deadline
9 years ago
Unknwon
e797a225b6
Fix #2564 file ignored by git
9 years ago
Unknwon
6d5c986d4f
Merge pull request #2562 from Eriner/master
...
optipng
9 years ago
Matt Hamilton
45659d0fd2
optipng
9 years ago
Unknwon
acfc942ad7
Generate CSS for #2561
9 years ago
Unknwon
db150f2e42
Merge pull request #2561 from chriswatt/develop
...
Add small arrows on issue comments pointing to users avatar
9 years ago
chriswatt
9fe9cd8b5c
Add small user arrows on issue comments pointing to users avatar
9 years ago
Unknwon
f8182ac521
#2558 delete local wiki copy when rename repo and user
9 years ago
Unknwon
4e96a4a62b
Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-scheme
...
Feature/markdown custom url scheme
9 years ago
Unknwon
d4583ebd4b
Add YunoHost link to README
9 years ago
Unknwon
b024de7bf5
Merge pull request #2559 from Techwolf12/develop
...
Fixes small typo
9 years ago
techwolf12
4a0d2edc3d
Fixes small typo
9 years ago
Unknwon
8e40f86d2c
#2556 handle space in image URL
9 years ago
Andrey Nering
2bfb8bb5fd
Enable sintax highlighting on diff view. Close #733
9 years ago
Andrey Nering
137a49e834
go fmt models/git_diff_test.go
9 years ago
Unknwon
ddf9fa06c7
Minor fix for #2530
9 years ago
Unknwon
739d5aa1d3
Merge pull request #2530 from fnkr/hide-other-teams-repos-from-org-page
...
Hide other teams & repos from organization page
9 years ago
Unknwon
04be8c0de5
#2554 reinitialize all repos from the db
...
- Update locales
9 years ago
Florian Kaiser
c3ff476ed6
Remove unnecessary else-block
10 years ago
Florian Kaiser
fb1708e1af
Remove unnecessary private functions
10 years ago
Unknwon
a47baa1b7a
Add missing patch conflit pattern
10 years ago
Unknwon
995487e822
Minor fix for #2506
10 years ago
Unknwon
5e97693e0e
Merge pull request #2506 from sapk/add-branche-api-support
...
Implement API for branches listing
10 years ago
Unknwon
452bc385fe
Merge pull request #2548 from fnkr/fix-unescaped-regex
...
Escape unescaped periods in route regular expression
10 years ago
Florian Kaiser
71bb7f6053
Escape unescaped periods in route regular expression
10 years ago
Unknwon
0255e6a703
Merge pull request #2546 from fnkr/pretty-404-pages
...
Use pretty 404 pages in repo.HTTPBackend
10 years ago
Unknwon
5a27aea8e0
Fix random avatar does not work on Windows
...
path.Dir can't handle Windows case, must use filepath.Dir
10 years ago
Florian Kaiser
0e4ae27caa
Use pretty 404 pages in repo.HTTPBackend
10 years ago