aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Improve typing as suggested by reviewCôme Chilliet2023-08-081-32/+7
| * | Use Server::get instead of new to avoid troubles with encryption constructorsCôme Chilliet2023-08-081-30/+2
| * | Migrate away from ILogger in encryptionCôme Chilliet2023-08-0815-441/+142
* | | Merge pull request #39694 from nextcloud/gpsRobin Appelman2023-08-081-37/+54
|\ \ \
| * | | preload all requested metadataRobin Appelman2023-08-071-58/+53
| * | | expose gps data via webdavtobiasKaminsky2023-08-041-0/+22
* | | | Merge pull request #39715 from nextcloud/Jerome-Herbinet-blog-url-updateSimon L2023-08-081-1/+1
|\ \ \ \
| * | | | Update blog URL (formerly "/news")Jérôme Herbinet2023-08-041-1/+1
* | | | | Merge pull request #39058 from nextcloud/fix/fix-ldap-filters-for-empty-searchCôme Chilliet2023-08-081-2/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Avoid adding (attribute=) part to filter which will confuse LDAP serversCôme Chilliet2023-06-291-2/+6
* | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0844-32/+130
* | | | | Merge pull request #39680 from nextcloud/enh/tp-list-tasks-by-app-and-identifierJulius Härtl2023-08-0711-25/+275
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix psalm issueJulien Veyssier2023-08-071-1/+2
| * | | | bump server version to 28.0.0.2 to trigger new migration stepJulien Veyssier2023-08-071-1/+1
| * | | | feat: Add delete task APIJulius Härtl2023-08-074-0/+51
| * | | | change sql where order to match index orderJulien Veyssier2023-08-071-2/+2
| * | | | allow anon text processing schedulingJulien Veyssier2023-08-079-38/+159
| * | | | start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-075-1/+78
|/ / / /
* | | | Merge pull request #39660 from nextcloud/fix/llm-migration-not-executedJulien Veyssier2023-08-072-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into fix/llm-migration-not-executedJulien Veyssier2023-08-07788-31016/+13288
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #39717 from nextcloud/fix/openapi/files_externalJulien Veyssier2023-08-074-6/+103
|\ \ \ \ \
| * | | | | files_external: Fix OpenAPIjld31032023-08-074-6/+103
* | | | | | Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengi...Côme Chilliet2023-08-073-8/+8
|\ \ \ \ \ \
| * | | | | | Fixes "PossiblyFalseArgument" notices.Faraz Samapoor2023-07-032-6/+6
| * | | | | | Refactors "strpos" calls in /apps/workflowengine to improve code readability.Faraz Samapoor2023-07-033-8/+8
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0720-0/+112
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0610-2/+46
* | | | | | | Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catchJohn Molakvoæ2023-08-051-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
| * | | | | | | Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0516-4/+60
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #39708 from nextcloud/automated/noid/master-update-psalm-b...Joas Schilling2023-08-041-159/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Update psalm baselinenextcloud-command2023-08-041-159/+0
* | | | | | | Merge pull request #39662 from nextcloud/3rdparty-bump-symfony-mailerJoas Schilling2023-08-041-0/+0
|\ \ \ \ \ \ \
| * | | | | | | chore(3rdparty): update symfony/mailer to 5.4.22Daniel Kesselberg2023-08-031-0/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #39705 from nextcloud/fix/noid/adjust-integrity-test-for-u...Joas Schilling2023-08-042-6/+7
|\ \ \ \ \ \ \
| * | | | | | | fix: adjust test for font iconDaniel Kesselberg2023-08-042-6/+7
| |/ / / / / /
* | | | | | | Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-0443-956/+709
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | fix!: Move getEventDispatcher usage to IEventDispatcherJoas Schilling2023-07-287-6/+63
| * | | | | | chore!: Remove legacy SymfonyAdapterJoas Schilling2023-07-287-553/+0
| * | | | | | fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharingJoas Schilling2023-07-284-61/+0
| * | | | | | fix: Migrate collaboration listener and remove legacy adapterJoas Schilling2023-07-282-36/+17
| * | | | | | fix!: Remove LegacyLoadAdditionalScriptsAdapterJoas Schilling2023-07-285-62/+2
| * | | | | | fix: Remove legacy dispatcher from share managerJoas Schilling2023-07-285-26/+0
| * | | | | | feat!: Migrate Share accepted event to typed eventJoas Schilling2023-07-285-3/+56
| * | | | | | feat!: Migrate unShare events to typed eventsJoas Schilling2023-07-289-87/+199
| * | | | | | feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-2810-74/+133
| * | | | | | feat!: Migrate AccountManager event to typed eventJoas Schilling2023-07-287-34/+87
| * | | | | | feat!: Migrate TagService events to typed eventsJoas Schilling2023-07-287-14/+152
* | | | | | | Merge pull request #39689 from nextcloud/bugfix/39135/remove-share-notificati...Joas Schilling2023-08-041-0/+8
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |