]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Müller [Mon, 16 Sep 2013 21:32:17 +0000 (23:32 +0200)]
etag changes are now propagated up the file tree
Thomas Müller [Mon, 16 Sep 2013 16:06:17 +0000 (18:06 +0200)]
Merge branch 'master' into fixing-4866-master
Jenkins for ownCloud [Mon, 16 Sep 2013 15:38:45 +0000 (11:38 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Mon, 16 Sep 2013 10:09:15 +0000 (12:09 +0200)]
recreate an etag within the scanner if the cache contains an empty etag
Thomas Müller [Mon, 16 Sep 2013 08:06:24 +0000 (01:06 -0700)]
Merge pull request #4838 from owncloud/refactor_upload_js
refactor upload js & html to always use only js to fill form data
Thomas Müller [Mon, 16 Sep 2013 07:51:12 +0000 (00:51 -0700)]
Merge pull request #4862 from owncloud/db_to_public
Add OCP\DB::getErrorMessage() to public namespace.
Thomas Tanghus [Mon, 16 Sep 2013 00:17:39 +0000 (02:17 +0200)]
Add OCP\DB::getErrorMessage() to public namespace.
icewind1991 [Sun, 15 Sep 2013 20:47:16 +0000 (13:47 -0700)]
Merge pull request #4860 from owncloud/fixing-potential-null-storage-on-scanner-master
adding null check on a mount's storage
Thomas Müller [Sun, 15 Sep 2013 18:38:57 +0000 (20:38 +0200)]
adding null check on a mount's storage
Morris Jobke [Sun, 15 Sep 2013 14:08:50 +0000 (07:08 -0700)]
Merge pull request #4835 from owncloud/fix-apps-height
use lineheight instead of padding and height
Morris Jobke [Sun, 15 Sep 2013 10:07:11 +0000 (03:07 -0700)]
Merge pull request #4803 from owncloud/fix-4465-add-share-user-on-enter
Fixes #4465 - Added autoFocus to #shareWith autocomplete options
Thomas Müller [Sun, 15 Sep 2013 09:42:14 +0000 (02:42 -0700)]
Merge pull request #4853 from owncloud/external-shared_mimetype-icons
Use external and shared icons in OC.Dialogs.filepicker()
Bernhard Posselt [Sat, 14 Sep 2013 23:00:36 +0000 (16:00 -0700)]
Merge pull request #4506 from owncloud/oc_avatars
OC Avatars
Thomas Müller [Sat, 14 Sep 2013 19:51:16 +0000 (12:51 -0700)]
Merge pull request #4501 from owncloud/ajaxfilelist
Ajax calls for "files" and "files_trashbin" apps
Thomas Tanghus [Sat, 14 Sep 2013 17:35:39 +0000 (10:35 -0700)]
Merge pull request #4806 from owncloud/oc-dialogs-pageleave
Don't popup meaningless alerts when dialog called on page leave
kondou [Sat, 14 Sep 2013 12:35:23 +0000 (14:35 +0200)]
Use external and shared icons in OC.Dialogs.filepicker()
kondou [Sat, 14 Sep 2013 12:15:52 +0000 (14:15 +0200)]
Remove superfluous $
Jenkins for ownCloud [Sat, 14 Sep 2013 01:49:24 +0000 (21:49 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Fri, 13 Sep 2013 21:31:11 +0000 (14:31 -0700)]
Merge pull request #4712 from owncloud/fileapi-foreward
Provide an implementation of the fileapi for oc6 build on top of the old api
Thomas Müller [Fri, 13 Sep 2013 19:44:31 +0000 (21:44 +0200)]
- giving the user a new id for each test run in order to prevent reuse of e.g. permissions data in the database
- setting the current user id because \OC\FilesView relies on \OC_User::getUser()
Vincent Petry [Fri, 13 Sep 2013 19:00:15 +0000 (21:00 +0200)]
Fixed files_trashbin to also use hash URL part for IE8
Vincent Petry [Thu, 29 Aug 2013 19:56:14 +0000 (21:56 +0200)]
Use hash part of URL for IE8 in files app
Before this fix, the URL wasn't updated in IE8 when navigating into
folders.
This fix makes use of the hash part of URLs to make this work in IE8,
since IE8 doesn't support the history API nor changing the URL without
redirecting.
From now, both the regular query URL "?dir=somedir" and "#?dir=somedir"
will work in both IE8 and non-IE8 browsers.
In IE8, query based URLs are automatically converted to hash URLs upon
page load. The conversion is done on the server side by redirecting the
user to the updated URL.
When loading a page directly using a hash URL in the form
"#?dir=somedir" in IE8, the server doesn't get the hash, so it will not
return any results in that case and rely on ajax to load the first page.
Vincent Petry [Wed, 4 Sep 2013 18:50:59 +0000 (20:50 +0200)]
Fixed loading mask/spinner to stay fixed on scroll
Vincent Petry [Sun, 1 Sep 2013 12:36:33 +0000 (14:36 +0200)]
Fixed JS error in trashbin app
Vincent Petry [Sun, 1 Sep 2013 12:24:01 +0000 (14:24 +0200)]
Changed breadcrumb event handling to not use delegate
Using delegate might break apps that embed themselves in the files
container. When an app embeds itself and the user clicks a breadcrumb,
it will simply reload the whole browser page.
Vincent Petry [Thu, 29 Aug 2013 21:45:02 +0000 (23:45 +0200)]
Fixed ajax support to also update the current dir permissions
Vincent Petry [Thu, 29 Aug 2013 18:59:45 +0000 (20:59 +0200)]
Added missing "files" JS to files_trashbin module
The recent refactoring for the breadcrumb resizing relies on the "Files"
object which is in the "files" Javascript file.
This fix includes it here as well.
Thomas Müller [Wed, 28 Aug 2013 23:17:04 +0000 (01:17 +0200)]
update file summary on ajax file list load
Thomas Müller [Tue, 27 Aug 2013 11:13:00 +0000 (13:13 +0200)]
fixing breadcrumbs on ajax loading of files
Thomas Müller [Tue, 27 Aug 2013 09:18:59 +0000 (11:18 +0200)]
calling replaceSVG() to display breadcrumb images correctly on IE8
Thomas Müller [Tue, 27 Aug 2013 08:29:28 +0000 (10:29 +0200)]
fixing no-repeat for IE8
Vincent Petry [Sat, 17 Aug 2013 11:07:18 +0000 (13:07 +0200)]
Ajax calls for "files" and "files_trashbin" apps
Frontend:
- The files app list now uses ajax calls to refresh the list.
- Added support the browser back button (history API).
- Added mask + spinner while loading file list
Backend:
- Added utility function in core JS for parsing query strings.
- Moved file list + breadcrumb template data code to helper
functions
- Fixed some file paths in trashbin app to be similar to the files app
Thomas Müller [Fri, 13 Sep 2013 17:29:35 +0000 (10:29 -0700)]
Merge pull request #4840 from owncloud/adding-tb-master
adding TB and GB to OC_Helper::humanFileSize
Thomas Müller [Fri, 13 Sep 2013 15:41:09 +0000 (17:41 +0200)]
remove unused OC_L10N
Thomas Müller [Fri, 13 Sep 2013 15:22:45 +0000 (17:22 +0200)]
adding TB and GB to OC_Helper::humanFileSize
Jörn Friedrich Dreyer [Fri, 13 Sep 2013 15:00:07 +0000 (17:00 +0200)]
refactor upload js & html to always use only js to fill form data
Bernhard Posselt [Fri, 13 Sep 2013 13:53:03 +0000 (15:53 +0200)]
use lineheight instead of padding and height
ringmaster [Thu, 12 Sep 2013 14:50:26 +0000 (10:50 -0400)]
Allow numeric group names
Thomas Müller [Thu, 12 Sep 2013 22:44:20 +0000 (15:44 -0700)]
Merge pull request #4719 from owncloud/port_4701_master
Always check variable type before using readdir to avoid surprises
Robin Appelman [Thu, 12 Sep 2013 19:58:32 +0000 (21:58 +0200)]
cleanup public storage interface a bit
Robin Appelman [Thu, 12 Sep 2013 19:43:35 +0000 (21:43 +0200)]
Merge branch 'master' into fileapi-foreward
Jan-Christoph Borchardt [Thu, 12 Sep 2013 14:48:00 +0000 (07:48 -0700)]
Merge pull request #4816 from owncloud/fixing-723-master
Fixing 723 master
kondou [Thu, 12 Sep 2013 05:41:44 +0000 (07:41 +0200)]
Merge branch 'master' into oc_avatars
Thomas Tanghus [Thu, 12 Sep 2013 00:18:04 +0000 (17:18 -0700)]
Merge pull request #4735 from owncloud/multiple_mimetypes_rawlist
Make it possible to pass rawlist.php an JSON array, to filter by more than one mimetype
Thomas Müller [Wed, 11 Sep 2013 22:40:35 +0000 (00:40 +0200)]
adding calls to \OCA\files\lib\Helper::determineIcon($i) in files, trashbin and sharing
Thomas Müller [Wed, 11 Sep 2013 22:39:52 +0000 (00:39 +0200)]
added determineIcon to \OCA\files\lib\Helper
Thomas Müller [Wed, 11 Sep 2013 22:39:03 +0000 (00:39 +0200)]
remove unused $relativePath
kondou [Wed, 11 Sep 2013 22:21:01 +0000 (00:21 +0200)]
Clean up rawlist.php and fix non-array request
Thomas Müller [Wed, 11 Sep 2013 22:13:19 +0000 (00:13 +0200)]
move icon generation logic out of the template
Thomas Müller [Wed, 11 Sep 2013 22:12:20 +0000 (00:12 +0200)]
adding icons for shared folders and external folders
Thomas Tanghus [Wed, 11 Sep 2013 19:20:17 +0000 (12:20 -0700)]
Merge pull request #4784 from owncloud/ocdialog_option_setter
Fix setting ocdialog options after initialization.
Thomas Tanghus [Wed, 11 Sep 2013 19:15:32 +0000 (21:15 +0200)]
Save two lines
Thomas Tanghus [Wed, 11 Sep 2013 19:11:35 +0000 (21:11 +0200)]
Remove test error :P
Thomas Tanghus [Wed, 11 Sep 2013 15:13:39 +0000 (17:13 +0200)]
Fix double destroy on escape.
Pete McFarlane [Wed, 11 Sep 2013 14:59:28 +0000 (15:59 +0100)]
no autoFocus if no users returned
kondou [Wed, 11 Sep 2013 14:04:41 +0000 (16:04 +0200)]
Add a comment to clear defaultavatar-functionality
Thomas Tanghus [Wed, 11 Sep 2013 14:02:12 +0000 (16:02 +0200)]
Don't popup meaningless alerts when dialog called on page leave
VicDeo [Wed, 11 Sep 2013 12:58:07 +0000 (05:58 -0700)]
Merge pull request #4798 from owncloud/fixing-variable-typos-master
no further comment - which dev did not test this BEFORE submitting the p...
Jenkins for ownCloud [Wed, 11 Sep 2013 10:50:06 +0000 (06:50 -0400)]
[tx-robot] updated from transifex
Pete McFarlane [Wed, 11 Sep 2013 10:45:32 +0000 (11:45 +0100)]
Added autoFocus to #shareWith autocomplete options
kondou [Wed, 11 Sep 2013 10:12:40 +0000 (12:12 +0200)]
Split some lines, use ===, avoid unnecessary operation
Bart Visscher [Wed, 11 Sep 2013 07:01:55 +0000 (00:01 -0700)]
Merge pull request #4788 from owncloud/fixin-irods-session-master
Fixing session handling in iRODS
kondou [Wed, 11 Sep 2013 05:11:33 +0000 (07:11 +0200)]
Bring another enable_avatars to $_ and fix $thus->$this
Thomas Müller [Tue, 10 Sep 2013 23:23:37 +0000 (01:23 +0200)]
no further comment - which dev did not test this BEFORE submitting the pull request?
which reviewer did not test the pull request?
Thomas Müller [Tue, 10 Sep 2013 23:11:57 +0000 (01:11 +0200)]
never hack late night
Thomas Müller [Tue, 10 Sep 2013 22:49:45 +0000 (00:49 +0200)]
fixing boolean handling
Robin Appelman [Tue, 10 Sep 2013 20:21:49 +0000 (22:21 +0200)]
adjust test cases to namespace changes
Andreas Fischer [Tue, 10 Sep 2013 19:48:56 +0000 (21:48 +0200)]
Merge pull request #4472 from owncloud/remove-disconnect
Remove disconnect function from OC_DB
* owncloud/remove-disconnect:
Remove disconnect function from OC_DB
Robin Appelman [Tue, 10 Sep 2013 18:13:47 +0000 (20:13 +0200)]
add storage backend interface to public namespace
Robin Appelman [Tue, 10 Sep 2013 18:02:15 +0000 (20:02 +0200)]
improve phpdoc for the public files interface
Robin Appelman [Tue, 10 Sep 2013 17:44:23 +0000 (19:44 +0200)]
move filesystem expceptions to global namespace
Robin Appelman [Tue, 10 Sep 2013 17:34:38 +0000 (19:34 +0200)]
move public files api to a clearer namespace
Jenkins for ownCloud [Tue, 10 Sep 2013 14:42:16 +0000 (10:42 -0400)]
[tx-robot] updated from transifex
Thomas Müller [Tue, 10 Sep 2013 11:53:22 +0000 (04:53 -0700)]
Merge pull request #4787 from owncloud/fixing-php-end-tags-irods-master
Fixing php end tags irods master
Thomas Müller [Tue, 10 Sep 2013 10:35:14 +0000 (12:35 +0200)]
proper test for use_logon_credentials
Thomas Müller [Tue, 10 Sep 2013 10:34:41 +0000 (12:34 +0200)]
use \OC::$session instead of $_SESSION
Thomas Müller [Tue, 10 Sep 2013 09:25:40 +0000 (11:25 +0200)]
removing all ?> jutt in case
Thomas Müller [Tue, 10 Sep 2013 09:16:43 +0000 (11:16 +0200)]
removing ?> followed by whitespaces
Thomas Müller [Tue, 10 Sep 2013 08:22:25 +0000 (01:22 -0700)]
Merge pull request #4647 from owncloud/fix_4619
Workaround for IE 9 & 10 for clicking filelist after adding new item
Thomas Tanghus [Tue, 10 Sep 2013 01:25:37 +0000 (18:25 -0700)]
Merge pull request #4726 from owncloud/files-ie8-missingfilecheckboxes
Fixed missing checkboxes in IE8
Thomas Tanghus [Mon, 9 Sep 2013 22:25:07 +0000 (00:25 +0200)]
Remove console logging
Thomas Tanghus [Mon, 9 Sep 2013 22:21:42 +0000 (00:21 +0200)]
Fix setting ocdialog options after initialization.
Thomas Müller [Mon, 9 Sep 2013 22:08:18 +0000 (15:08 -0700)]
Merge pull request #4757 from owncloud/deleteAll-alias
change View->deleteAll to an alias of View->rmdir since rmdir works recursive
Thomas Müller [Mon, 9 Sep 2013 19:32:45 +0000 (12:32 -0700)]
Merge pull request #4772 from owncloud/preview_improvements
oc\preview use avconv instead of ffmpeg
kondou [Mon, 9 Sep 2013 14:57:46 +0000 (16:57 +0200)]
Pass view in \OC_Avatar to constructor and use $_ for enable_avatars
Jenkins for ownCloud [Mon, 9 Sep 2013 01:37:53 +0000 (21:37 -0400)]
[tx-robot] updated from transifex
Vincent Petry [Wed, 4 Sep 2013 19:32:45 +0000 (21:32 +0200)]
Fixed missing checkboxes in IE8
IE8 is not happy with the :checked CSS3 selector which causes it to
ignore the whole rule.
Replace it with a more compatible selector.
Christopher [Sun, 8 Sep 2013 12:50:41 +0000 (05:50 -0700)]
Merge pull request #4761 from owncloud/fix_language_selection-kondou
Fix language selection
kondou [Sat, 7 Sep 2013 14:28:51 +0000 (16:28 +0200)]
Fix language selection; Fix #4756
Robin Appelman [Sat, 7 Sep 2013 12:10:51 +0000 (14:10 +0200)]
change View->deleteAll to an alias of View->rmdir since rmdir works recursive
Jenkins for ownCloud [Sat, 7 Sep 2013 08:46:57 +0000 (04:46 -0400)]
[tx-robot] updated from transifex
Robin Appelman [Fri, 6 Sep 2013 18:55:47 +0000 (20:55 +0200)]
update phpdoc for public fileapi
Robin Appelman [Fri, 6 Sep 2013 18:38:59 +0000 (20:38 +0200)]
extract interfaces from fileapi for public namespace
Robin Appelman [Fri, 6 Sep 2013 18:20:17 +0000 (20:20 +0200)]
use ===
Bjoern Schiessle [Fri, 6 Sep 2013 08:58:42 +0000 (10:58 +0200)]
remove some more debug output
Bjoern Schiessle [Thu, 5 Sep 2013 09:50:36 +0000 (11:50 +0200)]
remove some error_logs
Bjoern Schiessle [Thu, 5 Sep 2013 09:45:36 +0000 (11:45 +0200)]
remove error logs
Bjoern Schiessle [Thu, 5 Sep 2013 08:11:09 +0000 (10:11 +0200)]
coding style fixes
Bjoern Schiessle [Thu, 5 Sep 2013 08:08:13 +0000 (10:08 +0200)]
if the files doesn't exist yet we start with the parent to search for shares
Bjoern Schiessle [Wed, 4 Sep 2013 19:15:06 +0000 (21:15 +0200)]
fix part file handling and real size calculation, this should also solve #4581
Conflicts:
apps/files_encryption/lib/stream.php