Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: Extend rector to core/refactor/rector-core | provokateurin | 2025-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooks | Côme Chilliet | 2025-05-14 | 1 | -2/+6 |
|\ | | | | | feat(encryption): Migrate from hooks to events | ||||
| * | chore: Assert rename success in versionning tests | Côme Chilliet | 2025-05-13 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
| * | chore(files_versions): Only mock getSystemValue method to avoid problems in ↵ | Côme Chilliet | 2025-05-13 | 1 | -1/+4 |
| | | | | | | | | | | | | files_versions tests Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | refactor: Apply rector refactoringschore/deps/rector-2.0 | provokateurin | 2025-05-14 | 1 | -1/+1 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #51355 from AIlkiv/refactor/rollback-hook-usage | Stephan Orbaugh | 2025-04-25 | 1 | -8/+10 |
|\ | | | | | refactor: cleanup rollback hook usage | ||||
| * | refactor: cleanup rollback hook usage | ailkiv | 2025-04-25 | 1 | -8/+10 |
| | | | | | | | | Signed-off-by: ailkiv <a.ilkiv.ye@gmail.com> | ||||
* | | fix(files_versions): Cache previews | provokateurin | 2025-03-27 | 1 | -4/+11 |
|/ | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | refactor: move version rollback hook to event | ailkiv | 2025-02-25 | 1 | -4/+72 |
| | | | | Signed-off-by: ailkiv <a.ilkiv.ye@gmail.com> | ||||
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 2 | -34/+37 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 2 | -65/+76 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -3/+3 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 7 | -35/+35 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -89/+89 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 8 | -171/+20 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 1 | -4/+26 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+0 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | don't re-get fileinfo for versioned file if it's not shared | Robin Appelman | 2023-03-13 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | tests(files_versions): Tear down fs to clear mount cache before testing | Julius Härtl | 2023-03-13 | 1 | -1/+8 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix versions restoring with S3 | Louis Chemineau | 2023-01-26 | 1 | -0/+33 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix renaming files_versions | Louis Chemineau | 2023-01-26 | 2 | -4/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Handle empty files in version creation logic | Louis Chemineau | 2023-01-26 | 1 | -0/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Adapt files_versions tests to modernized hooks | Louis Chemineau | 2023-01-26 | 2 | -2/+2 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Lint and remove file_versions tests | Louis Chemineau | 2022-11-28 | 3 | -365/+0 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix dynamic property warning in files_version tests | Côme Chilliet | 2022-09-05 | 1 | -6/+0 |
| | | | | | | | The code had no effect as $storage is not an instance of SharedStorage, the call to setValue failed with a warning. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 1 | -2/+6 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -6/+3 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 3 | -4/+4 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 1 | -0/+2 |
| | | | | | | files_trashbin and theming apps Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add configuration flag to disable the background job for files_versions | Daniel Kesselberg | 2021-10-11 | 1 | -0/+77 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | test for version expire | Robin Appelman | 2021-08-18 | 1 | -0/+116 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Fix tests in files_versions | Carl Schwan | 2021-07-23 | 2 | -7/+3 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -8/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 3 | -12/+58 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Re-use fetched dependencies in lib/base.php | Morris Jobke | 2021-01-20 | 1 | -1/+1 |
| | | | | | | | | Reduces calls to DI container by reusing already fetched dependencies. For status.php it went from 355 to 344. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | FIX | Roeland Jago Douma | 2020-12-07 | 1 | -36/+0 |
| | | | | | | | the assertAttributeEquals got removed. So we can't run these tests anymore. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | VersioningTest:729 is unreliable and should be disabled | Morris Jobke | 2020-10-12 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -7/+7 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to ↵ | Morris Jobke | 2020-08-12 | 2 | -8/+8 |
| | | | | | | \PHPUnit\Framework\MockObject\MockObject Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move files_versions to bootstrap mechanism | Morris Jobke | 2020-07-09 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -7/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix #19066 - Array offset error due to empty file versions array | Liam JACK | 2020-04-12 | 1 | -0/+5 |
| | | | | Signed-off-by: Liam JACK <liamjack@users.noreply.github.com> | ||||
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -20/+8 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |