summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move translatable strings out of the templateBjoern Schiessle2017-04-282-9/+30
* verification button should be clickable directly after status change, not onl...Bjoern Schiessle2017-04-281-13/+20
* fix name of website input fieldBjoern Schiessle2017-04-281-1/+1
* only close verification dialog if the user clicks outside of the dialogBjoern Schiessle2017-04-281-11/+10
* Fix text overflow in website popoverJan-Christoph Borchardt2017-04-281-0/+1
* update message in verify popupBjoern Schiessle2017-04-281-2/+2
* only show verify button if scope is public and the input field contain some v...Bjoern Schiessle2017-04-281-10/+34
* Fix verification button placement on mobileJan-Christoph Borchardt2017-04-281-2/+3
* Fix dialog widthJan-Christoph Borchardt2017-04-281-2/+1
* Improve placeholders for website and Twitter handleJan-Christoph Borchardt2017-04-281-2/+2
* only show verification buttons for public fields and field with some actual v...Bjoern Schiessle2017-04-281-3/+3
* show and hide verification dialogBjoern Schiessle2017-04-282-11/+12
* fix email verification statusBjoern Schiessle2017-04-282-2/+6
* Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-282-1/+4
* Fix verification icon positon and cursorJan-Christoph Borchardt2017-04-281-5/+4
* email doesn't need a verification dialog, verification mail is send automatic...Bjoern Schiessle2017-04-281-7/+0
* Fix email verification cursor thing properlyJan-Christoph Borchardt2017-04-281-1/+4
* only verify-actions should show a mouse pointerBjoern Schiessle2017-04-281-1/+1
* Use individual verification popover dialogs instead of oneJan-Christoph Borchardt2017-04-282-17/+29
* Group verification CSSJan-Christoph Borchardt2017-04-281-17/+15
* minor style fixes; use verify-action class only for verification-status-icons...Bjoern Schiessle2017-04-282-2/+2
* add missing translation and other small fixesBjoern Schiessle2017-04-286-36/+34
* Fix styling of verification box to popoverJan-Christoph Borchardt2017-04-283-50/+19
* fix css fileBjoern Schiessle2017-04-281-0/+2
* change status indicator if value was changedBjoern Schiessle2017-04-281-1/+13
* remove action class once the status changes from 'to verify' to 'verifying'Bjoern Schiessle2017-04-281-1/+2
* make use of verification buttonsBjoern Schiessle2017-04-284-28/+35
* Add verification iconsJan-Christoph Borchardt2017-04-283-0/+12
* updated unit testsBjoern Schiessle2017-04-281-6/+50
* remove unused variableBjoern Schiessle2017-04-281-1/+1
* pass verified status to templateBjoern Schiessle2017-04-282-3/+45
* make sure that every data set has a 'verified' statusBjoern Schiessle2017-04-281-9/+30
* check right location to verify web page and query lookup server for exact clo...Bjoern Schiessle2017-04-281-13/+13
* ask lookup server if email address was verified by the userBjoern Schiessle2017-04-284-5/+45
* make sure that we don't lose previous verification statusBjoern Schiessle2017-04-281-0/+15
* send local verification status to lookup serverBjoern Schiessle2017-04-281-0/+5
* use configured lookup serverBjoern Schiessle2017-04-281-1/+2
* check verification proof and update account tableBjoern Schiessle2017-04-283-10/+433
* store verification status in accounts table and update lookup serverBjoern Schiessle2017-04-282-1/+56
* add verification dialogBjoern Schiessle2017-04-285-2/+162
* allow admin to configure lookup serverBjoern Schiessle2017-04-283-24/+20
* Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-2818-1/+1761
|\
| * rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-282-3/+3
| * unit test custom calendar searchGeorg Ehrke2017-04-283-22/+162
| * require at least one param or prop filter elementGeorg Ehrke2017-04-252-1/+9
| * updateProperties: catch exception when reading calendar dataGeorg Ehrke2017-04-251-1/+6
| * unit test CalDAV Search PluginGeorg Ehrke2017-04-254-10/+469
| * add repairstep with backgroundjob to index calendar dataGeorg Ehrke2017-04-254-1/+208
| * remove unused CalendarSearchValidatorGeorg Ehrke2017-04-242-122/+0
| * add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-2414-1/+1064