aboutsummaryrefslogtreecommitdiffstats
path: root/apps/oauth2/src/App.vue
Commit message (Collapse)AuthorAgeFilesLines
* fix(oauth2): store hashed secret instead of encryptedJulien Veyssier2024-09-021-0/+8
| | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+1
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-1/+1
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-20/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Create semantically right table for the "OAuth 2.0 clients"julia.kirschenheuter2023-10-271-4/+15
| | | | | | Adapt styles Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Add labels for input fieldsjulia.kirschenheuter2023-09-221-7/+21
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore: Update nextcloud-vue to v8 beta2 and renamed changed propertiesFerdinand Thiessen2023-08-021-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-231-3/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix missing native submit type from OAuth client add buttonChristoph Wurst2022-11-171-1/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Add Nc prefix to Nc vue component namesVincent Petry2022-08-251-8/+8
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump @nextcloud/vue to 6.0.0-beta.3 and relatedVincent Petry2022-08-251-4/+4
| | | | | | | | Update @nextcloud/vue to 6.0.0-beta.3 Update vue and vue-template-compiler to 2.7.8 Update calendar-availability-vue to 0.5.0-beta.1 to fix conflicts. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Cleanup oauth2 admin settingsCarl Schwan2022-07-141-7/+25
| | | | | | | - Use more vue components - Add link to doc Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix eslint and update bundlesJohn Molakvoæ (skjnldsv)2021-07-221-0/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Lint fixJohn Molakvoæ (skjnldsv)2021-03-171-3/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Pimp Oauth2 tableRoeland Jago Douma2020-08-311-11/+7
| | | | | | Fixes #12302 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump compiled filesJohn Molakvoæ (skjnldsv)2020-07-311-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump eslint-config-nextcloud from 0.0.6 to 0.1.0dependabot-preview[bot]2019-12-191-8/+8
| | | | | | | | | | Bumps [eslint-config-nextcloud](https://github.com/nextcloud/eslint-config-nextcloud) from 0.0.6 to 0.1.0. - [Release notes](https://github.com/nextcloud/eslint-config-nextcloud/releases) - [Commits](https://github.com/nextcloud/eslint-config-nextcloud/compare/v0.0.6...v0.1.0) Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Switch to @nextcloud/axios for the CSRF update fixChristoph Wurst2019-10-051-1/+1
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* fixup! Import routerRoeland Jago Douma2019-10-031-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Import routerRoeland Jago Douma2019-10-031-2/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-31/+50
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move oauth admin settings to initialstateRoeland Jago Douma2019-09-281-7/+6
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Move OC.theme to the bundle and deprecate oc_defaultsChristoph Wurst2019-05-141-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Switch to nextcloud-axios for oauth2 appRoeland Jago Douma2018-12-071-14/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not show OAuth2 table if it is emptyRoeland Jago Douma2018-07-041-1/+1
| | | | | | For #10094 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Validate OAuth2 redirect uriRoeland Jago Douma2018-06-261-8/+14
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix redirctUriRoeland Jago Douma2018-06-191-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* js-src => srcRoeland Jago Douma2018-06-191-0/+113
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>