Lukas Reschke
fe3e7629e2
Merge pull request #1191 from nextcloud/stable10-share-allowspaceinremote
...
[stable10] Allow space for federated share id search
2016-08-30 15:37:07 +02:00
Vincent Petry
102d4dc1af
Allow space for federated share id search
2016-08-30 12:57:23 +02:00
Julius Haertl
6ce976e7f0
Theming: Show loading spinner while uploading files
2016-08-30 10:28:57 +02:00
Morris Jobke
f4d4e3f55f
Merge pull request #1179 from nextcloud/stable10_us_25675
...
[stable10] Added integration test (#25675 )
2016-08-30 09:48:17 +02:00
Lukas Reschke
351d01510d
Merge pull request #1176 from nextcloud/backport-1145-10
...
[stable10] DAV: Return data-fingerprint always when asked
2016-08-30 08:41:45 +02:00
Thomas Müller
bc3c4ebd2d
[stable9.1] Added integration test ( #25675 )
...
* [stable9.1] Added integration test
* A shared storage is never a home storage - fixes #25582
2016-08-30 08:32:12 +02:00
blizzz
7e2c4b80d2
Merge pull request #1140 from nextcloud/backport-1132-prevent-parse-error-on-editing-an-html-comment
...
[stable10] Prevent parse error on editing an HTML comment
2016-08-30 00:14:34 +02:00
Markus Goetz
4685ca9154
[master] DAV: Return data-fingerprint always when asked ( #25482 )
...
For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
2016-08-29 23:59:57 +02:00
Lukas Reschke
dbc860e6f7
Merge pull request #1159 from nextcloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646ba9bf2
...
[9.1] Before a user is getting scanned the database connection is re-…
2016-08-29 21:39:55 +02:00
Lukas Reschke
0a1b1d57a7
Merge pull request #1157 from nextcloud/stable9.1-init-filesconfig
...
Make sure file list files config always exists
2016-08-29 21:39:44 +02:00
Vincent Petry
db420e54a1
[9.1] Before a user is getting scanned the database connection is re-establ…
2016-08-29 15:22:29 +02:00
Vincent Petry
006e9e8b42
Make sure file list files config always exists
...
Initialize files config with defaults in case none was passed
2016-08-29 15:20:48 +02:00
Joas Schilling
42425bb910
Prevent parse error on editing an HTML comment
2016-08-29 14:26:40 +02:00
Lukas Reschke
49da5267a9
Use temporary file as cache
2016-08-29 12:19:02 +02:00
Lukas Reschke
d4d90a0b84
Increase theming performance
...
1. Set proper caching headers (`Pragma: cache`)
2. Resize image proportionally to a max size of 1920px
3. Store images with progressive mode
This resizes a previous 2.8 MB picture to 300kb and makes it rendering going down from 11 seconds to less than 1 here. And future requests won't have to download the file newly.
2016-08-29 12:18:57 +02:00
Lukas Reschke
25ed51743a
Merge pull request #902 from nextcloud/stable10-787
...
[stable10] Files external settings polish
2016-08-26 14:58:46 +02:00
Roeland Jago Douma
b59f5fc725
Require a ThemingDefaults class again
2016-08-24 13:25:26 +02:00
Roeland Jago Douma
4528bdabe7
Do not error on NotFoundException
...
Since this exception can be thrown when a shared file is in the
trashbin there is no need to spam the log like crazy.
Fixes #938
2016-08-24 08:17:28 +02:00
Lukas Reschke
2ca5186c94
Merge pull request #993 from nextcloud/stable10-965
...
[stable10] Fix hidden files handling
2016-08-23 22:16:17 +02:00
Lukas Reschke
805fc22276
Merge pull request #1008 from nextcloud/shared-storage-non-recursive-10
...
[10] Fix shared storage recursive setup
2016-08-23 22:15:21 +02:00
Robin Appelman
fa980af53c
prevent infinite recursion while getting storage from mount
2016-08-23 13:59:01 +02:00
Roeland Jago Douma
d2718b38ff
Backport of Do not error on maxUploadChange #1005 to stable10
...
Do not error on maxUploadChange
The new admin page broke the updating of the max upload size. This is
due to very old code there.
* Now update is done in the background using js
* Added proper route+controller to update
Fixes #994
put file handling into a section again
2016-08-23 11:39:44 +02:00
Lukas Reschke
f4bb803564
Merge pull request #1009 from nextcloud/backport-995
...
[stable10] Backport Workflow section + hidden empty sections #995 to stabble10
2016-08-23 11:20:13 +02:00
Roeland Jago Douma
53a3ec2f18
When requesting a permalink to an invalid file redirect
...
We need to do the redirect to update address bar.
2016-08-23 08:15:05 +02:00
Roeland Jago Douma
ac9f75e1d9
When using permalinks don't error out if file id can't be found
...
Fixes #952
* Use only the index route (since it went to showFile anyways)
* Fix tests
* Use getUserFolder to force init of users mounts
2016-08-23 08:15:00 +02:00
Arthur Schiwon
ff2f5ecbf7
Backport Workflow section + hidden empty sections #995 to stabble10
...
add section to worklfowengine
enlist only registered sections that also have settings registered to
adjust test
Move admin settings to workflow section
fix wrong var name
Save the container with the app's namespace so we can resolve it
2016-08-22 16:37:48 +02:00
Roeland Jago Douma
e9e54f057a
Merge pull request #1010 from nextcloud/backport-1006
...
[stable10] fixes registering of theming settings where server return OC_Defaults
2016-08-22 15:08:56 +02:00
Arthur Schiwon
0f3513afff
fixes registering of theming settings where server return OC_Defaults instead of ThemingDefaults
2016-08-22 13:24:08 +02:00
Robin Appelman
58b810a547
handle failed shares
2016-08-22 12:41:16 +02:00
Robin Appelman
f4e89c15bf
Lazy init shared storage
2016-08-22 12:41:12 +02:00
Robin Appelman
89d4684ef1
reuse existing root id
2016-08-22 12:41:08 +02:00
Joas Schilling
4377d99662
Validate the operation
2016-08-22 09:03:47 +02:00
Joas Schilling
85813c42f9
System tags are not sharing but workflow
2016-08-22 09:01:00 +02:00
Vincent Petry
a1f1d2c9e8
Fix hidden files handling
...
Hidden files (dot files) are now always rendered in the DOM to make
sure that all file operations and selection still work as expected.
Their visibility is now toggled on CSS level.
2016-08-20 18:48:29 +02:00
Morris Jobke
418eec83e0
use simple bell as update notification icon
2016-08-19 14:00:18 +02:00
Morris Jobke
71fa7a20af
Change federation icon to the share icon
2016-08-19 13:53:14 +02:00
Thomas Müller
0298760c1b
Move over to new CalDAVTester repo ( #25859 )
...
* Move over to new caldac tester repo
* no run.py anymore
2016-08-19 10:19:58 +02:00
Robin Appelman
e286e0492a
fix error when not logged in
2016-08-18 23:37:34 +02:00
Robin Appelman
bead6c9307
change remote cloud naming to Nextcloud
2016-08-18 23:37:16 +02:00
Robin Appelman
42f14ab5a9
dont register personal files_external setting if it's empty
2016-08-18 23:37:04 +02:00
Morris Jobke
0f926e03bd
Merge pull request #926 from nextcloud/backport-925-use-util-methods
...
[stable10] Load the Template class in case it's not loaded
2016-08-18 16:38:55 +02:00
Lukas Reschke
e014ec548d
Add cachebuster to apps.css
2016-08-18 12:46:07 +02:00
Lukas Reschke
3ac524c420
Merge pull request #904 from nextcloud/backport-903-allow-disable-comments
...
[stable10] Revert "Always add activities for comments to the stream"
2016-08-18 12:06:11 +02:00
Joas Schilling
93a3b7bb18
Load the Template class in case it's not loaded
2016-08-18 12:01:59 +02:00
Morris Jobke
6d43860457
add viewBox to app icon for proper scaling in Firefox
2016-08-17 18:39:50 +02:00
Roeland Jago Douma
a3c5aefc96
Add viewBox to app icons
...
If we don't add a viewbox a lot of browsers will just say NOPE!!! when
we ask them to scale.
2016-08-17 16:27:04 +02:00
Nextcloud bot
4470ab36bb
[tx-robot] updated from transifex
2016-08-17 13:32:21 +00:00
Joas Schilling
f900861485
Revert "Always add activities for comments to the stream"
...
This reverts commit 48c41b888c
2016-08-17 13:33:53 +02:00
Morris Jobke
263c73c685
Fix casing of external storage app
2016-08-17 13:22:28 +02:00
Morris Jobke
8ffbe757d2
layout refinements
2016-08-17 13:22:17 +02:00