Tao Wang
3548949033
Add missing path in the Docker app.ini template ( #2181 )
7 years ago
tarelda
b0feb579af
Keep preseeded database password ( #4284 )
7 years ago
GiteaBot
97f22dbe37
[skip ci] Updated translations via Crowdin
7 years ago
cezar97
fa45520109
Add `noreferrer` to rel='noopener` for <a> tags ( #4328 )
7 years ago
ucodi
9ffe15ab4e
Update notification icon ( #4343 )
7 years ago
Pofilo
deec117f3f
#4354 Fix translation ( #4355 )
7 years ago
Clar Charr
3ecea2c417
Increase default TOTP secret size to 320 bits ( #4287 )
7 years ago
techknowlogick
1b4a0afc9d
Dep upgrade mysql lib ( #4161 )
* update gopkg file to add sql dep
7 years ago
Lauris Bukšis-Haberkorns
4435e96189
Update changelog
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
7 years ago
GiteaBot
71cdc999af
[skip ci] Updated translations via Crowdin
7 years ago
Lauris Bukšis-Haberkorns
39e0408330
Change 1.5.0 RC1 release date in changelog
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
7 years ago
GiteaBot
d1eaaebc7b
[skip ci] Updated translations via Crowdin
7 years ago
Lauris Bukšis-Haberkorns
5a14a1ea53
Change 1.5.0 RC1 release date in changelog
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
7 years ago
GiteaBot
533d7d0235
[skip ci] Updated translations via Crowdin
7 years ago
techknowlogick
49d581307a
Add changelog for 1.5.0-RC1 ( #4324 )
7 years ago
GiteaBot
d882ac4aae
[skip ci] Updated translations via Crowdin
7 years ago
Kim "BKC" Carlbäcker
d9a911b986
Limit uploaded avatar image-size to 4096x3072 by default ( #4353 )
7 years ago
GiteaBot
de6396f516
[skip ci] Updated translations via Crowdin
7 years ago
Guilhem Marion
44cd696d48
Update TRANSLATORS ( #4349 )
7 years ago
GiteaBot
9d364bea0b
[skip ci] Updated translations via Crowdin
7 years ago
Alexey Terentyev
792bb42d5c
Add myself as a maintainer ( #4345 )
7 years ago
GiteaBot
cdf6c42ec4
[skip ci] Updated translations via Crowdin
7 years ago
techknowlogick
d8b3c766df
Add scope to Gitlab oauth request ( #4330 )
Fix #3449
7 years ago
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