summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-05-0428-4/+138
|
* [tx-robot] updated from transifexNextcloud bot2017-05-0320-6/+36
|
* Merge pull request #4545 from individual-it/access-control-3726blizzz2017-05-031-10/+19
|\ | | | | show error message when "files-drop" upload fails
| * some small refactoring and reformatingArtur Neumann2017-04-271-6/+16
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
| * use jqXHR.fail() to check for failuresArtur Neumann2017-04-271-10/+9
| | | | | | Signed-off-by: Artur Neumann <info@individual-it.net>
* | Merge pull request #4620 from nextcloud/preview-error-handlingRoeland Jago Douma2017-05-023-0/+6
|\ \ | | | | | | better handling of preview generation errors
| * | Handle more error casesMorris Jobke2017-05-023-0/+6
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #4636 from nextcloud/jquery-migrate-browserLukas Reschke2017-05-021-1/+1
|\ \ \ | | | | | | | | Remove dependency on jquery-migrate.js for browser detection
| * | | Remove dependency on jquery-migrate.js for browser detectionMorris Jobke2017-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * ref #4628 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #4660 from nextcloud/fix/hide-2fa-backup-codesLukas Reschke2017-05-023-8/+111
|\ \ \ \ | | | | | | | | | | Hide 2FA backup codes if no other 2FA providers are enabled
| * | | | Hide 2FA backup codes if no other 2FA providers are enabledChristoph Wurst2017-05-023-8/+111
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Fix testsRoeland Jago Douma2017-05-021-1/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Add caching to the imageexport pluginRoeland Jago Douma2017-05-021-0/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we now heavily use this endpoint for the contacts menu we better set proper caching on the images. Else this gets reload over and over again leading to slow loading menu and unneded bytes transfered. * cache for 1 hour by default * added ETag for validation Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2017-05-0236-192/+908
|/ / /
* | | Merge pull request #4594 from nextcloud/theming-image-defaultMorris Jobke2017-05-012-0/+69
|\ \ \ | | | | | | | | Delete theming images when logo/background is reset to default
| * | | Delete theming images when logo/background is reset to defaultJulius Härtl2017-04-302-0/+69
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #4527 from nextcloud/downstream-27504Morris Jobke2017-05-012-24/+65
|\ \ \ \ | |_|/ / |/| | | Adjust SMB permissions on the root
| * | | remove duplicate methodRobin Appelman2017-04-261-26/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | remove excessive loggingRobin Appelman2017-04-261-25/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Add new specific tests for SMBJuan Pablo Villafáñez2017-04-261-0/+19
| | | |
| * | | Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-05-0162-66/+290
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-04-3058-48/+80
| | |
* | | 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-292-55/+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>
* | | send signature to lookup serverBjoern Schiessle2017-04-281-0/+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>
* | | Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-281-0/+3
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | add missing translation and other small fixesBjoern Schiessle2017-04-281-0/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | ask lookup server if email address was verified by the userBjoern Schiessle2017-04-281-1/+5
| | | | | | | | | | | | 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>
* | | allow admin to configure lookup serverBjoern Schiessle2017-04-282-24/+15
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-2818-1/+1761
|\ \ \ | | | | | | | | add Nextcloud Search extension to CalDAV
| * | | rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-282-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | unit test custom calendar searchGeorg Ehrke2017-04-283-22/+162
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | require at least one param or prop filter elementGeorg Ehrke2017-04-252-1/+9
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | updateProperties: catch exception when reading calendar dataGeorg Ehrke2017-04-251-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | unit test CalDAV Search PluginGeorg Ehrke2017-04-254-10/+469
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | add repairstep with backgroundjob to index calendar dataGeorg Ehrke2017-04-254-1/+208
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | remove unused CalendarSearchValidatorGeorg Ehrke2017-04-242-122/+0
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-2414-1/+1064
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-2932-64/+72
| | | |
* | | | Merge pull request #4584 from nextcloud/hint-themingMorris Jobke2017-04-281-1/+1
|\ \ \ \ | | | | | | | | | | Hint: Theming customizes the look and feel of supported clients too
| * | | | Hint: Theming customizes the look and feel of supported clients tooMarius Blüm2017-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | | | | Invert new header icons on bright theming colorsJulius Härtl2017-04-281-6/+9
|/ / / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-282-0/+6
| | | |
* | | | Make sure mountType is actually definedRoeland Jago Douma2017-04-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | allow apps to set custom mount typesRobin Appelman2017-04-285-6/+45
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>