summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix silent conflicts due to merging #7256 after #7251Daniel Calviño Sánchez2017-11-281-3/+3
* Merge pull request #7303 from nextcloud/fix-contact-menuMorris Jobke2017-11-271-0/+1
|\
| * Fix contacts menu height for SafariMorris Jobke2017-11-271-0/+1
* | Merge pull request #6901 from nextcloud/bugfix/4014/catch_parsing_errorMorris Jobke2017-11-276-5/+44
|\ \
| * | catch errors when parsing calendar data for calendar query requestsGeorg Ehrke2017-11-276-5/+44
* | | Merge pull request #7305 from nextcloud/log-level-for-log-extendingMorris Jobke2017-11-272-4/+5
|\ \ \
| * | | Pass log level to log reportersMorris Jobke2017-11-272-4/+5
* | | | Merge pull request #7292 from Neraste/fix/4789_disabled_usersLukas Reschke2017-11-271-3/+3
|\ \ \ \
| * | | | Fix #4789: Group admins cannot see disabled usersNeraste2017-11-271-3/+3
* | | | | Merge pull request #7308 from nextcloud/do-not-log-InvalidSyncTokenMorris Jobke2017-11-271-0/+3
|\ \ \ \ \
| * | | | | Log InvalidSyncToken on DAV in debug levelMorris Jobke2017-11-271-0/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #7307 from nextcloud/do-not-log-not-implemented-davLukas Reschke2017-11-271-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Log NotImplementedException on DAV in debug levelMorris Jobke2017-11-271-0/+4
| |/ / /
* | | | Merge pull request #7222 from nextcloud/fix-filerow-avatarsblizzz2017-11-277-145/+241
|\ \ \ \
| * | | | fix sorting test on phantomjsArthur Schiwon2017-11-241-15/+29
| * | | | recycle SharedFileInfo values in fileInfoArthur Schiwon2017-11-233-6/+22
| * | | | fix tooltips for goodArthur Schiwon2017-11-231-1/+1
| * | | | apply tooltip to all avatarsArthur Schiwon2017-11-231-2/+1
| * | | | rip out obsolete recipientsDisplayNameArthur Schiwon2017-11-236-108/+31
| * | | | adjust tests and apply sortingArthur Schiwon2017-11-235-37/+144
| * | | | adjust, fix and extend testsArthur Schiwon2017-11-232-25/+48
| * | | | Fix avatars in file rows of incoming sharesArthur Schiwon2017-11-233-5/+8
| * | | | fix avatars in file rows of outgoing sharesArthur Schiwon2017-11-233-9/+20
* | | | | Merge pull request #7210 from nextcloud/pg10Morris Jobke2017-11-278-120/+41
|\ \ \ \ \
| * | | | | Bump thirdparty refLukas Reschke2017-11-271-0/+0
| * | | | | run postgresql 10 tests in droneRobin Appelman2017-11-222-3/+23
| * | | | | add postgresql10 compatibility to dbalRobin Appelman2017-11-226-117/+18
* | | | | | Merge pull request #7256 from nextcloud/fix-cursor-for-avatar-and-user-names-...blizzz2017-11-272-11/+34
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Replace with non-deprecated JS callLukas Reschke2017-11-271-1/+1
| * | | | | Disable contacts menu for mentions to current user in comment messagesDaniel Calviño Sánchez2017-11-272-4/+9
| * | | | | Disable contacts menu for mentioned users in comments being composedDaniel Calviño Sánchez2017-11-272-7/+14
| * | | | | Fix cursor for author row and avatars in commentsDaniel Calviño Sánchez2017-11-262-4/+15
* | | | | | Merge pull request #7266 from nextcloud/fix-input-field-not-disabled-while-a-...Morris Jobke2017-11-272-5/+30
|\ \ \ \ \ \
| * | | | | | Make "contenteditable=false" divs look like disabled input fieldsDaniel Calviño Sánchez2017-11-231-2/+27
| * | | | | | Fix input field not disabled while a comment is being sentDaniel Calviño Sánchez2017-11-231-3/+3
* | | | | | | Merge pull request #7246 from william-p/Add_html5_audioplayer_publicLukas Reschke2017-11-271-0/+6
|\ \ \ \ \ \ \
| * | | | | | | Add HTML5 audio player in public viewWilliam Pain2017-11-221-0/+6
* | | | | | | | Merge pull request #7280 from nextcloud/fix-working-icon-position-when-sendin...Morris Jobke2017-11-272-2/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Show delete working icon at the same position as the delete iconDaniel Calviño Sánchez2017-11-242-2/+4
| * | | | | | | | Show submit working icon at the same position as the submit confirm iconDaniel Calviño Sánchez2017-11-241-0/+14
* | | | | | | | | Merge pull request #7251 from nextcloud/contact-menu-position-fixMorris Jobke2017-11-272-10/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed alignment of items in commentsJohn Molakvoæ (skjnldsv)2017-11-232-9/+16
| * | | | | | | | | Fix contacts menu vertical position for comment authorsDaniel Calviño Sánchez2017-11-231-1/+1
| * | | | | | | | | Fixed contact menu horizontal positionJohn Molakvoæ (skjnldsv)2017-11-231-1/+1
* | | | | | | | | | Merge pull request #7295 from nextcloud/remove-unused-methodLukas Reschke2017-11-272-32/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove unused mimetype detection method in OC_ImageMorris Jobke2017-11-272-32/+1
* | | | | | | | | | | Merge pull request #7264 from nextcloud/cache-fetched-appsLukas Reschke2017-11-2720-107/+168
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Make isUpdateAvailable non-staticMorris Jobke2017-11-257-26/+50
| * | | | | | | | | | | Get the Installer via DIMorris Jobke2017-11-2515-83/+116
| * | | | | | | | | | | Cache fetched apps in update checkMorris Jobke2017-11-251-1/+5