34f01aab5e
Update head.tmpl
2015-12-27 18:44:18 +00:00
93f03707a7
#2283 set text/plain for non-binary files in raw mode
2015-12-25 05:45:07 -05:00
85af36332b
#2282 fix utf-8 recognized as windows-1252
2015-12-25 05:25:47 -05:00
13fe733037
#2264 use monospaced font for commit IDs in news feeds
2015-12-24 20:43:45 -05:00
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
c62a6b7a12
#2014 allow switch branches between two orgs in compose PR
2015-12-20 01:06:54 -05:00
cadf03db68
#2180 fix avatar link when disable gravatar
2015-12-19 22:21:00 -05:00
5ff6eedf5e
#2251 fix button name
2015-12-19 22:07:06 -05:00
53eb37d529
fix #1436
2015-12-19 21:43:32 -05:00
3bcdb3855c
#2250 Use HTTP/HTTPS as default clone option
2015-12-19 21:12:13 -05:00
2d3ecbe5b2
make mailer log more verbose
2015-12-19 02:44:34 -05:00
33a99d587a
fix #2223
2015-12-17 21:57:34 -05:00
9cd16c5b12
#1692 add organization APIs
2015-12-17 02:28:47 -05:00
6673dcb038
#2103 #2181 improvments of highlight class name
2015-12-16 22:13:12 -05:00
b117befc2b
#1692 add user email APIs
2015-12-15 22:57:18 -05:00
7786cb76f3
fix #2205
2015-12-15 21:32:17 -05:00
eb918c2368
fix only admin can view milestone desc
2015-12-15 21:25:38 -05:00
3362b3a44f
fix possible disclosure
2015-12-14 17:06:54 -05:00
50264200f0
fix huge diff hangs
2015-12-14 09:38:21 -05:00
91789930bc
#2176 fix 500 on /watchers & /stars for pg
2015-12-14 02:40:23 -05:00
ea375c0dcc
new template func
2015-12-13 23:16:58 -05:00
7509fa2c33
improve get commits performance
2015-12-13 22:58:12 -05:00
95f9c85bcc
#2185 use Go sub-repo to detect encoding
2015-12-13 19:56:33 -05:00
79dcd7ee6e
#2167 able to identify git version on Windows
2015-12-13 18:20:39 -05:00
71123c816d
update hightlight.js
2015-12-13 00:58:30 -05:00
351dfc95a9
prepare release
2015-12-12 21:58:54 -05:00
837155577a
#2159 use icon+tooltip to replace text
2015-12-12 16:53:16 -05:00
4108c12092
#2156 add edit org link in admin panel
2015-12-12 15:47:59 -05:00
59c965a5ec
#2156 admin able to edit organization max repo creation
2015-12-11 19:24:57 -05:00
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
2015-12-11 15:31:02 -05:00
40f3142264
#2114 External URL for wiki
2015-12-11 04:55:08 -05:00
2a8d71367d
#2029 not show content of issue in activity timeline
2015-12-10 19:13:51 -05:00
3d5d61778a
#1938 #1374 disable password change for non-local users
2015-12-10 19:02:57 -05:00
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
2015-12-10 16:27:47 -05:00
2a0bb1fa90
#1575 Limit repo creation
2015-12-10 12:37:53 -05:00
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
2015-12-10 11:18:56 -05:00
9a2e43bff2
move out git module and #1573 send push hook
2015-12-09 20:46:05 -05:00
fa5e372f75
Merge pull request #2138 from SlavikZ/master
...
LDAP parameters UI: bind_dn and bind_password are not required
2015-12-09 16:47:03 -05:00
a19aaa439d
LDAP parameters UI: bind_dn and bind_password are not required
2015-12-09 21:02:19 +02:00
c3440c4dd3
#2035 Show author e-mail in commit diff
2015-12-09 11:46:39 -05:00
718d3ae258
#1943 Able to config fsck timeout
2015-12-09 11:38:12 -05:00
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
2015-12-09 11:24:56 -05:00
df05134494
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
2015-12-09 17:15:58 +11:00
9bd3ebe207
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.
2015-12-09 16:37:04 +11:00
a576224d0e
unified name: IsViewBranch, IsViewCommit and IsViewTag
2015-12-09 00:32:53 -05:00
06d293a84e
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.
2015-12-09 14:36:39 +11:00
120cd4e471
#1984 Better mirror repo management
2015-12-08 20:06:12 -05:00
2528c482e9
#1627 auto login after install if admin is configured
2015-12-08 00:59:14 -05:00
da2585c11e
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
2015-12-08 00:57:46 +01:00
dce2a9e7e1
fix wrong slack webhook payload URL
2015-12-06 23:07:02 -05:00