Thomas Müller
4a4103b923
Suppress warnings from DAV migration if there's nothing to do ( #25279 )
2016-07-01 11:30:14 +02:00
Vincent Petry
abdc587b5c
Merge pull request #25264 from owncloud/stable9-search-fixsearchfromotherfilelists
...
[stable9] Fix search result link for file results outside default list
2016-07-01 11:22:35 +02:00
Vincent Petry
98818283e5
Merge pull request #25234 from owncloud/stable9-iedavclient-nullheaders
...
[stable9] Init the headers in iedavclient.js
2016-07-01 11:22:06 +02:00
Daniel Molkentin
735411d166
ownCloud 9.0.3
2016-06-29 11:20:32 +02:00
Vincent Petry
fd05ff0392
Hide search results after switching directory
...
When clicking on a folder result in the search result list, the result
box for "results in another folder" must disappear.
2016-06-24 17:14:12 +02:00
Vincent Petry
3128a2c03e
Fix search result link for file results outside default list
...
When outside the "All files" list, the search result link must properly
redirect to the "All files" list.
2016-06-24 17:14:04 +02:00
Christoph Wurst
907c90165a
Merge pull request #25256 from owncloud/stable9-setupchecks-preventreload
...
[stable9] Don't reload page in case of auth errors during setup checks
2016-06-24 17:12:42 +02:00
Vincent Petry
e366ed6485
Don't reload page in case of auth errors during setup checks
...
If an error occurs during setup checks, do not let the global ajax
error handler reload the page.
2016-06-24 09:51:26 +02:00
Vincent Petry
eb8e151458
Merge pull request #25248 from owncloud/stable9-unique_targets
...
[stable9] On mount make sure multiple shares with same target map to unique one…
2016-06-23 18:08:54 +02:00
Roeland Douma
b6192c39d8
On mount make sure multiple shares with same target map to unique ones ( #23937 )
...
Scenario:
user0 shares a folder 'foo' with user2
user1 shares a folder 'foo' with user2
user2 logs in
Before: show only the 'foo' from user1
After: show both.
* Added intergration tests
2016-06-23 14:27:51 +02:00
Vincent Petry
f44500f77a
Init the headers in iedavclient.js
2016-06-22 18:16:32 +02:00
Vincent Petry
3aaa33d9d4
Merge pull request #25228 from owncloud/stable9-enc-revertversionsize
...
[stable9] Rollback version must also adjust cached size
2016-06-22 18:11:20 +02:00
Vincent Petry
880ff122f1
Rollback version must also adjust cached size
2016-06-22 15:18:19 +02:00
Vincent Petry
54209abb74
Merge pull request #25197 from owncloud/fix-npe-in-user-ldap-stable9
...
[stable9] Fix null pointer exception in user_ldap
2016-06-21 16:10:48 +02:00
Vincent Petry
ddd4f367c3
Merge pull request #25199 from owncloud/shared-mount-catch-9
...
[9.0] Catch exceptions while creating shared mounts
2016-06-21 16:07:44 +02:00
Juan Pablo Villafañez
bf7a08f62d
dd support to know where the storage test comes from ( #25166 )
2016-06-21 15:04:08 +02:00
Robin Appelman
fa9ba64552
Catch exceptions while creating shared mounts
2016-06-21 12:45:33 +02:00
Jörn Friedrich Dreyer
11c1d399af
Fix null pointer exception in user_ldap
2016-06-21 11:16:15 +02:00
Vincent Petry
826654bb70
Merge pull request #25165 from owncloud/stable9-capped-user-cache
...
[stable9] Capped cache for user config
2016-06-20 17:15:18 +02:00
Vincent Petry
3e3c17a577
Merge pull request #25187 from owncloud/share-app-initorder-stable9
...
[stable9] Delay files_sharing's registerMountProviders
2016-06-20 17:10:30 +02:00
Vincent Petry
2f61c2963c
Delay files_sharing's registerMountProviders
...
This moves registerMountProviders until after the sharing backends were
registered. In some situations registerMountProviders will trigger
listeners which might require filesystem access which itself would
mount shares, which itself requires the sharing backends to be
initialized.
2016-06-20 13:48:00 +02:00
Vincent Petry
0129437cd5
Make getShareFolder use given view instead of static FS ( #25150 )
2016-06-20 12:02:04 +02:00
Vincent Petry
a3111e8589
Merge pull request #25160 from owncloud/fix-oracle-endless-loop-stable9
...
Do not recurse link share fetching
2016-06-17 15:24:47 +02:00
Jörn Friedrich Dreyer
0e3682d810
Capped cache for user config
2016-06-17 12:46:28 +02:00
Roeland Jago Douma
2d7bbf4a63
Do not recurse link share fetching
...
* Might fix an issue on oracle
2016-06-17 11:09:27 +02:00
Vincent Petry
7aa825f7dc
Revert "[stable9] Remove shares of the root folder" ( #25157 )
2016-06-17 11:08:26 +02:00
Vincent Petry
b5d3e877f1
Remove shares of the root folder ( #25138 )
2016-06-17 10:06:08 +02:00
Daniel Molkentin
2ce078e7c3
ownCloud 9.0.3 RC1
2016-06-16 18:25:42 +02:00
Vincent Petry
82384ab91c
Merge pull request #25149 from owncloud/backport25146
...
emit correct signal when disabling an app
2016-06-16 18:06:48 +02:00
Jörn Friedrich Dreyer
3ac02c9032
emit correct signal when disabling an app
2016-06-16 17:17:02 +02:00
Vincent Petry
f429be1e1d
Merge pull request #25137 from owncloud/stable9-backport-25126
...
[stable9] load authentication apps first
2016-06-16 17:02:52 +02:00
Vincent Petry
d55ad778ae
Merge pull request #25148 from owncloud/stable9-dropbox-catchratelimit
...
[stable9] Convert Dropbox Forbidden exception to StorageNotAvailableException
2016-06-16 17:02:42 +02:00
Vincent Petry
5e17e992b0
Convert Dropbox Forbidden exception to StorageNotAvailableException
2016-06-16 16:05:14 +02:00
Vincent Petry
b1e60cc349
Merge pull request #25143 from owncloud/stable9-fix-grouped-inputs
...
[9.0] fix grouped input fields, make sure they take precedence
2016-06-16 12:32:20 +02:00
Jan-Christoph Borchardt
416d4c5141
fix grouped input fields, make sure they take precedence
2016-06-16 11:44:49 +02:00
Christoph Wurst
2656f68d60
load authentication apps first
2016-06-16 11:28:02 +02:00
Vincent Petry
ffec0f197b
Merge pull request #25118 from owncloud/stable9-fs-usermountcache-capped
...
[stable9] Capped cache for cache info in UserMountCache
2016-06-16 09:18:43 +02:00
Vincent Petry
3da5d06aa0
Merge pull request #25052 from owncloud/stable9-webdav-download-mimetype
...
[stable9] DAV now returns file name with Content-Disposition header
2016-06-15 15:27:36 +02:00
Vincent Petry
a9c98daffb
Capped cache for cache info in UserMountCache
2016-06-15 13:02:39 +02:00
Vincent Petry
c5a60c3ae0
Merge pull request #25084 from owncloud/stable9-enc-cappedcache-getaccesslist
...
[stable9] Use capped cache for encryption's user access list
2016-06-15 10:42:22 +02:00
Vincent Petry
57d3bb36eb
Merge pull request #25105 from owncloud/stable9-initial-userloading-workaround
...
[stable9] decrease initial users to load to 50
2016-06-15 10:33:30 +02:00
Vincent Petry
173f732b9d
Merge pull request #25106 from owncloud/stable9-allow-empty-host-when-installing-on-oracle-via-cli
...
[stable9] Allow empty host when installing on oracle via CLI (#25034 )
2016-06-15 10:14:57 +02:00
Jörn Friedrich Dreyer
ea330dfa6a
Allow empty host when installing on oracle via CLI ( #25034 )
2016-06-14 20:09:44 +02:00
Jörn Friedrich Dreyer
a0215b191d
decrease initial users to load to 50
...
Prevents timeouts on the initial loading of users. proper fix will be in https://github.com/owncloud/core/pull/10994
Workaround for https://github.com/owncloud/core/issues/24734
2016-06-14 17:48:53 +02:00
Thomas Müller
3e846a4821
Use an explicit version of sabre/dav to allow caching on the jenkins slaves - fixes #25087 ( #25089 )
2016-06-14 12:11:35 +02:00
Vincent Petry
9e3cf794ea
Use capped cache for encryption's user access list
2016-06-13 17:47:57 +02:00
Roeland Douma
d41d5c48f0
Show the path relative to the requesting user ( #25067 )
...
A share can only be requested by 3 'types' of people
* owner
* initiator
* recipient
So we have to get the path as the current user. Since that is the only
path that has any meaning to the user.
- Fixed tests
2016-06-13 12:47:21 +02:00
Roeland Douma
7863987b19
Repair job to fix permissions for avatars ( #25068 )
...
Backport of #24898
Cherry-picked:
1b66db72d9
60225284f3
28d9ad2817
But manually since we renamed stuff and the repair procedures changed
2016-06-13 12:47:02 +02:00
Vincent Petry
81761b87e4
DAV now returns file name with Content-Disposition header
2016-06-13 10:50:10 +02:00
Vincent Petry
851b7ca27f
Merge pull request #25054 from owncloud/issue-24536-language-name-reused-for-fallback-languages-stable9
...
[stable9] Do not use the language name, when it's not the one from the language…
2016-06-10 17:02:48 +02:00