aboutsummaryrefslogtreecommitdiff
path: root/cmd/web.go
Commit message (Expand)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
* Refactoring: rename ctx -> cUnknwon2017-06-03
* Allow configurable HTTPS SSL/TLS version(#4451)spacetourist2017-05-20
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
* 2fa: initial support (#945)Unknwon2017-04-06
* user/setting: reorder navbarUnknwon2017-04-05
* Refactoring: rename modules -> pkgUnknwon2017-04-04
* cmd/web: fix routes requires sign in (#4359)Unknwon2017-03-30
* cmd/web: remove dependency version checkerUnknwon2017-03-25
* repo: cleanup some codeUnknwon2017-03-24
* repo: allow private repository to have public wiki or issuesUnknwon2017-03-24
* user/settings: complete repositories panel (#4312)Unknwon2017-03-23
* user/settings: add repositories panel (#4312)Rob Richards2017-03-23
* repo: rename PageIsViewCode -> PageIsViewFilesUnknwon2017-03-22
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
* repo: allow issues and wiki for bare repository (#4104)Unknwon2017-03-16
* release: improve attachment handleUnknwon2017-03-13
* release: able to add attchments to release (#1614)Unknwon2017-03-13
* repo: commits, branches and releases should highlight files tabUnknwon2017-03-11
* repo/branches: overview and all (#2310)Unknwon2017-03-11
* repo/pull: handle head repository of merged pull requests deletedUnknwon2017-03-10
* repo/release: 404 when edit draft (4262)Unknwon2017-03-10
* routers/repo/http: only prompt HTTP Basic Authentication when intendedUnknwon2017-03-04
* cmd: able to backup and restoreUnknwon2017-02-27
* cmd: refactoring command nameUnknwon2017-02-27
* refactoring: modules/auth/*_form.go -> modules/formUnknwon2017-02-27
* release: fix unable to edit release of a fork repositoryUnknwon2017-02-23
* router: fix 404 when repository name contains dotUnknwon2017-02-20
* vendor: update github.com/go-macaron/toolbox (#2857)Unknwon2017-02-20
* repo: several minor improvementsUnknwon2017-02-19
* commits: able to specify pageSize dynamically (#3965)Unknwon2017-02-18
* webhook: add native Discord supportUnknwon2017-02-18
* repo/release: add pagination (#2164)Unknwon2017-02-17
* Initial version of protected branches (#776)Unknwon2017-02-17
* refactoring: SSH and HTTP push procees is now unifiedUnknwon2017-02-16
* wiki: fix crash with blob name contains tab (#3916)Unknwon2017-02-16
* vendor: update git-module (#4128)Unknwon2017-02-15
* git: delegate all server-side Git hooks (#1623)Unknwon2017-02-14
* Use very strong ciphers (#4116)Aaron Wood2017-02-12
* diff: fix can't show compare page for fork repository (#4110)Unknwon2017-02-12
* Able to disable non-admin to create new organization (#1556)Unknwon2017-02-10
* log: start using gopkg.in/clog.v1Unknwon2017-02-09
* routers/repo/branch: fix can't delete branch with slashes after merge (#4089)Unknwon2017-02-09
* routers/repo/pull: fix 404 on PR compare (#4074)Unknwon2017-02-08
* Do a fast-fail testing on repository URL before mirroringUnknwon2017-01-31
* Move models/mail.go to modules/mail.goUnknwon2017-01-30
* Able to set custom Access-Control-Allow-Origin header (#3987)Unknwon2017-01-28
* Add 'Organizations' page to user settings (#3587)Unknwon2017-01-27
* Setting orgs (#3587)Rémy Boulanouar2017-01-27
* Update XORM required version and 'go fmt'Unknwon2017-01-26