This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
nextcloud
Watch
1
Star
0
Fork
You've already forked nextcloud
0
mirror of
https://github.com/nextcloud/server.git
synced
2026-07-05 15:56:56 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
40c504ec2d
nextcloud
/
core
/
Controller
History
Julien Veyssier
b4f7fe2cb6
feat(taskprocessing): add a boolean 'includeWatermark' to taskprocessing tasks and pass it to ISynchronousWatermarkingProvider::process
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2025-11-27 11:32:08 +01:00
..
AppPasswordController.php
AutoCompleteController.php
AvatarController.php
fix(core): Stop abusing the cache for avatar upload
2025-09-25 13:08:14 +02:00
ClientFlowLoginController.php
ClientFlowLoginV2Controller.php
CollaborationResourcesController.php
ContactsMenuController.php
CSRFTokenController.php
CssController.php
ErrorController.php
GuestAvatarController.php
HoverCardController.php
JsController.php
fix(auth): allow access to dynamic js files during 2FA
2025-09-10 15:12:35 +02:00
LoginController.php
feat(login): Add rememberme checkbox
2025-11-13 13:25:59 +00:00
LostController.php
NavigationController.php
OCJSController.php
OCMController.php
refactor: Run rector
2025-11-18 17:45:54 +01:00
OCSController.php
fix(core): Make OCSController class final to avoid accidentally extending it
2025-09-30 16:51:51 +02:00
PreviewController.php
ProfileApiController.php
RecommendedAppsController.php
ReferenceApiController.php
ReferenceController.php
SetupController.php
refactor: use logical
&&
||
instead of weak
and
or
operators
2025-09-27 23:02:18 +02:00
TaskProcessingApiController.php
feat(taskprocessing): add a boolean 'includeWatermark' to taskprocessing tasks and pass it to ISynchronousWatermarkingProvider::process
2025-11-27 11:32:08 +01:00
TeamsApiController.php
fix(team-api): get all teams details in a single request
2025-10-13 14:21:15 +02:00
TextProcessingApiController.php
fix(ai-apis): reject text inputs that are longer than 64K chars
2025-11-10 17:29:09 +01:00
TextToImageApiController.php
fix(ai-apis): reject text inputs that are longer than 64K chars
2025-11-10 17:29:09 +01:00
TranslationApiController.php
fix(ai-apis): reject text inputs that are longer than 64K chars
2025-11-10 17:29:09 +01:00
TwoFactorApiController.php
TwoFactorChallengeController.php
refactor: Apply rector Nextcloud 27 set
2025-09-28 11:45:52 +02:00
UnifiedSearchController.php
fix(unified-search): Remove hard-coded search result limit
2025-10-02 15:44:36 +02:00
UnsupportedBrowserController.php
fix: translation on /unsupported screen
2025-10-20 22:31:08 +02:00
UserController.php
WalledGardenController.php
WebAuthnController.php
WellKnownController.php
WhatsNewController.php
refactor: apply rector rules for PHPUnit 10
2025-10-27 21:56:04 +01:00
WipeController.php