Commit graph

51081 commits

Author SHA1 Message Date
GretaD
fb53eb3c8b Add text restore after restore icon
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2020-04-10 09:49:32 +00:00
Roeland Jago Douma
29a38f402f
Merge pull request #20263 from nextcloud/stable17-do-not-flood-console-when-uploading-files
[stable17] Do not flood console when uploading files
2020-04-10 08:39:36 +02:00
Nextcloud bot
13ac4c9c0d
[tx-robot] updated from transifex 2020-04-10 02:18:43 +00:00
Nextcloud bot
fa33278033
[tx-robot] updated from transifex 2020-04-09 02:18:45 +00:00
Gary Kim
52e191b02d
Compile Assets
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-04-08 14:44:01 +08:00
Nextcloud bot
d8e733d229
[tx-robot] updated from transifex 2020-04-08 02:19:04 +00:00
Nextcloud bot
fba9a3b2d5
[tx-robot] updated from transifex 2020-04-07 02:18:28 +00:00
Roeland Jago Douma
4a92a22d14
Merge pull request #20336 from nextcloud/backport/19655/stable17
[stable17] Catch NotFoundException when getting the user folder
2020-04-06 20:54:34 +02:00
Julius Härtl
0a210b05c6 Catch NotFoundException when getting the user folder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-06 16:51:59 +00:00
Nextcloud bot
84abc7c6a3
[tx-robot] updated from transifex 2020-04-06 02:18:21 +00:00
Nextcloud bot
11f7892107
[tx-robot] updated from transifex 2020-04-05 02:18:21 +00:00
Roeland Jago Douma
882738260d
Merge pull request #20157 from nextcloud/backport/20117/stable17
[stable17] Close updatenotification channel selector on click outside
2020-04-04 10:34:28 +02:00
Roeland Jago Douma
caabdc7213
Merge pull request #20149 from nextcloud/backport/19986/stable17
[stable17] RefreshWebcalService: randomly generate calendar-object uri
2020-04-04 10:33:35 +02:00
Roeland Jago Douma
4a1ca15c6a
Merge pull request #20176 from nextcloud/backport/20123/stable17
[stable17] Bugfix - Prevent PHP Warning for count on null on LDAP
2020-04-04 10:30:41 +02:00
Nextcloud bot
6fa10f377a
[tx-robot] updated from transifex 2020-04-04 02:18:09 +00:00
Nextcloud bot
51843cbf9f
[tx-robot] updated from transifex 2020-04-03 12:08:38 +00:00
Roeland Jago Douma
b3f142a67c
Merge pull request #20259 from nextcloud/backport/19781/stable17
[stable17] Dont always use the current users quota when calculating storage info
2020-04-02 19:22:45 +02:00
Hannes Burger
d57a9503e0 fix uploadprogressbar tooltip
Signed-off-by: Hannes Burger <hburger30@gmail.com>
2020-04-01 15:20:15 +02:00
Roeland Jago Douma
d85b0dca63 Remove the tests since the library is tested
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-01 15:20:04 +02:00
Roeland Jago Douma
ccd0cb3417 Move to escape-html
* If there is a package that does exactly the same then lets us use that
* Import it properly in the internals (less deprecation warnings)

As it is now used from the translation function this also prevents
flooding the console on big file uploads with messages about
"humanFileSize" being deprecated, which decreases the performance (even
if the developer tools of the browser are not open) and in some cases
even cause the upload to fail.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-01 15:18:04 +02:00
Daniel Calviño Sánchez
3ac3315088 Call "OC.Util.humanFileSize" instead of global "humanFileSize"
This prevents flooding the console on big file uploads with messages
about "humanFileSize" being deprecated, which decreases the performance
(even if the developer tools of the browser are not open) and in some
cases even cause the upload to fail.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-04-01 14:49:07 +02:00
Robin Appelman
f857acf4ab Dont always use the current users quota when calculating storage info
instead pass the quota as parameter.

Without this fix, when 'quota_include_external_storage' is enabled, the
webui will show the quota configured for the admin for every user
instead of the users quota

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01 12:26:35 +00:00
Roeland Jago Douma
0d872d81f4
Merge pull request #20203 from nextcloud/backport/19978/stable17
[stable17] Actually check if the owner is not null
2020-04-01 09:50:09 +02:00
John Molakvoæ
5287d7d050
Merge pull request #20239 from nextcloud/backport/20234/stable17
[stable17] Remove Acrobat logo from PDF filetype icon
2020-03-31 12:10:00 +02:00
Jan-Christoph Borchardt
65ea0d6c49 Remove Acrobat logo from PDF filetype icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2020-03-31 06:50:55 +00:00
Nextcloud bot
e8c6978a4a
[tx-robot] updated from transifex 2020-03-31 02:19:21 +00:00
Nextcloud bot
f5933a2717
[tx-robot] updated from transifex 2020-03-30 02:18:53 +00:00
Nextcloud bot
fbf4a374f6
[tx-robot] updated from transifex 2020-03-29 02:20:33 +00:00
Nextcloud bot
d1b5d99aea
[tx-robot] updated from transifex 2020-03-28 02:18:34 +00:00
Roeland Jago Douma
5850d3ec30 Actually check if the owner is not null
Else this can error out on storages that do not have an owner (e.g.
groupfolders).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-27 13:51:55 +00:00
Roeland Jago Douma
8c019729d3
Merge pull request #20194 from nextcloud/bump-version-17.0.5
Bump version on stable17
2020-03-27 10:25:00 +01:00
Joas Schilling
de9d814f5a
Bump version on stable17
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-27 08:15:12 +01:00
Nextcloud bot
64024b2cab
[tx-robot] updated from transifex 2020-03-27 02:18:38 +00:00
Philipp Staiger
c678af22b0 single squashed commit for bug fix
Signed-off-by: Philipp Staiger <philipp@staiger.it>
2020-03-26 10:30:55 +00:00
Christoph Wurst
4b103f6d61
Merge pull request #20167 from nextcloud/backport/20127/stable17
[stable17] Check the user on remote wipe
2020-03-26 09:47:17 +01:00
Nextcloud bot
e6d184bbe7
[tx-robot] updated from transifex 2020-03-26 02:18:52 +00:00
Joas Schilling
6bcd0975d0 Check the user on remote wipe
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-25 15:50:27 +00:00
Gary Kim
78e93fc72b
Close updatenotification channel selector on click outside
While the vue-click-outside package was set up and
imported, it wasn't being used yet.

This commit sets up to use vue-click-outside
on the channel selector in updatenotification]

Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-25 18:43:07 +08:00
Georg Ehrke
d82f6da8b9 RefreshWebcalService: randomly generate calendar-object uri
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-25 07:14:12 +00:00
Nextcloud bot
dcf186d9ef
[tx-robot] updated from transifex 2020-03-25 02:18:46 +00:00
Roeland Jago Douma
cf80eeb739
Merge pull request #20034 from nextcloud/dav-long-properties-17
[17] Handle long dav property paths by hashing them
2020-03-24 20:53:57 +01:00
Roeland Jago Douma
9df9737111
Merge pull request #20131 from nextcloud/backport/19699-20032/stable17
[stable17] Fix PDF and video viewers on public links
2020-03-24 20:29:39 +01:00
Roeland Jago Douma
22a0a33cd0
Merge pull request #20141 from nextcloud/backport/20128/stable17
[stable17] Remove admin_notifications since it is obsolete since Nextcloud 14
2020-03-24 20:16:06 +01:00
Julius Härtl
f10b650381 Remove admin_notifications since it is obsolete since Nextcloud 14
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-24 13:57:32 +00:00
Joas Schilling
4f397381ba
Allow the video player on the hide download
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-24 09:42:03 +01:00
Joas Schilling
b1fe148a71
Allow single file downloads so the video player works again
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-24 09:27:12 +01:00
Nextcloud bot
2197bbd135
[tx-robot] updated from transifex 2020-03-24 02:19:02 +00:00
Nextcloud bot
8cc4bc676d
[tx-robot] updated from transifex 2020-03-23 02:19:23 +00:00
Roeland Jago Douma
ea1fb292fd
Merge pull request #20047 from nextcloud/backport/20039/stable17
[stable17] fixes auto-detecting UUID attributes
2020-03-22 14:23:27 +01:00
Nextcloud bot
6bf09446ae
[tx-robot] updated from transifex 2020-03-22 02:18:53 +00:00