aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | feat(files_reminders): emit action menu openedChristopher Ng2023-08-091-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | feat(files_reminders): register file actionChristopher Ng2023-08-092-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | feat(files_reminders): add datetime utilsChristopher Ng2023-08-091-0/+112
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: frontend ocsChristopher Ng2023-08-091-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix: due date nullableChristopher Ng2023-08-091-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | feat(files_reminders): add reminder serviceChristopher Ng2023-08-091-0/+54
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | feat(files_reminders): integrate load scriptsChristopher Ng2023-08-095-6/+55
|/ / / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #39741 from jmcclelland/optimize-cal-queryChristoph Wurst2023-08-091-5/+5
|\ \ \ | | | | | | | | optimize calendar search query
| * | | ensure outerquery ->where() function doesn't clobber earier ->andWhere()Jamie McClelland2023-08-071-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Jamie McClelland <jm@mayfirst.org>
| * | | optimize calendar search queryJamie McClelland2023-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/nextcloud/calendar/issues/4758 Signed-off-by: Jamie McClelland <jm@mayfirst.org>
* | | | Merge pull request #39753 from nextcloud/feat/caldav/linkify-location-in-emailChristoph Wurst2023-08-091-2/+42
|\ \ \ \ | |_|/ / |/| | | feat(caldav): linkify location in scheduling mails
| * | | feat(caldav): linkify location in scheduling mailsRichard Steinmetz2023-08-091-2/+42
|/ / / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #39682 from nextcloud/fix/cypress-usersPytal2023-08-083-3/+51
|\ \ \
| * | | fix(cypress): Show and hide columnsChristopher Ng2023-08-082-3/+37
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | fix(cypress): Can delete a userChristopher Ng2023-08-081-0/+14
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0940-44/+254
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #39171 from ↵Julius Härtl2023-08-086-41/+150
|\ \ \ | | | | | | | | | | | | nextcloud/artonge/feat/allow_to_open_versions_in_viewer
| * | | chore(assets): Recompile assetsnextcloud-command2023-08-082-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | feat: Use viewer to open and compare versionsLouis Chemineau2023-08-084-38/+147
|/ / / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #39065 from nextcloud/fix/remove-ilogger-uses-in-encryptionCôme Chilliet2023-08-0816-496/+144
|\ \ \ | | | | | | | | Migrate away from ILogger in encryption
| * | | Improve typing as suggested by reviewCôme Chilliet2023-08-081-32/+7
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Use Server::get instead of new to avoid troubles with encryption constructorsCôme Chilliet2023-08-081-30/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Migrate away from ILogger in encryptionCôme Chilliet2023-08-0815-441/+142
| | | | | | | | | | | | | | | | | | | | | | | | And modernize code a bit Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #39694 from nextcloud/gpsRobin Appelman2023-08-081-37/+54
|\ \ \ \ | | | | | | | | | | expose gps data via webdav
| * | | | preload all requested metadataRobin Appelman2023-08-071-58/+53
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | 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")
| * | | | | Update blog URL (formerly "/news")Jérôme Herbinet2023-08-041-1/+1
| | | | | | | | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | | | | 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 servers
| * | | | | Avoid adding (attribute=) part to filter which will confuse LDAP serversCôme Chilliet2023-06-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0844-32/+130
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | bump server version to 28.0.0.2 to trigger new migration stepJulien Veyssier2023-08-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | feat: Add delete task APIJulius Härtl2023-08-074-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | change sql where order to match index orderJulien Veyssier2023-08-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | allow anon text processing schedulingJulien Veyssier2023-08-079-38/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a textprocessing_tasks index convert anotations to method attributes refactor TP manager add mapper methods Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | start implementing ocs endpoint to get task list from user+appId+identifierJulien Veyssier2023-08-075-1/+78
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | Merge pull request #39660 from nextcloud/fix/llm-migration-not-executedJulien Veyssier2023-08-072-2/+2
|\ \ \ \ \ | | | | | | | | | | | | bump oc_version to 28.0.0.1
| * \ \ \ \ 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 OpenAPI
| * | | | | | files_external: Fix OpenAPIjld31032023-08-074-6/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | | | | Merge pull request #38604 from ↵Côme Chilliet2023-08-073-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fsamapoor/replace_strpos_calls_in_workflowengine_app Refactors "strpos" calls in /apps/workflowengine
| * | | | | | | Fixes "PossiblyFalseArgument" notices.Faraz Samapoor2023-07-032-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | | | | | | Refactors "strpos" calls in /apps/workflowengine to improve code readability.Faraz Samapoor2023-07-033-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0720-0/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0610-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC\Files\Cache\Cache::get can return string|false|null, not just string|false. - nextcloud/server#26270 added handling of false, but null is needed too. - Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason Related: nextcloud/server#19009 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>