summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Fix app password updating out of boundsRoeland Jago Douma2020-09-032-0/+2
| | | | | | | | | | | | | | When your password changes out of bounds your Nextcloud tokens will become invalid. There is no real way around that. However we should make sure that if you successfully log in again your passwords are all updates * Added event listener to the PostLoggedInEvent so that we can act on it - Only if it is not a token login * Make sure that we actually reset the invalid state when we update a token. Else it keeps being marked invalid and thus not used. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Correctly remove usergroup shares on removing group membersJoas Schilling2020-07-302-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Clean up auth tokens when user is deletedChristoph Wurst2020-06-162-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove obsolete repair steps for logo and updater channelMorris Jobke2020-04-242-4/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move to subfolders for preview filesRoeland Jago Douma2020-04-192-0/+2
| | | | | | | | | | | Else the number of files can grow very large very quickly in the preview folder. Esp on large systems. This generates the md5 of the fileid. And then creates folders of the first 7 charts. In that folder is then a folder with the fileid. And inside there are the previews. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #20138 from ↵Joas Schilling2020-04-152-0/+2
|\ | | | | | | | | nextcloud/bugfix/noid/make-remote-checking-more-generic Make remote checking more generic
| * Check all remotes for local accessJoas Schilling2020-04-142-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Return hashes of uploaded content for dav uploadsRobin Appelman2020-04-132-0/+2
|/ | | | | | | | hashes are set in "X-Hash-MD5", "X-Hash-SHA1" and "X-Hash-SHA256" headers. these headers are set for file uploads and the MOVE request at the end of a multipart upload. Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump autoloadersJulius Härtl2020-04-082-0/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-082-0/+2
|\ | | | | Add a PSR-3 logger adapter and make it injectable
| * Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-262-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-074-35/+35
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-062-0/+2
|\ \ | | | | | | Enable fseek for files in S3 storage
| * | update autoloaderRobin Appelman2020-04-032-0/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-022-0/+4
|\ \ \ | |/ / |/| | Add optional comments reference_id
| * | Update autoloaderJoas Schilling2020-04-022-0/+4
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-312-0/+16
|\ \ | | | | | | Add WebAuthn support
| * | Start with webauthnRoeland Jago Douma2020-03-312-0/+16
| |/ | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* / [POC] Event for failed login attemptsRoeland Jago Douma2020-03-312-0/+6
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add a public event for contacts interactionChristoph Wurst2020-03-252-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Added Hook before Message is sendArne Hamann2020-03-242-0/+2
| | | | Signed-off-by: Arne Hamann <kontakt+github@arne.email>
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #19493 from nextcloud/simplefile-new-lazyRoeland Jago Douma2020-02-282-0/+2
|\ | | | | Create SimpleFile only when writing the content
| * Bump autoloaderRoeland Jago Douma2020-02-282-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #19321 from ↵Joas Schilling2020-02-282-0/+2
|\ \ | |/ |/| | | | | nextcloud/enh/allow-to-overwrite-share-target-mountpoints Allow to overwrite share target mountpoints
| * Allow to overwrite share target mountpointsJoas Schilling2020-02-172-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add event subscriber for transaction isolation levelDaniel Kesselberg2020-02-212-0/+2
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* log Flow activityArthur Schiwon2020-01-282-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add hub bundle for easy post-installationArthur Schiwon2020-01-262-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-082-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the new Events in FlowRoeland Jago Douma2020-01-022-0/+6
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18505 from ↵Roeland Jago Douma2019-12-222-0/+2
|\ | | | | | | | | nextcloud/bugfix/18481/avatars-always-return-201-status-code Always set the generated flag to false when an avatar is being set
| * Always set the generated flag to false when an avatar is being setJoas Schilling2019-12-202-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #18080 from nextcloud/enhancement/noid/add-timeoutblizzz2019-12-202-0/+2
|\ \ | |/ |/| adding timeout param
| * +ManuallyLockedExceptionMaxence Lange2019-12-122-0/+2
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Merge pull request #18384 from ↵Roeland Jago Douma2019-12-162-0/+2
|\ \ | | | | | | | | | | | | nextcloud/fix/18255/global_config_to_always_accept config.php setting to always accept internal shares
| * | config.php setting to always accept internal sharesRoeland Jago Douma2019-12-162-0/+2
| | | | | | | | | | | | | | | | | | Part of #18255 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Add typed events for the filesystem/scannerChristoph Wurst2019-12-132-0/+14
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add a dedicated page for the recommended apps installationChristoph Wurst2019-12-122-0/+2
| | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | Merge pull request #18350 from nextcloud/enhancement/typed-group-events-IIRoeland Jago Douma2019-12-112-0/+16
|\ \ | | | | | | Add typed events for all group hooks and legacy events
| * | Add typed events for all group hooks and legacy eventsChristoph Wurst2019-12-112-0/+16
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #18348 from nextcloud/enhancement/typed-user-events-IIChristoph Wurst2019-12-112-0/+24
|\ \ \ | | | | | | | | Add typed events for all user hooks and legacy events
| * | | Add typed events for all user hooks and legacy eventsChristoph Wurst2019-12-112-0/+24
| |/ / | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #18224 from nextcloud/bugfix/noid/direct-editing-pathRoeland Jago Douma2019-12-112-0/+2
|\ \ \ | |/ / |/| | Use file path for direct editing
| * | Use file path for direct editingJulius Härtl2019-12-052-0/+2
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add interface for notification handler for dimissed eventsRoeland Jago Douma2019-12-102-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Decouple resource provider registrationDaniel Kesselberg2019-12-072-0/+4
|/ | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #17443 from nextcloud/enh/expired_token_on_invalid_passRoeland Jago Douma2019-12-032-0/+2
|\ | | | | Throw an invalid token exception is token is marked outdated
| * Throw an invalid token exception is token is marked outdatedRoeland Jago Douma2019-12-022-0/+2
| | | | | | | | | | | | | | This avoids hitting the backend with multiple requests for the same token. And will help avoid quick LDAP lockouts. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add typed create user eventsChristoph Wurst2019-12-032-0/+4
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>