Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactoring: rename ctx -> c | Unknwon | 2017-06-03 |
| | |||
* | cmd/admin: fix typo Preform → Perform (#4540) | Lilian Besson | 2017-05-31 |
| | | | Just an English typo in the command line help. | ||
* | backup: use datetime string as default archive name | Unknwon | 2017-05-29 |
| | | | | Because unix timestamp is not very human readable. | ||
* | restore: reset table sequences for PostgreSQL (#4357) | Unknwon | 2017-05-21 |
| | |||
* | Allow configurable HTTPS SSL/TLS version(#4451) | spacetourist | 2017-05-20 |
| | |||
* | cmd/update: fix typo (#4492) | rouzier | 2017-05-17 |
| | |||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | 2fa: initial support (#945) | Unknwon | 2017-04-06 |
| | |||
* | user/setting: reorder navbar | Unknwon | 2017-04-05 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | 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. | ||
* | cmd/web: remove dependency version checker | Unknwon | 2017-03-25 |
| | |||
* | 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 | ||
* | cmd/backup: able to specify archive name (#4320) | Unknwon | 2017-03-23 |
| | | | | Added flag '--archive-name' for backup command. | ||
* | 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 | ||
* | repo: rename PageIsViewCode -> PageIsViewFiles | Unknwon | 2017-03-22 |
| | | | | Also highlight 'Files' tab when use editor. | ||
* | repo/webhook: able to retrigger delivery history (#2187) | Unknwon | 2017-03-19 |
| | |||
* | repo: allow issues and wiki for bare repository (#4104) | Unknwon | 2017-03-16 |
| | |||
* | models: rename ErrUserNotExist -> errors.UserNotExist | Unknwon | 2017-03-16 |
| | |||
* | release: improve attachment handle | Unknwon | 2017-03-13 |
| | |||
* | release: able to add attchments to release (#1614) | Unknwon | 2017-03-13 |
| | | | | Added new config section '[release.attachment]’. | ||
* | cmd/hook: fixed typo (#4280) | Danny Althoff | 2017-03-12 |
| | |||
* | repo: commits, branches and releases should highlight files tab | Unknwon | 2017-03-11 |
| | |||
* | repo/branches: overview and all (#2310) | Unknwon | 2017-03-11 |
| | |||
* | repo/pull: handle head repository of merged pull requests deleted | Unknwon | 2017-03-10 |
| | |||
* | repo/release: 404 when edit draft (4262) | Unknwon | 2017-03-10 |
| | |||
* | Protected branches: allow whitelist bypass require pull request check (#4207) | Unknwon | 2017-03-08 |
| | |||
* | routers/repo/http: only prompt HTTP Basic Authentication when intended | Unknwon | 2017-03-04 |
| | | | | | | | | | Sometimes user could simply request wrong URL, but if that wrong URL has nothing related Git HTTP operations, HTTP Basic Authentication should not prompted. Instead, clean 404 page should be presented. The patch also supports Git HTTP operations without '.git' suffix to the repository name, which addresses #4226 and #4189. | ||
* | hook: fix can’t be executed while run as service on Windows (#4207) | Unknwon | 2017-02-28 |
| | |||
* | cmd: able to backup and restore | Unknwon | 2017-02-27 |
| | | | | | | Not very robust, must execute under correct workdir. Addresses #2072, #3708, #648 | ||
* | cmd: refactoring command name | Unknwon | 2017-02-27 |
| | |||
* | refactoring: modules/auth/*_form.go -> modules/form | Unknwon | 2017-02-27 |
| | |||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | models/access: hasAccess only need userID not user object | Unknwon | 2017-02-23 |
| | |||
* | release: fix unable to edit release of a fork repository | Unknwon | 2017-02-23 |
| | |||
* | router: fix 404 when repository name contains dot | Unknwon | 2017-02-20 |
| | | | | E.g. atomi.github.io | ||
* | vendor: update github.com/go-macaron/toolbox (#2857) | Unknwon | 2017-02-20 |
| | | | | Support HEAD requests of '/healthcheck' for service monitoring. | ||
* | repo: several minor improvements | Unknwon | 2017-02-19 |
| | | | | | | 1. Fix sample content didn't show up when hook doesn't exist. 2. Fix CSS 'word-break' to use 'break-word' not 'break-all'. 3. Fix single quote in 'locale_en-US.ini' file. | ||
* | commits: able to specify pageSize dynamically (#3965) | Unknwon | 2017-02-18 |
| | | | | | | | Usage: <url>?page={page}&pageSize={pageSize} Also avoid/removed getting total commits count for pagination, users are only allowed navigation by 'newer' and 'older'. | ||
* | locale: add Ukrainian support | Unknwon | 2017-02-18 |
| | |||
* | webhook: add native Discord support | Unknwon | 2017-02-18 |
| | |||
* | repo/release: add pagination (#2164) | Unknwon | 2017-02-17 |
| | |||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
| | | | | | | | | | | | | | | We used to handle SSH and HTTP push separately which produces duplicated code, but now with post-receive hook, the process is unified to one single place and much cleaner. Thus, UpdateTask struct is removed. Narrow down the range of Git HTTP routes to reduce condufsing HTTP Basic Authentication window popup on browser. By detecting <old-commit, new-commit, ref-name> inside post-receive hook, Git HTTP doesn't need to read the whole content body anymore, which completely solve the RAM problem reported in #636. | ||
* | wiki: fix crash with blob name contains tab (#3916) | Unknwon | 2017-02-16 |
| | |||
* | vendor: update git-module (#4128) | Unknwon | 2017-02-15 |
| | |||
* | cmd/hook: check existence before call custom hook | Unknwon | 2017-02-14 |
| |