aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
Commit message (Collapse)AuthorAgeFilesLines
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-282-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-262-0/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: replace material icons with outline versionsskjnldsv2025-07-241-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-162-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-132-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-086-4/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_trashbin): Expire trashbin items when space is neededleftybournes/fix/files_trashbin_retentionKent Delante2025-07-053-4/+173
| | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-052-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-038-10/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: run rectorrector-phpunit10Robin Appelman2025-07-015-31/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-014-4/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-0120-10/+29
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* fix(l10n): Update translations from TransifexNextcloud bot2025-07-0116-16/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-30102-1538/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-2112-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-202-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-196-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-188-22/+40
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-174-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor(files): migrate away from moment.jsFerdinand Thiessen2025-06-162-10/+18
| | | | | | | Use browser provided API and our shared functions. This also fixes tests when local language is not English. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-104-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-092-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-052-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-042-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-032-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-06-022-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-314-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-306-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* test: Migrate Federation and Files_Trashbin to PHPUnit 10Joas Schilling2025-05-299-202/+150
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-2918-0/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_trashbin): check if there is enough space before restoringleftybournes/fix/files_trashbin_dont_restore_fullKent Delante2025-05-203-0/+119
| | | | Signed-off-by: Kent Delante <kent.delante@proton.me>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-182-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* refactor: Extend rector to core/refactor/rector-coreprovokateurin2025-05-151-1/+1
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-141-12/+5
|\ | | | | feat(encryption): Migrate from hooks to events
| * chore(trashbin): Fix configuration mocking in trashbin testsCôme Chilliet2025-05-131-12/+5
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin2025-05-143-6/+9
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | chore: replace leagcy OC_Helper calls with OCP\Utilchore/oc-helper-filesizeFerdinand Thiessen2025-05-142-5/+5
| | | | | | | | | | | | | | | | - Replace legacy calls with OCP\Util - Add missing deprecation notices - Inline implementation in OCP\Util and call it from OC_Helper Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(l10n): Update translations from TransifexNextcloud bot2025-05-144-18/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-05-022-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-302-2/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(l10n): Update translations from TransifexNextcloud bot2025-04-162-14/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #52086 from nextcloud/fix/cleanup-user-backendsCôme Chilliet2025-04-141-2/+2
|\ | | | | Cleanup user backends related methods
| * fix: Replace all usages of OC_User backend method calls by IUserManagerfix/cleanup-user-backendsCôme Chilliet2025-04-101-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2025-04-112-4/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2025-04-092-12/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #51837 from nextcloud/artonge/chore/increase_log_in_trashbinLouis2025-04-071-4/+14
|\ | | | | chore(files_trashbin): Add user details in log from Trashbin
| * chore(files_trashbin): Add user details in log from Trashbinartonge/chore/increase_log_in_trashbinLouis Chemineau2025-04-071-4/+14
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix: Catch exceptions when expiring trashbinartonge/fix/catch_exception_in_expire_trashLouis Chemineau2025-04-023-12/+29
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | chore: Use iterator in ExpireTrash commandLouis Chemineau2025-04-021-2/+4
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>