Unknwon
d3505ff984
Minor fix for #3246
9 years ago
Pablo Saavedra
5a99c23938
The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true ( #3246 )
Executed go fmt
getEngine() not handles DB parameters (#2972 ) (#2974 )
Uses .AllCols() for Update in updateMirror()
Spanish traslation removed
Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function
9 years ago
Pheng Heong TAN
18c2e0e559
Modify behaviour of repo-delete. ( #3232 )
Re: issues gogits/gogs#2863 and gogits/gogs#3231
As a result of modifications to the contents of the conf folder, `make bindata`
was run, causing an update to bindata.go.
Meta
-----
This commit will be rebased onto the 'develop' branch.
9 years ago
Unknwon
7270678853
#3057 retrieve webhook with repo_id
This prevents user retrieve arbitrary webhook by changing URL to
access webhook from other unauthorized repositories.
9 years ago
Unknwon
126c84acc4
Use SecurityProtocol to replace UseSSL in LDAP config
Initially proposed by #2376 and fixes #3068 as well.
9 years ago
Unknwon
daa6b962e3
Upgrade frontend assets
9 years ago
Unknwon
abc82c3f25
#3058 #3059 support correct page size and link header
9 years ago
Unknwon
ca8355c6e4
#2968 use HTTP_ADDR to replace localhost
9 years ago
Unknwon
9877453b1c
Do not show filename not have suffifx .md
9 years ago
Unknwon
5817905391
#518 update git-module require version
9 years ago
Unknwon
58b350e67f
#3174 genetate bindata
9 years ago
Andrey Nering
cdc7a8c613
Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff ( #3174 )
9 years ago
Andrey Nering
f4454c375e
Localize collaboration settings. ( #3100 )
Closes #2764
9 years ago
Unknwon
389c3c8ac9
Update glide.yaml
9 years ago
Unknwon
f28a20be20
Minor fix for #3194
- Update locale bindata
9 years ago
Sandro Santilli
22149635af
Do not assume avatar needs be changed from gravatar.com ( #3209 )
Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.
NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept
NOTE: requires rebuild of bindata.go to fully see effects
9 years ago
Unknwon
c602044c8e
repo/http: clean code
9 years ago
Unknwon
ede3242712
#2954 use text/plain as default email content format
9 years ago
Unknwon
da5050d92f
#809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
9 years ago
Unknwon
dd15dac38a
#3045 fix DEPRECATED Action signature erorr
9 years ago
Unknwon
10332ef7cc
Add Czech support
9 years ago
Unknwon
9e3e82ebea
models/release: filter input to prevent command line argument vulnerability
9 years ago
Kim Carlbäcker
346d734eff
PDF-Previews in file-lists now working ( #3000 )
9 years ago
Unknwon
6d0dc3bbcc
#2895 minor fix for bug of xorm
9 years ago
Unknwon
f34f5ee273
Add new language support
- Update language choose dropdown to fit more languages
9 years ago
Unknwon
1bedc83fef
#2992 set default style name when empty in AfterSet
9 years ago
Cosmin Stroe
561a81df44
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
9 years ago
Kim Carlbäcker
dee35a8ed2
[Feature/WIP] Confirm on editing forms ( fixes #2881 ) ( #2980 )
* Add and start jQuery AreYouSure
* Update SimpleMDE to 1.10.1 for `forceSync` support
* Forgot to remove old version SimpleMDE 1.10.0
* formatting -.-
9 years ago
Unknwon
ab4d2d3a25
#2916 fix sort' field missing on issue pagination link
9 years ago
Unknwon
fd631bf9c0
Fix XORM IN condition table name parse
9 years ago
Unknwon
6ba31f0be3
#2878 print error of JSON unmarshal and always returns a valid object
9 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
9 years ago
Unknwon
59873085d6
Handle windows deletion when start
Fix #2872
9 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
9 years ago
Unknwon
b77b57dec2
Add route for #2846
9 years ago
Unknwon
2f317884d3
Remove code for checking ssh-keygen
9 years ago
Unknwon
762a19a143
#2850 fix potential SSH commands dislocation
When use builtin SSH server with concurrent operations, there are probabilities
One connection could use the command from another connections.
Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope.
9 years ago
Unknwon
2c6323de5c
Merge pull request #2845 from moltam/feature/org-member-full-name-avatar
Display org member's full name in link title.
9 years ago
Tamás Molnár
9a7a1edce9
Display org member's full name in link title.
9 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
9 years ago
Unknwon
8f4ab731b5
Improve repository lable style
- add border-radius to filter list items
- use color as background of label for issue/pull view page
9 years ago
Unknwon
e66607c1ab
Merge pull request #2829 from odinuge/htmlmeta
Set description meta tag correctly
9 years ago
Odin Ugedal
9f473f376f
Fix indent
9 years ago
Odin Ugedal
4f0a4fe5a7
Make description meta tag golang 1.4 compatible
9 years ago
Unknwon
9dc1db9391
Merge pull request #2830 from odinuge/branchname-compare
Fix problems with '#' in branchname
9 years ago
Unknwon
ab114927b3
#13 fix admin can't search private repos
- update glide info
9 years ago
Odin Ugedal
12eca78897
Add prorper escaping of url in issue form
9 years ago
Odin Ugedal
328ede550c
Fix problems with '#' in branchname
Add proper escaping of '#' in branchname in compare when doing pull
requests. This addresses issue #2822 .
9 years ago
Odin Ugedal
4586b95fff
Set description meta tag correctly
Set the description meta tag correctly when there is no repo
description. Also use the ability to trim trailing whitespaces,
to make the template cleaner.
9 years ago
Odin Ugedal
727e05624c
Set HTML meta values corresponding to repository
Use the authors name, and the description of the repo in HTML meta.
Pages without repository context will display as before.
9 years ago