summaryrefslogtreecommitdiffstats
path: root/lib/composer
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attributeChristoph Wurst2023-01-272-0/+2
|\ | | | | feat(app-framework): Add UseSession attribute to replace annotation
| * feat(app-framework): Add UseSession attribute to replace annotationChristoph Wurst2023-01-272-0/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | chore(composer): Update autoloaderJulius Härtl2023-01-272-0/+8
|/ | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* feat(app-framework): Add support for global middlewaresChristoph Wurst2023-01-262-0/+2
| | | | | | | This allows apps to register middlewares that always register, not just for the app's own requests Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-253-14/+51
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* composer update phpCôme Chilliet2023-01-201-7/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboardJulius Härtl2023-01-102-22/+0
|\
| * chore(OCP): Remove deprecated dashboard interfaces and classesJulius Härtl2023-01-032-22/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-052-0/+2
|\ \ | | | | | | PublickKeyTokenProvider: Fix password update routine with password hash
| * | PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-042-0/+2
| |/ | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Show local time in avatar menuJoas Schilling2023-01-042-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | updating autoloader filesBennet Becker2023-01-033-17/+12
| | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc>
* | Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class"Bennet Becker2022-12-244-35/+31
| | | | | | | | | | | | This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3. Signed-off-by: Bennet Becker <dev@bennet.cc>
* | ran build/autoloaderchecker.sh after adding AutoSubmittedValue classBennet Becker2022-12-234-31/+35
|/ | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de>
* rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-152-0/+2
| | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* Merge pull request #35345 from nextcloud/feat/add_event_for_failed_loginsSimon L2022-12-032-0/+2
|\ | | | | feat: add event for failed logins
| * feat: add event for failed loginsRoeland Jago Douma2022-11-242-0/+2
| | | | | | | | | | | | | | | | Apps might also like to know about failed logins. This adds that event. The private interface changes are backwards compatible so all should be fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add group display name cacheAnna Larch2022-11-282-0/+4
|/ | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* 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 composer autoloaderCarl Schwan2022-11-223-2/+17
| | | | 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>
* Dump autoloaders for new IHandleImipMessageJulius Härtl2022-11-032-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add remote host validation APIChristoph Wurst2022-10-312-2/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Only check unsupported browsers on user renderingJohn Molakvoæ2022-10-282-0/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #34832 from ↵Joas Schilling2022-10-282-0/+2
|\ | | | | | | | | nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets Allow to conditionally enable dashboard widgets
| * Allow to conditionally enable dashboard widgetsJoas Schilling2022-10-272-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | 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>
* Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-212-0/+4
|\ | | | | LDAP to not register new users when outside of fair use or over limits
| * LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-182-0/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Use proper error pages instead of always redirectingJulius Härtl2022-10-212-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Cleanup ie and old edge propertiesJohn Molakvoæ (skjnldsv)2022-10-192-0/+2
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix missing background on upgradeChristopher Ng2022-10-132-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove long depreated AppFramework/Db/MapperRoeland Jago Douma2022-10-102-2/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Cleanup tags and Share componentCarl Schwan2022-09-292-4/+0
| | | | | | | | | - Port to LoggerInterface - Use IDBConnection and IQueryBuilder instead of raw SQL and OC_DB - Use IEventListener instead of hooks - Remove the now unused OC_DB and OC_DB_StatementWrapper legacy utils Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* unbundle files_videoplayer and clean up a littleArthur Schiwon2022-09-292-0/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move avatar clearing in the backgroundCarl Schwan2022-09-262-0/+2
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* 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>
* 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>