Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | modules: rename markdown -> markup | Unknwon | 2017-03-31 |
| | | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support. | ||
* | templates/repo: improve README icon and font | Unknwon | 2017-03-31 |
| | |||
* | css: font-family fixes for Chinese | Unknwon | 2017-03-31 |
| | |||
* | locale: update TRANSLATORS (#4372) | John Behm | 2017-03-31 |
| | | | | | | * Update TRANSLATORS * Update TRANSLATORS | ||
* | vendor: update github.com/go-macaron/captcha | Unknwon | 2017-03-30 |
| | | | | [CI SKIP] | ||
* | migrations.v17: skip if table not exist | Unknwon | 2017-03-30 |
| | |||
* | user/setting: preserve user input with validation error (#1123) | Unknwon | 2017-03-30 |
| | |||
* | cmd/web: fix routes requires sign in (#4359) | Unknwon | 2017-03-30 |
| | | | | | Redirect user to sign in page when visit private repository with public issues if user want to post comment or create new issue. | ||
* | markdown: improve filter of class attribute for code blocks | Unknwon | 2017-03-29 |
| | | | | | | Only allow HighlightJS specific classes. Reported by ChALkeR. | ||
* | migration.v17: handle mysql error (#4361) | Kyle McCullough | 2017-03-29 |
| | |||
* | js: use jQuery .find() (#4343) | Hassan Amouhzi | 2017-03-28 |
| | |||
* | migration.v17: add nil error check | Unknwon | 2017-03-28 |
| | |||
* | migration/v17: skip if protect_branch_whitelist table not exist (#4355) | Unknwon | 2017-03-28 |
| | |||
* | org/dashboard: fix wrong repository count (#4351) | Unknwon | 2017-03-28 |
| | | | | Should not include count for inaccessible repositories. | ||
* | docker: fix heading in README.md (#4353) | David Beitey | 2017-03-28 |
| | | | The unicode non-breaking space character was breaking the heading format; this switches that character for an ASCII space. | ||
* | Prepare release | Unknwon | 2017-03-27 |
| | | | | [CI SKIP] | ||
* | Update locales | Unknwon | 2017-03-27 |
| | |||
* | docker: use vendor to replace go get | Unknwon | 2017-03-27 |
| | |||
* | models/protect_branch: fix whitelist with invalid 'protect_branch_id' (#4333) | Unknwon | 2017-03-27 |
| | | | | | | | | If user creates a protect branch for the first time (which has ID=0), it generates invalid whitelist records with 'protect_branch_id=0'. This prevents future updates of protect branch whitelist. Migration: remove existing invalid protect branch whitelist records. | ||
* | repo/settings/branches: add prompt for bare repository | Unknwon | 2017-03-27 |
| | |||
* | modes/mirror: corrected NextUpdate not set (#4345) | Jonas | 2017-03-26 |
| | |||
* | models/repo: avoid duplicated results in SearchRepositoryByName (#4344) | Pablo Saavedra | 2017-03-26 |
| | |||
* | cmd/web: remove dependency version checker | Unknwon | 2017-03-25 |
| | |||
* | user/settings: fix bad error handle of leave organization | Unknwon | 2017-03-25 |
| | |||
* | models/repo_editor: add pull request test task after commit (#4338) | Unknwon | 2017-03-25 |
| | |||
* | repo/milestone: simplify code | Unknwon | 2017-03-24 |
| | |||
* | repo: recalculate milestone completeness on issue list (#4316) | Unknwon | 2017-03-24 |
| | |||
* | repo: cleanup some code | Unknwon | 2017-03-24 |
| | |||
* | repo: allow private repository to have public wiki or issues | Unknwon | 2017-03-24 |
| | | | | Relates to #649 and #2157 | ||
* | repo: update size after fork, migrate and mirror sync (#4336) | Unknwon | 2017-03-24 |
| | |||
* | milestone: only show issue-related count under issue list (#4316) | Unknwon | 2017-03-24 |
| | |||
* | api/repo: add endpoint to sync mirror (#2235) | Unknwon | 2017-03-23 |
| | |||
* | user: remove sanitizer for FullName (#1937) | Unknwon | 2017-03-23 |
| | |||
* | repo: remove legacy sanitizer for repository description | Unknwon | 2017-03-23 |
| | | | | Related to #4329. | ||
* | repo: fix unable to propose pull request from secondary fork (#4324) | Unknwon | 2017-03-23 |
| | |||
* | user/settings: minor input style fix (#4327) | Unknwon | 2017-03-23 |
| | |||
* | cmd/backup: able to specify archive name (#4320) | Unknwon | 2017-03-23 |
| | | | | Added flag '--archive-name' for backup command. | ||
* | models: add config options for XORM logger (#3183) | Unknwon | 2017-03-23 |
| | | | | Added new config section '[log.xorm]'. | ||
* | user/settings: complete repositories panel (#4312) | Unknwon | 2017-03-23 |
| | |||
* | error: move ErrRepoNotExist -> errors.RepoNotExist | Unknwon | 2017-03-23 |
| | |||
* | user/settings: add repositories panel (#4312) | Rob Richards | 2017-03-23 |
| | | | | | | | * Add Repositories panel to user settings issue #4277 * modified personal repo settings format | ||
* | locale: fix language names (#4330) | Nikolay Korotkiy | 2017-03-23 |
| | |||
* | templates/label: another minor style improve | Unknwon | 2017-03-22 |
| | |||
* | templates/label: minor style improve | Unknwon | 2017-03-22 |
| | | | | Add an empty space to make <span> have width. | ||
* | README: update alts | Unknwon | 2017-03-22 |
| | | | | [CI SKIP] | ||
* | issue: fix redirect to random issue if index does not exist (#4315) | Unknwon | 2017-03-22 |
| | |||
* | repo: rename PageIsViewCode -> PageIsViewFiles | Unknwon | 2017-03-22 |
| | | | | Also highlight 'Files' tab when use editor. | ||
* | vendor: update github.com/go-macaron/session (#3363) | Unknwon | 2017-03-20 |
| | |||
* | user/settings: fix cannot change profile for non-local users (#4313) | Unknwon | 2017-03-20 |
| | |||
* | user/dashboard: hide More button if reached end on first load | Unknwon | 2017-03-20 |
| |