aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-0826-92/+164
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-0714-8/+42
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-05-0614-6/+94
* | | | Merge pull request #4701 from nextcloud/enforce-typeRoeland Jago Douma2017-05-052-2/+6
|\ \ \ \
| * | | | Enforce type hints in dav appMorris Jobke2017-05-042-2/+6
* | | | | Fix invalid theming URLsMorris Jobke2017-05-053-12/+25
* | | | | [tx-robot] updated from transifexNextcloud bot2017-05-0514-0/+176
|/ / / /
* | | | Merge pull request #4693 from nextcloud/fix_4644Roeland Jago Douma2017-05-042-1/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Do not reload the filelist on first openRoeland Jago Douma2017-05-042-1/+16
* | | | check password for mail shares as wellBjoern Schiessle2017-05-042-2/+52
|/ / /
* | | [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
|\ \ \
| * | | some small refactoring and reformatingArtur Neumann2017-04-271-6/+16
| * | | use jqXHR.fail() to check for failuresArtur Neumann2017-04-271-10/+9
* | | | Merge pull request #4620 from nextcloud/preview-error-handlingRoeland Jago Douma2017-05-023-0/+6
|\ \ \ \
| * | | | Handle more error casesMorris Jobke2017-05-023-0/+6
| | |_|/ | |/| |
* | | | Merge pull request #4636 from nextcloud/jquery-migrate-browserLukas Reschke2017-05-021-1/+1
|\ \ \ \
| * | | | Remove dependency on jquery-migrate.js for browser detectionMorris Jobke2017-05-011-1/+1
* | | | | 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 enabledChristoph Wurst2017-05-023-8/+111
* | | | | | Fix testsRoeland Jago Douma2017-05-021-1/+15
* | | | | | Add caching to the imageexport pluginRoeland Jago Douma2017-05-021-0/+5
|/ / / / /
* / / / / [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