aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | feat(files_reminders): emit action menu openedChristopher Ng2023-08-091-1/+5
| * | | feat(files_reminders): register file actionChristopher Ng2023-08-092-0/+21
| * | | feat(files_reminders): add datetime utilsChristopher Ng2023-08-091-0/+112
| * | | fix: frontend ocsChristopher Ng2023-08-091-3/+3
| * | | fix: due date nullableChristopher Ng2023-08-091-5/+6
| * | | feat(files_reminders): add reminder serviceChristopher Ng2023-08-091-0/+54
| * | | feat(files_reminders): integrate load scriptsChristopher Ng2023-08-095-6/+55
|/ / /
* | | Merge pull request #39741 from jmcclelland/optimize-cal-queryChristoph Wurst2023-08-091-5/+5
|\ \ \
| * | | ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-071-4/+4
| * | | optimize calendar search queryJamie McClelland2023-08-071-1/+1
* | | | Merge pull request #39753 from nextcloud/feat/caldav/linkify-location-in-emailChristoph Wurst2023-08-091-2/+42
|\ \ \ \ | |_|/ / |/| | |
| * | | feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-091-2/+42
|/ / /
* | | Merge pull request #39682 from nextcloud/fix/cypress-usersPytal2023-08-083-3/+51
|\ \ \
| * | | fix(cypress): Show and hide columnsChristopher Ng2023-08-082-3/+37
| * | | fix(cypress): Can delete a userChristopher Ng2023-08-081-0/+14
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0940-44/+254
|/ / /
* | | Merge pull request #39171 from nextcloud/artonge/feat/allow_to_open_versions_...Julius Härtl2023-08-086-41/+150
|\ \ \
| * | | chore(assets): Recompile assetsnextcloud-command2023-08-082-3/+3
| * | | feat: Use viewer to open and compare versionsLouis Chemineau2023-08-084-38/+147
|/ / /
* | | Merge pull request #39065 from nextcloud/fix/remove-ilogger-uses-in-encryptionCôme Chilliet2023-08-0816-496/+144
|\ \ \
| * | | 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