]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
8 years agoadjusts tests to removal of svg fallback
Hendrik Leppelsack [Wed, 29 Jun 2016 13:14:34 +0000 (15:14 +0200)]
adjusts tests to removal of svg fallback

8 years agoremove svg classes
Hendrik Leppelsack [Thu, 23 Jun 2016 11:39:28 +0000 (13:39 +0200)]
remove svg classes

8 years agoremove png references in core
Hendrik Leppelsack [Thu, 23 Jun 2016 11:20:03 +0000 (13:20 +0200)]
remove png references in core

8 years agoremove png actions, fileicons, etc
Hendrik Leppelsack [Thu, 23 Jun 2016 10:50:47 +0000 (12:50 +0200)]
remove png actions, fileicons, etc

8 years agoremove javascript png fallback for svg
Hendrik Leppelsack [Thu, 23 Jun 2016 10:15:16 +0000 (12:15 +0200)]
remove javascript png fallback for svg

8 years agoMerge pull request #25262 from owncloud/fed-sharing-error
Vincent Petry [Fri, 1 Jul 2016 14:20:39 +0000 (16:20 +0200)]
Merge pull request #25262 from owncloud/fed-sharing-error

Only save federated share after remote server is notified

8 years agoMerge pull request #25276 from owncloud/delete-own-session-token
Vincent Petry [Fri, 1 Jul 2016 14:15:31 +0000 (16:15 +0200)]
Merge pull request #25276 from owncloud/delete-own-session-token

prevent users from deleting their own session token

8 years agoAdd all properties while creating a subscription (#25318)
Thomas Citharel [Fri, 1 Jul 2016 11:42:35 +0000 (13:42 +0200)]
Add all properties while creating a subscription (#25318)

Fixes #24469

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 1 Jul 2016 05:57:04 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

8 years agoMerge pull request #25304 from owncloud/local-karma
Vincent Petry [Thu, 30 Jun 2016 15:29:56 +0000 (17:29 +0200)]
Merge pull request #25304 from owncloud/local-karma

Always use local karma

8 years agoMerge pull request #25310 from owncloud/search-preventinfiniteloop
Vincent Petry [Thu, 30 Jun 2016 15:20:25 +0000 (17:20 +0200)]
Merge pull request #25310 from owncloud/search-preventinfiniteloop

Prevent infinite loop in search auto-nextpage

8 years agoPrevent infinite loop in search auto-nextpage
Vincent Petry [Thu, 30 Jun 2016 09:10:48 +0000 (11:10 +0200)]
Prevent infinite loop in search auto-nextpage

When loading the next page of search results, make sure that the loop
can end if there are no more elements in case the total doesn't match.

Also added a check to avoid recomputing the search results whenever the
setFilter() is called with the same value. This happens when navigating
away to another folder, the search field gets cleared automatically and
it calls FileList.setFilter('').

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 30 Jun 2016 05:55:56 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

8 years agoalways use local karma
Hendrik Leppelsack [Wed, 29 Jun 2016 16:45:13 +0000 (18:45 +0200)]
always use local karma

8 years agofix version string v9.1.0RC1
Daniel Molkentin [Wed, 29 Jun 2016 13:11:48 +0000 (15:11 +0200)]
fix version string

8 years ago9.1.0 RC 1
Daniel Molkentin [Wed, 29 Jun 2016 13:09:40 +0000 (15:09 +0200)]
9.1.0 RC 1

8 years agoVarious database migration fixes (#25209)
Thomas Müller [Wed, 29 Jun 2016 12:54:41 +0000 (14:54 +0200)]
Various database migration fixes (#25209)

* String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating

* Adding schema migration tests to prevent unnecessary and non-sense migration steps
Fix Oracle autoincrement and unsigned handling

* Fix sqlite integer type for autoincrement

* Use lower case table names - fixes pg

* Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine

8 years agoMerge pull request #25288 from owncloud/fix-versionrevertperms
Vincent Petry [Wed, 29 Jun 2016 10:51:39 +0000 (12:51 +0200)]
Merge pull request #25288 from owncloud/fix-versionrevertperms

Hide revert button when no permission to revert

8 years agoget only vcards which match both the address book id and the vcard uri (#25294)
Björn Schießle [Wed, 29 Jun 2016 10:13:59 +0000 (12:13 +0200)]
get only vcards which match both the address book id and the vcard uri (#25294)

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 29 Jun 2016 09:52:18 +0000 (05:52 -0400)]
[tx-robot] updated from transifex

8 years agoprevent users from deleting their own session token
Christoph Wurst [Mon, 27 Jun 2016 13:23:52 +0000 (15:23 +0200)]
prevent users from deleting their own session token

8 years agoHide revert button when no permission to revert
Vincent Petry [Tue, 28 Jun 2016 10:09:58 +0000 (12:09 +0200)]
Hide revert button when no permission to revert

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 28 Jun 2016 05:57:10 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

8 years agoFix getting the certificate bundle for dav external storage (#25274)
Robin Appelman [Mon, 27 Jun 2016 20:26:43 +0000 (22:26 +0200)]
Fix getting the certificate bundle for dav external storage (#25274)

* Fix getting the certificate bundle for dav external storages

* Log the original exception in dav external storage

8 years agoLogin hooks (#25260)
Christoph Wurst [Mon, 27 Jun 2016 20:16:22 +0000 (22:16 +0200)]
Login hooks (#25260)

* fix login hooks

* adjust user session tests

* fix login return value of successful token logins

* trigger preLogin hook earlier; extract method 'loginWithPassword'

* call postLogin hook earlier; add PHPDoc

8 years agohandle unavailable fed shares while testing for availability (#25277)
Robin Appelman [Mon, 27 Jun 2016 19:34:28 +0000 (21:34 +0200)]
handle unavailable fed shares while testing for availability (#25277)

* More explicit http status codes

* handle unavailable fed shares while testing for availability

8 years agofix a ImageExportPlugin Test (#25215)
Georg Ehrke [Mon, 27 Jun 2016 19:26:56 +0000 (21:26 +0200)]
fix a ImageExportPlugin Test (#25215)

8 years agoLog reason why we removed the fed share
Robin Appelman [Mon, 27 Jun 2016 14:38:47 +0000 (16:38 +0200)]
Log reason why we removed the fed share

8 years agoMerge pull request #25273 from owncloud/ext-fixsessioncredentialsnolazyload
Vincent Petry [Mon, 27 Jun 2016 12:57:29 +0000 (14:57 +0200)]
Merge pull request #25273 from owncloud/ext-fixsessioncredentialsnolazyload

Quickfix: do not lazy load auth mechanisms for ext storages

8 years agoHandle exceptions thrown while trying to notify remote server of a fed share
Robin Appelman [Fri, 24 Jun 2016 13:59:32 +0000 (15:59 +0200)]
Handle exceptions thrown while trying to notify remote server of a fed share

8 years agoMerge pull request #25237 from owncloud/search-filelistnextpageresults
Vincent Petry [Mon, 27 Jun 2016 11:46:25 +0000 (13:46 +0200)]
Merge pull request #25237 from owncloud/search-filelistnextpageresults

Prerender file list pages to include search results

8 years agoMerge pull request #25261 from owncloud/app-password-login-name
Vincent Petry [Mon, 27 Jun 2016 11:40:20 +0000 (13:40 +0200)]
Merge pull request #25261 from owncloud/app-password-login-name

show which login name to use for the new app password

8 years agoMerge pull request #25263 from owncloud/decryptall-keepencryptionenabledforsingleuser
Christoph Wurst [Mon, 27 Jun 2016 10:19:45 +0000 (12:19 +0200)]
Merge pull request #25263 from owncloud/decryptall-keepencryptionenabledforsingleuser

Keep encryption enabled if decrypting for single user

8 years agoMerge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms
Vincent Petry [Mon, 27 Jun 2016 10:14:05 +0000 (12:14 +0200)]
Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms

Add explicit delete permission to link shares

8 years agoMerge pull request #25258 from owncloud/integritycheck-whennotinstalled
Vincent Petry [Mon, 27 Jun 2016 09:58:35 +0000 (11:58 +0200)]
Merge pull request #25258 from owncloud/integritycheck-whennotinstalled

Make code integrity check work when OC is not installed yet

8 years agoQuickfix: do not lazy load auth mechanisms for ext storages
Vincent Petry [Mon, 27 Jun 2016 08:50:10 +0000 (10:50 +0200)]
Quickfix: do not lazy load auth mechanisms for ext storages

Some auth mechanisms like SessionCredentials need to register hooks
early, so they cannot be lazy loaded.

8 years agoMerge pull request #25252 from owncloud/authtoken-removetooltipondisconnect
Morris Jobke [Mon, 27 Jun 2016 08:42:35 +0000 (10:42 +0200)]
Merge pull request #25252 from owncloud/authtoken-removetooltipondisconnect

Remove tooltip when disconnecting token

8 years agoMerge pull request #25129 from owncloud/remove-ie
Vincent Petry [Mon, 27 Jun 2016 08:20:47 +0000 (10:20 +0200)]
Merge pull request #25129 from owncloud/remove-ie

Remove ie8+9 support

8 years agoMerge pull request #25247 from owncloud/fed-unshare-fail
Vincent Petry [Mon, 27 Jun 2016 07:58:13 +0000 (09:58 +0200)]
Merge pull request #25247 from owncloud/fed-unshare-fail

Remove a fed share from the local table before trying to notify the remote server

8 years agoMerge pull request #25251 from owncloud/authtoken-assetpipelinefix
Vincent Petry [Mon, 27 Jun 2016 07:56:37 +0000 (09:56 +0200)]
Merge pull request #25251 from owncloud/authtoken-assetpipelinefix

Use OC.Backbone instead of Backbone directly in authtoken JS code

8 years agoMerge pull request #25154 from owncloud/token-login-check-loginname
Vincent Petry [Mon, 27 Jun 2016 07:54:37 +0000 (09:54 +0200)]
Merge pull request #25154 from owncloud/token-login-check-loginname

check login name when authenticating via token and basic auth

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 27 Jun 2016 05:55:57 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 26 Jun 2016 05:55:53 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 25 Jun 2016 05:56:48 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

8 years agoMerge pull request #25259 from owncloud/search-fixsearchfromotherfilelists
Christoph Wurst [Fri, 24 Jun 2016 15:12:02 +0000 (17:12 +0200)]
Merge pull request #25259 from owncloud/search-fixsearchfromotherfilelists

Fix search result link for file results outside default list

8 years agoMerge pull request #25257 from owncloud/comments-showerroronsave
Christoph Wurst [Fri, 24 Jun 2016 15:11:20 +0000 (17:11 +0200)]
Merge pull request #25257 from owncloud/comments-showerroronsave

Show error message when posting an invalid comment

8 years agofix layout
Christoph Wurst [Fri, 24 Jun 2016 15:00:59 +0000 (17:00 +0200)]
fix layout

8 years agoKeep encryption enabled if decrypting for single user
Vincent Petry [Fri, 24 Jun 2016 14:46:25 +0000 (16:46 +0200)]
Keep encryption enabled if decrypting for single user

When decrypting all files of a single user, the admin usually does not
intend encryption to be suddenly disabled for everyone. This fix
reenables encryption after decrypting for a single user.

Decrypting for all users will still disable encryption globally.

8 years agobetter detect errors in fed sharing response
Robin Appelman [Fri, 24 Jun 2016 13:56:33 +0000 (15:56 +0200)]
better detect errors in fed sharing response

8 years agoshow which login name to use for the new app password
Christoph Wurst [Fri, 24 Jun 2016 13:31:48 +0000 (15:31 +0200)]
show which login name to use for the new app password

8 years agocheck login name when authenticating with client token
Christoph Wurst [Fri, 24 Jun 2016 11:57:09 +0000 (13:57 +0200)]
check login name when authenticating with client token

8 years agoPrerender file list pages to include search results
Vincent Petry [Thu, 23 Jun 2016 09:27:02 +0000 (11:27 +0200)]
Prerender file list pages to include search results

When filtering the file list, if a result is on an unrendered page,
make sure to call _nextPage() to prerender the pages in order to
display all matching results.

8 years agoHide search results after switching directory
Vincent Petry [Fri, 24 Jun 2016 09:32:14 +0000 (11:32 +0200)]
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.

8 years agoFix search result link for file results outside default list
Vincent Petry [Fri, 24 Jun 2016 09:31:29 +0000 (11:31 +0200)]
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.

8 years agoMake code integrity check work when OC is not installed yet
Vincent Petry [Fri, 24 Jun 2016 08:24:41 +0000 (10:24 +0200)]
Make code integrity check work when OC is not installed yet

8 years agoMerge pull request #25171 from owncloud/files_external-list-all
Vincent Petry [Fri, 24 Jun 2016 08:18:14 +0000 (10:18 +0200)]
Merge pull request #25171 from owncloud/files_external-list-all

Add option to `occ files_external:list` to show all configured mounts

8 years agoShow error message when posting an invalid comment
Vincent Petry [Fri, 24 Jun 2016 08:10:10 +0000 (10:10 +0200)]
Show error message when posting an invalid comment

When an internal server error occurs while creating or updating a
comment, display a proper error notification in the UI.

8 years agoRepair step to adjust link share delete permissions
Vincent Petry [Thu, 23 Jun 2016 14:37:03 +0000 (16:37 +0200)]
Repair step to adjust link share delete permissions

8 years agoAdd explicit delete permission to link shares
Vincent Petry [Thu, 23 Jun 2016 13:43:21 +0000 (15:43 +0200)]
Add explicit delete permission to link shares

Link shares always allowed deletion, however internally the permissions
were stored as 7 which lacked delete permissions. This created an
inconsistency in the Webdav permissions.

This fix makes sure we include delete permissions in the share
permissions, which now become 15.

In case a client is still passing 7 for legacy reasons, it gets
converted automatically to 15.

8 years agoMerge pull request #25239 from owncloud/setupchecks-preventreload
Vincent Petry [Fri, 24 Jun 2016 07:47:55 +0000 (09:47 +0200)]
Merge pull request #25239 from owncloud/setupchecks-preventreload

Don't reload page in case of auth errors during setup checks

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 24 Jun 2016 05:56:13 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

8 years agoRemove tooltip when disconnecting token
Vincent Petry [Thu, 23 Jun 2016 16:30:45 +0000 (18:30 +0200)]
Remove tooltip when disconnecting token

8 years agoUse OC.Backbone instead of Backbone directly in authtoken JS code
Vincent Petry [Thu, 23 Jun 2016 16:26:01 +0000 (18:26 +0200)]
Use OC.Backbone instead of Backbone directly in authtoken JS code

Fixes asset pipeline issue with the auth token in personal page

8 years agoMerge pull request #25238 from owncloud/files-trashlistnamecorruption
Vincent Petry [Thu, 23 Jun 2016 13:36:14 +0000 (15:36 +0200)]
Merge pull request #25238 from owncloud/files-trashlistnamecorruption

Fix trashed file name corruption when rerendering trashbin list

8 years agoRemove a fed share from the local table before trying to notify the remote server
Robin Appelman [Thu, 23 Jun 2016 12:19:55 +0000 (14:19 +0200)]
Remove a fed share from the local table before trying to notify the remote server

8 years agoAdd option to `occ files_external:list` to show all configured mounts
Robin Appelman [Fri, 17 Jun 2016 11:29:29 +0000 (13:29 +0200)]
Add option to `occ files_external:list` to show all configured mounts

8 years agoremove ie8+9 support
Hendrik Leppelsack [Thu, 16 Jun 2016 06:28:43 +0000 (08:28 +0200)]
remove ie8+9 support

8 years agoDon't reload page in case of auth errors during setup checks
Vincent Petry [Thu, 23 Jun 2016 09:54:49 +0000 (11:54 +0200)]
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.

8 years agoFix trashed file name corruption when rerendering trashbin list
Vincent Petry [Thu, 23 Jun 2016 09:50:59 +0000 (11:50 +0200)]
Fix trashed file name corruption when rerendering trashbin list

The trashbin code does some gymnastics with the file data at render
time. This fix makes sure that the modifications done on the file data
are only local to the rendering code and doesn't affect the actual file
data from the file list.

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 23 Jun 2016 06:09:38 +0000 (02:09 -0400)]
[tx-robot] updated from transifex

8 years agoMerge pull request #25233 from owncloud/iedavclient-nullheaders
Morris Jobke [Wed, 22 Jun 2016 20:13:12 +0000 (22:13 +0200)]
Merge pull request #25233 from owncloud/iedavclient-nullheaders

Init the headers in iedavclient.js

8 years agoInit the headers in iedavclient.js
Vincent Petry [Wed, 22 Jun 2016 14:58:06 +0000 (16:58 +0200)]
Init the headers in iedavclient.js

8 years agoMerge pull request #25225 from owncloud/enc-revertversionsize
Vincent Petry [Wed, 22 Jun 2016 14:39:49 +0000 (16:39 +0200)]
Merge pull request #25225 from owncloud/enc-revertversionsize

Rollback version must also adjust cached size

8 years agoMerge pull request #25223 from owncloud/external-list-default-options
Vincent Petry [Wed, 22 Jun 2016 13:53:20 +0000 (15:53 +0200)]
Merge pull request #25223 from owncloud/external-list-default-options

Hide more default options in occ files_external:list

8 years agoMerge pull request #25123 from owncloud/issue-23005-broken-remote-shares
Vincent Petry [Wed, 22 Jun 2016 13:52:44 +0000 (15:52 +0200)]
Merge pull request #25123 from owncloud/issue-23005-broken-remote-shares

Add timeouts to make the UI usable again when a remote share is unrea…

8 years agoRollback version must also adjust cached size
Vincent Petry [Wed, 22 Jun 2016 12:16:16 +0000 (14:16 +0200)]
Rollback version must also adjust cached size

8 years agoMerge pull request #25172 from owncloud/token-login-validation
Vincent Petry [Wed, 22 Jun 2016 11:58:56 +0000 (13:58 +0200)]
Merge pull request #25172 from owncloud/token-login-validation

Token login validation

8 years agoMerge pull request #25134 from owncloud/app-passwords
Vincent Petry [Wed, 22 Jun 2016 11:50:11 +0000 (13:50 +0200)]
Merge pull request #25134 from owncloud/app-passwords

app passwords/device tokens wording

8 years agoHide more default options in occ files_external:list
Robin Appelman [Wed, 22 Jun 2016 11:34:55 +0000 (13:34 +0200)]
Hide more default options in occ files_external:list

8 years agoocc web executor (#24957)
VicDeo [Wed, 22 Jun 2016 11:12:36 +0000 (14:12 +0300)]
occ web executor (#24957)

* Initial web executor

* Fix PHPDoc

Fix broken integration test

OccControllerTests do not require database access - moch them all!

Kill unused sprintf

8 years agoIncrease fed share timeout from 3 to 10 + unit tests
Vincent Petry [Tue, 21 Jun 2016 15:37:44 +0000 (17:37 +0200)]
Increase fed share timeout from 3 to 10 + unit tests

8 years agoAdd timeouts to make the UI usable again when a remote share is unreachable
Joas Schilling [Wed, 15 Jun 2016 14:30:24 +0000 (16:30 +0200)]
Add timeouts to make the UI usable again when a remote share is unreachable

8 years agoMerge pull request #25208 from owncloud/uploadfolder-firemkdirhooksforparents
Vincent Petry [Wed, 22 Jun 2016 08:21:00 +0000 (10:21 +0200)]
Merge pull request #25208 from owncloud/uploadfolder-firemkdirhooksforparents

Fire hooks for mkdir for folder upload

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 22 Jun 2016 05:54:55 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

8 years agoFire hooks for mkdir for folder upload
karakayasemi [Tue, 21 Jun 2016 15:10:52 +0000 (17:10 +0200)]
Fire hooks for mkdir for folder upload

fromTmpFile function, usual mkdir call is only working for file's parent
directory. Does not care upper parent folders. I added a recursive
function that creates parent non-existing folders with usual mkdir.

8 years agouse theme name instead of hard-coded 'ownCloud'
Christoph Wurst [Thu, 16 Jun 2016 09:59:09 +0000 (11:59 +0200)]
use theme name instead of hard-coded 'ownCloud'

8 years agofix tranlations
Christoph Wurst [Thu, 16 Jun 2016 09:01:16 +0000 (11:01 +0200)]
fix tranlations

8 years agoapp passwords/device tokens wording
Christoph Wurst [Thu, 16 Jun 2016 08:54:03 +0000 (10:54 +0200)]
app passwords/device tokens wording

8 years agoFix null pointer exception in user_ldap (#25062)
Jörn Friedrich Dreyer [Tue, 21 Jun 2016 14:30:48 +0000 (16:30 +0200)]
Fix null pointer exception in user_ldap (#25062)

8 years agoMerge pull request #24505 from owncloud/ceph-wait-for-http
Vincent Petry [Tue, 21 Jun 2016 14:21:11 +0000 (16:21 +0200)]
Merge pull request #24505 from owncloud/ceph-wait-for-http

Don't rely on the notify socket but on the service responding

8 years agoredirect to new login route (#25099)
Christoph Wurst [Tue, 21 Jun 2016 14:14:51 +0000 (16:14 +0200)]
redirect to new login route (#25099)

* redirect to new login route

* encode anchor in url and restore it client-side

8 years agoMerge pull request #25196 from owncloud/update-session-token-password
Christoph Wurst [Tue, 21 Jun 2016 13:39:01 +0000 (15:39 +0200)]
Merge pull request #25196 from owncloud/update-session-token-password

update session token password on user password change

8 years agoContacts API: replace raw image data with url (#25081)
Georg Ehrke [Tue, 21 Jun 2016 13:25:44 +0000 (15:25 +0200)]
Contacts API: replace raw image data with url (#25081)

* add uri to AddressBookImpl array

* Introduce ImageExportPlugin for CardDav

* add plugin to v1 routes

* replace binary contact photo with link

* update tests

* Adding unit tests

8 years agofix broken unit test (#25198)
Thomas Müller [Tue, 21 Jun 2016 11:55:11 +0000 (13:55 +0200)]
fix broken unit test (#25198)

8 years agoMerge pull request #25042 from owncloud/session-settings-ellipsis
Vincent Petry [Tue, 21 Jun 2016 10:15:38 +0000 (12:15 +0200)]
Merge pull request #25042 from owncloud/session-settings-ellipsis

add overflow ellipsis to session and device tokens list

8 years agopass new password instead of username
Christoph Wurst [Tue, 21 Jun 2016 09:54:54 +0000 (11:54 +0200)]
pass new password instead of username

8 years agoFilter out group shares for owner where owner is included (#25190)
Vincent Petry [Tue, 21 Jun 2016 09:36:28 +0000 (11:36 +0200)]
Filter out group shares for owner where owner is included (#25190)

8 years agoupdate session token password on user password change
Christoph Wurst [Tue, 21 Jun 2016 08:23:50 +0000 (10:23 +0200)]
update session token password on user password change

8 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 21 Jun 2016 07:49:50 +0000 (03:49 -0400)]
[tx-robot] updated from transifex

8 years agoCatch exceptions while creating shared mounts (#25077)
Robin Appelman [Mon, 20 Jun 2016 20:11:05 +0000 (22:11 +0200)]
Catch exceptions while creating shared mounts (#25077)