Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Modify behaviour of repo-delete. (#3232) | Pheng Heong TAN | 2016-07-09 |
| | | | | | | | | | | 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. | ||
* | #3057 retrieve webhook with repo_id | Unknwon | 2016-07-08 |
| | | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories. | ||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||
* | Upgrade frontend assets | Unknwon | 2016-07-07 |
| | |||
* | #3058 #3059 support correct page size and link header | Unknwon | 2016-07-04 |
| | |||
* | #2968 use HTTP_ADDR to replace localhost | Unknwon | 2016-07-02 |
| | |||
* | Do not show filename not have suffifx .md | Unknwon | 2016-07-01 |
| | |||
* | #518 update git-module require version | Unknwon | 2016-06-30 |
| | |||
* | #3174 genetate bindata | Unknwon | 2016-06-29 |
| | |||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 |
| | |||
* | Localize collaboration settings. (#3100) | Andrey Nering | 2016-06-28 |
| | | | Closes #2764 | ||
* | Update glide.yaml | Unknwon | 2016-06-27 |
| | |||
* | Minor fix for #3194 | Unknwon | 2016-06-27 |
| | | | | - Update locale bindata | ||
* | Do not assume avatar needs be changed from gravatar.com (#3209) | Sandro Santilli | 2016-06-27 |
| | | | | | | | | | | 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 | ||
* | repo/http: clean code | Unknwon | 2016-06-01 |
| | |||
* | #2954 use text/plain as default email content format | Unknwon | 2016-05-30 |
| | |||
* | #809 fix wrong closed issue count when create closed issue via API | Unknwon | 2016-05-27 |
| | | | | Add start count corrector for Repository.NumClosedIssues | ||
* | #3045 fix DEPRECATED Action signature erorr | Unknwon | 2016-05-12 |
| | |||
* | Add Czech support | Unknwon | 2016-05-11 |
| | |||
* | models/release: filter input to prevent command line argument vulnerability | Unknwon | 2016-05-06 |
| | |||
* | PDF-Previews in file-lists now working (#3000) | Kim Carlbäcker | 2016-04-26 |
| | |||
* | #2895 minor fix for bug of xorm | Unknwon | 2016-04-26 |
| | |||
* | Add new language support | Unknwon | 2016-04-25 |
| | | | | - Update language choose dropdown to fit more languages | ||
* | #2992 set default style name when empty in AfterSet | Unknwon | 2016-04-22 |
| | |||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 |
| | |||
* | [Feature/WIP] Confirm on editing forms (fixes #2881) (#2980) | Kim Carlbäcker | 2016-04-19 |
| | | | | | | | | | | * Add and start jQuery AreYouSure * Update SimpleMDE to 1.10.1 for `forceSync` support * Forgot to remove old version SimpleMDE 1.10.0 * formatting -.- | ||
* | #2916 fix sort' field missing on issue pagination link | Unknwon | 2016-04-04 |
| | |||
* | Fix XORM IN condition table name parse | Unknwon | 2016-03-27 |
| | |||
* | #2878 print error of JSON unmarshal and always returns a valid object | Unknwon | 2016-03-26 |
| | |||
* | #1692 add admin APIs to add/remove a user from teams | Unknwon | 2016-03-25 |
| | |||
* | Handle windows deletion when start | Unknwon | 2016-03-23 |
| | | | | Fix #2872 | ||
* | #1692 api: admin list and create team under organization | Unknwon | 2016-03-21 |
| | |||
* | Add route for #2846 | Unknwon | 2016-03-21 |
| | |||
* | Remove code for checking ssh-keygen | Unknwon | 2016-03-19 |
| | |||
* | #2850 fix potential SSH commands dislocation | Unknwon | 2016-03-18 |
| | | | | | | | 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. | ||
* | Merge pull request #2845 from moltam/feature/org-member-full-name-avatar | Unknwon | 2016-03-16 |
|\ | | | | | Display org member's full name in link title. | ||
| * | Display org member's full name in link title. | Tamás Molnár | 2016-03-16 |
| | | |||
* | | #2814 LOWER() column value within search | Unknwon | 2016-03-16 |
| | | |||
* | | Improve repository lable style | Unknwon | 2016-03-15 |
| | | | | | | | | | | - add border-radius to filter list items - use color as background of label for issue/pull view page | ||
* | | Merge pull request #2829 from odinuge/htmlmeta | Unknwon | 2016-03-15 |
|\ \ | | | | | | | Set description meta tag correctly | ||
| * | | Fix indent | Odin Ugedal | 2016-03-15 |
| | | | |||
| * | | Make description meta tag golang 1.4 compatible | Odin Ugedal | 2016-03-15 |
| | | | |||
| * | | Set description meta tag correctly | Odin Ugedal | 2016-03-15 |
| |/ | | | | | | | | | | | 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. | ||
* | | Merge pull request #2830 from odinuge/branchname-compare | Unknwon | 2016-03-15 |
|\ \ | | | | | | | Fix problems with '#' in branchname | ||
| * | | Add prorper escaping of url in issue form | Odin Ugedal | 2016-03-15 |
| | | | |||
| * | | Fix problems with '#' in branchname | Odin Ugedal | 2016-03-15 |
| |/ | | | | | | | | | Add proper escaping of '#' in branchname in compare when doing pull requests. This addresses issue #2822. | ||
* / | #13 fix admin can't search private repos | Unknwon | 2016-03-15 |
|/ | | | | - update glide info | ||
* | Set HTML meta values corresponding to repository | Odin Ugedal | 2016-03-14 |
| | | | | | Use the authors name, and the description of the repo in HTML meta. Pages without repository context will display as before. | ||
* | #1692 add CRUD issue APIs | Unknwon | 2016-03-13 |
| | | | | | - Fix go-gogs-client#10 - Related to #809 | ||
* | #1891 attempt to fix invalid csrf token | Unknwon | 2016-03-12 |
| |