]> source.dussan.org Git - gitea.git/log
gitea.git
7 years agoIntegrated an initial changelog (#457)
Thomas Boerger [Fri, 23 Dec 2016 12:06:43 +0000 (13:06 +0100)]
Integrated an initial changelog (#457)

7 years agoAdd default values for settings (#455)
Lunny Xiao [Fri, 23 Dec 2016 07:18:05 +0000 (15:18 +0800)]
Add default values for settings (#455)

* add default values for settings

* more default values

* more default settings and labels resource

* mv locale to options

7 years agoFix race condition in unit test (#456)
Ethan Koenig [Fri, 23 Dec 2016 06:31:22 +0000 (01:31 -0500)]
Fix race condition in unit test (#456)

7 years agoChange screenshoots to Gitea (#454)
Joubert RedRat [Fri, 23 Dec 2016 06:25:55 +0000 (04:25 -0200)]
Change screenshoots to Gitea (#454)

7 years agoresolved #394 (#396)
Lunny Xiao [Fri, 23 Dec 2016 00:26:01 +0000 (08:26 +0800)]
resolved #394 (#396)

7 years agoBindata is optional and over-writable on restart (#354)
Thomas Boerger [Thu, 22 Dec 2016 18:12:23 +0000 (19:12 +0100)]
Bindata is optional and over-writable on restart (#354)

* Moved conf assets into options folder

* Dropped old bindata

* Started to integrate options bindata and accessors

* Do not enforce a builtin app.ini

* Replaced bindata calls with options

* Dropped bindata task from makefile, it's the generate task now

* Always embedd app.ini to provide sane config defaults

* Use sane defaults for the configuration

* Defined default value for SSH_KEYGEN_PATH

* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini

* Fixed new paths in latest test additions

* Drop bindata with make clean task

* Set more proper default values

7 years agofix tag webhook 404 error (#420)
Lunny Xiao [Thu, 22 Dec 2016 14:57:48 +0000 (22:57 +0800)]
fix tag webhook 404 error (#420)

7 years agoCheck if file is a symlink with web editor (#3687) (#445)
Lunny Xiao [Thu, 22 Dec 2016 12:27:32 +0000 (20:27 +0800)]
Check if file is a symlink with web editor (#3687) (#445)

* Check if file is a symlink with web editor (#3687)

* editor checks for symlinks

* translate file_is_a_symlink message

* credit translation author

* fix error constant

7 years agofix bug #1122 log.smtp receiver configure error (#3602) (#451)
Lunny Xiao [Thu, 22 Dec 2016 12:27:13 +0000 (20:27 +0800)]
fix bug #1122 log.smtp receiver configure error (#3602) (#451)

7 years agoNew settings option for a custom SSH host (#3763) (#446)
Lunny Xiao [Thu, 22 Dec 2016 12:26:43 +0000 (20:26 +0800)]
New settings option for a custom SSH host (#3763) (#446)

* New settings option for a custom SSH host (#3763)

* let default ssh listen addr empty

7 years agoinit script gentoo (#447)
Lunny Xiao [Thu, 22 Dec 2016 09:39:17 +0000 (17:39 +0800)]
init script gentoo (#447)

* init script for gentoo (#3761)

* replace Gogs to Gitea

* remove override port number

* remove port

7 years agoupdate code.gitea.io/git (#450)
Lunny Xiao [Thu, 22 Dec 2016 09:30:52 +0000 (17:30 +0800)]
update code.gitea.io/git (#450)

7 years agoUpdateIssueUsersByMentions was calling database write operations while (#443)
Lunny Xiao [Thu, 22 Dec 2016 09:00:39 +0000 (17:00 +0800)]
UpdateIssueUsersByMentions was calling database write operations while (#443)

a transaction session was in progress. MailParticipants was failing
silently because of the SQLITE_LOCKED error. Make sure failures in
MailParticipants enter the log, and pass on the transaction context.

issue: let caller pass in database context, and use it
issue_comment: obtain database context to pass to UpdateIssueMentions
issue_comment: log any error from call to MailParticipants
issue_mail: pass on database context to UpdateIssueMentions

7 years agoBug fixes and tests for modules/base (#442)
Ethan Koenig [Thu, 22 Dec 2016 08:58:04 +0000 (03:58 -0500)]
Bug fixes and tests for modules/base (#442)

Also address other TODOs

7 years agoissue comment api fix (#449)
Kim "BKC" Carlbäcker [Thu, 22 Dec 2016 08:29:26 +0000 (09:29 +0100)]
issue comment api fix (#449)

* ListAllInRepo & Delete Issue-Comments

* Moar data in issue-comments

7 years agoFix string format verbs (#3637)
Alexander Lunegov [Wed, 21 Dec 2016 07:09:43 +0000 (12:09 +0500)]
Fix string format verbs (#3637)

7 years agoFix homepage docs link broken (#417)
Lunny Xiao [Thu, 22 Dec 2016 06:03:43 +0000 (14:03 +0800)]
Fix homepage docs link broken (#417)

* fix homepage docs link broken

* fix homepage docs links after docs updated

7 years agoUpdate locales (#440)
Lunny Xiao [Wed, 21 Dec 2016 15:28:42 +0000 (23:28 +0800)]
Update locales (#440)

* Update locales

* replace Gogs to Gitea

7 years agoAdd Korean support (#437)
Lunny Xiao [Wed, 21 Dec 2016 14:47:26 +0000 (22:47 +0800)]
Add Korean support (#437)

* Add Korean support

* replace Gogs to Gitea

7 years agoRemove remaining Gogs reference on locales and cmd (#430)
Joubert RedRat [Wed, 21 Dec 2016 12:13:17 +0000 (10:13 -0200)]
Remove remaining Gogs reference on locales and cmd (#430)

7 years agoDo not override the binary version name from drone (#436)
Thomas Boerger [Wed, 21 Dec 2016 12:00:15 +0000 (13:00 +0100)]
Do not override the binary version name from drone (#436)

Signed-off-by: Thomas Boerger <tboerger@suse.de>
7 years agoChange default Android theme color meta tag (#389)
Andrey Nering [Tue, 20 Dec 2016 13:54:22 +0000 (11:54 -0200)]
Change default Android theme color meta tag (#389)

7 years agoMerge pull request #412 from strk/libravatar-source
Andrey Nering [Tue, 20 Dec 2016 12:32:45 +0000 (10:32 -0200)]
Merge pull request #412 from strk/libravatar-source

Add support for using "libravatar" as the GravatarSource

7 years agoFix random string generator (#384)
Denis Denisov [Tue, 20 Dec 2016 12:32:02 +0000 (14:32 +0200)]
Fix random string generator (#384)

* Remove unused custom-alphabet feature of random string generator

Fix random string generator

Random string generator should return error if it fails to read random data via crypto/rand

* Fixes variable (un)initialization mixed assign
Update test GetRandomString

7 years agoMerge pull request #422 from mjwwit/master
Andrey Nering [Tue, 20 Dec 2016 12:15:03 +0000 (10:15 -0200)]
Merge pull request #422 from mjwwit/master

Change test mail subject and body to 'Gitea Test Mail!'

7 years agochange test mail subject and body to 'Gitea Test Mail!' 422/head
Michael de Wit [Tue, 20 Dec 2016 08:34:50 +0000 (09:34 +0100)]
change test mail subject and body to 'Gitea Test Mail!'

Signed-off-by: Michael de Wit <mjwwit@gmail.com>
7 years agoserve video files using the HTML5 video tag (#418)
Nico Mandery [Tue, 20 Dec 2016 08:09:11 +0000 (09:09 +0100)]
serve video files using the HTML5 video tag (#418)

* serve video files using the HTML5 video tag

* lint fix: add comment to IsVideoFile

7 years agoAdd support for using "libravatar" as the GravatarSource 412/head
Sandro Santilli [Mon, 19 Dec 2016 16:04:39 +0000 (17:04 +0100)]
Add support for using "libravatar" as the GravatarSource

Just to make it easier for administrator to configure libre avatar,
as it is done for "duoshuo" and "gravatar"

7 years agoadd ZH readme (#405)
Lunny Xiao [Mon, 19 Dec 2016 13:30:52 +0000 (21:30 +0800)]
add ZH readme (#405)

7 years agofixed vulnerabilities labels (#409)
Lunny Xiao [Sat, 17 Dec 2016 11:49:17 +0000 (19:49 +0800)]
fixed vulnerabilities labels (#409)

7 years agoRemove fixed FIXME (#408)
Richie B2B [Fri, 16 Dec 2016 16:00:30 +0000 (17:00 +0100)]
Remove fixed FIXME (#408)

7 years agoFix typo (#407)
Richie B2B [Fri, 16 Dec 2016 16:00:15 +0000 (17:00 +0100)]
Fix typo (#407)

7 years agoUpdate gitea/sdk vendor (#406)
Martin Hebnes Pedersen [Fri, 16 Dec 2016 15:26:35 +0000 (16:26 +0100)]
Update gitea/sdk vendor (#406)

7 years agoRevert "Disable coverage report for now" (#400)
Andrey Nering [Fri, 16 Dec 2016 11:49:54 +0000 (09:49 -0200)]
Revert "Disable coverage report for now" (#400)

7 years agofixed vulnerabilities on deleting release (#399)
Lunny Xiao [Fri, 16 Dec 2016 11:42:39 +0000 (19:42 +0800)]
fixed vulnerabilities on deleting release (#399)

7 years agoDisable coverage report for now (#395)
Thomas Boerger [Thu, 15 Dec 2016 11:26:34 +0000 (12:26 +0100)]
Disable coverage report for now (#395)

Until aircover gets updated so that it works again I have disabled to
coverage report upload for now.

7 years agoFixing multiple docker issues (#386)
Thomas Boerger [Thu, 15 Dec 2016 09:16:55 +0000 (10:16 +0100)]
Fixing multiple docker issues (#386)

* Added stupid docker task to makefile

* Dropped unknown option PrintLastLog from docker ssh config

* OpenSSH should log to docker stdout

* Set random pw for docker git user, otherwise it is locked

* Stop using templates and public within docker

7 years agoUpdate example install url from try.gogs.io to try.gitea.io (#385)
Sandro Santilli [Thu, 15 Dec 2016 08:56:46 +0000 (09:56 +0100)]
Update example install url from try.gogs.io to try.gitea.io (#385)

* Update example install url from try.gogs.io to try.gitea.io

* Ask if issue can be reproduced on try.gitea.io

* Link try.gitea.io to the README

7 years agofixed vulnerabilities (#392)
Lunny Xiao [Thu, 15 Dec 2016 08:49:06 +0000 (16:49 +0800)]
fixed vulnerabilities (#392)

7 years agoDon't use custom PBKDF2 function (#382)
Lunny Xiao [Thu, 15 Dec 2016 01:24:27 +0000 (09:24 +0800)]
Don't use custom PBKDF2 function (#382)

7 years agobug fixed branch name for pushupdate (#380)
Lunny Xiao [Tue, 13 Dec 2016 07:19:42 +0000 (15:19 +0800)]
bug fixed branch name for pushupdate (#380)

7 years agoAutogenerate Version on build (#190)
Kim "BKC" Carlbäcker [Tue, 13 Dec 2016 04:48:58 +0000 (05:48 +0100)]
Autogenerate Version on build (#190)

* Autogenerate Version On Build

* Fixes

* Changed Version to v0.9.0

* balls

* I hate newlines

* Don't remove .VERSION-file on `make clean`

* v0.9.0 => 1.0.0

* damn new-lines...

* Always rebuild templates/.VERSION

* Delete .VERSION

* Update Makefile

7 years agoCorrection LDAP validation (#342)
Denis Denisov [Mon, 12 Dec 2016 00:46:51 +0000 (02:46 +0200)]
Correction LDAP validation (#342)

* Correction LDAP username validation

As https://msdn.microsoft.com/en-us/library/aa366101(v=vs.85).aspx describe spaces should not be in start or at the end of username but they can be inside the username. So please check my solution for it.

* Check for zero length passwords in LDAP module.

According to https://tools.ietf.org/search/rfc4513#section-5.1.2 LDAP client should always check before bind whether a password is an empty value. There are at least one LDAP implementation which does not return error if you try to bind with DN set and empty password - AD.

* Clearing the login/email spaces at the [start/end]

7 years agoIn the wiki title replace tab with a space (#371)
Bwko [Sun, 11 Dec 2016 03:01:26 +0000 (04:01 +0100)]
In the wiki title replace tab with a space (#371)

7 years agoFixes issue #283
Bwko [Thu, 8 Dec 2016 22:08:28 +0000 (23:08 +0100)]
Fixes issue #283

Delete old temp local copy before we create a new temp local copy

7 years agoBug fix for edit-hook API endpoint
Ethan Koenig [Wed, 7 Dec 2016 21:25:29 +0000 (16:25 -0500)]
Bug fix for edit-hook API endpoint

7 years agoFix alignment of tooltip and add bindata - related to #359 (#364)
Henning Henkel [Thu, 8 Dec 2016 12:59:47 +0000 (13:59 +0100)]
Fix alignment of tooltip and add bindata - related to #359 (#364)

7 years agoRemove stale comment in models/repo.go (#366)
Ethan Koenig [Wed, 7 Dec 2016 23:04:12 +0000 (18:04 -0500)]
Remove stale comment in models/repo.go (#366)

7 years agoFix for #361, renamed username to login
Bwko [Wed, 7 Dec 2016 11:21:16 +0000 (12:21 +0100)]
Fix for #361, renamed username to login

7 years agoBug fixes for repo permissions in API
Ethan Koenig [Mon, 5 Dec 2016 23:48:51 +0000 (18:48 -0500)]
Bug fixes for repo permissions in API

Also move duplicated code into repo.APIFormat(..)

7 years agoAdded download tooltip - solves #221 (#359)
Henning Henkel [Wed, 7 Dec 2016 08:38:20 +0000 (09:38 +0100)]
Added download tooltip - solves #221 (#359)

7 years agoFixes panic when there's no user initialized (#358)
Bwko [Tue, 6 Dec 2016 20:58:34 +0000 (21:58 +0100)]
Fixes panic when there's no user initialized (#358)

7 years agoIntegrate templates into bindata optionally (#314)
Thomas Boerger [Tue, 6 Dec 2016 17:58:31 +0000 (18:58 +0100)]
Integrate templates into bindata optionally (#314)

Integrated optional bindata for the templates

7 years agoActually fix 'make build' (#353)
Kim "BKC" Carlbäcker [Mon, 5 Dec 2016 17:35:22 +0000 (18:35 +0100)]
Actually fix 'make build' (#353)

* Actually fix bloddy 'make build'

7 years agoEnabled bindata build tag and generate bindata (#352)
Thomas Boerger [Mon, 5 Dec 2016 15:39:45 +0000 (16:39 +0100)]
Enabled bindata build tag and generate bindata (#352)

7 years agoAwlays build, even when it thinks it's up to date (#351)
Kim "BKC" Carlbäcker [Mon, 5 Dec 2016 14:58:04 +0000 (15:58 +0100)]
Awlays build, even when it thinks it's up to date (#351)

7 years agoMerge pull request #348 from tboerger/release-fixes
Thomas Boerger [Mon, 5 Dec 2016 13:49:00 +0000 (14:49 +0100)]
Merge pull request #348 from tboerger/release-fixes

Fix drone release publishing and test steps

7 years agoFixed build tags and deps for all build/test steps 348/head
Thomas Boerger [Sun, 4 Dec 2016 22:55:09 +0000 (23:55 +0100)]
Fixed build tags and deps for all build/test steps

7 years agoProperly move releases within drone builds
Thomas Boerger [Sun, 4 Dec 2016 22:48:36 +0000 (23:48 +0100)]
Properly move releases within drone builds

7 years agoFixes #316
Antonio Facciolo [Wed, 30 Nov 2016 16:27:39 +0000 (17:27 +0100)]
Fixes #316

Export Pusher name as GITEA_PUSHER_NAME env variable
Export also GITEA_UUID, but keep the uuid env variable for backward compatibility

export pusher name ENV variable #316

change env variable prefix to GITEA_

Signed-off-by: Antonio Facciolo <afdev82@gmail.com>
Export also GITEA_UUID #316

Keep uuid env variable for backward compatibility

7 years agoFix regression in PR-API #248 (#349)
Kim "BKC" Carlbäcker [Mon, 5 Dec 2016 11:17:39 +0000 (12:17 +0100)]
Fix regression in PR-API #248 (#349)

* Fix #344 (regression in PR-API #248)

7 years agoMerge pull request #347 from thehowl/fix-contributing-typos
Thomas Boerger [Mon, 5 Dec 2016 07:22:16 +0000 (08:22 +0100)]
Merge pull request #347 from thehowl/fix-contributing-typos

Fix typos in CONTRIBUTING

7 years agoApply suggested changes 347/head
Morgan Bazalgette [Sun, 4 Dec 2016 21:50:36 +0000 (22:50 +0100)]
Apply suggested changes

7 years agoFix typos in CONTRIBUTING
Morgan Bazalgette [Sun, 4 Dec 2016 19:49:07 +0000 (20:49 +0100)]
Fix typos in CONTRIBUTING

Signed-off-by: Morgan Bazalgette <the@howl.moe>
7 years agoMerge pull request #345 from Bwko/fix_for_320
Andrey Nering [Sat, 3 Dec 2016 22:06:05 +0000 (20:06 -0200)]
Merge pull request #345 from Bwko/fix_for_320

Fix for #320

7 years agoFix for #320 345/head
Bwko [Sat, 3 Dec 2016 21:31:54 +0000 (22:31 +0100)]
Fix for #320

Suppress the error when we're removing a file that may not exist

7 years agoSafe compare password (timing attack) (#338)
Denis Denisov [Sat, 3 Dec 2016 05:49:17 +0000 (07:49 +0200)]
Safe compare password (timing attack) (#338)

7 years agoMerge pull request #334 from avelino/scripts_project_name_update
Thomas Boerger [Fri, 2 Dec 2016 19:13:20 +0000 (20:13 +0100)]
Merge pull request #334 from avelino/scripts_project_name_update

Fixed project name on scripts

7 years agoupdate SERVICENAME on init scripts 334/head
Avelino [Fri, 2 Dec 2016 17:52:28 +0000 (15:52 -0200)]
update SERVICENAME on init scripts

7 years ago[API] Pull Requests (#248)
Kim "BKC" Carlbäcker [Fri, 2 Dec 2016 11:10:39 +0000 (12:10 +0100)]
[API] Pull Requests (#248)

7 years agoMerge pull request #227 from go-gitea/api/github-compliance
Kim "BKC" Carlbäcker [Fri, 2 Dec 2016 09:04:15 +0000 (10:04 +0100)]
Merge pull request #227 from go-gitea/api/github-compliance

GitHub API Compliance Fixes

7 years agoLinting 227/head
Kim "BKC" Carlbäcker [Fri, 2 Dec 2016 08:28:45 +0000 (09:28 +0100)]
Linting

7 years agoGitHub API Compliance (& linting)
Kim "BKC" Carlbäcker [Fri, 7 Oct 2016 17:17:27 +0000 (19:17 +0200)]
GitHub API Compliance (& linting)

7 years agoAdd undocumented endpoint for /repositories/:id
Kim "BKC" Carlbäcker [Mon, 3 Oct 2016 10:35:42 +0000 (12:35 +0200)]
Add undocumented endpoint for /repositories/:id

7 years agoFixed project name on setting module key APP_NAME
Avelino [Fri, 2 Dec 2016 05:23:37 +0000 (03:23 -0200)]
Fixed project name on setting module key APP_NAME

7 years agoFixed project name on base template head
Avelino [Fri, 2 Dec 2016 05:13:27 +0000 (03:13 -0200)]
Fixed project name on base template head

7 years agoFixed project name on repo template mail
Avelino [Fri, 2 Dec 2016 05:09:46 +0000 (03:09 -0200)]
Fixed project name on repo template mail

7 years agoFixed project on repo template hook settings
Avelino [Fri, 2 Dec 2016 05:07:37 +0000 (03:07 -0200)]
Fixed project on repo template hook settings

7 years agoCatch os... errors
Bwko [Wed, 30 Nov 2016 23:56:15 +0000 (00:56 +0100)]
Catch os... errors

7 years agofixed typo on rename project name scripts for windows (bat)
Avelino [Fri, 2 Dec 2016 05:51:34 +0000 (03:51 -0200)]
fixed typo on rename project name scripts for windows (bat)

7 years agoFixed project name on scripts
Avelino [Fri, 2 Dec 2016 05:18:58 +0000 (03:18 -0200)]
Fixed project name on scripts

7 years agoAdded rel="noopener" to target="_blank" hrefs (#327)
Bwko [Fri, 2 Dec 2016 01:12:16 +0000 (02:12 +0100)]
Added rel="noopener" to target="_blank" hrefs (#327)

* Added rel="noopener" to target="_blank" hrefs

* Replaced gogs.io/docs with docs.gitea.io

7 years agoBug fixed for .dockerignore (#329)
Lunny Xiao [Thu, 1 Dec 2016 15:05:28 +0000 (23:05 +0800)]
Bug fixed for .dockerignore (#329)

* bug fixed for .dockerignore

* clean up

7 years agoMerge pull request #326 from tboerger/maintainers
Andrey Nering [Thu, 1 Dec 2016 15:03:32 +0000 (13:03 -0200)]
Merge pull request #326 from tboerger/maintainers

Added real name of Bwko to maintainers file

7 years agoCopy gitea binary to docker from correct path (#325)
Thomas Boerger [Thu, 1 Dec 2016 10:53:26 +0000 (11:53 +0100)]
Copy gitea binary to docker from correct path (#325)

Signed-off-by: Thomas Boerger <tboerger@suse.de>
7 years agoResolved #296 (#324)
Lunny Xiao [Thu, 1 Dec 2016 10:52:57 +0000 (18:52 +0800)]
Resolved #296 (#324)

* resolved #296

* Indentation fixed

7 years agoresolved #310: hide fork to self (#323)
Lunny Xiao [Thu, 1 Dec 2016 10:51:50 +0000 (18:51 +0800)]
resolved #310: hide fork to self (#323)

7 years agoAdded real name of Bwko to maintainers file 326/head
Thomas Boerger [Thu, 1 Dec 2016 09:26:34 +0000 (10:26 +0100)]
Added real name of Bwko to maintainers file

Signed-off-by: Thomas Boerger <tboerger@suse.de>
7 years agoMerge pull request #322 from lunny/lunny/pull_typo
Kim "BKC" Carlbäcker [Thu, 1 Dec 2016 08:20:48 +0000 (09:20 +0100)]
Merge pull request #322 from lunny/lunny/pull_typo

typo in model/pull.go

7 years agoGet rid of bin folder within makefile, enabled TiDB (#319)
Thomas Boerger [Thu, 1 Dec 2016 07:28:43 +0000 (08:28 +0100)]
Get rid of bin folder within makefile, enabled TiDB (#319)

* Get rid of the bin folder within the build process

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped latest make task, it is unused

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Added tidb tag to drone config

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the cert build tag

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped useless minwinsvc build tag

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
* Dropped the useless build tags from drone config

Signed-off-by: Thomas Boerger <thomas@webhippie.de>
7 years agotypo 322/head
Lunny Xiao [Thu, 1 Dec 2016 01:05:32 +0000 (09:05 +0800)]
typo

7 years agoMerge pull request #318 from stroucki/20161128locale
Andrey Nering [Wed, 30 Nov 2016 21:40:29 +0000 (19:40 -0200)]
Merge pull request #318 from stroucki/20161128locale

Suggested de locale fix

7 years agoBased on @tboerger's screenshot, these "times" are counts and not 318/head
Michael Stroucken [Wed, 30 Nov 2016 18:25:05 +0000 (13:25 -0500)]
Based on @tboerger's screenshot, these "times" are counts and not
clock times. Change translation to reflect that.

7 years agoHave "make" create the executable in root dir (#247)
Sandro Santilli [Wed, 30 Nov 2016 15:59:17 +0000 (16:59 +0100)]
Have "make" create the executable in root dir (#247)

Same as "go build".
Makes it functional by default as it'd then find template/ and public/
by default w/out setting GITEA_WORK_DIR

7 years agoMerge pull request #306 from Bwko/Security
Matthias Loibl [Wed, 30 Nov 2016 07:22:45 +0000 (08:22 +0100)]
Merge pull request #306 from Bwko/Security

Fixes xss, clickjacking & password autocompletion

7 years agoMerge pull request #298 from stroucki/20161128locale
Thomas Boerger [Tue, 29 Nov 2016 21:49:10 +0000 (22:49 +0100)]
Merge pull request #298 from stroucki/20161128locale

 suggested locale fixes

7 years agoFixes xss, clickjacking & password autocompletion 306/head
Bwko [Tue, 29 Nov 2016 21:49:06 +0000 (22:49 +0100)]
Fixes xss, clickjacking & password autocompletion

7 years agoTime values displayed are apparently single values, so use singular. 298/head
Michael Stroucken [Tue, 29 Nov 2016 19:54:10 +0000 (14:54 -0500)]
Time values displayed are apparently single values, so use singular.

7 years agoMerge pull request #275 from strk/readmelink
Thomas Boerger [Tue, 29 Nov 2016 19:38:23 +0000 (20:38 +0100)]
Merge pull request #275 from strk/readmelink

Turn banner into a link to the github page

7 years agoTurn banner into a link to the github gitea repository 275/head
Sandro Santilli [Sun, 27 Nov 2016 11:09:55 +0000 (12:09 +0100)]
Turn banner into a link to the github gitea repository

Also use relative link to banner