2
0
Commit Graph

351 Commits

Author SHA1 Message Date
GiteaBot
602b1c7e74 [skip ci] Updated translations via Crowdin 2018-06-04 05:35:46 +00:00
GiteaBot
21864e5bf4 [skip ci] Updated translations via Crowdin 2018-06-03 01:15:41 +00:00
GiteaBot
b5a3d538cc [skip ci] Updated translations via Crowdin 2018-06-02 15:21:24 +00:00
GiteaBot
a38d6c3b9a [skip ci] Updated translations via Crowdin 2018-06-02 11:30:08 +00:00
GiteaBot
ae9ee85ec5 [skip ci] Updated translations via Crowdin 2018-06-01 05:52:46 +00:00
GiteaBot
b182a591f4 [skip ci] Updated translations via Crowdin 2018-05-30 13:25:15 +00:00
GiteaBot
9e9ce2a510 [skip ci] Updated translations via Crowdin 2018-05-29 00:26:42 +00:00
GiteaBot
828995d063 [skip ci] Updated translations via Crowdin 2018-05-27 10:49:19 +00:00
GiteaBot
2c85c149f2 [skip ci] Updated translations via Crowdin 2018-05-24 18:08:15 +00:00
GiteaBot
554b248dd2 [skip ci] Updated translations via Crowdin 2018-05-24 15:30:53 +00:00
GiteaBot
7db8c67147 [skip ci] Updated translations via Crowdin 2018-05-24 14:30:48 +00:00
GiteaBot
c47f0cf790 [skip ci] Updated translations via Crowdin 2018-05-24 05:00:07 +00:00
Magnus Lindvall
833ee54635 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)
2018-05-24 07:59:02 +03:00
Alexey Terentyev
f73af4fac6 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>
2018-05-24 09:03:42 +08:00
GiteaBot
30fc723c49 [skip ci] Updated translations via Crowdin 2018-05-24 00:25:30 +00:00
GiteaBot
eebf7a6579 [skip ci] Updated translations via Crowdin 2018-05-23 15:33:10 +00:00
GiteaBot
45b686d59a [skip ci] Updated translations via Crowdin 2018-05-23 06:13:29 +00:00
GiteaBot
424bf284e4 [skip ci] Updated translations via Crowdin 2018-05-23 05:22:18 +00:00
GiteaBot
f82c457646 [skip ci] Updated translations via Crowdin 2018-05-22 23:10:02 +00:00
GiteaBot
9d20b5ea58 [skip ci] Updated translations via Crowdin 2018-05-22 05:34:25 +00:00
GiteaBot
ee5565c3be [skip ci] Updated translations via Crowdin 2018-05-21 23:10:17 +00:00
David Schneiderbauer
dd5b0ccbac remove collaborative repositories from search on user profiles (#3996)
* remove collaborative repositories from search on user profiles

* rename 'My Repositories' to 'Repositories'
2018-05-21 23:07:34 +03:00
GiteaBot
20aecd8f8d [skip ci] Updated translations via Crowdin 2018-05-21 17:24:25 +00:00
Fluf
97dfc023eb Fix typo in U2F description (#4007) 2018-05-21 13:15:25 -04:00
GiteaBot
5a3ecef5ac [skip ci] Updated translations via Crowdin 2018-05-21 12:35:56 +00:00
GiteaBot
380ef3e547 [skip ci] Updated translations via Crowdin 2018-05-21 02:29:30 +00:00
Lunny Xiao
d17ba642f9 Fix some webhooks bugs (#3981)
* fix some webhooks bugs

* update vendor

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* fix test

* fix clearlabels

* fix pullrequest webhook bug fix #3492

* update release webhook description

* remove unused code

* fix push webhook in pull request

* small changes
2018-05-21 10:28:29 +08:00
GiteaBot
93d25fbf37 [skip ci] Updated translations via Crowdin 2018-05-21 01:06:08 +00:00
GiteaBot
4945576ea8 [skip ci] Updated translations via Crowdin 2018-05-20 10:10:05 +00:00
GiteaBot
7cc53a71cb [skip ci] Updated translations via Crowdin 2018-05-20 06:10:47 +00:00
GiteaBot
28df90dacd [skip ci] Updated translations via Crowdin 2018-05-19 14:58:24 +00:00
Anderi Azuki
c55fce1498 Update TRANSLATORS (#3933)
* Update TRANSLATORS

* Update TRANSLATORS

* Update TRANSLATORS

* Move to correct position so that list stays in alphabetical order
2018-05-19 22:57:32 +08:00
GiteaBot
d421a9338a [skip ci] Updated translations via Crowdin 2018-05-19 14:13:44 +00:00
Jonas Franz
1f3d4763dc Add support for FIDO U2F (#3971)
* Add support for U2F

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add vendor library
Add missing translations

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Minor improvements

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add U2F support for Firefox, Chrome (Android) by introducing a custom JS library
Add U2F error handling

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add U2F login page to OAuth

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Move U2F user settings to a separate file

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add unit tests for u2f model
Renamed u2f table name

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Fix problems caused by refactoring

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add U2F documentation

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Remove not needed console.log-s

Signed-off-by: Jonas Franz <info@jonasfranz.software>

* Add default values to app.ini.sample
Add FIDO U2F to comparison

Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-05-19 17:12:37 +03:00
GiteaBot
824a4dc08e [skip ci] Updated translations via Crowdin 2018-05-19 13:23:21 +00:00
GiteaBot
4e15f6fcda [skip ci] Updated translations via Crowdin 2018-05-19 01:03:22 +00:00
GiteaBot
67dc486f3b [skip ci] Updated translations via Crowdin 2018-05-18 09:18:02 +00:00
GiteaBot
eaeaa06466 [skip ci] Updated translations via Crowdin 2018-05-17 01:36:23 +00:00
GiteaBot
7e9c409375 [skip ci] Updated translations via Crowdin 2018-05-16 14:26:58 +00:00
GiteaBot
26602c71ad [skip ci] Updated translations via Crowdin 2018-05-16 14:03:37 +00:00
Lunny Xiao
b9f3eeaae8 Add more webhooks support and refactor webhook templates directory (#3929)
* add more webhook support

* move hooks templates to standalone dir and add more webhooks ui

* fix tests

* update vendor checksum

* add more webhook support

* move hooks templates to standalone dir and add more webhooks ui

* fix tests

* update vendor checksum

* update vendor

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>

* load attributes when created release

* update comparsion doc
2018-05-16 22:01:55 +08:00
GiteaBot
2e38430468 [skip ci] Updated translations via Crowdin 2018-05-15 14:16:11 +00:00
GiteaBot
240618691c [skip ci] Updated translations via Crowdin 2018-05-15 10:08:59 +00:00
David Schneiderbauer
8f3fd19190 Refactor User Settings (#3900)
* moved avatar to profile page

* combined password change, email and account deletion into account settings page

* combined totp, access tokens, linked accounts and openid into security settings page

* move access tokens to applications settings page

* small change to restart drone build

* fix change avatar url on profile page

* redirect old settings urls to new ones

* enforce only one autofocus attribute on settings pages

* set correct redirect status code

* fmt fix
2018-05-15 13:07:32 +03:00
FabioFortini
824430b37d issue-2768: added new option allow_only_external_registration (#3910) 2018-05-13 15:51:16 +08:00
GiteaBot
c9b63c606f [skip ci] Updated translations via Crowdin 2018-05-13 01:51:56 +00:00
GiteaBot
3862e12444 [skip ci] Updated translations via Crowdin 2018-05-11 07:56:33 +00:00
GiteaBot
63b58525f4 [skip ci] Updated translations via Crowdin 2018-05-11 02:32:27 +00:00
GiteaBot
721f0a956d [skip ci] Updated translations via Crowdin 2018-05-11 01:44:55 +00:00
GiteaBot
289eab04be [skip ci] Updated translations via Crowdin 2018-05-11 00:43:53 +00:00