Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
4,928 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in nextcloud/server that received 6 comments
Add executeQuery and executeUpdate
Names shamelessly copied from Doctrine itself. Internally it is still using the same flow. But I added some checks around it. This should make stat…
- PHP8 CI
- [3rdparty] Bump doctrine/dbal to 2.12.0
- Don't overwrite the event if we use it later
- [3rdparty] Add php-ds polyfill
- Also run the SabreAuthInitEvent for the main server
- Make sure the function signatures of the backgroundjob match
- Do not show shares of disabled users
- Check if array elements exist before using them
- Fix updates of NULL appconfig values
- Limit storing bruteforce attempts
- [3rdparty] Bump symfony deps to 4.4.15
- 19.0.4 final
- 18.0.10
- Use the correct l10n for activities
- 19.0.4 RC2
- 18.0.10 RC2
- 17.0.10 Final
- Fix unit tests
- Move preview provider registration to bootstrap
- [TD] remove clipboardjs from main bundle
- [stable20] Show icon only with dnd status in the message
- [stable18] Fix ignoring the correct settings files for translations
- [stable19] Fix ignoring the correct settings files for translations
- Document settings BeforeTemplateRenderedEvent
- [stable19] Harden SSE key generation
- Add typed events for adding and removing a subadmin
- [stable20] catch errors when closing file conflict dialog
- Update daily "update psalm baseline" job to composer psalm
- Remove unused private ForwardEmitter and LegacyEmitter
- inform the user when flow config data exceeds thresholds
- Type the \OCP\IUserManager::callForAllUsers closure with Psalm
- Type the \OCP\AppFramework\Services\IInitialState::provideLazyInitial…
- Type the \OCP\IUserManager::callForSeenUsers closure with Psalm
- [stable20] Also run the SabreAuthInitEvent for the main server
- [stable20] reset avatar cropper before showing
- Fixes related key issue.
- [stable20] Fix default quota display value in user row
- [stable20] Use lib instead if core as l10n module in OC_Files
- [stable19] Enable theming background transparency
- [stable18] Enable theming background transparency
- Comments manager improvements/extensions needed by Talk
- [stable19] Use lib instead if core as l10n module in OC_Files
- [stable18] Use lib instead if core as l10n module in OC_Files
- Add optional size field for the file obj
- [stable20] Check if array elements exist before using them
- [stable19] Check if array elements exist before using them
- [stable18] Check if array elements exist before using them
- reset avatar cropper before showing
- Some pull request reviews not shown.
- [stable1.5] Make sure the e-mail is valid UTF-8
- Fix remaining psalm errors, add baseline and CI test matrix for all Nextcloud versions
- Fix nullable return types reported by Psalm
- Fix invalid falsable returns detected by Psalm
- Update psalm config and add a workflow
- Fix some obvious errors reported by Psalm, take 1
- Migrate middlewares to the PSR logger interface
Created an issue in nextcloud/calendar that received 1 comment
Password for public calendar resource
Sometimes the calendars you subscribe to have a username+password. Right now you can already set this in the URL. But this is not very intuitive fo…