Joas Schilling
|
6d076c1ee9
|
fix(dispatcher): Migrate to OCP event dispatcher before symfony/event-dispatcher upgrade
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-06-02 08:08:24 +07:00 |
Joas Schilling
|
1a3bb23a37
|
Merge pull request #38566 from nextcloud/chore/drop-oc-app-methods
Drop \OC_App methods deprecated in Nextcloud 14
|
2023-06-01 16:45:45 +07:00 |
Arthur Schiwon
|
63e7ac4f3a
|
Merge pull request #38301 from nextcloud/fix/carddav/catch-invalid-event-reminder-service
fix(caldav): Ignore invalid events for reminder generation
|
2023-06-01 11:37:18 +07:00 |
Christoph Wurst
|
e76d525a43
|
chore: Drop \OC_App::getAppInfo
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-06-01 11:31:27 +07:00 |
Christopher Ng
|
7c430a8afc
|
fix(trashbin): Truncate long filenames
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-05-31 19:06:42 +07:00 |
Nextcloud bot
|
aaa226df1c
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-06-01 00:17:56 +07:00 |
Joas Schilling
|
4809e8d9a9
|
fix(CI): Satisfy psalm by removing a now obsolete type check
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-05-31 15:42:15 +07:00 |
Christoph Wurst
|
4033154302
|
fixup! fix(caldav): Ignore invalid events for reminder generation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-31 13:08:30 +07:00 |
Christoph Wurst
|
b7e7d80173
|
fix(caldav): Ignore invalid events for reminder generation
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-31 09:49:04 +07:00 |
Nextcloud bot
|
6a3a040919
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-31 00:17:39 +07:00 |
Jérôme Herbinet
|
e25fb29975
|
Improved display of app links
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
|
2023-05-30 16:35:45 +07:00 |
Louis
|
3053df7b7c
|
Merge pull request #38469 from nextcloud/artonge/fix/versions_init
Fix initialisation of versions in the DB
|
2023-05-30 13:38:51 +07:00 |
Nextcloud bot
|
45d7cee7f8
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-30 00:17:33 +07:00 |
Nextcloud bot
|
fa23698c23
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-28 00:17:29 +07:00 |
Nextcloud bot
|
eaff926732
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-27 00:17:51 +07:00 |
Ferdinand Thiessen
|
b4ec3a3124
|
fix(weather_status): Improve contrast of favorite icon
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
|
2023-05-26 14:15:00 +07:00 |
Louis
|
9fa42c0b4f
|
Merge branch 'master' into artonge/fix/versions_init
|
2023-05-26 10:52:16 +07:00 |
Joas Schilling
|
ef93bb926c
|
fix(dav): Fix avatar size in system address book
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-05-26 10:03:58 +07:00 |
Nextcloud bot
|
7d9d99d5e6
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-26 00:18:10 +07:00 |
Louis Chemineau
|
e8eb8a9f74
|
Add fallback when a there is no preview for a version
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-05-25 23:46:04 +07:00 |
Louis Chemineau
|
c40de8b88f
|
Improve handling of undefined version label
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-05-25 23:46:04 +07:00 |
Louis Chemineau
|
c3475f4dbb
|
Fix initialisation of versions in the DB
Broken after https://github.com/nextcloud/server/pull/36690
Signed-off-by: Louis Chemineau <louis@chmn.me>
|
2023-05-25 23:43:40 +07:00 |
Simon L
|
0ad56e5752
|
Merge pull request #38206 from nextcloud/fix/increase-iterations-for-pbkdf2
Increase from 100000 to 600000 iterations for hash_pbkdf2
|
2023-05-25 20:18:22 +07:00 |
Arthur Schiwon
|
cd5bd11771
|
Merge pull request #38448 from nextcloud/fix/carddav/no-sab-guest-users
fix(carddav): Don't show system address book cards to guests
|
2023-05-25 17:26:46 +07:00 |
Côme Chilliet
|
99bdb15398
|
Adapt encryption test to change in generateHeader
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-05-25 16:31:27 +07:00 |
Christoph Wurst
|
9780472a02
|
Merge pull request #38454 from nextcloud/fix/capitalization-other-tel
fix(carddav): Make system contact phone number RFC compliant
|
2023-05-25 15:56:08 +07:00 |
Christoph Wurst
|
e524631ce3
|
fix(carddav): Don't show system address book cards to guests
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-25 12:26:26 +07:00 |
julia.kirschenheuter
|
94e1a429e5
|
Revert "Fix table view"
This reverts commit cb852ef6
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-05-25 11:49:24 +07:00 |
greta
|
50b61c8b7b
|
fix(carddav): Make system contact phone number RFC compliant
Signed-off-by: greta <gretadoci@gmail.com>
|
2023-05-25 11:10:25 +07:00 |
Christoph Wurst
|
5cfbd4c535
|
fix(carddav): Check enumeration settings for all SAB methods
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-05-25 09:11:26 +07:00 |
Nextcloud bot
|
1f2a9de112
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-25 00:19:49 +07:00 |
Andy Scherzinger
|
b8ae166eb2
|
Merge pull request #38441 from nextcloud/feat/make-open-folder-action
fix(files): make open folder a default action
|
2023-05-24 19:11:40 +07:00 |
Kate
|
115689f167
|
Merge pull request #38438 from nextcloud/feature/openapi/specs
Add OpenAPI specs
|
2023-05-24 17:45:12 +07:00 |
John Molakvoæ
|
d9f9a7280e
|
fix(files): make open folder a default action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-05-24 17:44:52 +07:00 |
jld3103
|
4218f719ea
|
Add OpenAPI specs
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-05-24 16:51:38 +07:00 |
John Molakvoæ
|
4811a02740
|
Merge pull request #38329 from nextcloud/pulsejet/patch-webpack
|
2023-05-24 09:02:59 +07:00 |
Nextcloud bot
|
294035f523
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-24 00:17:47 +07:00 |
Côme Chilliet
|
2a6f347430
|
Increase from 100000 to 600000 iterations for hash_pbkdf2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-05-23 20:53:33 +07:00 |
Varun Patil
|
ace6df86d8
|
Fix lint errors
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
2023-05-23 22:34:15 +07:00 |
Varun Patil
|
48e1a58345
|
Optimize webpack chunks
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
2023-05-23 22:34:14 +07:00 |
Varun Patil
|
66a8a9fba1
|
Use consistent imports for Vue components
This makes tree shaking possible
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
|
2023-05-23 22:34:14 +07:00 |
Johannes
|
7ec1ceb79a
|
Merge pull request #38413 from nextcloud/fix/38412/save-avatar-SAB
fix(SAB): Save avatar to SAB
|
2023-05-23 15:55:26 +07:00 |
Julia Kirschenheuter
|
ea46959ef8
|
Merge pull request #38075 from nextcloud/fix/36923-The_Default_quota_input_field_in_the_Settings_section_is_not_programmatically_linked_to_its_visual_label
Add label to "default quota" multiselect
|
2023-05-23 15:33:48 +07:00 |
julia.kirschenheuter
|
1c90d7faf1
|
Add label to "default quota" multiselect
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-05-23 14:12:45 +07:00 |
Johannes Merkel
|
5983ef001d
|
fix(SAB): Save avatar to SAB
Signed-off-by: Johannes Merkel <mail@johannesgge.de>
|
2023-05-23 11:15:34 +07:00 |
Anna Larch
|
3c93ce9c25
|
fix(carddav): Check if SERVER variables are set before accessing them
Signed-off-by: Anna Larch <anna@nextcloud.com>
|
2023-05-23 10:58:29 +07:00 |
Nextcloud bot
|
79334ebf90
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-05-23 00:17:26 +07:00 |
Robin Appelman
|
b253fe4a6b
|
Merge pull request #38259 from nextcloud/webui-share-reload
reload filelist when adding or removing shares
|
2023-05-22 16:53:16 +07:00 |
Robin Appelman
|
8de2984349
|
reload filelist when adding or removing shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-05-22 13:22:52 +07:00 |
Robin Appelman
|
51984dc273
|
fix loading custom logo image
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
2023-05-22 15:10:54 +07:00 |