summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Add repair job that will ensure that secret and passwordsalt are setCarl Schwan2022-11-232-0/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* update autoloaderRobin Appelman2022-11-082-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add repair step to fix wrong share ownershipLouis Chemineau2022-11-082-0/+2
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Emit typed event when preview is requestedJulius Härtl2022-10-272-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix autoloadersCôme Chilliet2022-10-252-0/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-212-0/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix missing background on upgradeChristopher Ng2022-10-132-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* unbundle files_videoplayer and clean up a littleArthur Schiwon2022-09-292-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move Reference class to public namespaceJulius Härtl2022-09-262-2/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* update autoloaderArthur Schiwon2022-09-222-4/+0
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move avatar clearing in the backgroundCarl Schwan2022-09-222-0/+2
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> (cherry picked from commit e21e53670c60b74ca2c49c01bf510ccdc5115b0d)
* Rebuild autoloaderJoas Schilling2022-09-202-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* move widget options into a Option classRobin Appelman2022-09-152-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* change widget button api to support multiple button typesRobin Appelman2022-09-152-0/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* allow adding button to dashboard api outputRobin Appelman2022-09-152-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add api to load additional section in profile pageCarl Schwan2022-09-142-0/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Add event to load scripts for reference renderingJulius Härtl2022-09-012-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Refactor cache handlingJulius Härtl2022-08-312-2/+4
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* CleanupJulius Härtl2022-08-312-0/+18
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typingCôme Chilliet2022-08-302-0/+16
|\ | | | | Port Repair and Migrator events to IEventDispatcher
| * Migrate Repair events to OCP\EventDispatcher\EventCôme Chilliet2022-08-252-0/+14
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * Migrate Migrator::executeSql to OCP\EventDispatcher\EventCôme Chilliet2022-08-252-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #33697 from nextcloud/fix/improve-bulk-uploadCôme Chilliet2022-08-302-0/+2
|\ \ | | | | | | Improve bulk upload and add a config switch for it
| * | Add DavUtil to autoloaderCôme Chilliet2022-08-302-0/+2
| |/ | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #33500 from nextcloud/encryption-system-mountVincent Petry2022-08-292-0/+2
|\ \ | |/ |/| add marker interface to mark system mount points for encryption
| * add marker interface to mark system mount points for encryptionRobin Appelman2022-08-252-0/+2
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add back TokenCleanupJob to invalidate old temporary tokensThomas Citharel2022-08-252-0/+4
|/ | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Merge pull request #33593 from nextcloud/improve-binary-cachingCarl Schwan2022-08-242-0/+4
|\ | | | | Move findBinaryFinder and isFunctionEnabled away from OC_Helper
| * Move findBinaryFinder and isFunctionEnabled away from OC_HelperCarl Schwan2022-08-232-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33047 from nextcloud/fix/ijob-logger-deprecatedCarl Schwan2022-08-232-4/+0
|\ \ | |/ |/| Deprecated ILogger from IJob
| * Fix many tests and warningsCarl Schwan2022-08-082-4/+0
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #32363 from nextcloud/cleanup/remove-long-deprecated-classesCarl Schwan2022-08-082-4/+0
|\ \ | |/ |/| Remove OCP\App and OCP\BackgroundJob
| * Remove OCP\App and OCP\BackgroundJobCarl Schwan2022-08-012-4/+0
| | | | | | | | | | | | | | | | | | | | Both deprecated since NC 23 IAppManager is the replacement for OCP\App unfortunately it can't be dependency injected in classes used by the installed otherwise the database connection is initialised too early Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Multiple fixesCarl Schwan2022-07-312-0/+4
| | | | | | | | | | | | | | | | | | | | | | - Fix tests - Use non deprecated event stuff - Add a bit of type hinting to the new stuff - More safe handling of instanceOfStorage (share might not be the first wrapper) - Fix resharing Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Add share attributes + prevent download permissionVincent Petry2022-07-282-0/+4
|/ | | | | | Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add a public interface for the bruteforce throttler and register for injectionJoas Schilling2022-07-282-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #27929 from nextcloud/enh/allowSsoToProvideSecretblizzz2022-07-182-0/+2
|\ | | | | Allow SSO authentication to provide a user secret
| * Allow SSO authentication to provide a user secretMichaIng2022-07-122-0/+2
| | | | | | | | | | | | Implementing PR #24837 from immerda Signed-off-by: MichaIng <micha@dietpi.com>
* | Move CappedMemoryCache to OCPCarl Schwan2022-07-142-0/+2
|/ | | | | | | | This is an helpful helper that should be used in more place than just server and this is already the case with groupfodlers, deck, user_oidc and more using it, so let's make it public Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Merge pull request #32552 from nextcloud/enh/improve-job-handling-commandsCôme Chilliet2022-07-122-0/+2
|\ | | | | Improve job handling through occ
| * Add command to list jobsCôme Chilliet2022-07-112-0/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #32973 from nextcloud/cleanup/avatar-codeCarl Schwan2022-07-112-0/+6
|\ \ | |/ |/| Cleanup avatar related code
| * Make Color class publicCarl Schwan2022-07-052-0/+2
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * Cleanup avatar related codeCarl Schwan2022-06-222-0/+4
| | | | | | | | | | | | | | | | - Move event listener to new event handling - Add typing almost everywhere - Fix inconsistent interface parameter Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #33007 from nextcloud/cleanup/federation-appCarl Schwan2022-06-282-0/+2
|\ \ | | | | | | Summer cleanup of the federation app
| * | Summer cleanup of the federation appCarl Schwan2022-06-242-0/+2
| |/ | | | | | | | | | | | | | | | | | | - Use IEventDispatcher instead of deprecated symfony dispatcher - Use LoggerInterface where possible - Use php 7.4 properties - Add type hinting where possible - Move federation hooks to a seperate listener Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* / Add comments expire dateVitor Mattos2022-06-152-0/+2
|/ | | | | | https://github.com/nextcloud/spreed/pull/7327 Signed-off-by: Vitor Mattos <vitor@php.rio>
* Add password reset typed eventsThomas Citharel2022-06-102-0/+4
| | | | | | These hooks are only used in the Encryption app from what I can see. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add new share attributes columnVincent Petry2022-06-082-0/+2
| | | | | | To store more extended permissions in the future. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Merge pull request #26582 from nextcloud/enhancement/logger-functionChristoph Wurst2022-06-073-0/+33
|\ | | | | Add a helper function that makes it easier to log from anywhere