Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(testing): implement getExpectedRuntime on FakeTextProcessingProvider | Julius Härtl | 2024-01-23 | 5 | -1/+54 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | fix(build): Do not generated OpenAPI for non-shipped apps or apps without ↵ | provokateurin | 2024-01-18 | 1 | -0/+0 |
| | | | | | | OpenAPI support Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | Merge pull request #41678 from nextcloud/branchoff/master-is-now-29 | Arthur Schiwon | 2023-11-23 | 1 | -2/+2 |
|\ | | | | | Master is now 29 | ||||
| * | feat(branchoff): Bump versions and requirements in apps | Joas Schilling | 2023-11-23 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 4 | -11/+10 |
|/ | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(TextToImage): Update testing provider to new interface | Marcel Klehr | 2023-10-26 | 1 | -0/+4 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(Text2Image): Fix FakeText2ImageProvider in testing app | Marcel Klehr | 2023-10-22 | 3 | -0/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | enh(testing app): Add fake text2image provider | Marcel Klehr | 2023-10-20 | 3 | -0/+45 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | feat(testing): Add fake providers for translations and text processing | Julius Härtl | 2023-09-12 | 5 | -0/+95 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Fix event names of 2FA related typed events | Joas Schilling | 2023-07-03 | 2 | -53/+47 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-05-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(assets): Optimize SVGs with scour 0.38.2 | Joas Schilling | 2023-04-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(autoloader): Update autoloaders with composer 2.5.5 | Joas Schilling | 2023-04-21 | 3 | -11/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(release): Bump requirements and versions in apps/ | Joas Schilling | 2023-03-03 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(autoloaders): Update autoloader files for Composer 2.5.1 | Christoph Wurst | 2023-01-25 | 2 | -16/+25 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵ | Julien Veyssier | 2022-12-15 | 1 | -2/+2 |
| | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | Update composer autoloader | Carl Schwan | 2022-11-22 | 2 | -4/+17 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Master is now 26 | Joas Schilling | 2022-09-22 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Rebuild autoloader | Joas Schilling | 2022-09-20 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Move findBinaryFinder and isFunctionEnabled away from OC_Helper | Carl Schwan | 2022-08-23 | 1 | -3/+3 |
| | | | | | | | | | | | | findBinaryFinder is now a service that is still private but with some minor optimization (remove the hasKey check). isFunctionEnabled is now in OCP\Util Both function are still keep but all internal usage in nextcloud/server were migrated to the new usage, so that we can remove it in 26 Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Make Color class public | Carl Schwan | 2022-07-05 | 1 | -7/+7 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Cleanup lock related code | Carl Schwan | 2022-05-12 | 1 | -11/+6 |
| | | | | | | | | - Port to QueryBuilder - Improve the doc a bit - Add type hinting Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Master is now 25 | Joas Schilling | 2022-04-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 2 | -1/+6 |
| | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Build autoloader with new composer version | Côme Chilliet | 2022-03-30 | 5 | -15/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 1 | -7/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update composer generated files to latest version | Carl Schwan | 2022-03-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix psalm issues in theming app | Carl Schwan | 2022-01-26 | 1 | -38/+13 |
| | | | | | | | | After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Master is now 24 | Joas Schilling | 2021-11-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update to composer 2.1.11 | Carl Schwan | 2021-11-04 | 2 | -2/+15 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Bump autoloader | Joas Schilling | 2021-10-14 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update app versions for 23 | Vincent Petry | 2021-09-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Update generated composer files to latest format | Christoph Wurst | 2021-09-22 | 3 | -19/+110 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add missing files for Composer v2 | Christoph Wurst | 2021-08-13 | 4 | -0/+383 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump app version | Joas Schilling | 2021-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Master is now 23 | Joas Schilling | 2021-06-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update Autoloader | Louis Chemineau | 2021-06-21 | 1 | -1/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 8 | -10/+2 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update autoloader files | Roeland Jago Douma | 2021-03-02 | 1 | -2/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | This is 22 | Joas Schilling | 2021-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update all composer autoloader files | Christoph Wurst | 2021-01-28 | 2 | -1/+33 |
| | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -2/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | rebuild autoloader scripts with 2.0.7 | Robin Appelman | 2020-11-26 | 4 | -3/+5 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -8/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use IBootstrap for the testing app | Morris Jobke | 2020-07-22 | 2 | -35/+15 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -1/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |