Lunny Xiao
53efbeadc1
bug fix for dump when data directoryis not exist ( #1025 ) ( #1100 )
2017-03-16 09:23:12 +08:00
Lunny Xiao
3d1ff149a2
add back the default setting values and fix #739 ( #1093 ) ( #1098 )
2017-03-02 08:26:21 +08:00
Thomas Boerger
e2c8d6fcb2
[1.0] Added 1.0.2 to changelog ( #1000 )
...
* Added 1.0.2 to changelog
* Raised version to 1.0.2
2017-02-21 22:39:30 +08:00
Bo-Yi Wu
1a5df9e822
Security: fix XSS attack on alert ( #981 )
2017-02-19 22:20:15 +08:00
Lunny Xiao
21dc5996a5
Security: fix XSS attack on milestone ( #977 )
2017-02-19 19:09:32 +08:00
Lunny Xiao
023a6604e2
Handle SetModel error, fixes one errcheck report ( #257 ) ( #957 )
2017-02-19 10:11:59 +08:00
Lunny Xiao
9a5009a2cc
fix docker link on install page ( #964 ) ( #972 )
2017-02-19 10:11:40 +08:00
Lunny Xiao
3121a7a037
Remove the default console logger when it is not set in the configuration ( #602 ) ( #960 )
...
* Remove the default console logger when it is not set in the configuration
* Added comment to new function (lint failure)
* update based on PR comments (code style)
* code style fix (thanks bkcsoft)
* check if logger exists based on the l.outputs (like in l.DelLogger) instead of adapter, otherwise panic when reinstalling gitea (since the output adapter still exist, without outputs)
2017-02-18 22:25:28 +08:00
Lunny Xiao
61cdc32496
fixed bugs on Wiki and resolved #667 ( #674 ) ( #958 )
2017-02-16 19:32:39 +08:00
Lunny Xiao
5fcf218ed9
Add data directory excluding sessions to dump ( #587 ) ( #959 )
2017-02-16 17:30:28 +08:00
Lunny Xiao
91836614cd
Security: prevent XSS attach on wiki page ( #955 )
...
Reported by Miguel Ángel Jimeno.
2017-02-16 17:02:15 +08:00
Lunny Xiao
ab4eb0daf9
bug fixed for issue count ( #882 )
2017-02-09 18:36:01 +08:00
Thomas Boerger
155fb93b9b
Added 1.0.1 to changelog ( #595 )
...
(cherry picked from commit 0ac40cc694
)
2017-01-05 21:13:52 +08:00
Thomas Boerger
3a8c792303
Clone tags within drone for proper version generation ( #591 ) ( #593 )
...
(cherry picked from commit 2d17d6bc16
)
2017-01-05 19:34:59 +08:00
Lunny Xiao
807c64800c
fix config session missing data row & resolved #517 ( #578 )
2017-01-05 08:49:49 +08:00
Lunny Xiao
6ddb2dcd57
change the default action when deleting a release to not delete tag ( #579 )
2017-01-05 08:49:43 +08:00
Lunny Xiao
729ab80065
resolved #517 : fix admin ui data row missing ( #580 )
2017-01-05 08:49:32 +08:00
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