Christopher Ng
|
cd38017724
|
fix(cypress): Can delete a user
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-08 17:20:25 -07:00 |
|
Julius Härtl
|
780ece032f
|
Merge pull request #39171 from nextcloud/artonge/feat/allow_to_open_versions_in_viewer
|
2023-08-08 22:25:42 +02:00 |
|
nextcloud-command
|
7d82aeafd5
|
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-08-08 19:42:21 +00:00 |
|
Louis Chemineau
|
5902325e23
|
feat: Use viewer to open and compare versions
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-08-08 21:19:03 +02:00 |
|
Côme Chilliet
|
e232cd8158
|
Merge pull request #39065 from nextcloud/fix/remove-ilogger-uses-in-encryption
Migrate away from ILogger in encryption
|
2023-08-08 16:52:32 +02:00 |
|
Robin Appelman
|
bbd0deb80a
|
Merge pull request #39694 from nextcloud/gps
expose gps data via webdav
|
2023-08-08 14:36:01 +02:00 |
|
Simon L
|
f1010ecd66
|
Merge pull request #39715 from nextcloud/Jerome-Herbinet-blog-url-update
Update blog URL (formerly "/news")
|
2023-08-08 14:18:50 +02:00 |
|
Côme Chilliet
|
b155f87a84
|
Merge pull request #39058 from nextcloud/fix/fix-ldap-filters-for-empty-search
Avoid adding (attribute=) part to filter which will confuse LDAP servers
|
2023-08-08 09:21:20 +02:00 |
|
Côme Chilliet
|
3e176f58af
|
Improve typing as suggested by review
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-08-08 09:14:16 +02:00 |
|
Côme Chilliet
|
487f5963a1
|
Use Server::get instead of new to avoid troubles with encryption constructors
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-08-08 09:14:16 +02:00 |
|
Côme Chilliet
|
1e06b61f59
|
Migrate away from ILogger in encryption
And modernize code a bit
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-08-08 09:14:16 +02:00 |
|
Nextcloud bot
|
d7e2813eca
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-08 00:29:26 +00:00 |
|
Julius Härtl
|
eb2f3bcb64
|
Merge pull request #39680 from nextcloud/enh/tp-list-tasks-by-app-and-identifier
|
2023-08-07 21:50:14 +02:00 |
|
Julien Veyssier
|
f154fe7f8e
|
fix psalm issue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 18:28:58 +02:00 |
|
Robin Appelman
|
65c2d13f4c
|
preload all requested metadata
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-08-07 13:40:01 +02:00 |
|
Julien Veyssier
|
e9e7db997a
|
bump server version to 28.0.0.2 to trigger new migration step
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 13:29:14 +02:00 |
|
Julius Härtl
|
fca1c309a0
|
feat: Add delete task API
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
2023-08-07 13:27:53 +02:00 |
|
Julien Veyssier
|
05a6a799a7
|
change sql where order to match index order
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 13:27:53 +02:00 |
|
Julien Veyssier
|
41b19cf969
|
allow anon text processing scheduling
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>
|
2023-08-07 13:27:53 +02:00 |
|
Julien Veyssier
|
9986e02097
|
start implementing ocs endpoint to get task list from user+appId+identifier
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
|
2023-08-07 13:27:53 +02:00 |
|
Julien Veyssier
|
b4a3f8088a
|
Merge pull request #39660 from nextcloud/fix/llm-migration-not-executed
bump oc_version to 28.0.0.1
|
2023-08-07 13:27:19 +02:00 |
|
Julien Veyssier
|
f099aa2714
|
Merge branch 'master' into fix/llm-migration-not-executed
|
2023-08-07 13:26:39 +02:00 |
|
Julien Veyssier
|
787caefc9a
|
Merge pull request #39717 from nextcloud/fix/openapi/files_external
files_external: Fix OpenAPI
|
2023-08-07 12:10:19 +02:00 |
|
Marcel Klehr
|
f62711d2ae
|
Fix TextProcessing test for 32bit
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-08-07 12:03:11 +02:00 |
|
Côme Chilliet
|
bfe42de8f8
|
Merge pull request #38604 from fsamapoor/replace_strpos_calls_in_workflowengine_app
Refactors "strpos" calls in /apps/workflowengine
|
2023-08-07 09:10:43 +02:00 |
|
jld3103
|
a7808f0115
|
files_external: Fix OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-08-07 08:42:19 +02:00 |
|
Nextcloud bot
|
97ad1fbd96
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-07 00:30:25 +00:00 |
|
Nextcloud bot
|
c5f72f0761
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-06 00:25:27 +00:00 |
|
John Molakvoæ
|
b27a2e9ec5
|
Merge pull request #39698 from joshtrichards/invalid-source-storage-path-catch
|
2023-08-05 12:17:33 +02:00 |
|
John Molakvoæ
|
7b7d1e3c09
|
fix: simplify sourceData check
Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
|
2023-08-05 12:05:36 +02:00 |
|
Nextcloud bot
|
38278fc1e5
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-05 00:29:37 +00:00 |
|
Joas Schilling
|
8606f162c5
|
Merge pull request #39708 from nextcloud/automated/noid/master-update-psalm-baseline
[master] Update psalm-baseline.xml
|
2023-08-04 11:53:15 +02:00 |
|
Jérôme Herbinet
|
af7783b863
|
Update blog URL (formerly "/news")
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
|
2023-08-04 10:47:29 +02:00 |
|
Joas Schilling
|
7d9a321c9b
|
Merge pull request #39662 from nextcloud/3rdparty-bump-symfony-mailer
chore(3rdparty): update symfony/mailer to 5.4.22
|
2023-08-04 10:42:31 +02:00 |
|
Joas Schilling
|
3bd8f8c1db
|
Merge pull request #39705 from nextcloud/fix/noid/adjust-integrity-test-for-updated-mime-mappings
fix: adjust test for font icon
|
2023-08-04 10:42:08 +02:00 |
|
Joas Schilling
|
44b4c16a09
|
Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanup
fix!: Final round of moving to IEventDispatcher
|
2023-08-04 10:39:57 +02:00 |
|
tobiasKaminsky
|
b8b4a0e6ce
|
expose gps data via webdav
|
2023-08-04 10:32:08 +02:00 |
|
Joas Schilling
|
f8bd676154
|
Merge pull request #39689 from nextcloud/bugfix/39135/remove-share-notifications-for-deleted-nodes
fix(notifications): Remove share notification when the node is deleted
|
2023-08-04 09:39:24 +02:00 |
|
nextcloud-command
|
988cdda806
|
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
|
2023-08-04 02:21:49 +00:00 |
|
Nextcloud bot
|
149ddf43aa
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-08-04 00:30:13 +00:00 |
|
Pytal
|
777f8c9870
|
Merge pull request #39651 from nextcloud/feat/files-reminders
|
2023-08-03 16:38:47 -07:00 |
|
Christopher Ng
|
a806bd0d3c
|
enh: handle user deleted
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:43:35 -07:00 |
|
Christopher Ng
|
5a11535c51
|
fix: set endpoint description
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
af98c702e0
|
fix(ci): add to enabled apps
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
2c4b562cdc
|
fix: ignore non-existing
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
e320166b15
|
enh: add json output to command
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
113d061919
|
enh: add codeowner
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
d61916621d
|
fix: return null if table exists
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
7381c80caf
|
fix: remove unnecessary parsed subject
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|
Christopher Ng
|
7beef657e4
|
enh: highlight filename
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-08-03 15:30:11 -07:00 |
|