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
53eb37d529
fix #1436
2015-12-19 21:43:32 -05:00
2d3ecbe5b2
make mailer log more verbose
2015-12-19 02:44:34 -05:00
09c981846b
update locales
2015-12-18 07:54:44 -05:00
037a01c4e4
fix #2189
2015-12-18 05:49:28 -05:00
1d95844d55
prepare release
2015-12-18 00:54:27 -05:00
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
2015-12-17 22:31: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
8ecbf0f16d
fix #2204
2015-12-15 19:42:20 -05:00
19423957b1
rename import path
2015-12-15 17:25:45 -05:00
ea375c0dcc
new template func
2015-12-13 23:16:58 -05:00
acdb4d8bdd
Drop Go 1.3 support
2015-12-13 20:20:52 -05:00
95f9c85bcc
#2185 use Go sub-repo to detect encoding
2015-12-13 19:56:33 -05:00
9a27e5ccdc
ignore invalid env
2015-12-13 20:17:47 +08:00
7e88420bc6
#2161 fix wrong regexp
2015-12-12 16:13:18 -05:00
5911fc3512
#2161 No issue linking in commits when issue number in brackets
2015-12-12 16:01:54 -05:00
e444a67d59
update locales
2015-12-12 14:47:11 -05:00
59c965a5ec
#2156 admin able to edit organization max repo creation
2015-12-11 19:24:57 -05:00
477b4d3b50
#2154 fix form submit error
2015-12-11 18:52:28 -05:00
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
2015-12-11 15:31:02 -05:00
98da7241a0
fix sqlite3 cannot create repo
2015-12-11 10:13:19 -05:00
40f3142264
#2114 External URL for wiki
2015-12-11 04:55:08 -05:00
3d5d61778a
#1938 #1374 disable password change for non-local users
2015-12-10 19:02:57 -05:00
df5ed64cca
#1301 "read-only" users
2015-12-10 12:46:05 -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
bd5dc626e8
Merge pull request #2139 from angus-g/fixes/pr-messages
...
Reword messages for PR auto merging (#2117 )
2015-12-09 17:31:46 -05:00
626dc1f0bd
Reword messages for PR auto merging ( #2117 )
2015-12-10 09:28:49 +11:00
b886fb4bf0
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
2015-12-09 23:11:07 +01: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
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
1cbd4c01fb
#2115 more precise error message
2015-12-08 01:11:40 -05:00
3df5dcc1dc
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
2015-12-08 01:28:32 +01:00
4e0c697aaf
force new INI version
2015-12-07 11:33:04 -05:00
3ffbb54337
minor fix for #2113 and other locales
2015-12-07 00:10:08 -05:00
e2ca53029e
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.
2015-12-07 01:50:45 +01:00
b5f6206a65
prepare release
2015-12-06 15:34:17 -05:00
ae54d878c0
Fix misspelled words
2015-12-06 16:42:23 +02:00
ca8ce793d1
#2063 Ability to delete repo from admin panel
2015-12-05 17:39:29 -05:00
978dc00305
APIs: admin users
2015-12-05 17:13:13 -05:00
404867f206
fix #2105 and fix #1857
2015-12-05 13:24:13 -05:00
f41360d864
#2052 advanced select ops for system notices
2015-12-05 01:09:14 -05:00
e538ff2770
fix #1829 and fix #890
2015-12-04 21:30:33 -05:00