summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7555 from nextcloud/smb-copy-rename-logRobin Appelman2017-12-181-0/+2
|\
| * additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+2
* | Merge pull request #7527 from nextcloud/fix-drag-shadow-not-visible-when-drag...Morris Jobke2017-12-153-1/+6
|\ \ | |/ |/|
| * Fix drag shadow not visible when dragging a file on a narrow screenDaniel Calviño Sánchez2017-12-143-1/+6
* | Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-1438-209/+38
* | Merge pull request #7485 from nextcloud/fix_7001Roeland Jago Douma2017-12-141-1/+1
|\ \
| * | Also cache invalid DiscoveryService responseRoeland Jago Douma2017-12-131-1/+1
| |/
* | Fixes hex2bin() in LDAPMorris Jobke2017-12-131-5/+7
* | Show tha copy share link button properly inlineMorris Jobke2017-12-131-2/+0
* | The user displayNameResolver is specific to users, not the comments appArthur Schiwon2017-12-121-11/+0
|/
* fix dav unit testsBjoern Schiessle2017-12-121-3/+3
* Fix unit tests for CalendarManagerMorris Jobke2017-12-122-3/+14
* Merge pull request #6884 from nextcloud/feature/3003/opt_out_of_birthday_cale...Morris Jobke2017-12-1226-35/+1204
|\
| * generate birthday calendars in a background job after admin enabled themGeorg Ehrke2017-11-117-4/+277
| * create a user's birthday calendar right after they requested itGeorg Ehrke2017-11-113-4/+30
| * update autoloadersGeorg Ehrke2017-11-112-0/+4
| * respect admin / user choice about birthday calendars in corresponding hooksGeorg Ehrke2017-11-112-7/+160
| * disallow users to create calendars with reserved namesGeorg Ehrke2017-11-112-0/+96
| * adapt occ 'dav:sync-birthday-calendar commandGeorg Ehrke2017-11-111-1/+33
| * add CalDAV interface that allows users to re-enable their birthday calendarGeorg Ehrke2017-11-113-0/+304
| * remember when a user deleted their contact birthdays calendarGeorg Ehrke2017-11-108-27/+104
| * Add admin checkbox to disable birthday calendarsGeorg Ehrke2017-11-096-0/+204
* | Merge pull request #6637 from nextcloud/contactsstore_public_apiRoeland Jago Douma2017-12-113-0/+20
|\ \
| * | Make ContactsStore a public APITobia De Koninck2017-12-113-0/+20
* | | Catch the errors related to untrusted self signed certificates for federationRoeland Jago Douma2017-12-114-2/+88
|/ /
* | Merge pull request #6590 from nextcloud/dav-create-activities-for-publishingMorris Jobke2017-12-115-0/+57
|\ \
| * | Fix testsRoeland Jago Douma2017-12-111-0/+2
| * | Update wordingMorris Jobke2017-12-111-2/+2
| * | Create activities for (un)publishing calendar eventsThomas Citharel2017-12-115-0/+55
* | | Merge pull request #6079 from nextcloud/fix-antivirusblizzz2017-12-111-6/+29
|\ \ \
| * | | Parse Sabre Exception in OC.Files.Client and file-uploadVincent Petry2017-11-131-6/+29
* | | | updated autoloaders for davGeorg Ehrke2017-12-112-0/+4
* | | | Principal search: Take sharing settings into accountGeorg Ehrke2017-12-116-35/+275
* | | | exclude shared calendars from freeBusyGeorg Ehrke2017-12-111-1/+1
* | | | Fix functions to search for principals in the backend.Christoph Seitz2017-12-114-6/+157
| |/ / |/| |
* | | Merge pull request #7342 from nextcloud/fix_carddav_converterblizzz2017-12-111-2/+5
|\ \ \
| * | | CardDAV convertor check should not be to wideRoeland Jago Douma2017-12-111-2/+5
* | | | Merge pull request #7418 from nextcloud/ldap-fix-cache-retrieved-userMorris Jobke2017-12-113-12/+143
|\ \ \ \
| * | | | don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-072-7/+17
| * | | | ensure that users are cached when they are retrievedArthur Schiwon2017-12-073-7/+128
* | | | | Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-1/+12
|\ \ \ \ \
| * | | | | Fallback to filename based detection if the remote dav server doesn't know th...Robin Appelman2017-09-281-1/+12
* | | | | | Merge pull request #7427 from nextcloud/fix-white-color-in-emailsMorris Jobke2017-12-113-13/+21
|\ \ \ \ \ \
| * | | | | | Fix email buttons for white themeMorris Jobke2017-12-113-13/+21
* | | | | | | Merge pull request #7313 from nextcloud/ensure-that-x-oc-mtime-header-is-an-i...Morris Jobke2017-12-112-18/+187
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Reject X-OC-MTime header if given as a string with hexadecimal notationDaniel Calviño Sánchez2017-11-282-2/+6
| * | | | | | Don't use runInSeparateProcessThomas Müller2017-11-272-7/+11
| * | | | | | Add tests for X-OC-MTime header handlingDaniel Calviño Sánchez2017-11-271-0/+133
| * | | | | | Make possible to provide a specific HTTP request object to FileDaniel Calviño Sánchez2017-11-272-12/+35
| * | | | | | Ensure that X-OC-MTime header is an integer also with chunked uploadsDaniel Calviño Sánchez2017-11-271-6/+11