techknowlogick
066814ef7c
Backport 1.4.3 changelog to master branch ( #4323 )
7 years ago
GiteaBot
322837dbba
[skip ci] Updated translations via Crowdin
7 years ago
Alexey Terentyev
f0bb6381b7
Fixed violation of the unique constraint for v68 migration ( #4297 )
7 years ago
GiteaBot
c7c5ad04cc
[skip ci] Updated translations via Crowdin
7 years ago
Jonas Franz
bcf5bdfe5c
Fix open redirect vulnerability on login screen ( #4312 )
* Fix open redirect vulnerability on login screen
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Reorder imports
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Replace www. from Domain too
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
GiteaBot
52b20a3cc3
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
70f57bc6b2
Create api-usage doc page ( #4306 )
* add api user guides in doc
* update user-guides api page
* fix typo: user guides -> user guide
* move api-usage page under advanced category
* flesh out API usage docs
* Build on work by @tungsheng
* Address issues raised in #4037 , #3673 , and #4243
* Close #4247
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
GiteaBot
b070eb0825
[skip ci] Updated translations via Crowdin
7 years ago
Antonio Huete Jimenez
71f426ed87
Add a basic SMF manifest for SunOS platforms ( #4238 )
Signed-off-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
7 years ago
Lunny Xiao
349c1508f1
fix exclude files .sha265 to .sha256 ( #4304 )
7 years ago
Antoine GIRARD
b3cdcd859c
Add gpg-sign step to drone ( #4188 )
* Add gpg-sign step to drone
* add compressed releases to gpg-sign targets
* Use exclude to simplify file list
drone-plugins/drone-gpgsign#2
7 years ago
Richard Coleman
89400d63b1
Add details about USER_UID and USER_GID environment variables ( #4301 )
7 years ago
techknowlogick
a3f486e8e6
Remove call to update certs ( #4296 )
7 years ago
David Schneiderbauer
304bd2ea73
hide issues from org private repos w/o team assignment ( #4034 )
7 years ago
Alexey Terentyev
fd22130887
Fix topics addition (Another solution) ( #4031 ) ( #4258 )
* Added topics validation, fixed repo topics duplication (#4031 )
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added tests
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed fmt
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added comments to exported functions
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Deleted RemoveDuplicateTopics function
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed messages
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added migration
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* fmt migration file
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* fixed lint
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added Copyright
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Added query solution for duplicates
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed migration query
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Changed RegExp. Fixed migration
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* fmt migration file
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Fixed test for changed regexp
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Removed validation log messages
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed migration file
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed validate function
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
Russell Aunger
5128ce487b
Fix webhook type conflation. ( #4285 )
- Fix typo that caused Gogs hooks to be created as Gitea hooks.
- Fix typo that caused Gogs hooks to be duplicated upon edit (though this bug was masked by the previous one).
Signed-off-by: Russell Aunger <rba@live.com>
7 years ago
GiteaBot
865228a173
[skip ci] Updated translations via Crowdin
7 years ago
kolaente
1173a6a60d
Updated drone config to use the "next" git plugin ( #4281 )
7 years ago
techknowlogick
539c9488e1
Change parsing of postgresql settings ( #4275 )
* Change parsing of postgresql settings
Fix #4200
* Add copyright
* update postgresql connection string
* add tests
7 years ago
David Schneiderbauer
0ddfbb2b15
Fix not removed watches on unallowed repositories ( #4201 )
7 years ago
Jonas Franz
89444af642
Fix milestone appliance and permission checks ( #4271 )
* Fix milestone appliance
Fix missing permission check
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix comment
* Add Gitea copyright line
7 years ago
GiteaBot
2d63a78201
[skip ci] Updated translations via Crowdin
7 years ago
David Schneiderbauer
ad5ce7df06
fix missing data on redirects ( #3975 )
7 years ago
GiteaBot
70082ffdd8
[skip ci] Updated translations via Crowdin
7 years ago
kolaente
495c399eef
Reorganized feature comparison ( #4264 )
7 years ago
Jonas Franz
c79d793634
Show second line by using >= 1 instead of > 1 ( #4251 )
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
GiteaBot
6457869092
[skip ci] Updated translations via Crowdin
7 years ago
Antoine GIRARD
657b3a1e21
markup: escape short wiki link ( #4091 )
7 years ago
GiteaBot
3809a0a0ad
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
0f0de3e0cc
fix CreateIssueCommentOption reference ( #4239 )
* fixes a warning remaining from #4010 and #4220
7 years ago
GiteaBot
d1d69f4290
[skip ci] Updated translations via Crowdin
7 years ago
David Schneiderbauer
20e7100a11
fix not respecting landing page setting ( #4209 )
* fix not respecting landing page setting
* fmt
* add landing page test
7 years ago
Antoine GIRARD
434c7d411f
Fix swagger security parts ( #4236 )
7 years ago
Lauris BH
3ae658b26d
Delete reactions added to issues and comments when deleting repository ( #4232 )
7 years ago
Lunny Xiao
80871d8594
fix bug when deleting a release ( #4207 )
7 years ago
Antoine GIRARD
00ff25393c
Fix swagger errors ( #4220 )
Fix all the resting errors to have a valid swagger file.
They are still some warnings but nothing blocking.
Doing so I found that some request still misses son parameters for some POST/PUT/PATCH request. This means the a client generated from the swagger file will not work completely.
Fix #4088 by activating validation in drone
Should fix #4010 .
7 years ago
harry
70cb88f17a
Improve wiki content width. ( #4195 )
7 years ago
GiteaBot
dc775f10fe
[skip ci] Updated translations via Crowdin
7 years ago
Alexey Terentyev
bc2acb2592
Fixed drone command in readme ( #4222 )
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
d6630f4d44
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
42faf0d9b9
fix delete comment bug ( #4216 )
7 years ago
GiteaBot
457a4b2c9b
[skip ci] Updated translations via Crowdin
7 years ago
BNolet
7ccb681ea4
Fixed spelling + clarity ( #4213 )
Message given when password was too short was incorrectly spelled and was not clear enough.
7 years ago
GiteaBot
afe51ce0bf
[skip ci] Updated translations via Crowdin
7 years ago
nickolas360
05c64f07a1
HTML-escape text READMEs ( #4192 )
7 years ago
David Schneiderbauer
0413735e18
undo #3142 because processes don't use the util.Timestamp ( #4203 )
7 years ago
Fluf
893a3255ea
Add config path as an optional flag when changing pass via CLI ( #4184 )
7 years ago
Fluf
4c23447f8c
Only show "You cannot fork a repository you own" when needed ( #4130 )
7 years ago
GiteaBot
57ab69fd04
[skip ci] Updated translations via Crowdin
7 years ago
Jesse Lucas
99bf8c0921
Update backup and restore doc usage ( #4165 )
Edit example of `./gitea dump` to include -c option to pass app.ini
Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
7 years ago