Lunny Xiao
a5ea9b4f30
fix installation page ssh domain unavilable ( #506 )
2017-01-04 14:40:44 +01:00
Lunny Xiao
8f08ccdb9f
bug fixed for fork repos ( #563 )
2017-01-03 12:40:58 +08:00
Lunny Xiao
10d73d38e0
resolved #485 : when migrate empty wiki repo, then ignore ( #544 )
2016-12-31 18:36:41 +08:00
Lunny Xiao
fbb424c61d
fix 500 when delete orgnization and resolved #486 ( #507 )
2016-12-28 08:53:17 +08:00
Bwko
e8bac94d1f
At the locales replaced 6 with MIN_PASSWORD_LENGTH ( #501 )
2016-12-27 18:44:49 +08:00
Matthias Loibl
99c6556ff3
Don't trim trailing whitespaces for markdown ( #467 )
2016-12-24 09:35:37 +08:00
Thomas Boerger
6aacf4d2f0
Properly handle drone tags and release/* branches ( #466 )
2016-12-24 00:00:48 +01:00
Thomas Boerger
7b67347104
Fixed drone tagging
2016-12-23 19:51:39 +01:00
Lunny Xiao
b0c6217c4d
Fix broken godoc link and add arch in English README ( #463 )
...
* fix broken godoc link and add arch in English README
* typo
2016-12-23 22:57:18 +08:00
Lunny Xiao
eaa7b3c3f5
update zh readme ( #462 )
2016-12-23 22:39:24 +08:00
Thomas Boerger
770e8310bd
Simplified README and added a release badge ( #460 )
...
* Dropped the status from readme, it's anway always outdated
* Added version badge
* Cleaned the install instructions
* Dropped paragraphs that should be documented on the docs
* Simplified the content, refer to the website
* Dropped the logo, lets show screenshots
* Fixed TRANSLATORS link
2016-12-23 15:05:24 +01:00
Thomas Boerger
1e6dd98d51
Integrated an initial changelog ( #457 )
2016-12-23 13:06:43 +01:00
Lunny Xiao
a822bba3e1
Add default values for settings ( #455 )
...
* add default values for settings
* more default values
* more default settings and labels resource
* mv locale to options
2016-12-23 15:18:05 +08:00
Ethan Koenig
ec1fe1183d
Fix race condition in unit test ( #456 )
2016-12-23 14:31:22 +08:00
Joubert RedRat
dfb547099d
Change screenshoots to Gitea ( #454 )
2016-12-23 07:25:55 +01:00
Lunny Xiao
a12da66dfb
resolved #394 ( #396 )
2016-12-23 01:26:01 +01:00
Thomas Boerger
b33078fa33
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
2016-12-22 19:12:23 +01:00
Lunny Xiao
c21e2c4151
fix tag webhook 404 error ( #420 )
2016-12-22 22:57:48 +08:00
Lunny Xiao
0e1392501d
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
2016-12-22 13:27:32 +01:00
Lunny Xiao
e0ecd9fd93
fix bug #1122 log.smtp receiver configure error ( #3602 ) ( #451 )
2016-12-22 13:27:13 +01:00
Lunny Xiao
65b1875d2b
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
2016-12-22 13:26:43 +01:00
Lunny Xiao
11df7ebfc5
init script gentoo ( #447 )
...
* init script for gentoo (#3761 )
* replace Gogs to Gitea
* remove override port number
* remove port
2016-12-22 10:39:17 +01:00
Lunny Xiao
47a7529d96
update code.gitea.io/git ( #450 )
2016-12-22 10:30:52 +01:00
Lunny Xiao
0c5c34d7dd
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
2016-12-22 17:00:39 +08:00
Ethan Koenig
4c89a9c33c
Bug fixes and tests for modules/base ( #442 )
...
Also address other TODOs
2016-12-22 16:58:04 +08:00
Kim "BKC" Carlbäcker
df7fa4e995
issue comment api fix ( #449 )
...
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
2016-12-22 16:29:26 +08:00
Alexander Lunegov
d5d21b67d2
Fix string format verbs ( #3637 )
2016-12-22 08:18:41 +01:00
Lunny Xiao
c46eb3f5b3
Fix homepage docs link broken ( #417 )
...
* fix homepage docs link broken
* fix homepage docs links after docs updated
2016-12-22 07:03:43 +01:00
Lunny Xiao
f8d94cb440
Update locales ( #440 )
...
* Update locales
* replace Gogs to Gitea
2016-12-21 23:28:42 +08:00
Lunny Xiao
2197d298cb
Add Korean support ( #437 )
...
* Add Korean support
* replace Gogs to Gitea
2016-12-21 15:47:26 +01:00
Joubert RedRat
ce21ed6c34
Remove remaining Gogs reference on locales and cmd ( #430 )
2016-12-21 20:13:17 +08:00
Thomas Boerger
618407c018
Do not override the binary version name from drone ( #436 )
...
Signed-off-by: Thomas Boerger <tboerger@suse.de>
2016-12-21 20:00:15 +08:00
Andrey Nering
111c95ecaf
Change default Android theme color meta tag ( #389 )
2016-12-20 21:54:22 +08:00
Andrey Nering
235eb4c3d2
Merge pull request #412 from strk/libravatar-source
...
Add support for using "libravatar" as the GravatarSource
2016-12-20 10:32:45 -02:00
Denis Denisov
380e32e129
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
2016-12-20 13:32:02 +01:00
Andrey Nering
952587dbae
Merge pull request #422 from mjwwit/master
...
Change test mail subject and body to 'Gitea Test Mail!'
2016-12-20 10:15:03 -02:00
Michael de Wit
1d30457a94
change test mail subject and body to 'Gitea Test Mail!'
...
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
2016-12-20 09:34:50 +01:00
Nico Mandery
6ade13e86e
serve video files using the HTML5 video tag ( #418 )
...
* serve video files using the HTML5 video tag
* lint fix: add comment to IsVideoFile
2016-12-20 16:09:11 +08:00
Sandro Santilli
608a60fb94
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"
2016-12-19 17:05:30 +01:00
Lunny Xiao
8559d6f267
add ZH readme ( #405 )
2016-12-19 21:30:52 +08:00
Lunny Xiao
7c46667e71
fixed vulnerabilities labels ( #409 )
2016-12-17 19:49:17 +08:00
Richie B2B
44428fdc38
Remove fixed FIXME ( #408 )
2016-12-16 17:00:30 +01:00
Richie B2B
0d6e88baef
Fix typo ( #407 )
2016-12-16 17:00:15 +01:00
Martin Hebnes Pedersen
b11843b8dc
Update gitea/sdk vendor ( #406 )
2016-12-16 16:26:35 +01:00
Andrey Nering
578a8e258e
Revert "Disable coverage report for now" ( #400 )
2016-12-16 12:49:54 +01:00
Lunny Xiao
15c3d14d55
fixed vulnerabilities on deleting release ( #399 )
2016-12-16 19:42:39 +08:00
Thomas Boerger
8aeeed0a23
Disable coverage report for now ( #395 )
...
Until aircover gets updated so that it works again I have disabled to
coverage report upload for now.
2016-12-15 12:26:34 +01:00
Thomas Boerger
c6b6a61bf1
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
2016-12-15 17:16:55 +08:00
Sandro Santilli
1831ee2d1d
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
2016-12-15 16:56:46 +08:00
Lunny Xiao
b4c794058a
fixed vulnerabilities ( #392 )
2016-12-15 16:49:06 +08:00