]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
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 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 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 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

10 years agoMerge pull request #8026 from owncloud/remove_shared_folder
Björn Schießle [Thu, 24 Apr 2014 16:45:45 +0000 (18:45 +0200)]
Merge pull request #8026 from owncloud/remove_shared_folder

remove the "Shared" folder

10 years agoUse echo since print_unescaped is not defined
Lukas Reschke [Thu, 24 Apr 2014 16:41:06 +0000 (18:41 +0200)]
Use echo since print_unescaped is not defined

Fixes https://github.com/owncloud/core/issues/8342

10 years agoAdd flv to known mimetypes
Victor Dubiniuk [Thu, 24 Apr 2014 12:41:30 +0000 (15:41 +0300)]
Add flv to known mimetypes

10 years agoMerge pull request #8339 from owncloud/fix_unit_tests
Thomas Müller [Thu, 24 Apr 2014 15:28:07 +0000 (17:28 +0200)]
Merge pull request #8339 from owncloud/fix_unit_tests

fixing unit tests

10 years agoNormalise testcleanuplistener.php indentation and end of file.
Andreas Fischer [Thu, 24 Apr 2014 14:42:28 +0000 (16:42 +0200)]
Normalise testcleanuplistener.php indentation and end of file.

10 years agoUse PHPUnit's expectOutputString() instead of performing output buffering.
Andreas Fischer [Thu, 24 Apr 2014 13:45:07 +0000 (15:45 +0200)]
Use PHPUnit's expectOutputString() instead of performing output buffering.

10 years agoSplit testP() tests into multiple methods.
Andreas Fischer [Thu, 24 Apr 2014 13:36:02 +0000 (15:36 +0200)]
Split testP() tests into multiple methods.

10 years agoRemove redundant test case for non-HTML string.
Andreas Fischer [Thu, 24 Apr 2014 13:34:09 +0000 (15:34 +0200)]
Remove redundant test case for non-HTML string.

10 years agoadd additional rows to the select statement, 'stime' is needed for the expire check
Bjoern Schiessle [Thu, 24 Apr 2014 13:13:34 +0000 (15:13 +0200)]
add additional rows to the select statement, 'stime' is needed for the expire check

10 years agoMake PHPUnit_Framework_TestListener implementations compatible to 4.0.
Andreas Fischer [Thu, 24 Apr 2014 13:16:57 +0000 (15:16 +0200)]
Make PHPUnit_Framework_TestListener implementations compatible to 4.0.

10 years agoMerge pull request #8304 from owncloud/add-xss-tests
Andreas Fischer [Thu, 24 Apr 2014 13:09:36 +0000 (15:09 +0200)]
Merge pull request #8304 from owncloud/add-xss-tests

Add unit tests for arrays and quotationmark

* owncloud/add-xss-tests:
  Remove uneeded newline
  Fix indentation
  Add unit tests for arrays and "

10 years agoMerge pull request #8335 from owncloud/sharing_set_default_expire_date
Andreas Fischer [Thu, 24 Apr 2014 12:03:41 +0000 (14:03 +0200)]
Merge pull request #8335 from owncloud/sharing_set_default_expire_date

[sharing] allow admin to set default expire date

* owncloud/sharing_set_default_expire_date:
  add setting to set default expire date

10 years agoadd setting to set default expire date
Bjoern Schiessle [Wed, 23 Apr 2014 10:50:24 +0000 (12:50 +0200)]
add setting to set default expire date

10 years agoproperly quote etags
Robin Appelman [Thu, 24 Apr 2014 09:10:46 +0000 (11:10 +0200)]
properly quote etags

10 years agoNormalize paths when moving properties
Robin Appelman [Wed, 23 Apr 2014 14:25:29 +0000 (16:25 +0200)]
Normalize paths when moving properties

10 years agoMerge pull request #8332 from owncloud/l10n-access-untrusted
Thomas Müller [Thu, 24 Apr 2014 08:06:37 +0000 (10:06 +0200)]
Merge pull request #8332 from owncloud/l10n-access-untrusted

This adds one more missing untranslated text from lib/share

10 years agoMerge pull request #8334 from owncloud/protect-co
Thomas Müller [Thu, 24 Apr 2014 07:25:32 +0000 (09:25 +0200)]
Merge pull request #8334 from owncloud/protect-co

Preventing access to the config folder

10 years agoPreventing access to the config folder
Lukas Reschke [Thu, 24 Apr 2014 06:33:58 +0000 (08:33 +0200)]
Preventing access to the config folder

It isn't uncommon that admins create a backup file of the config (i.e. `config.php.bak`) before performing any changes. This would allow everybody to read the backup of the configuration file which contain several secret and critical values.

I don't believe this is worth a backport or getting added to the installer. It's just a nice to have. People that create public readable backups of their configuration are the one to blame, not us :-)

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

10 years agoThis adds one more missing untranslated text from lib/share
Volkan Gezer [Wed, 23 Apr 2014 23:42:18 +0000 (01:42 +0200)]
This adds one more missing untranslated text from lib/share

Also displays the untrusted domain warning in English

10 years agoAdd translatable mount configs
Volkan Gezer [Wed, 23 Apr 2014 15:58:14 +0000 (17:58 +0200)]
Add translatable mount configs

Will close #8070

10 years agoMerge pull request #6297 from leo-b/fix_ldap_errors
blizzz [Wed, 23 Apr 2014 14:26:43 +0000 (16:26 +0200)]
Merge pull request #6297 from leo-b/fix_ldap_errors

only check ldap_errno if an ldap_* function actually fails

10 years agoMerge pull request #8233 from owncloud/fix-newdialog-ie
Thomas Müller [Wed, 23 Apr 2014 14:17:24 +0000 (16:17 +0200)]
Merge pull request #8233 from owncloud/fix-newdialog-ie

fix shift of icons in 'New' menu in IE8/9, fix #7987

10 years agoMerge pull request #8284 from owncloud/fix_8280
Thomas Müller [Wed, 23 Apr 2014 14:06:50 +0000 (16:06 +0200)]
Merge pull request #8284 from owncloud/fix_8280

Adjust renaming of directories with a dot in name

10 years agoAdjust renaming of directories, fixes #8280
Robin McCorkell [Mon, 21 Apr 2014 08:35:15 +0000 (09:35 +0100)]
Adjust renaming of directories, fixes #8280

Directories will not be considered to have an extension, even if a dot is
found.

Stop Scrutinizer being annoyed

But the spaced version looked good!

Stop jsHint being annoyed

These code quality tools are really pestering

10 years agofixing typos and PHPDoc
Thomas Müller [Wed, 23 Apr 2014 13:34:04 +0000 (15:34 +0200)]
fixing typos and PHPDoc