| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor: move version rollback hook to event | ailkiv | 2025-02-25 | 1 | -4/+72 |
* | chore: Apply new rector configuration to apps folder | Côme Chilliet | 2025-02-13 | 2 | -34/+37 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -2/+2 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 2 | -65/+76 |
* | chore: Apply rector configuration to apps folder | Côme Chilliet | 2024-09-20 | 2 | -3/+3 |
* | refactor: Add void return type to PHPUnit test methods | Christoph Wurst | 2024-09-15 | 7 | -35/+35 |
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 2 | -89/+89 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 8 | -171/+20 |
* | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-06 | 1 | -4/+26 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+0 |
* | don't re-get fileinfo for versioned file if it's not shared | Robin Appelman | 2023-03-13 | 1 | -1/+0 |
* | tests(files_versions): Tear down fs to clear mount cache before testing | Julius Härtl | 2023-03-13 | 1 | -1/+8 |
* | Fix a few tests that were using too big int values for 32bits | Côme Chilliet | 2023-02-07 | 1 | -2/+1 |
* | Fix versions restoring with S3 | Louis Chemineau | 2023-01-26 | 1 | -0/+33 |
* | Fix renaming files_versions | Louis Chemineau | 2023-01-26 | 2 | -4/+2 |
* | Handle empty files in version creation logic | Louis Chemineau | 2023-01-26 | 1 | -0/+2 |
* | Adapt files_versions tests to modernized hooks | Louis Chemineau | 2023-01-26 | 2 | -2/+2 |
* | Lint and remove file_versions tests | Louis Chemineau | 2022-11-28 | 3 | -365/+0 |
* | Fix dynamic property warning in files_version tests | Côme Chilliet | 2022-09-05 | 1 | -6/+0 |
* | Fix many tests and warnings | Carl Schwan | 2022-08-08 | 1 | -2/+6 |
* | Port existing server code to new interface | Carl Schwan | 2022-08-08 | 1 | -6/+3 |
* | Replace license information to SPDX expression | Louis Chemineau | 2022-01-11 | 3 | -4/+4 |
* | Fix tests on PHP 8.1 for encryption, files_sharing, files_version, | Côme Chilliet | 2021-12-16 | 1 | -0/+2 |
* | Add configuration flag to disable the background job for files_versions | Daniel Kesselberg | 2021-10-11 | 1 | -0/+77 |
* | test for version expire | Robin Appelman | 2021-08-18 | 1 | -0/+116 |
* | Fix tests in files_versions | Carl Schwan | 2021-07-23 | 2 | -7/+3 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 6 | -8/+2 |
* | Bump js licenses | John Molakvoæ (skjnldsv) | 2021-03-31 | 3 | -12/+58 |
* | Re-use fetched dependencies in lib/base.php | Morris Jobke | 2021-01-20 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | FIX | Roeland Jago Douma | 2020-12-07 | 1 | -36/+0 |
* | VersioningTest:729 is unreliable and should be disabled | Morris Jobke | 2020-10-12 | 1 | -0/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 2 | -7/+7 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 2 | -0/+2 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 2 | -8/+8 |
* | Move files_versions to bootstrap mechanism | Morris Jobke | 2020-07-09 | 1 | -2/+0 |
* | Fix tests | Joas Schilling | 2020-06-24 | 1 | -0/+1 |
* | Update share type constant usage | Joas Schilling | 2020-06-24 | 1 | -7/+7 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | Fix #19066 - Array offset error due to empty file versions array | Liam JACK | 2020-04-12 | 1 | -0/+5 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -4/+4 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -20/+8 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 2 | -7/+7 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 2 | -2/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 2 | -2/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -99/+99 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 1 | -4/+4 |
|/ |
|
* | Move deprecated aliases over to new registration | Roeland Jago Douma | 2020-03-15 | 1 | -3/+3 |