aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | do not create folder just to delete it afterwardsArthur Schiwon2019-04-291-7/+15
* | Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-onlyRoeland Jago Douma2019-04-244-5/+5
|\ \
| * | avoids users searches on backend, faster processingArthur Schiwon2019-04-174-5/+5
* | | Prefetching blows up if there are a lot of files.Roeland Jago Douma2019-04-181-7/+0
|/ /
* | Deduplicate index namesJoas Schilling2019-03-271-2/+2
* | Make sure all tables have named indexesJoas Schilling2019-03-271-2/+2
* | implement principal property search for calendar user address set propertyGeorg Ehrke2019-03-213-0/+25
* | Merge pull request #14641 from nextcloud/assemblystream-seekMorris Jobke2019-03-151-3/+37
|\ \
| * | make assemblystream seekableRobin Appelman2019-03-131-3/+37
* | | throw a proper error if rename fails in davRobin Appelman2019-03-141-1/+3
* | | Improve codeMorris Jobke2019-03-131-2/+2
* | | Use dependency injection for app managerMorris Jobke2019-03-133-4/+15
* | | Created infrastructure to show circles' shared filesVinicius Cubas Brand2019-03-132-5/+38
* | | Merge pull request #6512 from coletivoEITA/add_circles_sharing_to_caldavMorris Jobke2019-03-137-5/+96
|\ \ \ | |/ / |/| |
| * | Use proper dependency injection for app managerMorris Jobke2019-03-053-4/+12
| * | Fix whitespaceMorris Jobke2019-03-051-1/+1
| * | Suppress phan exceptions because they are catched by a class_existsMorris Jobke2019-03-051-0/+3
| * | use class_exists on correct class to please phanGeorg Ehrke2019-03-041-2/+2
| * | properly catch exceptions of detailsCircleGeorg Ehrke2019-03-031-1/+9
| * | Get user's circles without touching sessionVinicius Cubas Brand2019-03-011-6/+1
| * | allow sharing addressbooks with circlesGeorg Ehrke2019-03-012-3/+4
| * | Share calendar to circleVinicius Cubas Brand2019-03-014-2/+78
| |/
* | "Fix" the unit testsJoas Schilling2019-03-061-1/+1
* | Merge pull request #14514 from nextcloud/fix/no_debug_outputRoeland Jago Douma2019-03-041-3/+6
|\ \
| * | Do not just write foobarRoeland Jago Douma2019-03-041-3/+6
* | | Merge pull request #13871 from PLUTEX/masterMorris Jobke2019-03-041-1/+3
|\ \ \ | |/ / |/| |
| * | dav: Fix handling of chunked WebDAV uploadJan-Philipp Litza2019-01-281-1/+3
* | | Merge pull request #12978 from tobiasKaminsky/noteOnDavMorris Jobke2019-03-042-0/+39
|\ \ \
| * | | Update apps/dav/lib/Connector/Sabre/Node.phpChristoph Wurst2019-03-041-1/+1
| * | | Add note to dav endpointtobiasKaminsky2019-02-272-0/+39
* | | | Fix dav has-photo plugin extendJohn Molakvoæ (skjnldsv)2019-03-031-2/+2
| |_|/ |/| |
* | | Add HasPhoto DAV pluginJohn Molakvoæ (skjnldsv)2019-02-272-0/+102
|/ /
* | Merge pull request #14066 from nextcloud/feature/noid/casted-system-valuesJoas Schilling2019-02-221-1/+1
|\ \
| * | Make sure maintenance mode is always casted to boolJoas Schilling2019-02-221-1/+1
* | | Merge pull request #14299 from nextcloud/fix/14298/fix_storages_not_closing_h...Morris Jobke2019-02-201-0/+4
|\ \ \
| * | | Hanlde writestream not closing sourceRoeland Jago Douma2019-02-201-0/+4
| |/ /
* | | Merge pull request #11832 from nextcloud/bugfix/9849/birthday_without_yearMorris Jobke2019-02-203-14/+152
|\ \ \ | |/ / |/| |
| * | Add Repair step to regenerate birthday calendarGeorg Ehrke2019-02-163-3/+106
| * | unicode all the birthday iconsGeorg Ehrke2019-02-161-9/+24
| * | set birthday year to 1970, take X-APPLE-OMIT-YEAR into accountGeorg Ehrke2019-02-161-3/+23
* | | Make sure that we have a streamRoeland Jago Douma2019-02-181-0/+7
* | | Add a wrapper to determine if a file is EOFRoeland Jago Douma2019-02-151-2/+8
* | | Merge pull request #10068 from nextcloud/feature/1434/provisioning_profiles_f...Morris Jobke2019-01-314-1/+379
|\ \ \
| * | | Fix theming defaults injection if theming app is disabledMorris Jobke2019-01-311-5/+3
| * | | Add Apple Provisioning profileGeorg Ehrke2019-01-304-1/+381
| |/ /
* | | Use proper mime type for icoDaniel Kesselberg2019-01-281-1/+1
* | | Add ico as avatarDaniel Kesselberg2019-01-281-32/+32
* | | Merge pull request #5881 from nextcloud/command-move-calendarMorris Jobke2019-01-283-0/+310
|\ \ \ | |_|/ |/| |
| * | Handle moving calendar to an user who already has the shareThomas Citharel2019-01-162-19/+42
| * | Don't check group shares if shareWithGroupMembersOnly is falseThomas Citharel2019-01-161-8/+11