João Pedro
907a2036b2
Lowercase "Service"
10 years ago
João Pedro
2f4a2972f3
Update head.tmpl
10 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
10 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
10 years ago
Unknwon
bb2897bff6
#2264 use monospaced font for commit IDs in news feeds
10 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago
Unknwon
498d0a8267
#2014 allow switch branches between two orgs in compose PR
10 years ago
Unknwon
cb15540c39
#2180 fix avatar link when disable gravatar
10 years ago
Unknwon
7bf2bd9f88
#2251 fix button name
10 years ago
Unknwon
d20633c205
fix #1436
10 years ago
Unknwon
9406da2b22
#2250 Use HTTP/HTTPS as default clone option
10 years ago
Unknwon
753f45a333
make mailer log more verbose
10 years ago
Unknwon
58332bc908
fix #2223
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
64d05fafd5
#2103 #2181 improvments of highlight class name
10 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
10 years ago
Unknwon
b5267ad1a3
fix #2205
10 years ago
Unknwon
e1c820e565
fix only admin can view milestone desc
10 years ago
Unknwon
35703e5fda
fix possible disclosure
10 years ago
Unknwon
11425263a3
fix huge diff hangs
10 years ago
Unknwon
48c0097476
#2176 fix 500 on /watchers & /stars for pg
10 years ago
Unknwon
a7bdb64a8d
new template func
10 years ago
Unknwon
33a898f44b
improve get commits performance
10 years ago
Unknwon
84a9c474be
#2185 use Go sub-repo to detect encoding
10 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
10 years ago
Unknwon
d596c0408f
update hightlight.js
10 years ago
Unknwon
b743fb6639
prepare release
10 years ago
Unknwon
64547d850a
#2159 use icon+tooltip to replace text
10 years ago
Unknwon
eed015642e
#2156 add edit org link in admin panel
10 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
826d4bd7d1
#2154 disable change user for non-local users
- #2153 remove require for gravatar
10 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
10 years ago
Unknwon
372412452c
#2029 not show content of issue in activity timeline
10 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
Unknwon
84a41e057a
#1612 Ability to send mail when a new pull request is submitted
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Unknwon
2d1146ffba
Merge pull request #2138 from SlavikZ/master
LDAP parameters UI: bind_dn and bind_password are not required
10 years ago
SlavikZ
90efe4cb2f
LDAP parameters UI: bind_dn and bind_password are not required
10 years ago
Unknwon
8776475bdc
#2035 Show author e-mail in commit diff
10 years ago
Unknwon
c629ae8166
#1943 Able to config fsck timeout
10 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
10 years ago
Angus Gibson
f92ec51538
Break branch-selection dropdown into a template
We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits
10 years ago
Angus Gibson
6fca9c3a22
Dropdown on commits page to choose branch #1846
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
10 years ago
Unknwon
e2c8e58a5c
unified name: IsViewBranch, IsViewCommit and IsViewTag
10 years ago
Angus Gibson
410e968fe1
Only show comparison link for >2 commits #1110
We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits.
10 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
10 years ago
Unknwon
b562e6ffbc
#1627 auto login after install if admin is configured
10 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
10 years ago