Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #36363 from nextcloud/feat/app-framework/usesession-attribute | Christoph Wurst | 2023-01-27 | 2 | -0/+2 |
|\ | | | | | feat(app-framework): Add UseSession attribute to replace annotation | ||||
| * | feat(app-framework): Add UseSession attribute to replace annotation | Christoph Wurst | 2023-01-27 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | chore(composer): Update autoloader | Julius Härtl | 2023-01-27 | 2 | -0/+8 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | feat(app-framework): Add support for global middlewares | Christoph Wurst | 2023-01-26 | 2 | -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.1 | Christoph Wurst | 2023-01-25 | 3 | -14/+51 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | composer update php | Côme Chilliet | 2023-01-20 | 1 | -7/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #35966 from nextcloud/chore/remove-deprecated-dashboard | Julius Härtl | 2023-01-10 | 2 | -22/+0 |
|\ | |||||
| * | chore(OCP): Remove deprecated dashboard interfaces and classes | Julius Härtl | 2023-01-03 | 2 | -22/+0 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #33898 from nextcloud/fix/authtoken-password-update | Julius Härtl | 2023-01-05 | 2 | -0/+2 |
|\ \ | | | | | | | PublickKeyTokenProvider: Fix password update routine with password hash | ||||
| * | | PublickKeyTokenProvider: Fix password update routine with password hash | Marcel Klehr | 2023-01-04 | 2 | -0/+2 |
| |/ | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | Show local time in avatar menu | Joas Schilling | 2023-01-04 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | updating autoloader files | Bennet Becker | 2023-01-03 | 3 | -17/+12 |
| | | | | | | | | Signed-off-by: Bennet Becker <dev@bennet.cc> | ||||
* | | Revert "ran build/autoloaderchecker.sh after adding AutoSubmittedValue class" | Bennet Becker | 2022-12-24 | 4 | -35/+31 |
| | | | | | | | | | | | | This reverts commit 77569bae4511c057e3023c01fa247aae60a0a3a3. Signed-off-by: Bennet Becker <dev@bennet.cc> | ||||
* | | ran build/autoloaderchecker.sh after adding AutoSubmittedValue class | Bennet Becker | 2022-12-23 | 4 | -31/+35 |
|/ | | | | Signed-off-by: Bennet Becker <bbecker@pks.mpg.de> | ||||
* | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵ | Julien Veyssier | 2022-12-15 | 2 | -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_logins | Simon L | 2022-12-03 | 2 | -0/+2 |
|\ | | | | | feat: add event for failed logins | ||||
| * | feat: add event for failed logins | Roeland Jago Douma | 2022-11-24 | 2 | -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 cache | Anna Larch | 2022-11-28 | 2 | -0/+4 |
|/ | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Add repair job that will ensure that secret and passwordsalt are set | Carl Schwan | 2022-11-23 | 2 | -0/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update composer autoloader | Carl Schwan | 2022-11-22 | 3 | -2/+17 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | update autoloader | Robin Appelman | 2022-11-08 | 2 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add repair step to fix wrong share ownership | Louis Chemineau | 2022-11-08 | 2 | -0/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Dump autoloaders for new IHandleImipMessage | Julius Härtl | 2022-11-03 | 2 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add remote host validation API | Christoph Wurst | 2022-10-31 | 2 | -2/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Only check unsupported browsers on user rendering | John Molakvoæ | 2022-10-28 | 2 | -0/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #34832 from ↵ | Joas Schilling | 2022-10-28 | 2 | -0/+2 |
|\ | | | | | | | | | nextcloud/bugfix/noid/allow-to-conditionally-enable-dashboard-widgets Allow to conditionally enable dashboard widgets | ||||
| * | Allow to conditionally enable dashboard widgets | Joas Schilling | 2022-10-27 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Emit typed event when preview is requested | Julius Härtl | 2022-10-27 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix autoloaders | Côme Chilliet | 2022-10-25 | 2 | -0/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap | Simon L | 2022-10-21 | 2 | -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 limits | Arthur Schiwon | 2022-10-18 | 2 | -0/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Use proper error pages instead of always redirecting | Julius Härtl | 2022-10-21 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Cleanup ie and old edge properties | John Molakvoæ (skjnldsv) | 2022-10-19 | 2 | -0/+2 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix missing background on upgrade | Christopher Ng | 2022-10-13 | 2 | -0/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Remove long depreated AppFramework/Db/Mapper | Roeland Jago Douma | 2022-10-10 | 2 | -2/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Cleanup tags and Share component | Carl Schwan | 2022-09-29 | 2 | -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 little | Arthur Schiwon | 2022-09-29 | 2 | -0/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Move avatar clearing in the background | Carl Schwan | 2022-09-26 | 2 | -0/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Move Reference class to public namespace | Julius Härtl | 2022-09-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | update autoloader | Arthur Schiwon | 2022-09-22 | 2 | -4/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Rebuild autoloader | Joas Schilling | 2022-09-20 | 2 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | move widget options into a Option class | Robin Appelman | 2022-09-15 | 2 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | change widget button api to support multiple button types | Robin Appelman | 2022-09-15 | 2 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | allow adding button to dashboard api output | Robin Appelman | 2022-09-15 | 2 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add api to load additional section in profile page | Carl Schwan | 2022-09-14 | 2 | -0/+2 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Add event to load scripts for reference rendering | Julius Härtl | 2022-09-01 | 2 | -0/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Refactor cache handling | Julius Härtl | 2022-08-31 | 2 | -2/+4 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Cleanup | Julius Härtl | 2022-08-31 | 2 | -0/+18 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Merge pull request #33640 from nextcloud/fix/fix-symfony-event-typing | Côme Chilliet | 2022-08-30 | 2 | -0/+16 |
|\ | | | | | Port Repair and Migrator events to IEventDispatcher | ||||
| * | Migrate Repair events to OCP\EventDispatcher\Event | Côme Chilliet | 2022-08-25 | 2 | -0/+14 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |