aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve occ file:transfer-ownership loggingbackport/50663/stable31grnd-alt2025-03-201-0/+6
| | | | Signed-off-by: grnd-alt <github@belakkaf.net>
* Merge pull request #51539 from nextcloud/backport/51380/stable31Andy Scherzinger2025-03-2010-34/+166
|\ | | | | [stable31] fix(cardav): only show users from enabled addressBooks in contacts menu
| * fix(cardav): only show useres from enabled addressBooks in contacts menubackport/51380/stable31Hamza Mahjoubi2025-03-1910-34/+166
|/ | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Merge pull request #51474 from nextcloud/backport/51469/stable31Andy Scherzinger2025-03-197-57/+95
|\ | | | | [stable31] fix(files_sharing): ensure share status action works also in grid view
| * chore(assets): Recompile assetsbackport/51469/stable31nextcloud-command2025-03-194-6/+6
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * fix(files_sharing): ensure share status action works also in grid viewFerdinand Thiessen2025-03-193-51/+89
|/ | | | | | | | | | | | Remove some hacks from files app about the *files_sharing* status action, in general not sure why this hack was there instead of being in the correct app - but it broke the grid view. So now the sharing information is also available in grid view. Moreover the icon is fixed in size to not overflow the actions menu. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #51575 from nextcloud/release/31.0.2v31.0.2Arthur Schiwon2025-03-191-2/+2
|\ | | | | 31.0.2
| * build(hub): 31.0.2release/31.0.2Arthur Schiwon2025-03-191-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-03-19118-340/+340
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51552 from nextcloud/release/31.0.2_rc1v31.0.2rc1Benjamin Gaussorgues2025-03-181-2/+2
|\ | | | | 31.0.2 RC1
| * build(hub): 31.0.2 RC1release/31.0.2_rc1Benjamin Gaussorgues2025-03-181-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51549 from nextcloud/backport/51544/stable31Benjamin Gaussorgues2025-03-181-0/+5
|\ \ | |/ |/| [stable31] fix(auth): Allow 2FA challenges for Ephemeral sessions
| * fix(auth): Allow 2FA challenges for Ephemeral sessionsbackport/51544/stable31Joas Schilling2025-03-181-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #51536 from nextcloud/backport/51333/stable31Git'Fellow2025-03-181-8/+8
|\ | | | | [stable31] fix(files): Make sure file pointer exists
| * fix(files): Make sure file pointer existsbackport/51333/stable31Git'Fellow2025-03-171-8/+8
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1830-252/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51371 from nextcloud/backport/51361/stable31Joas Schilling2025-03-171-28/+31
|\ \ | | | | | | [stable31] fix(base.php): Correct order for booting \OC\Server
| * | fix(base.php): Correct order for booting \OC\Serverbackport/51361/stable31Joas Schilling2025-03-101-28/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent change had broken authentication with an older FastCGI Apache2 module, because the IRequest object got initialised before the fix from self::handleAuthHeaders() copied the authentication headers into the correct $_SERVER variables. Since this part is completely independent from any Nextcloud code it is now done as a first thing within the init() call. Additionally similar issues could happen when another class would boot too early and read other global PHP settings like ini values and default timezone, so those are now also moved to the beginning. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #51515 from nextcloud/backport/51512/stable31Joas Schilling2025-03-171-1/+4
|\ \ \ | |_|/ |/| | [stable31] fix(comments): Fix activity rich subject parameters
| * | fix(comments): Fix activity rich subject parametersbackport/51512/stable31provokateurin2025-03-171-1/+4
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51519 from nextcloud/ci/noid/3rdparty-31Joas Schilling2025-03-171-0/+0
|\ \ \ | |/ / |/| | [stable31] ci: Update 3rdparty actions
| * | ci: Update 3rdparty actionsci/noid/3rdparty-31Joas Schilling2025-03-171-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51304 from nextcloud/backport/51302/stable31Louis2025-03-172-2/+2
|\ \ | | | | | | [stable31] test: Remove `.only()` calls
| * | test: Remove `.only(` callsbackport/51302/stable31Louis Chemineau2025-03-062-2/+2
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #51445 from nextcloud/backport/51442/stable31Stephan Orbaugh2025-03-173-9/+9
|\ \ \ | | | | | | | | [stable31] fix(RichObjectStrings): Make exception messages for invalid parameters more useful for debugging
| * | | fix(RichObjectStrings): Make exception messages for invalid parameters more ↵backport/51442/stable31provokateurin2025-03-173-9/+9
|/ / / | | | | | | | | | | | | | | | useful for debugging Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51396 from nextcloud/backport/51365/stable31Kate2025-03-171-1/+1
|\ \ \ | | | | | | | | [stable31] fix(dav): Fix share token pattern for base uri extraction
| * | | fix(dav): Fix share token pattern for base uri extractionbackport/51365/stable31provokateurin2025-03-111-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1740-6/+268
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1622-0/+120
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-1556-150/+1408
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-14138-3642/+3808
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51397 from nextcloud/backport/51394/stable31Ferdinand Thiessen2025-03-1333-163/+936
|\ \ \ \ | | | | | | | | | | [stable31] Allow to delete files without trashbin + add unit tests + some refactoring
| * | | | chore: compile assetsbackport/51394/stable31Ferdinand Thiessen2025-03-1318-24/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): also enable delete action if trashbin is disabledFerdinand Thiessen2025-03-131-9/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | test(files_trashbin): add test coverage also for utils like the loggerFerdinand Thiessen2025-03-131-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(files_trashbin): restore action refactoringFerdinand Thiessen2025-03-133-16/+169
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. do not rely on magic string but use constant ID for trashbin view 2. add unit tests for restore action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files_trashbin): return correct type in empty trash actionFerdinand Thiessen2025-03-136-37/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. correctly return null instead of void in empty trash action 2. use constant instead of magic value for action ID 3. add unit tests for empty trash action 4. add unit tests for trashbin api Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files_trashbin): correctly sort custom columns in trashbin viewFerdinand Thiessen2025-03-137-80/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Refactor to make code better testable (move columns and view source to `files_views` folder) 2. Fix deletion time fallback (JS Date vs unix timestamp for "delted"-column) 3. Correctly sort `deletedBy` and `originalLocation` columns to use natural sort like any other column 4. Add unit tests for columns and views Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51311 from nextcloud/backport/51310/stable31Ferdinand Thiessen2025-03-131-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | [stable31] fix(encryption): Listen for user login and logout to set encryption key
| * | | | fix(encryption): Listen for user login and logout to set encryption keybackport/51310/stable31Ferdinand Thiessen2025-03-061-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #51437 from nextcloud/backport/51434/stable31Ferdinand Thiessen2025-03-133-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable31] fix(mime-types): adjust compiled mime types and sign
| * | | | | fix(mime-types): adjust compiled mime types and signbackport/51434/stable31Ferdinand Thiessen2025-03-123-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51460 from nextcloud/release/31.0.1v31.0.1Arthur Schiwon2025-03-131-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | 31.0.1
| * | | | | | build(hub): 31.0.1release/31.0.1Arthur Schiwon2025-03-131-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2025-03-13114-256/+356
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #51440 from nextcloud/fix/jquery-uiv31.0.1rc2Arthur Schiwon2025-03-125-10/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable31] revert(deps): jquery-ui to 1.13.3
| * | | | | | chore(assets): recompile assetsfix/jquery-uiskjnldsv2025-03-123-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | revert(deps): jquery-ui to 1.13.3skjnldsv2025-03-122-6/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #51428 from nextcloud/release/31.0.1_rc2Arthur Schiwon2025-03-121-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | 31.0.1 RC2