summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* models: able to rename user with diff letter cases #981Unknwon2015-02-223-68/+68
| | | | | - templates/org: mirror fix on name output - routers: add missing error check
* routers: able to migrate repo from local pathUnknwon2015-02-221-2/+2
| | | | - modules/middleware/context.go: add HandleAPI method
* templates/org/home.tmpl: fix org member can't see public repoUnknwon2015-02-222-71/+71
|
* templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-212-4/+4
| | | | | - routers/user: little code format - conf/locale: update French locale
* fix typo mistakeAlexey Makhov2015-02-191-1/+1
|
* remove not using varsAlexey Makhov2015-02-191-3/+3
|
* gitlab-like hash namingAlexey Makhov2015-02-191-3/+3
|
* Merge branch 'dev' of https://github.com/gogits/gogs into devStefan-Code2015-02-1814-19/+16
|\
| * Merge pull request #962 from phsmit/dont_mention_php无闻2015-02-178-9/+9
| |\ | | | | | | Remove the "PHP" style formatting function
| | * Remove the "PHP" style formatting functionPeter Smit2015-02-168-9/+9
| | | | | | | | | | | | | | | | | | The "PHP" formatting function doesn't add anything, except an undocumented date format. All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
| * | Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-173-7/+2
| |/ | | | | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
| * models: fix XORM API breakUnknwon2015-02-141-1/+1
| | | | | | | | cmd/web.go: check version after load config
| * templates/user/auth/signin.tmpl: hide sign up prompt when registration is ↵Unknwon2015-02-122-1/+3
| | | | | | | | disabled #884
| * Merge pull request #937 from Stefan-Code/dev无闻2015-02-111-2/+2
| |\ | | | | | | Changes to repo-header-download-drop
| * | better naming on #891Unknwon2015-02-112-3/+3
| | |
* | | changed repo-clone-url behaviour for bare repoStefan-Code2015-02-181-2/+2
| |/ |/|
* | Changes to repo-header-download-drop, different repo-clone-url input behaviourStefan-Code2015-02-111-2/+2
|/
* able to allow insecure certification of webhook for #891Unknwon2015-02-102-3/+5
|
* templates/ng/base: change year to 2015, fix #928Unknwon2015-02-092-2/+2
| | | | - conf/locale: update Japanese locale
* Merge pull request #911 from TonyTsangHK/dev无闻2015-02-091-0/+4
|\ | | | | Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.
| * Link to previous commited source file (diff.view_file button) instead of ↵Tony Tsang2015-02-061-0/+4
| | | | | | | | returning 404 for deleted files.
* | cmd: code fix for #905Unknwon2015-02-083-4/+7
| | | | | | | | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now)
* | able to disable SSH for #883Unknwon2015-02-072-4/+6
| |
* | code fix for #908, and work for #884Unknwon2015-02-061-0/+2
| |
* | Merge pull request #908 from nicolai86/feature/hide-signup-button-884无闻2015-02-062-0/+4
|\ \ | | | | | | Make Signup button display configurable - #884
| * | Hide the registration button depending on the settingRaphael Randschau2015-02-051-0/+2
| | |
| * | Add ShowRegistrationButton configuration optionRaphael Randschau2015-02-051-0/+2
| |/
* / modules/base: fix markdown mention regex for #826Unknwon2015-02-061-1/+1
|/ | | | - conf/locale: add mew translator profile
* models: sanitize user full name when update settingsUnknwon2015-02-041-1/+1
|
* public/ng/js: script fix on #901Unknwon2015-02-041-2/+2
|
* little fixAlexey Makhov2015-02-041-2/+2
|
* add multifile support to diff view highlightingAlexey Makhov2015-02-041-8/+8
|
* fix diff lines highlightingAlexey Makhov2015-02-041-5/+5
|
* fix error at admin/configAlexey Makhov2015-02-031-1/+1
|
* public/ng/css: code fix on #895Unknwon2015-02-032-2/+2
| | | | - templates/user/settings: fix email panel nav highlight
* Merge branch 'master' of github.com:gogits/gogs into devUnknwon2015-02-031-7/+9
|\
| * fix settings/email html&cssAlexey Makhov2015-02-031-7/+9
| |
* | modules/base: fix README filename checker, fix #877Unknwon2015-02-021-1/+1
|/
* Merge pull request #818 from fzerorubigd/master无闻2015-02-011-0/+5
|\ | | | | add a function to rewrite all public keys on admin request
| * add afunction to rewrite all public keys on admin requestfzerorubigd2015-01-011-0/+5
| | | | | | | | refs #763
* | correction: updated docker linkTristan Storch2015-02-011-3/+3
| |
* | cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-011-21/+27
| | | | | | | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* | public/ng: fix auto-completion #832Unknwon2015-02-011-1/+1
| |
* | templates: fix commit message render issue #828Unknwon2015-01-311-1/+1
| |
* | routers/repo: set raw page content type to 'text/plain' #828Unknwon2015-01-311-1/+1
| |
* | modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-304-4/+4
| | | | | | | | - update russian locale
* | fix #828, may cause unintentional break in other features, but security is no.1Unknwon2015-01-204-5/+5
| |
* | use new Redis clientUnknwon2015-01-031-1/+1
| |
* | Fix #799 by adding a tooltip for all dates in all settings/panelsPeter Smit2015-01-027-8/+8
| |
* | fix #805Unknwon2015-01-021-1/+1
| |