Unknwon
753f45a333
make mailer log more verbose
9 years ago
Unknwon
58332bc908
fix #2223
9 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
9 years ago
Unknwon
64d05fafd5
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
9 years ago
Unknwon
b5267ad1a3
fix #2205
9 years ago
Unknwon
e1c820e565
fix only admin can view milestone desc
9 years ago
Unknwon
35703e5fda
fix possible disclosure
9 years ago
Unknwon
11425263a3
fix huge diff hangs
9 years ago
Unknwon
48c0097476
#2176 fix 500 on /watchers & /stars for pg
9 years ago
Unknwon
a7bdb64a8d
new template func
9 years ago
Unknwon
33a898f44b
improve get commits performance
9 years ago
Unknwon
84a9c474be
#2185 use Go sub-repo to detect encoding
9 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
9 years ago
Unknwon
d596c0408f
update hightlight.js
9 years ago
Unknwon
b743fb6639
prepare release
9 years ago
Unknwon
64547d850a
#2159 use icon+tooltip to replace text
9 years ago
Unknwon
eed015642e
#2156 add edit org link in admin panel
9 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
826d4bd7d1
#2154 disable change user for non-local users
- #2153 remove require for gravatar
9 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
9 years ago
Unknwon
372412452c
#2029 not show content of issue in activity timeline
9 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
84a41e057a
#1612 Ability to send mail when a new pull request is submitted
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
2d1146ffba
Merge pull request #2138 from SlavikZ/master
LDAP parameters UI: bind_dn and bind_password are not required
9 years ago
SlavikZ
90efe4cb2f
LDAP parameters UI: bind_dn and bind_password are not required
9 years ago
Unknwon
8776475bdc
#2035 Show author e-mail in commit diff
9 years ago
Unknwon
c629ae8166
#1943 Able to config fsck timeout
9 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
9 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
9 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.
9 years ago
Unknwon
e2c8e58a5c
unified name: IsViewBranch, IsViewCommit and IsViewTag
9 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.
9 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
9 years ago
Unknwon
b562e6ffbc
#1627 auto login after install if admin is configured
9 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
9 years ago
Unknwon
88640fafd6
fix wrong slack webhook payload URL
9 years ago
Adam Strzelecki
a1de908dad
Render commit msg as header + verbatim description
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.
Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
9 years ago
Unknwon
ad91518721
remember page number when delete repo
9 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
9 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
9 years ago
Unknwon
7f00b5f2f4
fix #2102
9 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
9 years ago
Unknwon
fea9ff85b6
template fix
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago
Unknwon
761b55ef0d
fix #2101
9 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
9 years ago