aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Hide 2FA backup codes if no other 2FA providers are enabledChristoph Wurst2017-05-023-8/+111
* [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 defaultJulius Härtl2017-04-302-0/+69
* | Merge pull request #4527 from nextcloud/downstream-27504Morris Jobke2017-05-012-24/+65
|\ \
| * | remove duplicate methodRobin Appelman2017-04-261-26/+8
| * | remove excessive loggingRobin Appelman2017-04-261-25/+8
| * | 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
* | Make sure that ThemingDefaults uses the correct default values from \OC_DefaultsJulius Härtl2017-04-292-55/+36
* | Use generated SCSS for theming previewJulius Härtl2017-04-294-45/+62
* | send signature to lookup serverBjoern Schiessle2017-04-281-0/+2
* | don't add multiple retry jobsBjoern Schiessle2017-04-281-13/+21
* | Use JS for verification icon tooltipJan-Christoph Borchardt2017-04-281-0/+3
* | add missing translation and other small fixesBjoern Schiessle2017-04-281-0/+1
* | ask lookup server if email address was verified by the userBjoern Schiessle2017-04-281-1/+5
* | send local verification status to lookup serverBjoern Schiessle2017-04-281-0/+5
* | use configured lookup serverBjoern Schiessle2017-04-281-1/+2
* | allow admin to configure lookup serverBjoern Schiessle2017-04-282-24/+15
* | 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
* | | [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 tooMarius Blüm2017-04-281-1/+1
* | | | Invert new header icons on bright theming colorsJulius Härtl2017-04-281-6/+9
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-04-282-0/+6
* | | Make sure mountType is actually definedRoeland Jago Douma2017-04-281-1/+1
* | | allow apps to set custom mount typesRobin Appelman2017-04-285-6/+45
* | | Merge pull request #4524 from nextcloud/downstream-27508Roeland Jago Douma2017-04-2813-284/+575
|\ \ \
| * | | Fix class namesJoas Schilling2017-04-271-4/+4
| * | | Fix last unit testsJoas Schilling2017-04-272-200/+32
| * | | Don't end the abstract class name with Test.phpJoas Schilling2017-04-274-4/+4
| * | | 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
| * | | Fix FutureFile MOVE to keep destination nodeVincent Petry2017-04-263-4/+112
| * | | 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
| * | | Ported ObjectTree::move to IMoveTarget in new DAV endpointVincent Petry2017-04-261-4/+110
| | |/ | |/|