Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
b34c4f23ca
i18n-fix for split-view
9 years ago
Unknwon
7bc247c886
fix #2327
9 years ago
Unknwon
8dd298d54e
#2185 fall back to use custom chardet lib
9 years ago
Unknwon
44ac9b0700
#2282 fast detection of utf-8
9 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
9 years ago
Unknwon
bb2897bff6
#2264 use monospaced font for commit IDs in news feeds
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
498d0a8267
#2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon
d20633c205
fix #1436
9 years ago
Unknwon
753f45a333
make mailer log more verbose
9 years ago
Unknwon
e7285b9a1b
update locales
9 years ago
Unknwon
cb2fcbd6af
fix #2189
9 years ago
Unknwon
5932cdd98c
prepare release
9 years ago
Unknwon
cc70569451
#2103 Ability to map extensions for syntax highlighting in config
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
920dd535e8
fix #2204
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
a7bdb64a8d
new template func
9 years ago
Unknwon
baf08c53d7
Drop Go 1.3 support
9 years ago
Unknwon
84a9c474be
#2185 use Go sub-repo to detect encoding
9 years ago
Bruno
fa2094ab19
ignore invalid env
9 years ago
Unknwon
fa1c069b93
#2161 fix wrong regexp
9 years ago
Unknwon
a43a382728
#2161 No issue linking in commits when issue number in brackets
9 years ago
Unknwon
c31722da3c
update locales
9 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
9 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
9 years ago
Unknwon
826d4bd7d1
#2154 disable change user for non-local users
- #2153 remove require for gravatar
9 years ago
Unknwon
d28cd813eb
fix sqlite3 cannot create repo
9 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
9 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
2c7ddbac84
#1301 "read-only" users
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
b3269ebc4e
Merge pull request #2139 from angus-g/fixes/pr-messages
Reword messages for PR auto merging (#2117 )
9 years ago
Angus Gibson
d7f35563a2
Reword messages for PR auto merging ( #2117 )
9 years ago
Adam Strzelecki
e83912c0f5
LOCAL_ROOT_URL for workers accessing web service
Local (DMZ) URL for gogs workers (such as ssh update) accessing web service. In
most cases you do not need to change default http://localhost:HTTP_PORT/ . You
may need to alter it only if your ssh server node is not the same as http node,
eg. running behind proxy on different node than web server.
--- 80 public port -> 8080 -- web server node
/
public proxy --<
\
--- 22 public port -> 10022 -- ssh server node
This option is not intended to be accessible via web GUI settings, since it is
unlikely someone needs to change it to somethings else than default
http://localhost:HTTP_PORT/ which should work for most of the cases.
But this should land into the documentation somewhere.
fixup
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
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
41f103e240
#2115 more precise error message
9 years ago
Adam Strzelecki
381f571952
Allow pre-receive hook customization
This hook can be used for example to reject too large commits and it is
executed before "update" hook, used exclusively by Gogs to update its state.
https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks
9 years ago
Unknwon
169f0c7a68
force new INI version
9 years ago
Unknwon
f62646cb37
minor fix for #2113 and other locales
9 years ago