]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge branch 'master' into update-expire-function
Björn Schießle [Mon, 25 Feb 2013 10:14:06 +0000 (11:14 +0100)]
Merge branch 'master' into update-expire-function

Conflicts:
apps/files_trashbin/lib/trash.php

11 years agoMerge pull request #1856 from owncloud/fix_error_handling_stream_copy
Frank Karlitschek [Mon, 25 Feb 2013 10:04:12 +0000 (02:04 -0800)]
Merge pull request #1856 from owncloud/fix_error_handling_stream_copy

don't use the number of written bytes as indicator if streamCopy() was successful

11 years agoMerge pull request #1882 from owncloud/required_version
Frank Karlitschek [Mon, 25 Feb 2013 08:37:22 +0000 (00:37 -0800)]
Merge pull request #1882 from owncloud/required_version

Set required owncloud version to 4.93

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 24 Feb 2013 23:06:17 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1881 from owncloud/safemode_check
Thomas Müller [Sun, 24 Feb 2013 19:23:27 +0000 (11:23 -0800)]
Merge pull request #1881 from owncloud/safemode_check

add a safe_mode check

11 years agoSet required owncloud version to 4.93
Robin Appelman [Sun, 24 Feb 2013 16:38:36 +0000 (17:38 +0100)]
Set required owncloud version to 4.93

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 23 Feb 2013 23:06:53 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1879 from owncloud/fix-webdav-quota
Michael Gapczynski [Sat, 23 Feb 2013 22:38:29 +0000 (14:38 -0800)]
Merge pull request #1879 from owncloud/fix-webdav-quota

Don't throw insufficient storage exception if free space is unknown

11 years agoReuse $freeSpace variable
Michael Gapczynski [Sat, 23 Feb 2013 21:00:50 +0000 (16:00 -0500)]
Reuse $freeSpace variable

11 years agoDon't throw insufficient storage exception if free space is unknown
Michael Gapczynski [Sat, 23 Feb 2013 20:37:44 +0000 (15:37 -0500)]
Don't throw insufficient storage exception if free space is unknown

11 years agoMerge pull request #1862 from owncloud/whitespace-cleanup
Thomas Müller [Sat, 23 Feb 2013 19:39:13 +0000 (11:39 -0800)]
Merge pull request #1862 from owncloud/whitespace-cleanup

Whitespace cleanup

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 22 Feb 2013 23:05:33 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoWhitespace fixes
Bart Visscher [Fri, 22 Feb 2013 16:21:57 +0000 (17:21 +0100)]
Whitespace fixes

11 years agoput value assignment into brackets
Björn Schießle [Fri, 22 Feb 2013 15:45:57 +0000 (16:45 +0100)]
put value assignment into brackets

11 years agoMerge pull request #1855 from owncloud/userlist_load_displaynames
Bernhard Posselt [Fri, 22 Feb 2013 15:44:24 +0000 (07:44 -0800)]
Merge pull request #1855 from owncloud/userlist_load_displaynames

Fetch displayname in userlist ajax requests. Refs #1681

11 years agoMerge pull request #1859 from owncloud/blacklist-fix
Bernhard Posselt [Fri, 22 Feb 2013 15:43:13 +0000 (07:43 -0800)]
Merge pull request #1859 from owncloud/blacklist-fix

Add OC\Files\Filesystem::isFileBlacklisted

11 years agoreturn both, count and result if the operation succeeded or failed. Maybe in some...
Björn Schießle [Fri, 22 Feb 2013 15:43:11 +0000 (16:43 +0100)]
return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied

11 years agoAdd OC\Files\Filesystem::isFileBlacklisted
Robin Appelman [Fri, 22 Feb 2013 15:13:08 +0000 (16:13 +0100)]
Add OC\Files\Filesystem::isFileBlacklisted

11 years agoMerge pull request #1711 from owncloud/style-cleanup
Jörn Friedrich Dreyer [Fri, 22 Feb 2013 15:02:51 +0000 (07:02 -0800)]
Merge pull request #1711 from owncloud/style-cleanup

Codestyle cleanup

11 years agousing the number of writen bytes as indicator if streamCopy() was successfully. Inste...
Björn Schießle [Fri, 22 Feb 2013 13:56:50 +0000 (14:56 +0100)]
using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false

11 years agoFetch displayname in userlist ajax requests. Refs #1681
Thomas Tanghus [Fri, 22 Feb 2013 13:51:21 +0000 (14:51 +0100)]
Fetch displayname in userlist ajax requests. Refs #1681

11 years agoMerge pull request #1854 from owncloud/fix_mount_order
blizzz [Fri, 22 Feb 2013 13:37:31 +0000 (05:37 -0800)]
Merge pull request #1854 from owncloud/fix_mount_order

Fix order of mount commands in lib/files/filesystem.php

11 years agofix order of mount commands
Georg Ehrke [Fri, 22 Feb 2013 13:19:29 +0000 (14:19 +0100)]
fix order of mount commands

11 years agoMerge pull request #1849 from owncloud/mount_users_home
blizzz [Fri, 22 Feb 2013 12:54:25 +0000 (04:54 -0800)]
Merge pull request #1849 from owncloud/mount_users_home

mount users home before write/read file to it, necessary to deal with external homes [master]

11 years agomount users home before write/read file to it, necessary to deal with external homes
Björn Schießle [Fri, 22 Feb 2013 12:15:47 +0000 (13:15 +0100)]
mount users home before write/read file to it, necessary to deal with external homes

11 years agoMerge pull request #1848 from owncloud/keep_transparency
Frank Karlitschek [Fri, 22 Feb 2013 12:02:26 +0000 (04:02 -0800)]
Merge pull request #1848 from owncloud/keep_transparency

keep transparency when resizing or cropping png/gif

11 years agokeep transparency when resizing or cropping png/gif
Jörn Friedrich Dreyer [Fri, 22 Feb 2013 11:42:40 +0000 (12:42 +0100)]
keep transparency when resizing or cropping png/gif

11 years agoMerge pull request #1838 from owncloud/fix-changedisplayname-call
Thomas Müller [Fri, 22 Feb 2013 10:14:00 +0000 (02:14 -0800)]
Merge pull request #1838 from owncloud/fix-changedisplayname-call

Fix error path in changedisplayname call

11 years agouse the same string lengths like the file cache
Björn Schießle [Fri, 22 Feb 2013 09:05:08 +0000 (10:05 +0100)]
use the same string lengths like the file cache

11 years agoFix error path in changedisplayname call
Bart Visscher [Thu, 21 Feb 2013 23:49:44 +0000 (00:49 +0100)]
Fix error path in changedisplayname call

11 years agoFix review issues
Bart Visscher [Thu, 21 Feb 2013 23:21:06 +0000 (00:21 +0100)]
Fix review issues

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 21 Feb 2013 23:08:47 +0000 (00:08 +0100)]
[tx-robot] updated from transifex

11 years agoJoin split translated strings
Bart Visscher [Fri, 15 Feb 2013 15:04:18 +0000 (16:04 +0100)]
Join split translated strings

11 years agoStyle cleanup settings
Bart Visscher [Thu, 14 Feb 2013 22:29:51 +0000 (23:29 +0100)]
Style cleanup settings

11 years agoStyle cleanup core dir
Bart Visscher [Thu, 14 Feb 2013 22:19:12 +0000 (23:19 +0100)]
Style cleanup core dir

11 years agoStyle cleanup files_versions
Bart Visscher [Thu, 14 Feb 2013 21:53:30 +0000 (22:53 +0100)]
Style cleanup files_versions

11 years agoStyle cleanup files_trashbin
Bart Visscher [Thu, 14 Feb 2013 21:46:28 +0000 (22:46 +0100)]
Style cleanup files_trashbin

11 years agoStyle cleanup files_sharing
Bart Visscher [Thu, 14 Feb 2013 21:37:49 +0000 (22:37 +0100)]
Style cleanup files_sharing

11 years agoMerge pull request #1835 from owncloud/normalize-giant-caret
Bernhard Posselt [Thu, 21 Feb 2013 22:07:13 +0000 (14:07 -0800)]
Merge pull request #1835 from owncloud/normalize-giant-caret

fix giant advanced caret in installation

11 years agoincrease db fileds for usernames
Björn Schießle [Thu, 21 Feb 2013 21:44:44 +0000 (22:44 +0100)]
increase db fileds for usernames

11 years agoMerge pull request #1836 from owncloud/update-version-remark
Lukas Reschke [Thu, 21 Feb 2013 20:39:48 +0000 (12:39 -0800)]
Merge pull request #1836 from owncloud/update-version-remark

Update hint by the internal version number.

11 years agoUpdate hint by the internal version number.
Bart Visscher [Thu, 21 Feb 2013 20:30:25 +0000 (21:30 +0100)]
Update hint by the internal version number.

So we don't repeat the 4.5 <=> 4.90 mixup

11 years agofix giant advanced caret in installation
Jan-Christoph Borchardt [Thu, 21 Feb 2013 17:20:14 +0000 (18:20 +0100)]
fix giant advanced caret in installation

11 years agoMerge pull request #1830 from owncloud/fix_css_number
Frank Karlitschek [Thu, 21 Feb 2013 16:52:14 +0000 (08:52 -0800)]
Merge pull request #1830 from owncloud/fix_css_number

make number-input fields look like they should

11 years agorename app to 'deleted files'
Björn Schießle [Thu, 21 Feb 2013 15:34:22 +0000 (16:34 +0100)]
rename app to 'deleted files'

11 years agomake number-input fields look like they should
Arthur Schiwon [Thu, 21 Feb 2013 15:25:47 +0000 (16:25 +0100)]
make number-input fields look like they should

11 years agoMerge pull request #1812 from owncloud/add-logging-to-webdav-test-master
Björn Schießle [Thu, 21 Feb 2013 13:58:34 +0000 (05:58 -0800)]
Merge pull request #1812 from owncloud/add-logging-to-webdav-test-master

Enhancment to the WebDAV-Testing ...

11 years agocalculate trashbin size per user
Björn Schießle [Thu, 21 Feb 2013 11:37:13 +0000 (12:37 +0100)]
calculate trashbin size per user

11 years agocalculate versions size per user
Björn Schießle [Thu, 21 Feb 2013 11:20:29 +0000 (12:20 +0100)]
calculate versions size per user

11 years agoadd a safe_mode check
Frank Karlitschek [Thu, 21 Feb 2013 10:09:00 +0000 (11:09 +0100)]
add a safe_mode check

11 years agoMerge pull request #1768 from houqp/issue_1739
Björn Schießle [Thu, 21 Feb 2013 09:09:15 +0000 (01:09 -0800)]
Merge pull request #1768 from houqp/issue_1739

bug fix for issue 1739

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 20 Feb 2013 23:15:58 +0000 (00:15 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1773 from owncloud/trash_bin_delete_selected
Björn Schießle [Wed, 20 Feb 2013 23:03:26 +0000 (15:03 -0800)]
Merge pull request #1773 from owncloud/trash_bin_delete_selected

Trash bin delete selected

11 years agoMerge branch 'master' into trash_bin_delete_selected
Thomas Mueller [Wed, 20 Feb 2013 22:46:15 +0000 (23:46 +0100)]
Merge branch 'master' into trash_bin_delete_selected

11 years agoWebDAV-Testing:
Thomas Mueller [Wed, 20 Feb 2013 22:11:38 +0000 (23:11 +0100)]
WebDAV-Testing:
- write the exception to the log
- in case curl is missing we should return true as well

11 years agoMerge pull request #1809 from owncloud/fix_ie_deletefolder
Björn Schießle [Wed, 20 Feb 2013 21:38:14 +0000 (13:38 -0800)]
Merge pull request #1809 from owncloud/fix_ie_deletefolder

replaced for in loops with normal enumerating loops to fix #1803

11 years agochange for loop to make it hopefully work with IE
Björn Schießle [Wed, 20 Feb 2013 21:32:44 +0000 (22:32 +0100)]
change for loop to make it hopefully work with IE

11 years agoreplaced for in loops with normal enumerating loops to fix #1803
Bernhard Posselt [Wed, 20 Feb 2013 20:57:50 +0000 (21:57 +0100)]
replaced for in loops with normal enumerating loops to fix #1803

11 years agoMerge pull request #1806 from eMerzh/ref_1799
Bernhard Posselt [Wed, 20 Feb 2013 20:36:07 +0000 (12:36 -0800)]
Merge pull request #1806 from eMerzh/ref_1799

Add message when trouble sending email ref #1799

11 years agoAdd message when trouble sending email ref #1799
Brice Maron [Wed, 20 Feb 2013 20:14:55 +0000 (21:14 +0100)]
Add message when trouble sending email ref #1799

11 years ago5.0.0 beta 1 v5.0.0beta1
Frank Karlitschek [Wed, 20 Feb 2013 18:09:58 +0000 (19:09 +0100)]
5.0.0 beta 1

11 years agoMerge pull request #1738 from owncloud/fix_multiselect_in_settings
Frank Karlitschek [Wed, 20 Feb 2013 16:34:26 +0000 (08:34 -0800)]
Merge pull request #1738 from owncloud/fix_multiselect_in_settings

Extra position check for multiselect dropdown. Fix app/issues/575

11 years agoMerge pull request #1753 from owncloud/Extra_info
Frank Karlitschek [Wed, 20 Feb 2013 16:33:57 +0000 (08:33 -0800)]
Merge pull request #1753 from owncloud/Extra_info

Ability for the action handler to get more info on the current file

11 years agoMerge pull request #1787 from maelzx/patch-1
Frank Karlitschek [Wed, 20 Feb 2013 16:32:36 +0000 (08:32 -0800)]
Merge pull request #1787 from maelzx/patch-1

Update apps/files_versions/js/versions.js

11 years agoswitch to json encoded file list
Björn Schießle [Wed, 20 Feb 2013 15:33:45 +0000 (16:33 +0100)]
switch to json encoded file list

11 years agouse "|" as delimiter instead of ";", since "|" is not allowed in file/folder names
Björn Schießle [Wed, 20 Feb 2013 14:17:32 +0000 (15:17 +0100)]
use "|" as delimiter instead of ";", since "|" is not allowed in file/folder names

11 years agoMerge pull request #1752 from schiesbn/versioning_use_new_filesystem_api
Björn Schießle [Wed, 20 Feb 2013 11:38:37 +0000 (03:38 -0800)]
Merge pull request #1752 from schiesbn/versioning_use_new_filesystem_api

Versioning app use new filesystem api

11 years agoMerge pull request #1790 from owncloud/update_office_icons
Jan-Christoph Borchardt [Wed, 20 Feb 2013 11:20:56 +0000 (03:20 -0800)]
Merge pull request #1790 from owncloud/update_office_icons

Update office icons

11 years agoUpdate office icons
Jörn Friedrich Dreyer [Wed, 20 Feb 2013 09:42:54 +0000 (10:42 +0100)]
Update office icons

11 years agoUpdate apps/files_versions/js/versions.js
maelzx [Wed, 20 Feb 2013 03:14:24 +0000 (11:14 +0800)]
Update apps/files_versions/js/versions.js

Fix "All version..." button not clickable.

Reason is Google Chrome blocking inline javascript execution.

11 years agoMerge pull request #1731 from owncloud/unknown-freespace
Frank Karlitschek [Tue, 19 Feb 2013 23:18:12 +0000 (15:18 -0800)]
Merge pull request #1731 from owncloud/unknown-freespace

Give storage backends the option to define having no known free space

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 19 Feb 2013 23:03:28 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1720 from owncloud/usermenu-css
Frank Karlitschek [Tue, 19 Feb 2013 18:44:58 +0000 (10:44 -0800)]
Merge pull request #1720 from owncloud/usermenu-css

fix erroneous CSS, remove obsolete selectors

11 years agoadd timestamp to function call; fix trash.js to handle multiple delete operation...
Björn Schießle [Tue, 19 Feb 2013 11:38:00 +0000 (12:38 +0100)]
add timestamp to function call; fix trash.js to handle multiple delete operation at once

11 years agoinitialize $result
Björn Schießle [Tue, 19 Feb 2013 11:24:51 +0000 (12:24 +0100)]
initialize $result

11 years agorebase to master
Björn Schießle [Tue, 19 Feb 2013 11:16:54 +0000 (12:16 +0100)]
rebase to master

11 years agochange $_REQUEST to $_POST; fix check if file was successfully deleted
Björn Schießle [Tue, 19 Feb 2013 11:14:44 +0000 (12:14 +0100)]
change $_REQUEST to $_POST; fix check if file was successfully deleted

11 years agoMerge pull request #1740 from houqp/issue#1688
Björn Schießle [Tue, 19 Feb 2013 11:09:03 +0000 (03:09 -0800)]
Merge pull request #1740 from houqp/issue#1688

Bug fix for Issue#1688

11 years agoadd missing paramenter to post request
Björn Schießle [Tue, 19 Feb 2013 10:50:29 +0000 (11:50 +0100)]
add missing paramenter to post request

11 years agouse instead of
Björn Schießle [Tue, 19 Feb 2013 10:49:41 +0000 (11:49 +0100)]
use  instead of

11 years agoMerge pull request #1764 from owncloud/Undelete_directory_fix
Lukas Reschke [Tue, 19 Feb 2013 09:34:49 +0000 (01:34 -0800)]
Merge pull request #1764 from owncloud/Undelete_directory_fix

Fix for Undelete directory action

11 years agoallow user to delete selected files from the trash bin permanently
Björn Schießle [Tue, 19 Feb 2013 09:24:21 +0000 (10:24 +0100)]
allow user to delete selected files from the trash bin permanently

11 years agoremove obsolete variables
Björn Schießle [Tue, 19 Feb 2013 09:23:34 +0000 (10:23 +0100)]
remove obsolete variables

11 years agoMerge pull request #1771 from owncloud/mountconfig
Thomas Müller [Tue, 19 Feb 2013 06:15:56 +0000 (22:15 -0800)]
Merge pull request #1771 from owncloud/mountconfig

JSON mount config: no pretty print

11 years agono pretty print
Thomas Mueller [Mon, 18 Feb 2013 23:48:38 +0000 (00:48 +0100)]
no pretty print

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 18 Feb 2013 23:06:51 +0000 (00:06 +0100)]
[tx-robot] updated from transifex

11 years agobug fix for issue 1739, two changes included:
Qingping Hou [Mon, 18 Feb 2013 23:05:58 +0000 (18:05 -0500)]
bug fix for issue 1739, two changes included:

* fix typo in OC_Group_Database::DisplayNamesInGroup's SQL clause
* check array_diff return value in OC_Group::displayNamesInGroups,
  when there is no difference between two arrays, it will return
  NULL, so we have to take care of it.

11 years agoMerge pull request #1728 from owncloud/mountconfig
Thomas Müller [Mon, 18 Feb 2013 22:56:25 +0000 (14:56 -0800)]
Merge pull request #1728 from owncloud/mountconfig

Use json for new mount configuration files

11 years agoMerge pull request #1767 from owncloud/fixing-1766-master
Lukas Reschke [Mon, 18 Feb 2013 22:25:10 +0000 (14:25 -0800)]
Merge pull request #1767 from owncloud/fixing-1766-master

files_versions no longer contains a personal settings page -> remove the...

11 years agofiles_versions no longer contains a personal settings page -> remove the call
Thomas Mueller [Mon, 18 Feb 2013 22:04:22 +0000 (23:04 +0100)]
files_versions no longer contains a personal settings page -> remove the call

11 years agoCalculate size for existing directories only
Victor Dubiniuk [Mon, 18 Feb 2013 20:48:08 +0000 (23:48 +0300)]
Calculate size for existing directories only

11 years agoMerge pull request #1762 from owncloud/user_password_fix
Thomas Müller [Mon, 18 Feb 2013 18:54:27 +0000 (10:54 -0800)]
Merge pull request #1762 from owncloud/user_password_fix

Fix changing user password at 'Personal' page. Ref #1693

11 years agoDo not set password if it has't provided
Victor Dubiniuk [Mon, 18 Feb 2013 18:20:48 +0000 (21:20 +0300)]
Do not set password if it has't provided

11 years agoCorrect new password input name
Victor Dubiniuk [Mon, 18 Feb 2013 18:15:32 +0000 (21:15 +0300)]
Correct new password input name

11 years agoclose file handler after readdir()
Björn Schießle [Mon, 18 Feb 2013 17:16:19 +0000 (18:16 +0100)]
close file handler after readdir()

11 years agoMerge pull request #1724 from owncloud/long-storage-id
Frank Karlitschek [Mon, 18 Feb 2013 15:17:27 +0000 (07:17 -0800)]
Merge pull request #1724 from owncloud/long-storage-id

Cache: hash long storage ids to ensure they fit in the database

11 years agoMerge pull request #1759 from owncloud/redirect_fix_1737
Thomas Müller [Mon, 18 Feb 2013 15:13:19 +0000 (07:13 -0800)]
Merge pull request #1759 from owncloud/redirect_fix_1737

fix redirect, use the new routing

11 years agocheck filename and timestamp in Trashbin's file_exists method
Qingping Hou [Mon, 18 Feb 2013 14:49:50 +0000 (09:49 -0500)]
check filename and timestamp in Trashbin's file_exists method

11 years agoMerge branch 'mountconfig' of github.com:owncloud/core into mountconfig
Robin Appelman [Mon, 18 Feb 2013 14:13:25 +0000 (15:13 +0100)]
Merge branch 'mountconfig' of github.com:owncloud/core into mountconfig

11 years agomerge master into mountconfig
Robin Appelman [Mon, 18 Feb 2013 14:12:15 +0000 (15:12 +0100)]
merge master into mountconfig