aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: improve occ file:transfer-ownership loggingbackport/50663/stable31grnd-alt2 days1-0/+6
| | | | Signed-off-by: grnd-alt <github@belakkaf.net>
* Merge pull request #51539 from nextcloud/backport/51380/stable31Andy Scherzinger2 days10-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 Mahjoubi2 days10-34/+166
|/ | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* Merge pull request #51474 from nextcloud/backport/51469/stable31Andy Scherzinger2 days7-57/+95
|\ | | | | [stable31] fix(files_sharing): ensure share status action works also in grid view
| * chore(assets): Recompile assetsbackport/51469/stable31nextcloud-command2 days4-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 Thiessen2 days3-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 Schiwon3 days1-2/+2
|\ | | | | 31.0.2
| * build(hub): 31.0.2release/31.0.2Arthur Schiwon3 days1-2/+2
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Fix(l10n): Update translations from TransifexNextcloud bot3 days118-340/+340
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51552 from nextcloud/release/31.0.2_rc1v31.0.2rc1Benjamin Gaussorgues4 days1-2/+2
|\ | | | | 31.0.2 RC1
| * build(hub): 31.0.2 RC1release/31.0.2_rc1Benjamin Gaussorgues4 days1-2/+2
| | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | Merge pull request #51549 from nextcloud/backport/51544/stable31Benjamin Gaussorgues4 days1-0/+5
|\ \ | |/ |/| [stable31] fix(auth): Allow 2FA challenges for Ephemeral sessions
| * fix(auth): Allow 2FA challenges for Ephemeral sessionsbackport/51544/stable31Joas Schilling4 days1-0/+5
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #51536 from nextcloud/backport/51333/stable31Git'Fellow4 days1-8/+8
|\ | | | | [stable31] fix(files): Make sure file pointer exists
| * fix(files): Make sure file pointer existsbackport/51333/stable31Git'Fellow4 days1-8/+8
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot4 days30-252/+310
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #51371 from nextcloud/backport/51361/stable31Joas Schilling4 days1-28/+31
|\ \ | | | | | | [stable31] fix(base.php): Correct order for booting \OC\Server
| * | fix(base.php): Correct order for booting \OC\Serverbackport/51361/stable31Joas Schilling12 days1-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 Schilling4 days1-1/+4
|\ \ \ | |_|/ |/| | [stable31] fix(comments): Fix activity rich subject parameters
| * | fix(comments): Fix activity rich subject parametersbackport/51512/stable31provokateurin5 days1-1/+4
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51519 from nextcloud/ci/noid/3rdparty-31Joas Schilling5 days1-0/+0
|\ \ \ | |/ / |/| | [stable31] ci: Update 3rdparty actions
| * | ci: Update 3rdparty actionsci/noid/3rdparty-31Joas Schilling5 days1-0/+0
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #51304 from nextcloud/backport/51302/stable31Louis5 days2-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 Orbaugh5 days3-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/stable31provokateurin5 days3-9/+9
|/ / / | | | | | | | | | | | | | | | useful for debugging Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Merge pull request #51396 from nextcloud/backport/51365/stable31Kate5 days1-1/+1
|\ \ \ | | | | | | | | [stable31] fix(dav): Fix share token pattern for base uri extraction
| * | | fix(dav): Fix share token pattern for base uri extractionbackport/51365/stable31provokateurin11 days1-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot5 days40-6/+268
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot6 days22-0/+120
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot7 days56-150/+1408
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot8 days138-3642/+3808
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #51397 from nextcloud/backport/51394/stable31Ferdinand Thiessen8 days33-163/+936
|\ \ \ \ | | | | | | | | | | [stable31] Allow to delete files without trashbin + add unit tests + some refactoring
| * | | | chore: compile assetsbackport/51394/stable31Ferdinand Thiessen8 days18-24/+90
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | fix(files): also enable delete action if trashbin is disabledFerdinand Thiessen8 days1-9/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | test(files_trashbin): add test coverage also for utils like the loggerFerdinand Thiessen8 days1-0/+20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | refactor(files_trashbin): restore action refactoringFerdinand Thiessen8 days3-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 Thiessen8 days6-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 Thiessen8 days7-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 Thiessen8 days1-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 Thiessen8 days3-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [stable31] fix(mime-types): adjust compiled mime types and sign
| * | | | | fix(mime-types): adjust compiled mime types and signbackport/51434/stable31Ferdinand Thiessen10 days3-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | | Merge pull request #51460 from nextcloud/release/31.0.1v31.0.1Arthur Schiwon8 days1-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | 31.0.1
| * | | | | | build(hub): 31.0.1release/31.0.1Arthur Schiwon9 days1-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot9 days114-256/+356
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #51440 from nextcloud/fix/jquery-uiv31.0.1rc2Arthur Schiwon10 days5-10/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable31] revert(deps): jquery-ui to 1.13.3
| * | | | | | chore(assets): recompile assetsfix/jquery-uiskjnldsv10 days3-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * | | | | | revert(deps): jquery-ui to 1.13.3skjnldsv10 days2-6/+7
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | | | | | Merge pull request #51428 from nextcloud/release/31.0.1_rc2Arthur Schiwon10 days1-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | 31.0.1 RC2