| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix assigned/created issues in dashboard.
* Use GetUserIssueStats for getting all Dashboard stats.
* Use gofmt to format the file properly.
* Replace &Issue{} with new(Issue).
* Check if user has access to given repository.
* Remove unnecessary filtering of issues.
* Return 404 error if invalid repository is given.
* Use correct number of issues in paginater.
|
|
|
|
|
|
| |
Change Javascript regular expression to match non-latin characters
The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078
And this patch should fixed these two issues: #3919 #3843
|
| |
|
|
|
|
| |
- Update locales
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Use temporary file to avoid out-of-memory when receiving big chunk.
Not perfect but I think it's a reasonable solution.
For small request bodies, I suppose performance wouldn't be an issue.
For large ones, this seems to be a necessary evil.
* Must close the open file to avoid fd leaks
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Ability to use labels from arbitrary repositories.
Reported by Miguel Ángel Jimeno.
|
| |
|
| |
|
|
|
|
| |
Closes #1122
|
| |
|
| |
|
|
|
|
| |
Closes #3676
|
|
|
| |
Other locales appear to use the plural version, and the text is being associated with more than one statistic.
|
| |
|
|
|
|
|
|
|
|
| |
* Can disable GIT interactions by HTTP protocol
* rename variable + fix wiki link
* missing space
|
| |
|
|
|
|
|
|
|
|
| |
* messing with getting local go-gogs-client
* coding style fix
* added comments for required fields
|
|
|
|
|
|
|
|
| |
Closes #3696, #3611
Previously, ProdMode can only be true for web server,
which always prints dev mode log message to incoming SSH
connections and leaks unexpected information.
|
| |
|
|
|
|
|
|
|
|
| |
* editor checks for symlinks
* translate file_is_a_symlink message
* credit translation author
|
|
|
|
| |
[CI SKIP]
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* #3480 Fix new ssh key adding issues
Added regular exp match (108) and remove training new line (111) that cause system to think its an ssh2 key.
* #3480 Fix new ssh key adding issues
-Sanitizate new lines (windows format) in posted key
-Edit sanitization implementation to use string replace for code readability and maintenability.
|
|
|
|
| |
Closes #3728
|
|
|
|
|
| |
I beileve this is a bug in XORM which wrongly identifies a struct
to inappropriate table name. Also seems to be random.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* UpdateIssueUsersByMentions was calling database write operations while
a transaction session was in progress. MailParticipants was failing
silently because of the SQLITE_LOCKED error. Make sure failures in
MailParticipants enter the log, and pass on the transaction context.
issue: let caller pass in database context, and use it
issue_comment: obtain database context to pass to UpdateIssueMentions
issue_comment: log any error from call to MailParticipants
issue_mail: pass on database context to UpdateIssueMentions
* issue: forgot debug statement
|
| |
|
|
|
| |
This fixes 404 caused when creating new files or wiki pages with question marks.
|
| |
|
| |
|
| |
|
|
|
| |
Instead, use golang.org/x/crypto/pbkdf2
|
|
|
|
|
|
|
|
| |
* Remove unused custom-alphabet feature of random string generator
* Fix modulo-biased random string generator
* Random string generator should return error if it fails to read random data via crypto/rand
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix typos
* Fix typos
|
| |
|
| |
|
| |
|
|
|
|
| |
Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"
|
| |
|
| |
|