]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
10 years agoMerge pull request #8400 from owncloud/download-button-public-folder
Thomas Müller [Fri, 2 May 2014 14:59:09 +0000 (16:59 +0200)]
Merge pull request #8400 from owncloud/download-button-public-folder

reintroduce download button on public shares

10 years agodisable download button if zip download is disabled
Thomas Müller [Fri, 2 May 2014 13:51:41 +0000 (15:51 +0200)]
disable download button if zip download is disabled

10 years agofix position and look of public download button
Jan-Christoph Borchardt [Fri, 2 May 2014 13:24:23 +0000 (15:24 +0200)]
fix position and look of public download button

10 years agoremove unneeded header-right details styles
Jan-Christoph Borchardt [Fri, 2 May 2014 13:14:41 +0000 (15:14 +0200)]
remove unneeded header-right details styles

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 2 May 2014 05:55:53 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8415 from owncloud/sharing_fix_rename
Björn Schießle [Thu, 1 May 2014 18:58:29 +0000 (14:58 -0400)]
Merge pull request #8415 from owncloud/sharing_fix_rename

[sharing] return the new name if a mount point was renamed

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 1 May 2014 05:56:01 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoreturn the new name if a mount point was renamed
Bjoern Schiessle [Wed, 30 Apr 2014 15:30:22 +0000 (17:30 +0200)]
return the new name if a mount point was renamed

10 years agoMerge pull request #8412 from owncloud/sharing_fix_part_file_rename
Lukas Reschke [Wed, 30 Apr 2014 15:52:29 +0000 (17:52 +0200)]
Merge pull request #8412 from owncloud/sharing_fix_part_file_rename

[sharing] fix rename of part files

10 years agoMerge pull request #8391 from owncloud/router-parameter-sorting
Thomas Müller [Wed, 30 Apr 2014 13:10:36 +0000 (15:10 +0200)]
Merge pull request #8391 from owncloud/router-parameter-sorting

Preserve keys when sorting parameters when generatings urls

10 years agoMerge pull request #8404 from owncloud/fix-checkboxes
Thomas Müller [Wed, 30 Apr 2014 12:51:29 +0000 (14:51 +0200)]
Merge pull request #8404 from owncloud/fix-checkboxes

Fixed too generic checkbox and link selectors

10 years agoMerge pull request #8408 from owncloud/delete-spinner
Morris Jobke [Wed, 30 Apr 2014 12:51:02 +0000 (14:51 +0200)]
Merge pull request #8408 from owncloud/delete-spinner

Show spinner for all files when deleting all

10 years agoMerge pull request #8405 from owncloud/remove-leftcontent-rightcontent
Morris Jobke [Wed, 30 Apr 2014 12:28:33 +0000 (14:28 +0200)]
Merge pull request #8405 from owncloud/remove-leftcontent-rightcontent

remove leftcontent and rightcontent CSS, no longer needed

10 years agoMerge pull request #8132 from owncloud/issue/8131
Thomas Müller [Wed, 30 Apr 2014 11:57:44 +0000 (13:57 +0200)]
Merge pull request #8132 from owncloud/issue/8131

Issue/8131 Fix emitting of filesystem related hooks

10 years agoget the correct owner path for part files
Bjoern Schiessle [Wed, 30 Apr 2014 10:49:16 +0000 (12:49 +0200)]
get the correct owner path for part files

10 years agoonly update the values which really changed
Bjoern Schiessle [Wed, 30 Apr 2014 10:48:16 +0000 (12:48 +0200)]
only update the values which really changed

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 30 Apr 2014 05:57:53 +0000 (01:57 -0400)]
[tx-robot] updated from transifex

10 years agoShow spinner for all files when deleting all
Vincent Petry [Tue, 29 Apr 2014 15:59:30 +0000 (17:59 +0200)]
Show spinner for all files when deleting all

10 years agoremove file name from upper right button
Thomas Müller [Tue, 29 Apr 2014 15:16:14 +0000 (17:16 +0200)]
remove file name from upper right button

10 years agoremove leftcontent and rightcontent CSS, no longer needed
Jan-Christoph Borchardt [Tue, 29 Apr 2014 14:55:35 +0000 (16:55 +0200)]
remove leftcontent and rightcontent CSS, no longer needed

10 years agoFixed too generic checkbox and link selectors
Vincent Petry [Tue, 29 Apr 2014 14:28:43 +0000 (16:28 +0200)]
Fixed too generic checkbox and link selectors

It turns out that the sharing dropdown is embedded into the table row
for some reason.

This fix makes use of a more specific selector for the checkboxes and
file name links to make sure it doesn't spill into any other potential
elements like the sharing dialog.

10 years agoreintroduce download button on public shares
Thomas Müller [Tue, 29 Apr 2014 13:28:35 +0000 (15:28 +0200)]
reintroduce download button on public shares

10 years agoMerge pull request #8382 from owncloud/enc_fix_decrypt_all
Vincent Petry [Tue, 29 Apr 2014 10:15:11 +0000 (12:15 +0200)]
Merge pull request #8382 from owncloud/enc_fix_decrypt_all

fix shouldEncrypt() method and improved decryptAll() unit tests

10 years agoPreserve keys when sorting parameters when generatings urls
Robin Appelman [Tue, 29 Apr 2014 09:55:19 +0000 (11:55 +0200)]
Preserve keys when sorting parameters when generatings urls

10 years agoMerge pull request #8285 from owncloud/better_getmountby_handling
icewind1991 [Tue, 29 Apr 2014 09:22:11 +0000 (11:22 +0200)]
Merge pull request #8285 from owncloud/better_getmountby_handling

Handle return values better from Filesystem::getMountBy*

10 years agoRemove unneccessary statement from test
Joas Schilling [Tue, 29 Apr 2014 08:42:49 +0000 (10:42 +0200)]
Remove unneccessary statement from test

10 years agoUpdate tests to test for create and update aswell
Joas Schilling [Mon, 28 Apr 2014 08:49:35 +0000 (10:49 +0200)]
Update tests to test for create and update aswell

10 years agoDeduplicate code
Joas Schilling [Mon, 28 Apr 2014 15:45:03 +0000 (17:45 +0200)]
Deduplicate code

10 years agoCorrectly emit create/update hooks when a large file is being created/update
Joas Schilling [Wed, 9 Apr 2014 14:47:51 +0000 (16:47 +0200)]
Correctly emit create/update hooks when a large file is being created/update
after being uploaded in .part files

Fix #8131

10 years agoEmit a new hook, when a file is being updated only
Joas Schilling [Wed, 9 Apr 2014 14:42:10 +0000 (16:42 +0200)]
Emit a new hook, when a file is being updated only
The write-hook also is triggered for created files

Fix #8131

10 years agoMerge pull request #6870 from owncloud/uncheck-remember-checkbox
Jan-Christoph Borchardt [Tue, 29 Apr 2014 08:22:02 +0000 (10:22 +0200)]
Merge pull request #6870 from owncloud/uncheck-remember-checkbox

do not check 'remember' log in by default

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 29 Apr 2014 05:56:49 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8388 from owncloud/reset-3rdparty-master
Lukas Reschke [Mon, 28 Apr 2014 20:25:34 +0000 (22:25 +0200)]
Merge pull request #8388 from owncloud/reset-3rdparty-master

Update 3rdparty

10 years agoMerge pull request #7852 from josh4trunks/basic_auth_fix
Thomas Müller [Mon, 28 Apr 2014 19:46:52 +0000 (21:46 +0200)]
Merge pull request #7852 from josh4trunks/basic_auth_fix

Fixes login / logout when HTTP Basic Headers are avilable.

10 years agoMerge pull request #8387 from wakeup/master
Lukas Reschke [Mon, 28 Apr 2014 19:00:22 +0000 (21:00 +0200)]
Merge pull request #8387 from wakeup/master

Update outdated comment

10 years agoUpdate 3rdparty
Thomas Müller [Mon, 28 Apr 2014 18:31:08 +0000 (20:31 +0200)]
Update 3rdparty

10 years agoUpdate outdated comment
Volkan Gezer [Mon, 28 Apr 2014 18:23:18 +0000 (20:23 +0200)]
Update outdated comment

10 years agoMerge pull request #7167 from owncloud/files-ajaxload-infscroll
Thomas Müller [Mon, 28 Apr 2014 15:39:02 +0000 (17:39 +0200)]
Merge pull request #7167 from owncloud/files-ajaxload-infscroll

Infinite scrolling for files app

10 years agoMerge pull request #8380 from owncloud/kill_office_fallback
Thomas Müller [Mon, 28 Apr 2014 15:18:36 +0000 (17:18 +0200)]
Merge pull request #8380 from owncloud/kill_office_fallback

remove preview office fallback as it makes too much trouble and generates inacceptable results

10 years agotypos, naming, remove unused code, identation
Thomas Müller [Mon, 28 Apr 2014 14:51:57 +0000 (16:51 +0200)]
typos, naming, remove unused code, identation

10 years agoMerge pull request #8340 from tribut/htaccess-escape-dots
Thomas Müller [Mon, 28 Apr 2014 14:09:03 +0000 (16:09 +0200)]
Merge pull request #8340 from tribut/htaccess-escape-dots

Escape literal dots in mod_rewrite regexes

10 years agoFixed drag and drop into folder and onto breadcrumb
Vincent Petry [Fri, 11 Apr 2014 10:46:12 +0000 (12:46 +0200)]
Fixed drag and drop into folder and onto breadcrumb

Fixed drag and drop code to use FileList.getSelectedFiles() instead of
the visible DOM elements.

10 years agoFixed selection summary calculation issue
Vincent Petry [Thu, 10 Apr 2014 18:07:02 +0000 (20:07 +0200)]
Fixed selection summary calculation issue

10 years agoCleanup of event handlers
Vincent Petry [Tue, 8 Apr 2014 15:09:57 +0000 (17:09 +0200)]
Cleanup of event handlers

Now using _.bind() for event handlers so we can use "this" which is more
readable than a static access to FileList.

10 years agoCleanup and fix trashbin "clear all files" operation
Vincent Petry [Tue, 8 Apr 2014 14:56:12 +0000 (16:56 +0200)]
Cleanup and fix trashbin "clear all files" operation

10 years agoFixed drag shadow file sorting
Vincent Petry [Tue, 8 Apr 2014 14:56:02 +0000 (16:56 +0200)]
Fixed drag shadow file sorting

10 years agoFixed selection to be based on FileList.files
Vincent Petry [Fri, 4 Apr 2014 16:46:08 +0000 (18:46 +0200)]
Fixed selection to be based on FileList.files

The file selection is now based on the internal model array
FileList.files instead of the visible checkboxes.

This makes it possible to virtually select files that haven't been
rendered yet (select all, then deselect a visible one)

Added more unit tests for selection (with shift and ctrl as well)

10 years agoFix trashbin previews and "delete selected"
Vincent Petry [Fri, 4 Apr 2014 14:43:35 +0000 (16:43 +0200)]
Fix trashbin previews and "delete selected"

10 years agoMake sure there are always enough elements visible on the page
Vincent Petry [Fri, 4 Apr 2014 14:38:27 +0000 (16:38 +0200)]
Make sure there are always enough elements visible on the page

10 years agoFixed insertion of files
Vincent Petry [Fri, 4 Apr 2014 14:11:31 +0000 (16:11 +0200)]
Fixed insertion of files

Removed "insert" flag, inserting is by default for FileList.add().
Added "animate" flag to FileList.add().
Added logic to correctly detect when to insert/append elements whenever
the insertion point is visible or not.
Fixed "render next page" logic to work correctly when many pages of
files have been added.

10 years agoFixed file sorting to work with scrolling
Vincent Petry [Fri, 4 Apr 2014 12:34:07 +0000 (14:34 +0200)]
Fixed file sorting to work with scrolling

The FileList.files model is now updated with file operations.
Adding files to the list will add to the model first, then to the DOM.
If the insertion point isn't visible yet, the file won't be added to the
DOM until the user scrolls down.

Updated unit tests to include checking for the correct insertion point.

10 years agoFix file selection for infinite scrolling
Vincent Petry [Wed, 12 Feb 2014 13:50:23 +0000 (14:50 +0100)]
Fix file selection for infinite scrolling

- moved file selection code to FileList
- fix selection summary when all files are selected
- nextPage now auto-selects files if "select all" checkbox is checked
- fixed trashbin to use the same selection logic as FileList

10 years agoFix file summary to use the whole file list
Vincent Petry [Tue, 11 Feb 2014 15:52:56 +0000 (16:52 +0100)]
Fix file summary to use the whole file list

- moved the summary code into a new class FileSummary
- FileSummary is calculated only once, then updated with add/remove
- added new OC.Util namespace for JS utility functions

10 years agofix shouldEncrypt() method and improved decryptAll() unit tests
Bjoern Schiessle [Mon, 28 Apr 2014 12:40:10 +0000 (14:40 +0200)]
fix shouldEncrypt() method and improved decryptAll() unit tests

10 years agoAdded infinite scrolling (in-memory list)
Vincent Petry [Tue, 11 Feb 2014 14:57:45 +0000 (15:57 +0100)]
Added infinite scrolling (in-memory list)

10 years agoMerge pull request #8381 from owncloud/files_irods
Thomas Müller [Mon, 28 Apr 2014 12:31:31 +0000 (14:31 +0200)]
Merge pull request #8381 from owncloud/files_irods

drop files_irods from apps_external

10 years agodrop files_irods from apps_external
Thomas Müller [Mon, 28 Apr 2014 10:39:28 +0000 (12:39 +0200)]
drop files_irods from apps_external

10 years agoMerge pull request #8309 from DavidPrevot/chosen
Thomas Müller [Mon, 28 Apr 2014 10:34:40 +0000 (12:34 +0200)]
Merge pull request #8309 from DavidPrevot/chosen

Adapt chosen (css) path

10 years agoremove preview office fallback as it makes too much trouble and generates inacceptabl...
Georg Ehrke [Mon, 28 Apr 2014 10:05:10 +0000 (12:05 +0200)]
remove preview office fallback as it makes too much trouble and generates inacceptable results

10 years agoRemove trailing tab
Felix Eckhofer [Thu, 24 Apr 2014 13:30:19 +0000 (15:30 +0200)]
Remove trailing tab

10 years agoEscape literal dots in mod_rewrite regexes
Felix Eckhofer [Thu, 24 Apr 2014 13:29:36 +0000 (15:29 +0200)]
Escape literal dots in mod_rewrite regexes

10 years agoMerge pull request #8327 from owncloud/l10n-files_external-fields
Thomas Müller [Mon, 28 Apr 2014 06:52:50 +0000 (08:52 +0200)]
Merge pull request #8327 from owncloud/l10n-files_external-fields

Add translatable mount configs

10 years agoMerge pull request #7473 from owncloud/append-error-document
Thomas Müller [Mon, 28 Apr 2014 06:50:42 +0000 (08:50 +0200)]
Merge pull request #7473 from owncloud/append-error-document

Remove .htaccess creation code

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 28 Apr 2014 05:56:24 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8372 from owncloud/give-admins-a-hint
Lukas Reschke [Sun, 27 Apr 2014 16:28:18 +0000 (18:28 +0200)]
Merge pull request #8372 from owncloud/give-admins-a-hint

Clarify the trusted_domain error page

10 years agoRemove an added t by the github webeditor
Lukas Reschke [Sun, 27 Apr 2014 14:41:09 +0000 (16:41 +0200)]
Remove an added t by the github webeditor

Notice to myself: Stick to my IDE.

10 years agoGrammatical fixes
Lukas Reschke [Sun, 27 Apr 2014 14:31:04 +0000 (16:31 +0200)]
Grammatical fixes

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 27 Apr 2014 05:54:54 +0000 (01:54 -0400)]
[tx-robot] updated from transifex

10 years agoClarify the trusted_domain error page
Lukas Reschke [Sat, 26 Apr 2014 21:11:29 +0000 (23:11 +0200)]
Clarify the trusted_domain error page

10 years agoMerge pull request #8371 from owncloud/example-config
Thomas Müller [Sat, 26 Apr 2014 21:00:02 +0000 (23:00 +0200)]
Merge pull request #8371 from owncloud/example-config

Add another example to the trusted_domains config

10 years agoAdd another example to the trusted_domains config
Lukas Reschke [Sat, 26 Apr 2014 20:37:30 +0000 (22:37 +0200)]
Add another example to the trusted_domains config

Users often ask in IRC or the forum how to add another domain.
Hopefully they will be able to find it out on their own if we have an example with two domains.

10 years agofix single quote sanitization
Volkan Gezer [Sat, 26 Apr 2014 16:58:01 +0000 (18:58 +0200)]
fix single quote sanitization

10 years agoMerge pull request #8343 from owncloud/fix-status
Lukas Reschke [Sat, 26 Apr 2014 14:51:29 +0000 (16:51 +0200)]
Merge pull request #8343 from owncloud/fix-status

Use echo since print_unescaped is not defined

10 years agoMerge pull request #8353 from owncloud/publicshare-webdav
icewind1991 [Sat, 26 Apr 2014 13:55:37 +0000 (15:55 +0200)]
Merge pull request #8353 from owncloud/publicshare-webdav

Expose public shares over webdav

10 years ago"echo" is a language construct. Don't treat it like a function.
Andreas Fischer [Sat, 26 Apr 2014 12:50:34 +0000 (14:50 +0200)]
"echo" is a language construct. Don't treat it like a function.

10 years agoMerge pull request #8341 from owncloud/template-tests-output-buffering
Lukas Reschke [Sat, 26 Apr 2014 10:29:36 +0000 (12:29 +0200)]
Merge pull request #8341 from owncloud/template-tests-output-buffering

Improve Template Tests by Removing Manual Output Buffering

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 26 Apr 2014 05:55:32 +0000 (01:55 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8355 from owncloud/l10n-expire
Andreas Fischer [Fri, 25 Apr 2014 23:21:31 +0000 (01:21 +0200)]
Merge pull request #8355 from owncloud/l10n-expire

typo fix, by translators on transifex

* owncloud/l10n-expire:
  typo fix, by translators on transifex

10 years agoMerge pull request #8356 from owncloud/fix-external-css
icewind1991 [Fri, 25 Apr 2014 22:06:06 +0000 (00:06 +0200)]
Merge pull request #8356 from owncloud/fix-external-css

fix layout of external storage config table

10 years agofix layout of external storage config table
Morris Jobke [Fri, 25 Apr 2014 14:34:48 +0000 (16:34 +0200)]
fix layout of external storage config table

10 years agotypo fix, by translators on transifex
Volkan Gezer [Fri, 25 Apr 2014 14:26:30 +0000 (16:26 +0200)]
typo fix, by translators on transifex

10 years agoMerge pull request #8350 from owncloud/share-search-mime
icewind1991 [Fri, 25 Apr 2014 13:54:36 +0000 (15:54 +0200)]
Merge pull request #8350 from owncloud/share-search-mime

fix search by mime for shared single files

10 years agoExpose public shares over webdav
Robin Appelman [Thu, 6 Mar 2014 15:00:25 +0000 (16:00 +0100)]
Expose public shares over webdav

10 years agoMerge pull request #7504 from owncloud/webdav-injection
icewind1991 [Fri, 25 Apr 2014 12:42:43 +0000 (14:42 +0200)]
Merge pull request #7504 from owncloud/webdav-injection

Proper injection of filesystem view into the webdav connector

10 years agoMerge branch 'master' into share-search-mime
Robin Appelman [Fri, 25 Apr 2014 12:04:41 +0000 (14:04 +0200)]
Merge branch 'master' into share-search-mime

10 years agoAlso fixed the returned internal path when getting the root shared item by id
Robin Appelman [Fri, 25 Apr 2014 12:04:22 +0000 (14:04 +0200)]
Also fixed the returned internal path when getting the root shared item by id

10 years agoMerge pull request #8351 from owncloud/search-mime-substorage
icewind1991 [Fri, 25 Apr 2014 12:03:43 +0000 (14:03 +0200)]
Merge pull request #8351 from owncloud/search-mime-substorage

fix paths of searchByMime results on substorages

10 years agoCorrect the path returned by getFolderContent for substorages
Robin Appelman [Fri, 25 Apr 2014 11:56:45 +0000 (13:56 +0200)]
Correct the path returned by getFolderContent for substorages

10 years agoMerge pull request #8352 from owncloud/icons
Jan-Christoph Borchardt [Fri, 25 Apr 2014 11:18:55 +0000 (13:18 +0200)]
Merge pull request #8352 from owncloud/icons

Icon improvements

10 years agoremove metadata
Morris Jobke [Fri, 25 Apr 2014 11:15:58 +0000 (13:15 +0200)]
remove metadata

10 years agouse trash as delete icon to differentiate from close
Jan-Christoph Borchardt [Fri, 25 Apr 2014 10:40:14 +0000 (12:40 +0200)]
use trash as delete icon to differentiate from close

10 years agofix paths of searchByMime results on substorages
Robin Appelman [Fri, 25 Apr 2014 10:31:44 +0000 (12:31 +0200)]
fix paths of searchByMime results on substorages

10 years agofix search by mime for shared single files
Robin Appelman [Fri, 25 Apr 2014 10:28:10 +0000 (12:28 +0200)]
fix search by mime for shared single files

10 years agoremove outdated test
Robin Appelman [Fri, 25 Apr 2014 10:24:18 +0000 (12:24 +0200)]
remove outdated test

10 years agocompress view-close icon
Jan-Christoph Borchardt [Fri, 25 Apr 2014 10:16:17 +0000 (12:16 +0200)]
compress view-close icon

10 years agomerge master into webdav-injection
Robin Appelman [Fri, 25 Apr 2014 09:47:06 +0000 (11:47 +0200)]
merge master into webdav-injection

10 years agoBetter handle return values from Filesystem::getMountBy*
Robin McCorkell [Mon, 21 Apr 2014 10:35:52 +0000 (11:35 +0100)]
Better handle return values from Filesystem::getMountBy*

getMountByStorageId and getMountByNumericId return an empty array on error,
which should be detected to avoid possible errors. This commit also adds in
some new logging points and throws to aid debugging

10 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 25 Apr 2014 05:56:28 +0000 (01:56 -0400)]
[tx-robot] updated from transifex

10 years agoMerge pull request #8338 from owncloud/phpunit-4.0-compat
Andreas Fischer [Thu, 24 Apr 2014 20:00:12 +0000 (22:00 +0200)]
Merge pull request #8338 from owncloud/phpunit-4.0-compat

Make PHPUnit_Framework_TestListener implementations compatible to 4.0.

* owncloud/phpunit-4.0-compat:
  Normalise testcleanuplistener.php indentation and end of file.
  Make PHPUnit_Framework_TestListener implementations compatible to 4.0.

10 years agoMerge pull request #8337 from owncloud/flv-to-mimes
Lukas Reschke [Thu, 24 Apr 2014 17:09:01 +0000 (19:09 +0200)]
Merge pull request #8337 from owncloud/flv-to-mimes

Add flv to known mimetypes