]>
source.dussan.org Git - nextcloud-server.git/log
Hendrik Leppelsack [Wed, 29 Jun 2016 13:14:34 +0000 (15:14 +0200)]
adjusts tests to removal of svg fallback
Hendrik Leppelsack [Thu, 23 Jun 2016 11:39:28 +0000 (13:39 +0200)]
remove svg classes
Hendrik Leppelsack [Thu, 23 Jun 2016 11:20:03 +0000 (13:20 +0200)]
remove png references in core
Hendrik Leppelsack [Thu, 23 Jun 2016 10:50:47 +0000 (12:50 +0200)]
remove png actions, fileicons, etc
Hendrik Leppelsack [Thu, 23 Jun 2016 10:15:16 +0000 (12:15 +0200)]
remove javascript png fallback for svg
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
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
Thomas Citharel [Fri, 1 Jul 2016 11:42:35 +0000 (13:42 +0200)]
Add all properties while creating a subscription (#25318)
Fixes #24469
Jenkins for ownCloud [Fri, 1 Jul 2016 05:57:04 +0000 (01:57 -0400)]
[tx-robot] updated from transifex
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
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
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('').
Jenkins for ownCloud [Thu, 30 Jun 2016 05:55:56 +0000 (01:55 -0400)]
[tx-robot] updated from transifex
Hendrik Leppelsack [Wed, 29 Jun 2016 16:45:13 +0000 (18:45 +0200)]
always use local karma
Daniel Molkentin [Wed, 29 Jun 2016 13:11:48 +0000 (15:11 +0200)]
fix version string
Daniel Molkentin [Wed, 29 Jun 2016 13:09:40 +0000 (15:09 +0200)]
9.1.0 RC 1
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
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
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)
Jenkins for ownCloud [Wed, 29 Jun 2016 09:52:18 +0000 (05:52 -0400)]
[tx-robot] updated from transifex
Christoph Wurst [Mon, 27 Jun 2016 13:23:52 +0000 (15:23 +0200)]
prevent users from deleting their own session token
Vincent Petry [Tue, 28 Jun 2016 10:09:58 +0000 (12:09 +0200)]
Hide revert button when no permission to revert
Jenkins for ownCloud [Tue, 28 Jun 2016 05:57:10 +0000 (01:57 -0400)]
[tx-robot] updated from transifex
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
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
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
Georg Ehrke [Mon, 27 Jun 2016 19:26:56 +0000 (21:26 +0200)]
fix a ImageExportPlugin Test (#25215)
Robin Appelman [Mon, 27 Jun 2016 14:38:47 +0000 (16:38 +0200)]
Log reason why we removed the fed share
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
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
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
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
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
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
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
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.
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
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
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
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
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
Jenkins for ownCloud [Mon, 27 Jun 2016 05:55:57 +0000 (01:55 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 26 Jun 2016 05:55:53 +0000 (01:55 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 25 Jun 2016 05:56:48 +0000 (01:56 -0400)]
[tx-robot] updated from transifex
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
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
Christoph Wurst [Fri, 24 Jun 2016 15:00:59 +0000 (17:00 +0200)]
fix layout
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.
Robin Appelman [Fri, 24 Jun 2016 13:56:33 +0000 (15:56 +0200)]
better detect errors in fed sharing response
Christoph Wurst [Fri, 24 Jun 2016 13:31:48 +0000 (15:31 +0200)]
show which login name to use for the new app password
Christoph Wurst [Fri, 24 Jun 2016 11:57:09 +0000 (13:57 +0200)]
check login name when authenticating with client token
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.
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.
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.
Vincent Petry [Fri, 24 Jun 2016 08:24:41 +0000 (10:24 +0200)]
Make code integrity check work when OC is not installed yet
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
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.
Vincent Petry [Thu, 23 Jun 2016 14:37:03 +0000 (16:37 +0200)]
Repair step to adjust link share delete permissions
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.
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
Jenkins for ownCloud [Fri, 24 Jun 2016 05:56:13 +0000 (01:56 -0400)]
[tx-robot] updated from transifex
Vincent Petry [Thu, 23 Jun 2016 16:30:45 +0000 (18:30 +0200)]
Remove tooltip when disconnecting token
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
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
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
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
Hendrik Leppelsack [Thu, 16 Jun 2016 06:28:43 +0000 (08:28 +0200)]
remove ie8+9 support
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.
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.
Jenkins for ownCloud [Thu, 23 Jun 2016 06:09:38 +0000 (02:09 -0400)]
[tx-robot] updated from transifex
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
Vincent Petry [Wed, 22 Jun 2016 14:58:06 +0000 (16:58 +0200)]
Init the headers in iedavclient.js
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
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
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…
Vincent Petry [Wed, 22 Jun 2016 12:16:16 +0000 (14:16 +0200)]
Rollback version must also adjust cached size
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
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
Robin Appelman [Wed, 22 Jun 2016 11:34:55 +0000 (13:34 +0200)]
Hide more default options in occ files_external:list
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
Vincent Petry [Tue, 21 Jun 2016 15:37:44 +0000 (17:37 +0200)]
Increase fed share timeout from 3 to 10 + unit tests
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
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
Jenkins for ownCloud [Wed, 22 Jun 2016 05:54:55 +0000 (01:54 -0400)]
[tx-robot] updated from transifex
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.
Christoph Wurst [Thu, 16 Jun 2016 09:59:09 +0000 (11:59 +0200)]
use theme name instead of hard-coded 'ownCloud'
Christoph Wurst [Thu, 16 Jun 2016 09:01:16 +0000 (11:01 +0200)]
fix tranlations
Christoph Wurst [Thu, 16 Jun 2016 08:54:03 +0000 (10:54 +0200)]
app passwords/device tokens wording
Jörn Friedrich Dreyer [Tue, 21 Jun 2016 14:30:48 +0000 (16:30 +0200)]
Fix null pointer exception in user_ldap (#25062)
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
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
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
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
Thomas Müller [Tue, 21 Jun 2016 11:55:11 +0000 (13:55 +0200)]
fix broken unit test (#25198)
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
Christoph Wurst [Tue, 21 Jun 2016 09:54:54 +0000 (11:54 +0200)]
pass new password instead of username
Vincent Petry [Tue, 21 Jun 2016 09:36:28 +0000 (11:36 +0200)]
Filter out group shares for owner where owner is included (#25190)
Christoph Wurst [Tue, 21 Jun 2016 08:23:50 +0000 (10:23 +0200)]
update session token password on user password change
Jenkins for ownCloud [Tue, 21 Jun 2016 07:49:50 +0000 (03:49 -0400)]
[tx-robot] updated from transifex
Robin Appelman [Mon, 20 Jun 2016 20:11:05 +0000 (22:11 +0200)]
Catch exceptions while creating shared mounts (#25077)