Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update locale | Unknwon | 2016-07-09 | 18 | -93/+263 |
| | |||||
* | Minor fix for #3246 | Unknwon | 2016-07-09 | 1 | -2/+2 |
| | |||||
* | The pruning for the synchronized mirrors is a option now. Default value: ↵ | Pablo Saavedra | 2016-07-09 | 2 | -0/+3 |
| | | | | | | | | | | | | | 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 | ||||
* | Modify behaviour of repo-delete. (#3232) | Pheng Heong TAN | 2016-07-09 | 1 | -3/+1 |
| | | | | | | | | | | 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. | ||||
* | Use SecurityProtocol to replace UseSSL in LDAP config | Unknwon | 2016-07-08 | 1 | -0/+1 |
| | | | | Initially proposed by #2376 and fixes #3068 as well. | ||||
* | Re-work MAX_DIFF_LINES: supress diff per file, not the whole diff (#3174) | Andrey Nering | 2016-06-29 | 1 | -0/+2 |
| | |||||
* | Fix typo in english/US message (#2938) | Sandro Santilli | 2016-06-28 | 1 | -1/+1 |
| | | | "is activate" -> "is activated" | ||||
* | Localize collaboration settings. (#3100) | Andrey Nering | 2016-06-28 | 1 | -0/+4 |
| | | | Closes #2764 | ||||
* | Adding myself (#3084) | Richard Bukovansky | 2016-06-27 | 1 | -2/+3 |
| | | | | As you included Czech translation to official distribution, I think I'm missing here. I know, selfish as hell... ;) | ||||
* | Do not assume avatar needs be changed from gravatar.com (#3209) | Sandro Santilli | 2016-06-27 | 1 | -2/+1 |
| | | | | | | | | | | 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 | ||||
* | Update locale | Unknwon | 2016-06-12 | 1 | -16/+16 |
| | |||||
* | locale: update Czech | Unknwon | 2016-05-12 | 1 | -140/+140 |
| | |||||
* | Add Czech support | Unknwon | 2016-05-11 | 6 | -323/+1422 |
| | |||||
* | models/release: filter input to prevent command line argument vulnerability | Unknwon | 2016-05-06 | 1 | -0/+1 |
| | |||||
* | Add new language support | Unknwon | 2016-04-25 | 2 | -0/+2196 |
| | | | | - Update language choose dropdown to fit more languages | ||||
* | Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992) | Cosmin Stroe | 2016-04-22 | 1 | -0/+3 |
| | |||||
* | Update locales | Unknwon | 2016-04-11 | 14 | -96/+96 |
| | |||||
* | Update locales | Unknwon | 2016-03-23 | 2 | -3/+5 |
| | |||||
* | Prepare release | Unknwon | 2016-03-19 | 2 | -3/+3 |
| | |||||
* | Update locales | Unknwon | 2016-03-18 | 10 | -155/+155 |
| | |||||
* | Merge pull request #2823 from zacheryph/feature/local-only-password-reset | Unknwon | 2016-03-14 | 1 | -0/+1 |
|\ | | | | | Prevent `Forgot Password` for non local users | ||||
| * | ensure we don’t try changing LDAP passswords | Zachery Hostens | 2016-03-14 | 1 | -0/+1 |
| | | |||||
* | | Update locales | Unknwon | 2016-03-11 | 14 | -268/+198 |
| | | |||||
* | | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -7/+2 |
|/ | | | | Both are possible on explore and admin panel | ||||
* | #2302 Replace time.Time with Unix Timestamp (int64) | Unknwon | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | Prepare release | Unknwon | 2016-03-06 | 5 | -313/+313 |
| | |||||
* | Add Finnish support | Unknwon | 2016-03-05 | 14 | -89/+1231 |
| | |||||
* | #1146 finish new access rights for collaborators | Unknwon | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | #1146 finsih UI work for access mode of collaborators | Unknwon | 2016-03-05 | 1 | -2/+4 |
| | | | | | Collaborators have write access as default, and can be changed via repository collaboration settings page to change between read, write and admin. | ||||
* | #1597 fix activitity feeds for pull requests | Unknwon | 2016-03-05 | 1 | -0/+2 |
| | |||||
* | #1157 some avatar setting changes | Unknwon | 2016-03-05 | 1 | -2/+1 |
| | | | | - Allow to delete current avatar | ||||
* | Update locales | Unknwon | 2016-03-04 | 13 | -316/+602 |
| | |||||
* | Minor fixes for #2746 | Unknwon | 2016-03-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2746 from joshfng/feature-delete-wiki-pages | Unknwon | 2016-03-04 | 1 | -0/+2 |
|\ | | | | | Add ability to delete single wiki pages. | ||||
| * | Add ability to delete single wiki pages. | Josh Frye | 2016-03-04 | 1 | -0/+2 |
| | | |||||
* | | #2743 and #2751 fix bad SQL generated by XORM | Unknwon | 2016-03-04 | 1 | -1/+3 |
|/ | | | | Use hand-written SQL to do complex query | ||||
* | Minor fixes for #2745 | Unknwon | 2016-03-03 | 1 | -3/+4 |
| | |||||
* | Repo setting to delete and disable wiki | Josh Frye | 2016-03-03 | 1 | -0/+3 |
| | |||||
* | #1891 attempt to fix expected invalid CSRF token | Unknwon | 2016-03-03 | 1 | -0/+1 |
| | | | | - Remove unused config settings `[picture] service` | ||||
* | #2743 workaround to fix XORM problem | Unknwon | 2016-03-03 | 1 | -0/+4 |
| | |||||
* | Update TRANSLATORS and remove tip for CI | Unknwon | 2016-03-02 | 1 | -0/+3 |
| | |||||
* | Post work for #2637 | Unknwon | 2016-02-27 | 1 | -0/+13 |
| | | | | Improve test cases, config settings, also show SSH config settings on admin config panel. | ||||
* | Minor fix for #2660 | Unknwon | 2016-02-24 | 1 | -1/+3 |
| | |||||
* | Test mailer button. Addresses #1531 | Josh Frye | 2016-02-24 | 1 | -0/+1 |
| | |||||
* | Prepare to release | Unknwon | 2016-02-24 | 13 | -111/+150 |
| | |||||
* | #1821 add actions for close and reopen issues | Unknwon | 2016-02-22 | 1 | -0/+2 |
| | |||||
* | Fix #857 | Unknwon | 2016-02-20 | 1 | -0/+1 |
| | |||||
* | LDAP: Fetch attributes in Bind DN context option | Adam Strzelecki | 2016-02-20 | 1 | -0/+1 |
| | | | | | | | | | This is feature is workaround for #2628 (JumpCloud) and some other services that allow LDAP search only under BindDN user account, but not allow any LDAP search query in logged user DN context. Such approach is an alternative to minimal permissions security pattern for BindDN user. | ||||
* | Fix chmod for several files in conf/locale/ and public/ | Florian Kaiser | 2016-02-18 | 13 | -0/+0 |
| | |||||
* | #2633 fix removed config option | Unknwon | 2016-02-16 | 1 | -1/+0 |
| |