Lunny Xiao
807c64800c
fix config session missing data row & resolved #517 ( #578 )
8 years ago
Lunny Xiao
6ddb2dcd57
change the default action when deleting a release to not delete tag ( #579 )
8 years ago
Lunny Xiao
729ab80065
resolved #517 : fix admin ui data row missing ( #580 )
8 years ago
Lunny Xiao
a5ea9b4f30
fix installation page ssh domain unavilable ( #506 )
8 years ago
Lunny Xiao
8f08ccdb9f
bug fixed for fork repos ( #563 )
8 years ago
Lunny Xiao
10d73d38e0
resolved #485 : when migrate empty wiki repo, then ignore ( #544 )
8 years ago
Lunny Xiao
fbb424c61d
fix 500 when delete orgnization and resolved #486 ( #507 )
8 years ago
Bwko
e8bac94d1f
At the locales replaced 6 with MIN_PASSWORD_LENGTH ( #501 )
8 years ago
Matthias Loibl
99c6556ff3
Don't trim trailing whitespaces for markdown ( #467 )
8 years ago
Thomas Boerger
6aacf4d2f0
Properly handle drone tags and release/* branches ( #466 )
8 years ago
Thomas Boerger
7b67347104
Fixed drone tagging
8 years ago
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
8 years ago
Lunny Xiao
eaa7b3c3f5
update zh readme ( #462 )
8 years ago
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
8 years ago
Thomas Boerger
1e6dd98d51
Integrated an initial changelog ( #457 )
8 years ago
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
8 years ago
Ethan Koenig
ec1fe1183d
Fix race condition in unit test ( #456 )
8 years ago
Joubert RedRat
dfb547099d
Change screenshoots to Gitea ( #454 )
8 years ago
Lunny Xiao
a12da66dfb
resolved #394 ( #396 )
8 years ago
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
8 years ago
Lunny Xiao
c21e2c4151
fix tag webhook 404 error ( #420 )
8 years ago
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
8 years ago
Lunny Xiao
e0ecd9fd93
fix bug #1122 log.smtp receiver configure error ( #3602 ) ( #451 )
8 years ago
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
8 years ago
Lunny Xiao
11df7ebfc5
init script gentoo ( #447 )
...
* init script for gentoo (#3761 )
* replace Gogs to Gitea
* remove override port number
* remove port
8 years ago
Lunny Xiao
47a7529d96
update code.gitea.io/git ( #450 )
8 years ago
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
8 years ago
Ethan Koenig
4c89a9c33c
Bug fixes and tests for modules/base ( #442 )
...
Also address other TODOs
8 years ago
Kim "BKC" Carlbäcker
df7fa4e995
issue comment api fix ( #449 )
...
* ListAllInRepo & Delete Issue-Comments
* Moar data in issue-comments
8 years ago
Alexander Lunegov
d5d21b67d2
Fix string format verbs ( #3637 )
8 years ago
Lunny Xiao
c46eb3f5b3
Fix homepage docs link broken ( #417 )
...
* fix homepage docs link broken
* fix homepage docs links after docs updated
8 years ago
Lunny Xiao
f8d94cb440
Update locales ( #440 )
...
* Update locales
* replace Gogs to Gitea
8 years ago
Lunny Xiao
2197d298cb
Add Korean support ( #437 )
...
* Add Korean support
* replace Gogs to Gitea
8 years ago
Joubert RedRat
ce21ed6c34
Remove remaining Gogs reference on locales and cmd ( #430 )
8 years ago
Thomas Boerger
618407c018
Do not override the binary version name from drone ( #436 )
...
Signed-off-by: Thomas Boerger <tboerger@suse.de>
8 years ago
Andrey Nering
111c95ecaf
Change default Android theme color meta tag ( #389 )
8 years ago
Andrey Nering
235eb4c3d2
Merge pull request #412 from strk/libravatar-source
...
Add support for using "libravatar" as the GravatarSource
8 years ago
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
8 years ago
Andrey Nering
952587dbae
Merge pull request #422 from mjwwit/master
...
Change test mail subject and body to 'Gitea Test Mail!'
8 years ago
Michael de Wit
1d30457a94
change test mail subject and body to 'Gitea Test Mail!'
...
Signed-off-by: Michael de Wit <mjwwit@gmail.com>
8 years ago
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
8 years ago
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"
8 years ago
Lunny Xiao
8559d6f267
add ZH readme ( #405 )
8 years ago
Lunny Xiao
7c46667e71
fixed vulnerabilities labels ( #409 )
8 years ago
Richie B2B
44428fdc38
Remove fixed FIXME ( #408 )
9 years ago
Richie B2B
0d6e88baef
Fix typo ( #407 )
9 years ago
Martin Hebnes Pedersen
b11843b8dc
Update gitea/sdk vendor ( #406 )
9 years ago
Andrey Nering
578a8e258e
Revert "Disable coverage report for now" ( #400 )
9 years ago
Lunny Xiao
15c3d14d55
fixed vulnerabilities on deleting release ( #399 )
9 years ago
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.
9 years ago