]> source.dussan.org Git - gitea.git/log
gitea.git
6 years agoFix repo links (#3093) (#3163)
Lauris BH [Tue, 12 Dec 2017 06:42:24 +0000 (08:42 +0200)]
Fix repo links (#3093) (#3163)

6 years agoFix Uninitialized variable in ParsePatch (#3156) (#3162)
Lauris BH [Tue, 12 Dec 2017 01:08:48 +0000 (03:08 +0200)]
Fix Uninitialized variable in ParsePatch (#3156) (#3162)

6 years agoFix avatar URLs (#3069) (#3143)
Ethan Koenig [Mon, 11 Dec 2017 05:36:38 +0000 (21:36 -0800)]
Fix avatar URLs (#3069) (#3143)

* Fix avatar URLs

* import order

6 years agoComment backport test and add missing drone test (#3127) v1.3.1
Lunny Xiao [Sat, 9 Dec 2017 10:16:59 +0000 (18:16 +0800)]
Comment backport test and add missing drone test (#3127)

* comment backport test since the test reference many changes

* fix missing drone test on release/*

* remove test coverage on release/*

6 years agoChangelog for version 1.3.1 (#3119)
Lauris BH [Fri, 8 Dec 2017 15:22:42 +0000 (17:22 +0200)]
Changelog for version 1.3.1 (#3119)

6 years agoSanitize logs for mirror sync (#3057, #3082) (#3078)
Ethan Koenig [Fri, 8 Dec 2017 15:12:47 +0000 (07:12 -0800)]
Sanitize logs for mirror sync (#3057, #3082) (#3078)

* Sanitize logs for mirror sync

* Fix error message sanitiziation (#3082)

6 years agoFix missing branch in release bug (#3108) (#3117)
Ethan Koenig [Fri, 8 Dec 2017 08:01:46 +0000 (00:01 -0800)]
Fix missing branch in release bug (#3108) (#3117)

6 years agoFix repo indexer and submodule bug (#3107) (#3110)
Ethan Koenig [Fri, 8 Dec 2017 06:52:18 +0000 (22:52 -0800)]
Fix repo indexer and submodule bug (#3107) (#3110)

* Fix repo indexer and submodule bug (#3107)

* Empty commit to re-trigger CI

6 years agoFix legacy URL redirects (#3100) (#3106)
Ethan Koenig [Thu, 7 Dec 2017 06:29:14 +0000 (22:29 -0800)]
Fix legacy URL redirects (#3100) (#3106)

6 years agofix redis cache failed (#3086) (#3089)
Lunny Xiao [Mon, 4 Dec 2017 22:06:04 +0000 (06:06 +0800)]
fix redis cache failed (#3086) (#3089)

6 years agofix issue list branch link broken (#3061) (#3070)
Lunny Xiao [Sun, 3 Dec 2017 02:20:43 +0000 (10:20 +0800)]
fix issue list branch link broken (#3061) (#3070)

6 years agoFix missing password length check when change password (#3039) (#3071)
Lunny Xiao [Sun, 3 Dec 2017 01:49:25 +0000 (09:49 +0800)]
Fix missing password length check when change password (#3039) (#3071)

* fix missing password length check when change password

* add tests for change password

6 years agosendmail: correct option to set envelope-sender (#3044)
Stephan Sachse [Sat, 2 Dec 2017 03:06:49 +0000 (04:06 +0100)]
sendmail: correct option to set envelope-sender (#3044)

mailer doesn't set the correct options while calling sendmail. if
``mailer.FROM`` is set to ``"Gitea Webservice" <user@example.com>``
sendmail is called like this

```
Sending with: sendmail [-F user@example.com -i alice@example.com]
```

and doesn't set the envelope-sender. the option ``-F string`` set the
sender full name and is used only with messages that has no ``From``
message header.

set the envelope sender address with ``-f sender`` (lowercase ``f``)
works for me (fedora 27, x86_64, postfix-3.2.4, go1.9.1, gitea-1.3.0)

6 years agoChangelog for v1.3.0 (#3026) v1.3.0
Lauris BH [Wed, 29 Nov 2017 14:51:47 +0000 (16:51 +0200)]
Changelog for v1.3.0 (#3026)

* Changelog for v1.3.0

* Update with more backports

6 years agoMemory usage improvements (#3013) (#3028)
Lauris BH [Wed, 29 Nov 2017 14:29:37 +0000 (16:29 +0200)]
Memory usage improvements (#3013) (#3028)

* govendor update code.gitea.io/git

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Greatly improve memory usage

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
6 years agoSet OpenID support on by default when installing new instance (#3010) (#3027)
Lauris BH [Wed, 29 Nov 2017 13:32:20 +0000 (15:32 +0200)]
Set OpenID support on by default when installing new instance (#3010) (#3027)

6 years agoFix label comments for French locale (#3017)
Lauris BH [Wed, 29 Nov 2017 00:01:06 +0000 (02:01 +0200)]
Fix label comments for French locale (#3017)

* Fix label comments for French locale

* Fix wrong translation text

6 years agoRemove duplicate "Max Diff Lines" from config view (#3001)
Duncan Ogilvie [Tue, 28 Nov 2017 01:36:35 +0000 (02:36 +0100)]
Remove duplicate "Max Diff Lines" from config view (#3001)

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
6 years agoAdd changelog for v1.3.0-rc2 (#2998) v1.3.0-rc2
techknowlogick [Mon, 27 Nov 2017 06:28:25 +0000 (01:28 -0500)]
Add changelog for v1.3.0-rc2 (#2998)

6 years agoFix over-escaped characters (#2992)
Ethan Koenig [Mon, 27 Nov 2017 05:01:13 +0000 (21:01 -0800)]
Fix over-escaped characters (#2992)

6 years agoFix go-get, src and raw urls to new scheme (#2978) (#2986)
Lauris BH [Mon, 27 Nov 2017 02:02:08 +0000 (04:02 +0200)]
Fix go-get, src and raw urls to new scheme (#2978) (#2986)

6 years agoFix error when add user has full name to team (#2973) (#2975)
Lunny Xiao [Sun, 26 Nov 2017 17:53:07 +0000 (01:53 +0800)]
Fix error when add user has full name to team (#2973) (#2975)

* fix error when add user has full name to team

* add comment for extra uname check

6 years agoFix files/commits of merged PRs (#2970)
Ethan Koenig [Sat, 25 Nov 2017 19:38:15 +0000 (11:38 -0800)]
Fix files/commits of merged PRs (#2970)

6 years ago Update golang x/crypto dependencies (#2923) (#2951)
Lauris BH [Tue, 21 Nov 2017 04:25:53 +0000 (06:25 +0200)]
 Update golang x/crypto dependencies (#2923) (#2951)

* Update golang x/crypto dependencies (#2923)

* Fix govendor for x/crupto curve25519 (#2925)

6 years agoFix memcache support when value is returned as string always (#2924) (#2950)
Lauris BH [Tue, 21 Nov 2017 03:46:44 +0000 (05:46 +0200)]
Fix memcache support when value is returned as string always (#2924) (#2950)

6 years agoAdd changelog for v1.3.0-rc1 (#2921) v1.3.0-rc1
Lunny Xiao [Wed, 15 Nov 2017 14:58:13 +0000 (22:58 +0800)]
Add changelog for v1.3.0-rc1 (#2921)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Nov 2017 23:40:26 +0000 (23:40 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoBackport 1.2.x changelog to master (#2904)
Lauris BH [Tue, 14 Nov 2017 23:39:17 +0000 (01:39 +0200)]
Backport 1.2.x changelog to master (#2904)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Nov 2017 11:25:14 +0000 (11:25 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoupdate screenshots on README (#2910)
Lunny Xiao [Tue, 14 Nov 2017 11:23:55 +0000 (19:23 +0800)]
update screenshots on README (#2910)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Nov 2017 00:57:08 +0000 (00:57 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoGogs -> Gitea (#2909)
Sandro Santilli [Tue, 14 Nov 2017 00:55:57 +0000 (13:55 +1300)]
Gogs -> Gitea (#2909)

rename label

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Nov 2017 14:54:11 +0000 (14:54 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix run command race (#1470)
Mura Li [Mon, 13 Nov 2017 14:51:45 +0000 (08:51 -0600)]
Fix run command race (#1470)

* Use exec.CommandContext to simplfy timeout handling

And fixing the data races which can be identified by the added tests when -race enabled.

* Use sleep commmand instead of reading from stdin

* Make the error handling go-esque

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Nov 2017 09:33:29 +0000 (09:33 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoCorrect ldap username validation. (#2880)
Jochen Rill [Mon, 13 Nov 2017 09:32:16 +0000 (10:32 +0100)]
Correct ldap username validation. (#2880)

PR #342 was only partially applied. Spaces should not be at the start
and end of a username but they can be inside.

6 years agoFix localization texts that contain semicolon (#2900)
Lauris BH [Mon, 13 Nov 2017 07:56:10 +0000 (09:56 +0200)]
Fix localization texts that contain semicolon (#2900)

6 years agoFix inconsistencies in user settings ui (#2901)
Shaun [Mon, 13 Nov 2017 07:21:41 +0000 (07:21 +0000)]
Fix inconsistencies in user settings ui (#2901)

6 years agoUpdate swagger documentation (#2899)
Ethan Koenig [Mon, 13 Nov 2017 07:02:25 +0000 (23:02 -0800)]
Update swagger documentation (#2899)

* Update swagger documentation

Add docs for missing endpoints
Add documentation for request parameters
Make parameter naming consistent
Fix response documentation

* Restore delete comments

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Nov 2017 01:37:21 +0000 (01:37 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix issue link rendering in commit messages (#2897)
Ethan Koenig [Mon, 13 Nov 2017 01:35:55 +0000 (17:35 -0800)]
Fix issue link rendering in commit messages (#2897)

* Fix issue link rendering in commit messages

* Update page.tmpl

* No links for parens

* remove comment

6 years agoAdd integration test for user deleting account (#2891)
Ethan Koenig [Sun, 12 Nov 2017 13:36:16 +0000 (05:36 -0800)]
Add integration test for user deleting account (#2891)

6 years agoAdd integration test for logging out (#2892)
Ethan Koenig [Sun, 12 Nov 2017 05:29:07 +0000 (21:29 -0800)]
Add integration test for logging out (#2892)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 11 Nov 2017 23:19:22 +0000 (23:19 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix adding a new authentication source after selecting OAuth (#2889)
Shaun [Sat, 11 Nov 2017 23:18:21 +0000 (23:18 +0000)]
Fix adding a new authentication source after selecting OAuth (#2889)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 11 Nov 2017 01:33:50 +0000 (01:33 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix new branch creation to new url scheme (#2884)
Lauris BH [Sat, 11 Nov 2017 01:32:46 +0000 (03:32 +0200)]
Fix new branch creation to new url scheme (#2884)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 8 Nov 2017 13:06:17 +0000 (13:06 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd LFS object verification step after upload (#2868)
Lauris BH [Wed, 8 Nov 2017 13:04:19 +0000 (15:04 +0200)]
Add LFS object verification step after upload (#2868)

* Add LFS object verification step after upload

* Fix file verification condition and small refactor

* Fix URLs

* Remove newline and return status 422 on failed verification

* Better error hadling

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Nov 2017 06:34:16 +0000 (06:34 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd external markup render support (#2570)
Lunny Xiao [Tue, 7 Nov 2017 06:33:06 +0000 (14:33 +0800)]
Add external markup render support (#2570)

* add external markup render support

* bug fixed

* refacotr codes and fix wrong error log

* fix comments and add check to prevent leaks

* add check for config file and improve the example

* check file close error

* use ioutil.TempFile instead uuid

* correct Render -> Parser

* improve warning when incorrect markup setting

* fix typos

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 7 Nov 2017 04:34:18 +0000 (04:34 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix LFS not returning correct content length when requesting a range of bytes (#2864)
Jacob Parry [Tue, 7 Nov 2017 04:33:04 +0000 (23:33 -0500)]
Fix LFS not returning correct content length when requesting a range of bytes (#2864)

6 years agoFix fork repository cycle to self (#2860)
Lunny Xiao [Mon, 6 Nov 2017 04:12:55 +0000 (12:12 +0800)]
Fix fork repository cycle to self (#2860)

* fix fork repository cycle to self

* rename testForkRepo to traverseParentRepo

6 years agofix click create pull request button 404 (#2859)
Lunny Xiao [Sun, 5 Nov 2017 19:11:35 +0000 (03:11 +0800)]
fix click create pull request button 404 (#2859)

6 years agoFix attachments icon size on zoom in/out (#2853)
Jakub [Sun, 5 Nov 2017 12:12:27 +0000 (13:12 +0100)]
Fix attachments icon size on zoom in/out (#2853)

* fix attachments icon size on zoom in/out

* make public/css/index.css

6 years agoLaunch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)
Henrik Bengtsson [Sun, 5 Nov 2017 02:40:31 +0000 (19:40 -0700)]
Launch Gitea with custom UID/GID for 'git' user (fixes #2286) (#2791)

6 years agoClean repository ROOT directory name with filepath.Clean (#2846)
Mike Fellows [Sat, 4 Nov 2017 21:36:49 +0000 (14:36 -0700)]
Clean repository ROOT directory name with filepath.Clean (#2846)

For better compatibility with Windows.

6 years agoFix ignored errors in API route (#2850)
Ethan Koenig [Sat, 4 Nov 2017 18:10:01 +0000 (11:10 -0700)]
Fix ignored errors in API route (#2850)

* Fix ignored errors in API route

6 years agoFix API raw file content access for default branch (#2849)
Lauris BH [Sat, 4 Nov 2017 17:26:38 +0000 (19:26 +0200)]
Fix API raw file content access for default branch (#2849)

6 years ago "[skip ci] Updated translations via Crowdin"
GiteaBot [Sat, 4 Nov 2017 15:56:28 +0000 (15:56 +0000)]
 "[skip ci] Updated translations via Crowdin"

6 years agoUpdate TRANSLATORS (#2843)
Discusal Media [Sat, 4 Nov 2017 15:56:06 +0000 (16:56 +0100)]
Update TRANSLATORS (#2843)

* Update TRANSLATORS

* Change order to alphabetical

6 years ago "[skip ci] Updated translations via Crowdin"
GiteaBot [Sat, 4 Nov 2017 13:33:10 +0000 (13:33 +0000)]
 "[skip ci] Updated translations via Crowdin"

6 years agoAdd deleted_branch table fixture (#2832)
Lauris BH [Sat, 4 Nov 2017 13:31:59 +0000 (15:31 +0200)]
Add deleted_branch table fixture (#2832)

* Add deleted_branch table fixture

* Fix deleted branches tests

* Remove unneeded global variable

6 years ago "[skip ci] Updated translations via Crowdin"
GiteaBot [Sat, 4 Nov 2017 11:54:55 +0000 (11:54 +0000)]
 "[skip ci] Updated translations via Crowdin"

6 years agochange the email and name to GitBot account. (#2848)
Bo-Yi Wu [Sat, 4 Nov 2017 11:53:59 +0000 (06:53 -0500)]
change the email and name to GitBot account. (#2848)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 years agoLink members and repositories count to each page on org home. (#2787)
harry [Sat, 4 Nov 2017 05:46:34 +0000 (13:46 +0800)]
Link members and repositories count to each page on org home. (#2787)

6 years ago '[skip ci] Updated translations via Crowdin'
lafriks [Fri, 3 Nov 2017 23:24:26 +0000 (23:24 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agoFix API raw requests for commits and tags (#2841)
Lauris BH [Fri, 3 Nov 2017 23:23:59 +0000 (01:23 +0200)]
Fix API raw requests for commits and tags (#2841)

6 years agoTranslator pt-BR (#2838)
Joel da Rosa [Fri, 3 Nov 2017 14:45:21 +0000 (12:45 -0200)]
Translator pt-BR (#2838)

* Translator pt-BR

* rectification translators pt-BR

6 years agoIssue content should not be updated when closing with comment (#2833)
Lauris BH [Fri, 3 Nov 2017 09:23:17 +0000 (11:23 +0200)]
Issue content should not be updated when closing with comment (#2833)

6 years agoSet session and indexers' data files rel to AppDataPath (#2192)
Guillaume Dube [Fri, 3 Nov 2017 08:56:20 +0000 (04:56 -0400)]
Set session and indexers' data files rel to AppDataPath (#2192)

* Set session and indexers' data files rel to AppDataPath

The setting AppDataPath is now relative to the working directory.
The session svc's PROVIDER_CONFIG now defaults to AppDataPath/data/sessions.
The issue indexer's IssuePath now defaults to AppDataPath/indexers/issues.bleves.

* fix bug

6 years agoFix order of comments (#2835)
Morlinest [Fri, 3 Nov 2017 03:11:42 +0000 (04:11 +0100)]
Fix order of comments (#2835)

6 years agoUse different directories for session files in integration tests (#2834)
Lauris BH [Fri, 3 Nov 2017 00:48:47 +0000 (02:48 +0200)]
Use different directories for session files in integration tests (#2834)

6 years ago '[skip ci] Updated translations via Crowdin'
lafriks [Thu, 2 Nov 2017 23:33:59 +0000 (23:33 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agoFix removing backslash before quotes in translations (#2831)
Lauris BH [Thu, 2 Nov 2017 23:33:43 +0000 (01:33 +0200)]
Fix removing backslash before quotes in translations (#2831)

6 years agoFix redirect url of legacy commits route (#2825)
Morlinest [Thu, 2 Nov 2017 22:01:22 +0000 (23:01 +0100)]
Fix redirect url of legacy commits route (#2825)

6 years agoFix ordering in app.ini and fix run mode option (#2829)
Morlinest [Thu, 2 Nov 2017 21:08:21 +0000 (22:08 +0100)]
Fix ordering in app.ini and fix run mode option (#2829)

6 years agoAdd git clone test on integration test (#1682)
Lunny Xiao [Thu, 2 Nov 2017 17:51:03 +0000 (01:51 +0800)]
Add git clone test on integration test (#1682)

6 years agoConfigurable SSH key exchange algorithm and MAC suite (#2806)
Cum Gun [Thu, 2 Nov 2017 15:26:41 +0000 (16:26 +0100)]
Configurable SSH key exchange algorithm and MAC suite (#2806)

6 years ago '[skip ci] Updated translations via Crowdin'
lafriks [Thu, 2 Nov 2017 13:01:46 +0000 (13:01 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agoadded myself to the translation list (#2828)
Jonathan Lozada D [Thu, 2 Nov 2017 13:00:42 +0000 (09:00 -0400)]
added myself to the translation list (#2828)

6 years agoFix commits page url (#2823)
Morlinest [Thu, 2 Nov 2017 00:30:19 +0000 (01:30 +0100)]
Fix commits page url (#2823)

* Fix commits page url

* Check all view types

6 years ago '[skip ci] Updated translations via Crowdin'
lafriks [Wed, 1 Nov 2017 19:44:17 +0000 (19:44 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agoUse custom search for each filter type in dashboard (#2343)
Morlinest [Wed, 1 Nov 2017 19:39:05 +0000 (20:39 +0100)]
Use custom search for each filter type in dashboard (#2343)

* Do custom search for each filter in repo-search

* Fix search url

* Simplify code

* Remove loader and reset counts when changing filter

6 years agoRevert en-US locale (#2821)
Lauris BH [Wed, 1 Nov 2017 16:03:10 +0000 (18:03 +0200)]
Revert en-US locale (#2821)

6 years ago '[skip ci] Updated translations via Crowdin'
lunny [Wed, 1 Nov 2017 15:47:40 +0000 (15:47 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agofix update-translations on drone (#2822)
Lunny Xiao [Wed, 1 Nov 2017 15:46:28 +0000 (23:46 +0800)]
fix update-translations on drone (#2822)

6 years ago '[skip ci] Updated translations via Crowdin'
lunny [Wed, 1 Nov 2017 12:53:57 +0000 (12:53 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agoFix wrong translations (#2818)
Lunny Xiao [Wed, 1 Nov 2017 12:52:48 +0000 (20:52 +0800)]
Fix wrong translations (#2818)

* fix wrong translations

* fix tab on yml

6 years ago '[skip ci] Updated translations via Crowdin'
appleboy [Wed, 1 Nov 2017 09:14:08 +0000 (09:14 +0000)]
 '[skip ci] Updated translations via Crowdin'

6 years agoadd gitea remote in drone. (#2817)
Bo-Yi Wu [Wed, 1 Nov 2017 09:13:47 +0000 (04:13 -0500)]
add gitea remote in drone. (#2817)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 years agoadd remote name for git push. (#2816)
Bo-Yi Wu [Wed, 1 Nov 2017 08:48:40 +0000 (03:48 -0500)]
add remote name for git push. (#2816)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 years agoDownload and pushing translations (#2727)
Jonas Franz [Wed, 1 Nov 2017 06:14:49 +0000 (07:14 +0100)]
Download and pushing translations (#2727)

* Download and pushing translations

* Adding empty line between build steps

6 years agoInclude HTTP method in test error message (#2815)
Ethan Koenig [Wed, 1 Nov 2017 05:54:24 +0000 (22:54 -0700)]
Include HTTP method in test error message (#2815)

6 years agoUse api.TrackedTime in API (#2807)
Ethan Koenig [Wed, 1 Nov 2017 02:25:14 +0000 (19:25 -0700)]
Use api.TrackedTime in API (#2807)

* Use api.TrackedTime in API

* APIFormat() method

* Rename function

6 years agoFix dropdown menu position on explore repo (#2808)
Mulia Nasution [Tue, 31 Oct 2017 19:16:07 +0000 (02:16 +0700)]
Fix dropdown menu position on explore repo (#2808)

Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
6 years agoFix typo (#2810)
Mulia Nasution [Tue, 31 Oct 2017 17:10:22 +0000 (00:10 +0700)]
Fix typo (#2810)

Signed-off-by: Mulia Arifandi Nasution <mul14.net@gmail.com>
6 years agoAdd environment variable support for Docker image (#2201)
Tao Wang [Tue, 31 Oct 2017 08:55:46 +0000 (19:55 +1100)]
Add environment variable support for Docker image (#2201)

* Add `gettext` dependencies as we need `envsubst` command;
* Modified s6's gitea setup script, instead of `cp` the template if no
`app.ini` exist, it will substitude the envvars and generate the new
`app.ini`;
* Make `/docker/etc/templates/app.ini` a template contains environment
variables;

Signed-off-by: Tao Wang <twang2218@gmail.com>
6 years agoUse RelAvatarLink() in GetActAvatar() (#2800)
cstyles [Tue, 31 Oct 2017 08:08:23 +0000 (01:08 -0700)]
Use RelAvatarLink() in GetActAvatar() (#2800)