summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-2813-284/+575
|\ \ | | | | | | Keep file id on move
| * | Fix class namesJoas Schilling2017-04-271-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix last unit testsJoas Schilling2017-04-272-200/+32
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Don't end the abstract class name with Test.phpJoas Schilling2017-04-274-4/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Add commentVincent Petry2017-04-271-0/+2
| | |
| * | Properly handle missing READ permissionVincent Petry2017-04-277-11/+100
| | |
| * | Fix duplicate name of classJoas Schilling2017-04-272-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-263-4/+112
| | | | | | | | | | | | | | | | | | Sabre usually deletes the target node on MOVE before proceeding with the actual move operation. This fix prevents this to happen in case the source node is a FutureFile.
| * | Accept moving FutureFile into a DirectoryVincent Petry2017-04-261-0/+6
| | |
| * | Moved unit tests from ObjectTree::move to DirectoryVincent Petry2017-04-262-9/+255
| | |
| * | Remove ObjectTree::move and let is use the IMoveTarget approach insteadVincent Petry2017-04-261-98/+0
| | | | | | | | | | | | This removes the duplicated code
| * | Ported ObjectTree::move to IMoveTarget in new DAV endpointVincent Petry2017-04-261-4/+110
| | |
* | | Merge pull request #4569 from nextcloud/fix-iconsRoeland Jago Douma2017-04-284-3/+7
|\ \ \ | | | | | | | | Fix icons in sidebar on personal page
| * | | Fix icons in sidebar on personal pageMorris Jobke2017-04-274-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-28160-144/+370
|/ / /
* | | Merge pull request #4540 from nextcloud/settings-helpMorris Jobke2017-04-275-4/+9
|\ \ \ | | | | | | | | Add more hints to settings
| * | | Add more hints to settingsJan-Christoph Borchardt2017-04-265-4/+9
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #3770 from nextcloud/faster-search-in-contactsMorris Jobke2017-04-271-7/+6
|\ \ \ \ | | | | | | | | | | Factorize query for searching contacts
| * | | | Add back the name query partRoeland Jago Douma2017-04-211-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | | Factorize query for searching contactsThomas Citharel2017-04-211-7/+4
| | | | |
* | | | | Merge pull request #4519 from nextcloud/downstream-27703Morris Jobke2017-04-262-0/+14
|\ \ \ \ \ | | | | | | | | | | | | Reload file list when leaving hidden state
| * | | | | Reload file list when leaving hidden stateVincent Petry2017-04-262-0/+14
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever a file list is already initialized and was hidden when switching to another file list in the navigation bar, if the user comes back to this list it gets redisplayed. At this point the list needs to be refreshed to be able to reflect any potential file changes done from the other lists.