| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 6 | -7/+7 |
* | fix(workflows): Finish password confirmation | Joas Schilling | 2023-11-16 | 2 | -0/+8 |
* | fix(workflowengine): use andWhere() not second where() | Arthur Schiwon | 2023-11-13 | 1 | -1/+1 |
* | fix(workflow): Fix "Call to a member function getUID() on null" with appdata | Joas Schilling | 2023-11-13 | 1 | -3/+3 |
* | enh(IMountManager): Add method to get MountPoint from CachedMountInfo | Jonas | 2023-10-23 | 1 | -5/+11 |
* | fix(isLegitimatedForUserId): Setup mountpoints to check file access | Jonas | 2023-10-23 | 1 | -8/+22 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 3 | -71/+19 |
* | Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengi... | Côme Chilliet | 2023-08-07 | 2 | -6/+6 |
|\ |
|
| * | Fixes "PossiblyFalseArgument" notices. | Faraz Samapoor | 2023-07-03 | 2 | -6/+6 |
| * | Refactors "strpos" calls in /apps/workflowengine to improve code readability. | Faraz Samapoor | 2023-07-03 | 2 | -6/+6 |
* | | fix(workflowengine): Remove legacy event (deprecated since 17) | Joas Schilling | 2023-07-19 | 1 | -10/+0 |
* | | fix: Avoid failing with duplicate checks | Julius Härtl | 2023-07-12 | 1 | -7/+1 |
|/ |
|
* | workflowengine: Stop using a service alias for controller | jld3103 | 2023-06-19 | 2 | -3/+1 |
* | fix(workflow): Check tag attribute | Joas Schilling | 2023-03-16 | 1 | -8/+29 |
* | techdebt(workflowengine): Remove transition event classes | Joas Schilling | 2023-03-03 | 1 | -17/+11 |
* | Also check the scope when reading operations from the database | Joas Schilling | 2023-02-23 | 1 | -0/+23 |
* | Validate the scope when validating operations | Joas Schilling | 2023-02-23 | 1 | -3/+10 |
* | perf(workflowengine): Cache query that is performed on every request | Julius Härtl | 2023-02-10 | 1 | -2/+18 |
* | remove file exists check from `cacheAndReturnMimeType` | Robin Appelman | 2022-12-20 | 1 | -2/+2 |
* | use mimetype from cache for workflow if available | Robin Appelman | 2022-12-20 | 1 | -4/+8 |
* | Use TimedJob from OCP instead of OC | Côme Chilliet | 2022-12-05 | 1 | -2/+4 |
* | Make sure to not pass null to DateTime::createFromFormat | Côme Chilliet | 2022-11-14 | 1 | -2/+2 |
* | Move CappedMemoryCache to OCP | Carl Schwan | 2022-07-14 | 1 | -1/+1 |
* | Use SettingsSection in workflowengine settings | Carl Schwan | 2022-05-31 | 1 | -18/+16 |
* | Add stricter psalm type for CappedMemoryCache | Carl Schwan | 2022-05-12 | 1 | -4/+5 |
* | Change script loading order in worflowengine | Louis Chemineau | 2022-03-31 | 1 | -6/+5 |
* | Fix similar potential problems with fetchOne loops | Côme Chilliet | 2022-03-08 | 2 | -2/+2 |
* | Fix psalm issues | Carl Schwan | 2022-01-13 | 1 | -1/+4 |
* | Add helper method in Wrapper | Carl Schwan | 2022-01-13 | 1 | -12/+5 |
* | The storage is not static anymore | Carl Schwan | 2022-01-13 | 1 | -15/+11 |
* | Optimize FileSystemTags workflow for groupfolder | Carl Schwan | 2022-01-13 | 1 | -9/+29 |
* | Fix RequestURL check for cli commands | Carl Schwan | 2022-01-11 | 1 | -6/+11 |
* | Move bundles to /dist | John Molakvoæ (skjnldsv) | 2022-01-08 | 1 | -1/+1 |
* | fix tests | Robin Appelman | 2021-12-02 | 1 | -2/+2 |
* | Detect mimetype by content only with content | Joas Schilling | 2021-10-27 | 1 | -1/+1 |
* | fixes an undefined index when getAccessList returns an empty array | Arthur Schiwon | 2021-10-22 | 1 | -1/+1 |
* | Do not cache file ids in FileSystemTags inside group folders | Richard Steinmetz | 2021-09-14 | 1 | -2/+10 |
* | Set alias for result of cast column function | Daniel Kesselberg | 2021-08-16 | 1 | -1/+2 |
* | Make "name" column nullable in workflow operations | Vincent Petry | 2021-08-10 | 4 | -4/+69 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 31 | -91/+198 |
* | Rename External storages to External storage | szaimen | 2021-05-20 | 1 | -1/+1 |
* | Prefer string $file over 1-element array in script() | François Freitag | 2021-05-18 | 1 | -3/+1 |
* | Merge pull request #25588 from nextcloud/techdept/custom-psr-logger | Christoph Wurst | 2021-03-05 | 1 | -2/+3 |
|\ |
|
| * | Migrate WFE to the new PSR logger | Christoph Wurst | 2021-02-11 | 1 | -2/+3 |
* | | Move some settings over to the IInitialState | Roeland Jago Douma | 2021-03-02 | 2 | -12/+7 |
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -3/+3 |
|/ |
|
* | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 1 | -1/+1 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 3 | -17/+19 |
* | consider local external storages, too | Arthur Schiwon | 2020-12-15 | 1 | -1/+2 |