summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Move field classes out of the server apiElizabeth Danzberger2024-07-254-32/+0
* fix: Emit new `BeforeGetTemplates` eventElizabeth Danzberger2024-07-257-6/+31
* feat: Template fieldsElizabeth Danzberger2024-07-255-1/+47
* fix(taskprocessing): fix typo in text2text task typeJulien Veyssier2024-07-251-1/+1
* feat(taskprocessing): add translate task typeJulien Veyssier2024-07-253-0/+104
* fix: Don't validate input again upon running a taskMarcel Klehr2024-07-251-7/+0
* fix: Make sure provider provides enum valuesMarcel Klehr2024-07-251-1/+4
* fix(taskprocessing): Update lib/private/TaskProcessing/Manager.phpMarcel Klehr2024-07-251-2/+2
* fix(taskprocessing): fix psalm issueJulien Veyssier2024-07-251-0/+1
* fix(taskprocessing): fix cs issues and generate autoloadersJulien Veyssier2024-07-252-0/+2
* fix(taskprocessing): add licenseJulien Veyssier2024-07-251-0/+8
* fix(taskprocessing): run cs:fixJulien Veyssier2024-07-252-18/+18
* feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-256-38/+286
* Merge pull request #44788 from nextcloud/db-error-loggingStephan Orbaugh2024-07-253-4/+52
|\
| * feat: add additional logging for database errorsRobin Appelman2024-07-243-4/+52
* | Merge pull request #46644 from nextcloud/cast-bigintFerdinand Thiessen2024-07-242-1/+3
|\ \
| * | fix: explicitly filter for storageid in preview cleanup jobRobin Appelman2024-07-231-0/+2
| * | fix: cast to bigint on postgresqlRobin Appelman2024-07-231-1/+1
* | | Merge pull request #46694 from nextcloud/fix/file-info-nameStephan Orbaugh2024-07-241-0/+4
|\ \ \ | |_|/ |/| |
| * | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-221-0/+4
* | | Merge pull request #46708 from nextcloud/update-event-docsAnna2024-07-246-2/+17
|\ \ \
| * | | docs: update docs for ocp eventsDaniel Kesselberg2024-07-236-2/+17
* | | | Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegationLouis2024-07-244-18/+33
|\ \ \ \
| * | | | feat(users): Add support for admin delegation for users and groups managementLouis Chemineau2024-07-224-18/+33
| | |/ / | |/| |
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2416-0/+32
* | | | feat: mail provider backendSebastianKrupinski2024-07-2318-0/+1661
| |/ / |/| |
* | | fix(taskprocessing): build autoloader files and fix psalm issueJulien Veyssier2024-07-233-5/+9
* | | feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-233-5/+24
* | | feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-236-5/+63
* | | feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-235-7/+101
| |/ |/|
* | Merge pull request #46592 from nextcloud/feat/first-day-of-week-user-settingRichard Steinmetz2024-07-231-1/+5
|\ \
| * | feat: let users configure their first day of weekRichard Steinmetz2024-07-221-1/+5
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-07-236-0/+8
|/
* feat: add config flag to toggle persistent redis connectionsRobin Appelman2024-07-221-12/+21
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-225-3/+131
* Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-223-16/+31
|\
| * refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-193-16/+31
* | Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ipsAndy Scherzinger2024-07-2215-67/+399
|\ \
| * | feat(Security): add Factory for IP addresses and rangesBenjamin Gaussorgues2024-07-195-0/+59
| * | feat(security): Add public API to allow validating IP Ranges and checking for...Joas Schilling2024-07-1913-78/+279
| * | feat(security): restrict admin actions to IP rangesBenjamin Gaussorgues2024-07-198-67/+139
* | | Merge pull request #46640 from nextcloud/fix/noid/google-scopeJulius Härtl2024-07-223-6/+19
|\ \ \
| * | | fix(Token): take over scope in token refresh with login by cookieArthur Schiwon2024-07-193-6/+19
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-212-0/+4
| |_|/ |/| |
* | | Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-1918-135/+196
|\ \ \ | |_|/ |/| |
| * | fix(db): Fix md5 for oracle >= 20Joas Schilling2024-07-194-1/+23
| * | fix(db): Manually track if `where()` is called when not empty to avoid recursionJoas Schilling2024-07-191-19/+24
| * | fix(db): Deprecate `IExpressionBuilder::or()` and `IExpressionBuilder::and()`...Joas Schilling2024-07-198-40/+45
| * | fix(db): Deprecate `getState()` as per upstreamJoas Schilling2024-07-192-1/+6
| * | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-198-59/+46