]> source.dussan.org Git - nextcloud-server.git/commit
Pass redirect_url through setup form 1393/head
authorSimon Eisenmann <simon@struktur.de>
Tue, 13 Sep 2016 10:15:30 +0000 (12:15 +0200)
committerSimon Eisenmann <simon@struktur.de>
Tue, 13 Sep 2016 10:32:17 +0000 (12:32 +0200)
commit1a240a23e59a2ee56fa00e590953239649225201
treea4801dafc636151a9aaee122f1c966148bd87732
parent0543661064b00c27c2e9a1780acf34c8a364f6ce
Pass redirect_url through setup form

When accessing a 'not set up' Nextcloud with a redirect_url parameter
the parameter will is added to the setup POST request, resulting in the
requested redirect after setup is complete.

This is required in scenarios where Nextcloud is used as authorization
provider like on the Spreedbox to allow redirection to the required page
when normally a login form would be shown but the setup form is shown
instead.
core/js/setup.js