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
GiteaBot
cdf6c42ec4
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
322837dbba
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
c7c5ad04cc
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
52b20a3cc3
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
b070eb0825
[skip ci] Updated translations via Crowdin
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
GiteaBot
865228a173
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
2d63a78201
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
70082ffdd8
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
6457869092
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
3809a0a0ad
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
d1d69f4290
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
dc775f10fe
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
d6630f4d44
[skip ci] Updated translations via Crowdin
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
GiteaBot
57ab69fd04
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
fbd48abafe
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
fe916afd9f
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
b65e3a6978
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
9ef0468900
Show only needed values in database configuration section depending on type ( #4164 )
7 years ago
GiteaBot
451a73fb4c
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
4f1f2eade2
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
ccff0619d9
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
75c0aa01ed
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
3756189308
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
4fac99dc8a
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
d2fdbe8da9
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
04bb3b8a36
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
28675220e7
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
d93cd8dcf4
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
e8ff39974d
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
153ec79d55
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
5769082557
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
4f41ab4f7f
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
5594ddbce5
[skip ci] Updated translations via Crowdin
7 years ago
Magnus Lindvall
16e14c2a35
LDAP Public SSH Keys synchronization ( #1844 )
* Add LDAP Key Synchronization feature
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Add migration: add login source id column for public_key table
* Only update keys if needed
* Add function to only list pubkey synchronized from ldap
* Only list pub ssh keys synchronized from ldap. Do not sort strings as ExistsInSlice does it.
* Only get keys belonging to current login source id
* Set default login source id to 0
* Some minor cleanup. Add integration tests (updete dep testify)
7 years ago
Alexey Terentyev
6b125b90e7
Added repository search ordered by stars or forks. Forks column in admin repo list. ( #3969 )
* Added repository search order by stars or forks.
Added Forks column to admin repository list.
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed search repo template
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
19b4a8e34d
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
f54fc8792d
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
8b65e484b4
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
e1ca530fb2
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
60503e6155
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
3e91000524
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
667f1ed388
[skip ci] Updated translations via Crowdin
7 years ago
David Schneiderbauer
cf9b3e7a74
remove collaborative repositories from search on user profiles ( #3996 )
* remove collaborative repositories from search on user profiles
* rename 'My Repositories' to 'Repositories'
7 years ago