Commit Graph

10 Commits (0ba165e2ea451c67448d584822ce29ddf62a6c7c)

Author SHA1 Message Date
David Schneiderbauer 099372d76c Refactor User Settings ()
* 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
Ethan Koenig befa7445d2 Unit tests for routers/repo/issue_label ()
Ethan Koenig 54907dfbd1 Fix legacy URL redirects ()
Morlinest 1f04c00e2f Fix redirect url of legacy commits route ()
Ethan Koenig 513375c429 Make URL scheme unambiguous ()
* Make URL scheme unambiguous

Redirect old routes to new routes

* Fix redirects to new URL scheme, and update template

* Fix branches/_new endpoints, and update integration test
Antoine GIRARD 619b9b5547 Move swagger-ui under /api/v1 ()
* Move swagger interface under /api/v1

* Update swagger-ui

* Add /api/swagger and prepare for multiple api version

* Update test links

* Fix footer link
Lunny Xiao 9e865cee67 Merge password and 2fa page on user settings ()
* merge password and 2fa page on user settings
Sandro Santilli 233bbcfa94 Fix integration test after librejs location change ()
Fixes 
Lunny Xiao 64b7068846 Add more test for login links and fix a bug on action retrieve ()
* add more test for login links and fix a bug on action retrieve
Lunny Xiao 9e9e1e0e52 Add public links check ()
* add public links check

* more links for query parameters