| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(external_storage): Cast id to int | Oleksander Piskun | 2024-12-02 | 1 | -2/+2 |
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 3 | -35/+7 |
* | chore(db): Correctly apply query types | Git'Fellow | 2024-10-17 | 1 | -32/+17 |
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 4 | -16/+21 |
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 5 | -6/+6 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 9 | -209/+26 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 1 | -1/+1 |
* | mark MOUNT_TYPE_PERSONAl as deprecated | Maxence Lange | 2024-02-24 | 1 | -0/+2 |
* | full uppercase const | Maxence Lange | 2024-02-24 | 2 | -5/+4 |
* | fix(external): Get storage before update it | Joas Schilling | 2023-10-26 | 1 | -0/+3 |
* | use fresh builders when deleting storages | Robin Appelman | 2023-08-14 | 1 | -0/+3 |
* | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup | Joas Schilling | 2023-08-04 | 1 | -1/+2 |
|\ |
|
| * | fix!: Move getEventDispatcher usage to IEventDispatcher | Joas Schilling | 2023-07-28 | 1 | -1/+2 |
* | | Migrate files external to PSR LoggerInterface | Benjamin Gaussorgues | 2023-08-01 | 2 | -12/+9 |
|/ |
|
* | getStorage before remove | Maxence Lange | 2023-07-11 | 1 | -0/+6 |
* | Additional type hinting found by psalm | Carl Schwan | 2022-10-18 | 1 | -5/+1 |
* | Specify type to internal storage class | Carl Schwan | 2022-10-17 | 1 | -0/+1 |
* | Fix type of getVisibilityType | Carl Schwan | 2022-10-17 | 3 | -3/+3 |
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -1/+1 |
* | Apply suggestions from code review | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
* | force full setup after external storage config change | Robin Appelman | 2022-03-24 | 3 | -5/+23 |
* | remove old legacy external storage migration logic | Robin Appelman | 2022-02-09 | 1 | -56/+0 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 10 | -10/+5 |
* | Rename External storages to External storage | szaimen | 2021-05-20 | 4 | -5/+5 |
* | better cleanup of filecache when deleting an external storage | Robin Appelman | 2021-05-19 | 1 | -38/+1 |
* | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -1/+1 |
* | Fix a few RedundantCast | Roeland Jago Douma | 2021-03-01 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 4 | -4/+3 |
* | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -1/+4 |
* | Remove @suppress SqlInjectionChecker | Morris Jobke | 2020-09-16 | 1 | -4/+0 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 4 | -1/+3 |
* | Fix "misplaced variables" warning of Psalm in PHPDoc statements | Morris Jobke | 2020-08-17 | 1 | -1/+1 |
* | Fix some MissingDocblockType or InvalidDocblock warnings. | Daniel Kesselberg | 2020-08-14 | 1 | -1/+1 |
* | remove saved credentails if the user no longer has any storage configured usi... | Robin Appelman | 2020-07-30 | 1 | -4/+9 |
* | Move OC_Mount_Config to proper classname and remove OC::$CLASSPATH usage in f... | Morris Jobke | 2020-07-10 | 4 | -15/+15 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 4 | -0/+4 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 2 | -10/+10 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -11/+10 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 2 | -2/+2 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -2/+2 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Use placeholder values for password fields in external storage webui | Robin Appelman | 2020-03-12 | 1 | -1/+4 |
* | Update license headers for 18 | Christoph Wurst | 2019-12-20 | 1 | -0/+1 |
* | Merge pull request #18256 from nextcloud/files-aditional-scripts-new-events | Roeland Jago Douma | 2019-12-09 | 1 | -1/+3 |
|\ |
|
| * | use OCP\EventDispatcher\GenericEvent in more places | Robin Appelman | 2019-12-09 | 1 | -1/+3 |
* | | rejig right to left join for sqlite's satisfaction | Arthur Schiwon | 2019-12-06 | 1 | -3/+3 |
* | | Update license headers | Christoph Wurst | 2019-12-05 | 10 | -11/+24 |
|/ |
|
* | extend with group deletion handling | Arthur Schiwon | 2019-11-28 | 1 | -6/+14 |
* | when a user was delete remove them from applicable list, unless | Arthur Schiwon | 2019-11-28 | 1 | -0/+24 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 6 | -20/+19 |