summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup and preview for undo actionsJulius Härtl2017-04-293-34/+19
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-293-56/+36
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Use generated SCSS for theming previewJulius Härtl2017-04-294-45/+62
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #3869 from nextcloud/verify-personal-dataMorris Jobke2017-04-2923-56/+957
|\ | | | | Verify personal data
| * Fix unit testsMorris Jobke2017-04-291-4/+4
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * send signature to lookup serverBjoern Schiessle2017-04-282-0/+4
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Updated autoloaderRoeland Jago Douma2017-04-282-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * fix unit testBjoern Schiessle2017-04-281-21/+24
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix path to the website proofBjoern Schiessle2017-04-282-2/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * don't add multiple retry jobsBjoern Schiessle2017-04-281-13/+21
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * cleanup templateBjoern Schiessle2017-04-283-18/+25
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * use already available instance if l10nBjoern Schiessle2017-04-281-2/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * allow to display the verification code also while verification is already ↵Bjoern Schiessle2017-04-284-26/+35
| | | | | | | | | | | | running Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * move translatable strings out of the templateBjoern Schiessle2017-04-282-9/+30
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * verification button should be clickable directly after status change, not ↵Bjoern Schiessle2017-04-281-13/+20
| | | | | | | | | | | | only after page reload Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix name of website input fieldBjoern Schiessle2017-04-281-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * only close verification dialog if the user clicks outside of the dialogBjoern Schiessle2017-04-281-11/+10
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Fix text overflow in website popoverJan-Christoph Borchardt2017-04-281-0/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * update message in verify popupBjoern Schiessle2017-04-281-2/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * only show verify button if scope is public and the input field contain some ↵Bjoern Schiessle2017-04-281-10/+34
| | | | | | | | | | | | value Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Fix verification button placement on mobileJan-Christoph Borchardt2017-04-281-2/+3
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix dialog widthJan-Christoph Borchardt2017-04-281-2/+1
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Improve placeholders for website and Twitter handleJan-Christoph Borchardt2017-04-281-2/+2
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * only show verification buttons for public fields and field with some actual ↵Bjoern Schiessle2017-04-281-3/+3
| | | | | | | | | | | | value Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * show and hide verification dialogBjoern Schiessle2017-04-282-11/+12
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * fix email verification statusBjoern Schiessle2017-04-282-2/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-282-1/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Fix verification icon positon and cursorJan-Christoph Borchardt2017-04-281-5/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * email doesn't need a verification dialog, verification mail is send ↵Bjoern Schiessle2017-04-281-7/+0
| | | | | | | | | | | | automatically by the lookup server Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Fix email verification cursor thing properlyJan-Christoph Borchardt2017-04-281-1/+4
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * only verify-actions should show a mouse pointerBjoern Schiessle2017-04-281-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Use individual verification popover dialogs instead of oneJan-Christoph Borchardt2017-04-282-17/+29
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * Group verification CSSJan-Christoph Borchardt2017-04-281-17/+15
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * minor style fixes; use verify-action class only for ↵Bjoern Schiessle2017-04-282-2/+2
| | | | | | | | | | | | verification-status-icons which are interactive Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add missing translation and other small fixesBjoern Schiessle2017-04-286-36/+34
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Fix styling of verification box to popoverJan-Christoph Borchardt2017-04-283-50/+19
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * fix css fileBjoern Schiessle2017-04-281-0/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * change status indicator if value was changedBjoern Schiessle2017-04-281-1/+13
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * remove action class once the status changes from 'to verify' to 'verifying'Bjoern Schiessle2017-04-281-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * make use of verification buttonsBjoern Schiessle2017-04-284-28/+35
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * Add verification iconsJan-Christoph Borchardt2017-04-283-0/+12
| | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * updated unit testsBjoern Schiessle2017-04-281-6/+50
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * remove unused variableBjoern Schiessle2017-04-281-1/+1
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * pass verified status to templateBjoern Schiessle2017-04-282-3/+45
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * make sure that every data set has a 'verified' statusBjoern Schiessle2017-04-281-9/+30
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * check right location to verify web page and query lookup server for exact ↵Bjoern Schiessle2017-04-281-13/+13
| | | | | | | | | | | | cloud id to check if the email address was verified correctly Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * ask lookup server if email address was verified by the userBjoern Schiessle2017-04-284-5/+45
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * make sure that we don't lose previous verification statusBjoern Schiessle2017-04-281-0/+15
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * send local verification status to lookup serverBjoern Schiessle2017-04-281-0/+5
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * use configured lookup serverBjoern Schiessle2017-04-281-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>