summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
Commit message (Collapse)AuthorAgeFilesLines
* fix(workflowengine): Fix multiple UI issues in workflow engine admin settingsJoas Schilling2023-05-107-162/+174
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-072-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-213-11/+22
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(npm): fix warning and buildJohn Molakvoæ2023-04-211-19/+18
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-04-062-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(eslint): fix missing import extensionsJohn Molakvoæ2023-03-2315-40/+40
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-192-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-182-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(workflow): Check tag attributeJoas Schilling2023-03-161-8/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* techdebt(workflowengine): Remove transition event classesJoas Schilling2023-03-031-17/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-03-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-032-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-03-012-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Convert tag ids to numberRobin Windey2023-02-271-1/+1
| | | | | | Fix for #35645 Signed-off-by: GitHub <noreply@github.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-264-0/+38
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-252-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix broken search for tags in workflow checksJoas Schilling2023-02-241-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Also check the scope when reading operations from the databaseJoas Schilling2023-02-232-0/+76
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Validate the scope when validating operationsJoas Schilling2023-02-232-8/+118
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-212-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* perf(workflowengine): Cache query that is performed on every requestJulius Härtl2023-02-102-4/+72
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-102-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-02-012-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(autoloaders): Update autoloader files for Composer 2.5.1Christoph Wurst2023-01-252-16/+25
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-154-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-054-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-312-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2022-12-272-2/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* add some tests for mimetype checkRobin Appelman2022-12-201-0/+192
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove file exists check from `cacheAndReturnMimeType`Robin Appelman2022-12-201-2/+2
| | | | | | | | the method is only called if the file exists already a check against storing the fallback mimetype is added as a safety instead Signed-off-by: Robin Appelman <robin@icewind.nl>
* use mimetype from cache for workflow if availableRobin Appelman2022-12-201-4/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #35789 from nextcloud/fix/noid/rename-sabre-public-eventVincent Petry2022-12-161-2/+2
|\ | | | | Rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent
| * rename SabrePublicPluginEvent to BeforeSabrePubliclyLoadedEvent, run ↵Julien Veyssier2022-12-151-2/+2
| | | | | | | | | | | | build/autoloaderchecker.sh Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | [tx-robot] updated from transifexNextcloud bot2022-12-162-2/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-12-132-0/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Use TimedJob from OCP instead of OCCôme Chilliet2022-12-051-2/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-232-0/+110
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #34940 from nextcloud/feat/add-mastodonCarl Schwan2022-11-222-4/+17
|\ | | | | Add mastodon and reorganize profile info section
| * Update composer autoloaderCarl Schwan2022-11-222-4/+17
| | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | [tx-robot] updated from transifexNextcloud bot2022-11-222-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Make sure to not pass null to DateTime::createFromFormatCôme Chilliet2022-11-141-2/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-094-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-21122-550/+550
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Use @nextcloud/vue MultiselectTags componentJoas Schilling2022-10-204-276/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-162-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-074-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-10-064-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-09-232-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Master is now 26Joas Schilling2022-09-221-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>