Pytal
1cae227951
Merge pull request #35064 from nextcloud/backport/35063/stable25
...
[stable25] Fix top margin in empty versions list
2022-11-09 18:53:23 -08:00
Nextcloud bot
d6e6b8b7c5
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-10 02:15:33 +00:00
Richard Steinmetz
09d315566d
Fix top margin in empty versions list
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-10 00:03:57 +00:00
Daniel Calviño Sánchez
66d58d6eeb
Fix sidebar not automatically hidden in Files app
...
Although the Files app creates the legacy sidebar (details view) it is
then replaced with the newer Vue app sidebar. Due to this ".detailsView"
no longer finds an element and therefore nothing was hidden when
"hideAppSidebar($('.detailsView'))" was called (for example, when
changing to another section).
However, "OC.Apps.hideAppSidebar()" does not properly work either with
the Vue sidebar used in the Files app (once hidden the sidebar is not
shown again). For simplicity, and to avoid any possible side effect in
other apps from changing "OC.Apps.hideAppSidebar", now
"OC.Files.Sidebar.close()" is used instead.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-11-09 19:10:46 +00:00
Simon L
b5b7a41948
Merge pull request #35035 from nextcloud/backport/34613/stable25
...
[stable25] fix checkmark for theme settings in dark mode
2022-11-09 09:41:06 +01:00
Nextcloud bot
952a4aba5b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-09 02:14:39 +00:00
szaimen
78bf1b987d
fix checkmark for theme settings in dark mode
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-08 18:25:47 +00:00
Markus Zeller
cffa3673f1
Cast to int #32837
...
Signed-off-by: Markus Zeller <git@markuszeller.com>
2022-11-08 10:08:23 +00:00
Simon L
6880f3ba6d
Merge pull request #34978 from nextcloud/backport/34909/stable25
...
[stable25] Fix duplicate event email notifications
2022-11-08 10:49:19 +01:00
Simon L
6ceb64b384
Merge pull request #35010 from nextcloud/backport/35000/stable25
...
[stable25] Fix cron warning with time insensitive jobs
2022-11-08 10:48:31 +01:00
Nextcloud bot
4f26225df6
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-08 02:14:25 +00:00
Joas Schilling
c6ccd39b05
Increase the "bad waiting time" for cron mode to 24h to account for "time insensitive" jobs
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 16:31:45 +00:00
Joas Schilling
a93f8b6945
Show the correct warning for system cron vs. webcron/ajax
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-07 16:31:45 +00:00
Nextcloud bot
c587979785
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-07 02:14:18 +00:00
Nextcloud bot
f55ac66ad1
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-06 02:12:48 +00:00
Nextcloud bot
8b995d7eed
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-11-05 02:15:14 +00:00
Richard Steinmetz
28b2ba9a69
Fix duplicate event email notifications
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-11-04 17:11:32 +00:00
Vincent Petry
0cb14bdcb4
Merge pull request #34862 from nextcloud/backport/34785/stable25
...
[stable25] Fix disabled federated scope
2022-11-04 17:20:14 +01:00
Vincent Petry
3289739110
Merge pull request #34925 from nextcloud/backport/34871/stable25
...
[stable25] Fix visibility of internal expire date
2022-11-04 17:15:35 +01:00
Joas Schilling
18e8433b32
Fix invalid date in security.txt
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-11-04 10:11:05 +00:00
Côme Chilliet
ac0630788d
Merge pull request #34577 from nextcloud/backport/34523/stable25
...
[stable25] Avoid double ldap_unbind in Wizard.php
2022-11-03 14:08:08 +01:00
Côme Chilliet
07155246d3
Avoid double ldap_unbind in Wizard.php
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-03 11:10:16 +00:00
Côme Chilliet
29be674b5d
Fix code style with codesniffer
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-11-03 11:10:16 +00:00
Vincent Petry
413ac2dc50
Fix visibility of internal expire date
...
Fixed visibility of the expiration date field for internal shares by
aligning the logic with the one from the public link shares.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2022-11-02 12:12:45 +00:00
szaimen
c124456881
fix NC25 for 32-bit
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-11-01 13:44:17 +01:00
Christopher Ng
adc106a197
Fix disabled federated scope
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-28 19:50:40 +00:00
Christopher Ng
39b47e1a78
Display invalid input message
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-27 22:49:11 +00:00
John Molakvoæ
7ca983750b
Merge pull request #34721 from nextcloud/backport/34508/stable25
...
[stable25] WebDAV - use file/folder name for dav:displayname
2022-10-27 12:06:39 +02:00
Simon L
76f60d04d8
Merge pull request #34827 from nextcloud/backport/34825/stable25
...
[stable25] Fix empty content regressions in comments app
2022-10-27 11:58:12 +02:00
Simon L
592739dd97
Merge pull request #34597 from nextcloud/backport/34595/stable25
...
[stable25] Fix file creation issue if no action are registered
2022-10-27 11:57:14 +02:00
Simon L
a3263fb329
Merge pull request #34649 from nextcloud/backport/34636/stable25
...
[stable25] Fix vertical alignment of user status icon
2022-10-27 11:55:49 +02:00
Vincent Petry
c1c502ba4a
Merge pull request #34704 from nextcloud/backport/34502/stable25
...
[stable25] Propagate attributes when resharing
2022-10-27 10:44:07 +02:00
Carl Schwan
4bb481cbb3
Make css rule important
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-27 10:31:55 +02:00
Carl Schwan
826f0aeae0
Fix vertical alignment of user status icon
...
Now it is properly centered even if the font size is bigger (when using
the dislexia font)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-27 10:31:55 +02:00
John Molakvoæ
a2d29eddf4
Fix file creation issue if no action are registered
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-10-27 10:30:59 +02:00
Richard Steinmetz
98977247da
Fix empty content regressions in comments app
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2022-10-26 21:50:48 +00:00
Julius Härtl
2117736e34
Check share attributes on preview endpoints
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-26 13:20:46 +00:00
Julien Veyssier
eb785ec9b6
Merge pull request #34601 from nextcloud/backport/34135/stable25
...
[stable25] Fix "email changed" activity email check
2022-10-26 12:33:43 +02:00
Simon L
9df81090f1
Merge pull request #34648 from nextcloud/backport/34634/stable25
...
[stable25] Fix unnecessary highlighting of selected element
2022-10-26 01:06:34 +02:00
Julien Veyssier
df583faba3
check disable_activity.email_address_changed_by_admin when email is changed by admin via the OCS API
...
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-10-25 16:13:03 +02:00
Côme Chilliet
e9d1c4afdb
Expose mapped user count from LDAP and use that for user limit check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-10-25 10:14:03 +00:00
Arthur Schiwon
6a3f2ff022
[LDAP] throw exception only against prov api
...
- unbreaks functionality for end users when on demand mapping takes
place
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-10-21 16:58:12 +00:00
Arthur Schiwon
0fd9d8b132
LDAP to no register new users when outside of fair use or over limits
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-10-21 16:58:12 +00:00
Dariusz Olszewski
71511ddd37
WebDAV - use file/folder name for dav:displayname
...
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-10-21 13:49:07 +00:00
Vincent Petry
1d9d6c63bc
Merge pull request #34610 from nextcloud/backport/34471/stable25
...
[stable25] Reduce number of database queries during WebDAV propfind request
2022-10-21 15:40:08 +02:00
Simon L
5bb1d81c71
Merge pull request #34686 from nextcloud/backport/34665/stable25
...
[stable25] Invert header icons on bright preset backgrounds
2022-10-21 00:10:03 +02:00
Joas Schilling
0484885d38
Use @nextcloud/vue MultiselectTags component
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-20 17:18:59 +00:00
Pytal
271ceb0e6c
Merge pull request #34647 from nextcloud/backport/34620/stable25
...
[stable25] Add a repair step to cleanup old theming cache
2022-10-20 10:04:35 -07:00
Carl Schwan
a318699f6d
More fixes
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20 15:08:33 +00:00
Carl Schwan
26dac925b3
Small progress with fixing unit tests
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-10-20 15:08:33 +00:00