Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-06 | 14 | -6/+94 |
| | |||||
* | Merge pull request #4701 from nextcloud/enforce-type | Roeland Jago Douma | 2017-05-05 | 2 | -2/+6 |
|\ | | | | | Enforce type hints in dav app | ||||
| * | Enforce type hints in dav app | Morris Jobke | 2017-05-04 | 2 | -2/+6 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix invalid theming URLs | Morris Jobke | 2017-05-05 | 3 | -12/+25 |
| | | | | | | | | | | | | | | * logo and background image had the cache buster applied twice: background-image: url(http://192.168.99.100/server/core/img/logo.svg?v=0?v=0); Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-05 | 14 | -0/+176 |
|/ | |||||
* | Merge pull request #4693 from nextcloud/fix_4644 | Roeland Jago Douma | 2017-05-04 | 2 | -1/+16 |
|\ | | | | | Do not reload the filelist on first open | ||||
| * | Do not reload the filelist on first open | Roeland Jago Douma | 2017-05-04 | 2 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #4644 Without this patch the filelist would always reload. However since not all the correct data was set yet it would often: 1. fireoff a propfind to ../webdav/ 2. fireoff a propfind to ../webdav/<PATH> When just opening the file list those are the same so the result is just fine. However if opening a direct link it means that there is a race condition on which finishes first. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | check password for mail shares as well | Bjoern Schiessle | 2017-05-04 | 2 | -2/+52 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-04 | 28 | -4/+138 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-03 | 20 | -6/+36 |
| | |||||
* | Merge pull request #4545 from individual-it/access-control-3726 | blizzz | 2017-05-03 | 1 | -10/+19 |
|\ | | | | | show error message when "files-drop" upload fails | ||||
| * | some small refactoring and reformating | Artur Neumann | 2017-04-27 | 1 | -6/+16 |
| | | | | | | Signed-off-by: Artur Neumann <info@individual-it.net> | ||||
| * | use jqXHR.fail() to check for failures | Artur Neumann | 2017-04-27 | 1 | -10/+9 |
| | | | | | | Signed-off-by: Artur Neumann <info@individual-it.net> | ||||
* | | Merge pull request #4620 from nextcloud/preview-error-handling | Roeland Jago Douma | 2017-05-02 | 3 | -0/+6 |
|\ \ | | | | | | | better handling of preview generation errors | ||||
| * | | Handle more error cases | Morris Jobke | 2017-05-02 | 3 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #4636 from nextcloud/jquery-migrate-browser | Lukas Reschke | 2017-05-02 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Remove dependency on jquery-migrate.js for browser detection | ||||
| * | | | Remove dependency on jquery-migrate.js for browser detection | Morris Jobke | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * ref #4628 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Merge pull request #4660 from nextcloud/fix/hide-2fa-backup-codes | Lukas Reschke | 2017-05-02 | 3 | -8/+111 |
|\ \ \ \ | | | | | | | | | | | Hide 2FA backup codes if no other 2FA providers are enabled | ||||
| * | | | | Hide 2FA backup codes if no other 2FA providers are enabled | Christoph Wurst | 2017-05-02 | 3 | -8/+111 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | Fix tests | Roeland Jago Douma | 2017-05-02 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | | Add caching to the imageexport plugin | Roeland Jago Douma | 2017-05-02 | 1 | -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 transifex | Nextcloud bot | 2017-05-02 | 36 | -192/+908 |
|/ / / | |||||
* | | | Merge pull request #4594 from nextcloud/theming-image-default | Morris Jobke | 2017-05-01 | 2 | -0/+69 |
|\ \ \ | | | | | | | | | Delete theming images when logo/background is reset to default | ||||
| * | | | Delete theming images when logo/background is reset to default | Julius Härtl | 2017-04-30 | 2 | -0/+69 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | Merge pull request #4527 from nextcloud/downstream-27504 | Morris Jobke | 2017-05-01 | 2 | -24/+65 |
|\ \ \ \ | |_|/ / |/| | | | Adjust SMB permissions on the root | ||||
| * | | | remove duplicate method | Robin Appelman | 2017-04-26 | 1 | -26/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | remove excessive logging | Robin Appelman | 2017-04-26 | 1 | -25/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | Add new specific tests for SMB | Juan Pablo Villafáñez | 2017-04-26 | 1 | -0/+19 |
| | | | | |||||
| * | | | Adjust SMB permissions on the root | Juan Pablo Villafáñez | 2017-04-26 | 1 | -3/+60 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-01 | 62 | -66/+290 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-04-30 | 58 | -48/+80 |
| | | | |||||
* | | | Code cleanup and preview for undo actions | Julius Härtl | 2017-04-29 | 3 | -34/+19 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Make sure that ThemingDefaults uses the correct default values from \OC_Defaults | Julius Härtl | 2017-04-29 | 2 | -55/+36 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Use generated SCSS for theming preview | Julius Härtl | 2017-04-29 | 4 | -45/+62 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | send signature to lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | don't add multiple retry jobs | Bjoern Schiessle | 2017-04-28 | 1 | -13/+21 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Use JS for verification icon tooltip | Jan-Christoph Borchardt | 2017-04-28 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | add missing translation and other small fixes | Bjoern Schiessle | 2017-04-28 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | ask lookup server if email address was verified by the user | Bjoern Schiessle | 2017-04-28 | 1 | -1/+5 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | send local verification status to lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | use configured lookup server | Bjoern Schiessle | 2017-04-28 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | allow admin to configure lookup server | Bjoern Schiessle | 2017-04-28 | 2 | -24/+15 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Merge pull request #4098 from nextcloud/feature/caldav_search | Morris Jobke | 2017-04-28 | 18 | -1/+1761 |
|\ \ \ | | | | | | | | | add Nextcloud Search extension to CalDAV | ||||
| * | | | rename calendarobjects_properties -> calendarobjects_props | Georg Ehrke | 2017-04-28 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | unit test custom calendar search | Georg Ehrke | 2017-04-28 | 3 | -22/+162 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | require at least one param or prop filter element | Georg Ehrke | 2017-04-25 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | updateProperties: catch exception when reading calendar data | Georg Ehrke | 2017-04-25 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | unit test CalDAV Search Plugin | Georg Ehrke | 2017-04-25 | 4 | -10/+469 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | add repairstep with backgroundjob to index calendar data | Georg Ehrke | 2017-04-25 | 4 | -1/+208 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | | | remove unused CalendarSearchValidator | Georg Ehrke | 2017-04-24 | 2 | -122/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> |