Unknwon
b40ab466ae
Bump version
9 years ago
Unknwon
7b4e810eb5
#2854 fix no mail notification when issue is closed/reopened
9 years ago
Unknwon
bc2448daaa
models/repo: remove redundant info for some repo methods
RepoLink -> Link, RepoRelLink -> RelLink, FullRepoLink -> FullLink
9 years ago
Unknwon
871bfa0bf7
#2798 fix assign operation not take effect
9 years ago
Richard Mahn
e0a1e59ada
Fixes #3263 - Change for Fontawesome icons to not conflict withs semantic-ui ( #3267 )
9 years ago
Kim Carlbäcker
a60155f637
[Fix] Don't display way too large files #1513 ( #3253 )
* Add MaxDisplayFileSize setting
* Don't show files that are too large
* Localized FileTooLarge
* Change IsFileTooBig => IsFileTooLarge
9 years ago
Unknwon
c7bbd3048f
#2586 bump git-module requirement
9 years ago
Unknwon
d6fbbb3384
#2458 fix emoji been rendered inside raw content area
9 years ago
Unknwon
88a3fbf8de
Update locale
9 years ago
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
10 years ago
Unknwon
ede3242712
#2954 use text/plain as default email content format
10 years ago
Unknwon
da5050d92f
#809 fix wrong closed issue count when create closed issue via API
Add start count corrector for Repository.NumClosedIssues
10 years ago
Unknwon
dd15dac38a
#3045 fix DEPRECATED Action signature erorr
10 years ago
Unknwon
10332ef7cc
Add Czech support
10 years ago
Unknwon
9e3e82ebea
models/release: filter input to prevent command line argument vulnerability
10 years ago
Kim Carlbäcker
346d734eff
PDF-Previews in file-lists now working ( #3000 )
10 years ago
Unknwon
6d0dc3bbcc
#2895 minor fix for bug of xorm
10 years ago
Unknwon
f34f5ee273
Add new language support
- Update language choose dropdown to fit more languages
10 years ago
Unknwon
1bedc83fef
#2992 set default style name when empty in AfterSet
10 years ago
Cosmin Stroe
561a81df44
Support alphanumeric issue style (ABC-1234) for external issue tracker ( #2992 )
10 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 -.-
10 years ago
Unknwon
ab4d2d3a25
#2916 fix sort' field missing on issue pagination link
10 years ago
Unknwon
fd631bf9c0
Fix XORM IN condition table name parse
10 years ago
Unknwon
6ba31f0be3
#2878 print error of JSON unmarshal and always returns a valid object
10 years ago
Unknwon
8328452c5a
#1692 add admin APIs to add/remove a user from teams
10 years ago
Unknwon
59873085d6
Handle windows deletion when start
Fix #2872
10 years ago
Unknwon
0b2c7a6284
#1692 api: admin list and create team under organization
10 years ago
Unknwon
b77b57dec2
Add route for #2846
10 years ago
Unknwon
2f317884d3
Remove code for checking ssh-keygen
10 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.
10 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.
10 years ago
Tamás Molnár
9a7a1edce9
Display org member's full name in link title.
10 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
10 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
10 years ago