]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoMerge pull request #938 from owncloud/fix_minor_files_annoyances
Thomas Tanghus [Tue, 8 Jan 2013 23:02:06 +0000 (15:02 -0800)]
Merge pull request #938 from owncloud/fix_minor_files_annoyances

Fix minor files annoyances

11 years ago fixing string concatenation in javascript
Thomas Mueller [Mon, 7 Jan 2013 23:32:41 +0000 (00:32 +0100)]
 fixing string concatenation in javascript
 refs https://github.com/owncloud/core/commit/ae54364d7c8baf5138d166855db6431190963886

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 7 Jan 2013 23:31:36 +0000 (00:31 +0100)]
[tx-robot] updated from transifex

11 years agoUpdate apps/user_webdavauth/user_webdavauth.php
Frank Karlitschek [Mon, 7 Jan 2013 15:45:03 +0000 (16:45 +0100)]
Update apps/user_webdavauth/user_webdavauth.php

Fixing wrong documentation. Fixes https://github.com/owncloud/core/issues/1110 

11 years agoie8 ignores rgba, show button border in ie8 by adding second border css row
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 12:09:52 +0000 (13:09 +0100)]
ie8 ignores rgba, show button border in ie8 by adding second border css row

11 years agoattach max upload tipsy to div instead of a to fix tooltip not showing due to new...
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 11:23:29 +0000 (12:23 +0100)]
attach max upload tipsy to div instead of a to fix tooltip not showing due to new z-index

11 years agoremove aborted uploads
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 10:11:21 +0000 (11:11 +0100)]
remove aborted uploads

11 years agoadapt to isFileNameValid, whitespace cleanup
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 09:39:35 +0000 (10:39 +0100)]
adapt to isFileNameValid, whitespace cleanup

11 years agoMerge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields
Jörn Friedrich Dreyer [Mon, 7 Jan 2013 09:17:19 +0000 (01:17 -0800)]
Merge pull request #1061 from owncloud/remove_css_not_selector_to_fix_ie8_input_fields

remove css not selector - incompatible with ie8

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

11 years agoMerge pull request #632 from owncloud/fix_629
Thomas Müller [Sun, 6 Jan 2013 22:03:02 +0000 (14:03 -0800)]
Merge pull request #632 from owncloud/fix_629

fix pattern for database names - #629

11 years agoMerge branch 'master' into fix_minor_files_annoyances
Thomas Mueller [Sun, 6 Jan 2013 21:46:40 +0000 (22:46 +0100)]
Merge branch 'master' into fix_minor_files_annoyances

Conflicts:
apps/files/js/files.js

11 years agoMerge pull request #1092 from owncloud/rename_dot
Thomas Müller [Sun, 6 Jan 2013 15:25:12 +0000 (07:25 -0800)]
Merge pull request #1092 from owncloud/rename_dot

Files: prevent people from renaming files to '.'

11 years agorename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has changed!
Thomas Mueller [Sun, 6 Jan 2013 11:52:00 +0000 (12:52 +0100)]
rename containsInvalidCharacters() to isFileNameValid() - NOTE: semantic has changed!
adding file name checks and notifications to isFileNameValid() for . and empty file name

11 years agoMerge pull request #1079 from owncloud/update-progress
Michael Gapczynski [Sat, 5 Jan 2013 17:33:29 +0000 (09:33 -0800)]
Merge pull request #1079 from owncloud/update-progress

Updater progress feedback

11 years agoMerge branch 'master' into update-progress
Michael Gapczynski [Sat, 5 Jan 2013 17:24:21 +0000 (12:24 -0500)]
Merge branch 'master' into update-progress

11 years agoReformat long line
Michael Gapczynski [Sat, 5 Jan 2013 17:21:57 +0000 (12:21 -0500)]
Reformat long line

11 years agoTweak failure message and throw exceptions from updateDbFromStructure()
Michael Gapczynski [Sat, 5 Jan 2013 17:13:36 +0000 (12:13 -0500)]
Tweak failure message and throw exceptions from updateDbFromStructure()

11 years agoModify and include additional update messages from updating apps
Michael Gapczynski [Sat, 5 Jan 2013 16:28:01 +0000 (11:28 -0500)]
Modify and include additional update messages from updating apps

11 years agoRemove old data directory protection from update, should already have taken place...
Michael Gapczynski [Sat, 5 Jan 2013 16:09:48 +0000 (11:09 -0500)]
Remove old data directory protection from update, should already have taken place or not working because the server isn't Apache

11 years agoMerge pull request #1066 from owncloud/fix-388-master
Thomas Müller [Sat, 5 Jan 2013 14:21:28 +0000 (06:21 -0800)]
Merge pull request #1066 from owncloud/fix-388-master

workaround for 32-bit systems to handle filesizes bigger than 2GB

11 years agoFiles: prevent people from renaming files to '.'
Robin Appelman [Sat, 5 Jan 2013 02:30:05 +0000 (03:30 +0100)]
Files: prevent people from renaming files to '.'

11 years agoMerge pull request #1053 from owncloud/ocs_api
Michael Gapczynski [Sat, 5 Jan 2013 01:18:58 +0000 (17:18 -0800)]
Merge pull request #1053 from owncloud/ocs_api

External API for ownCloud based on OCS

11 years agoOnly show the version updating to instead of worrying about converting internal to...
Michael Gapczynski [Sat, 5 Jan 2013 01:13:00 +0000 (20:13 -0500)]
Only show the version updating to instead of worrying about converting internal to a formatted version

11 years agoremove duplicate return
Thomas Mueller [Fri, 4 Jan 2013 23:09:37 +0000 (00:09 +0100)]
remove duplicate return

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 4 Jan 2013 23:03:58 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoenhanced log message
Thomas Mueller [Fri, 4 Jan 2013 22:44:01 +0000 (23:44 +0100)]
enhanced log message

11 years agodocumentation adjusted on the way
Thomas Mueller [Fri, 4 Jan 2013 22:04:23 +0000 (23:04 +0100)]
documentation adjusted on the way

11 years agoFallback to use COM or exec('stat ..') is only executed if stat or filesize return...
Thomas Mueller [Fri, 4 Jan 2013 22:03:26 +0000 (23:03 +0100)]
Fallback to use COM or exec('stat ..') is only executed if stat or filesize return negative values.
Special case of BSD has been added as stat syntax differs
In addition unknown OS is logged

11 years agoOC_Helper::is_function_enabled() added to find out if a function is available
Thomas Mueller [Fri, 4 Jan 2013 22:00:51 +0000 (23:00 +0100)]
OC_Helper::is_function_enabled() added to find out if a function is available
And some documentation adjusted on the way

11 years agoAdd back check if installed around background jobs
Michael Gapczynski [Fri, 4 Jan 2013 19:16:59 +0000 (14:16 -0500)]
Add back check if installed around background jobs

11 years agoMerge pull request #1081 from owncloud/fix-issue-1075
Thomas Müller [Fri, 4 Jan 2013 18:17:25 +0000 (10:17 -0800)]
Merge pull request #1081 from owncloud/fix-issue-1075

Remove echo from lost password page

11 years agoRemove echo from lost password page
Michael Gapczynski [Fri, 4 Jan 2013 16:12:28 +0000 (11:12 -0500)]
Remove echo from lost password page

11 years agoAdd maintenance mode entry to config.sample.php
Michael Gapczynski [Fri, 4 Jan 2013 15:31:59 +0000 (10:31 -0500)]
Add maintenance mode entry to config.sample.php

11 years agoUse hooks to send updates from apps
Michael Gapczynski [Fri, 4 Jan 2013 15:21:33 +0000 (10:21 -0500)]
Use hooks to send updates from apps

11 years agoreverse z-index of a and input to make upload work again in ie8/9
Jörn Friedrich Dreyer [Fri, 4 Jan 2013 12:48:29 +0000 (13:48 +0100)]
reverse z-index of a and input to make upload work again in ie8/9

11 years agoremove initial iframe, is added automatically by jquery upload mechanism
Jörn Friedrich Dreyer [Fri, 4 Jan 2013 12:47:47 +0000 (13:47 +0100)]
remove initial iframe, is added automatically by jquery upload mechanism

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 4 Jan 2013 12:23:31 +0000 (13:23 +0100)]
[tx-robot] updated from transifex

11 years agoBasic update progress of database update only
Michael Gapczynski [Fri, 4 Jan 2013 02:32:33 +0000 (21:32 -0500)]
Basic update progress of database update only

11 years agoRearrange code to prepare for updater feedback
Michael Gapczynski [Thu, 3 Jan 2013 19:11:00 +0000 (14:11 -0500)]
Rearrange code to prepare for updater feedback

11 years agoMerge pull request #1067 from owncloud/fix-logout
Michael Gapczynski [Thu, 3 Jan 2013 16:36:19 +0000 (08:36 -0800)]
Merge pull request #1067 from owncloud/fix-logout

Check if oc_token cookie exists during logout

11 years agoMerge pull request #1063 from owncloud/translate_not_enough_space_available
Thomas Müller [Thu, 3 Jan 2013 14:46:36 +0000 (06:46 -0800)]
Merge pull request #1063 from owncloud/translate_not_enough_space_available

add translation call for 'Not enough space available' upload error

11 years agofix error when wrong dir was specified
Jörn Friedrich Dreyer [Thu, 3 Jan 2013 12:31:23 +0000 (13:31 +0100)]
fix error when wrong dir was specified

11 years agomove $l to top
Jörn Friedrich Dreyer [Thu, 3 Jan 2013 10:57:42 +0000 (11:57 +0100)]
move $l to top

11 years agoalso translate 'No file was uploaded. Unknown error'
Jörn Friedrich Dreyer [Thu, 3 Jan 2013 10:57:17 +0000 (11:57 +0100)]
also translate 'No file was uploaded. Unknown error'

11 years agoCheck if oc_token cookie exists before trying to use it
Michael Gapczynski [Thu, 3 Jan 2013 00:59:04 +0000 (19:59 -0500)]
Check if oc_token cookie exists before trying to use it

11 years agoworkaround for 32-bit systems to handle filesizes bigger than 2GB
Thomas Mueller [Wed, 2 Jan 2013 23:35:57 +0000 (00:35 +0100)]
workaround for 32-bit systems to handle filesizes bigger than 2GB

11 years agofixing indent
Thomas Mueller [Wed, 2 Jan 2013 22:02:38 +0000 (23:02 +0100)]
fixing indent

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 2 Jan 2013 23:05:19 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1041 from owncloud/fixing-856-master
Thomas Müller [Wed, 2 Jan 2013 22:58:54 +0000 (14:58 -0800)]
Merge pull request #1041 from owncloud/fixing-856-master

Fixing #856 master

11 years agoMerge pull request #975 from irgsmirx/patch-1
Thomas Müller [Wed, 2 Jan 2013 22:01:38 +0000 (14:01 -0800)]
Merge pull request #975 from irgsmirx/patch-1

Update lib/util.php

11 years agofixing undefined variable $l
Thomas Mueller [Wed, 2 Jan 2013 21:15:43 +0000 (22:15 +0100)]
fixing undefined variable $l

11 years agoadd translation call for 'Not enough space available' upload error
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 20:00:50 +0000 (21:00 +0100)]
add translation call for 'Not enough space available' upload error

11 years agoMerge pull request #1062 from owncloud/fix-1048-master
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 18:48:58 +0000 (10:48 -0800)]
Merge pull request #1062 from owncloud/fix-1048-master

add smtp port configuration option

11 years agoadd smtp port configuration option
Thomas Mueller [Wed, 2 Jan 2013 18:04:08 +0000 (19:04 +0100)]
add smtp port configuration option

11 years agoremove css not selector - incompatible with ie8
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 17:01:33 +0000 (18:01 +0100)]
remove css not selector - incompatible with ie8

11 years agoMerge pull request #945 from owncloud/fix_app_management_in_ie8
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 16:17:28 +0000 (08:17 -0800)]
Merge pull request #945 from owncloud/fix_app_management_in_ie8

since @tanghus and @DeepDiver1975 gave me their :+1: I'll merge this now: Fix app management in ie8

11 years agouse jQuery.parseJSON fallback for IE6/7/8
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 16:04:11 +0000 (17:04 +0100)]
use jQuery.parseJSON fallback for IE6/7/8

11 years agoinput/form switching cleanup
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 16:02:55 +0000 (17:02 +0100)]
input/form switching cleanup

11 years agoremove , at end of js. IE8 chokes on this
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 16:02:06 +0000 (17:02 +0100)]
remove , at end of js. IE8 chokes on this

11 years agophpdoc fixes for public api
Robin Appelman [Tue, 25 Dec 2012 17:17:32 +0000 (18:17 +0100)]
phpdoc fixes for public api

11 years agoabort rename on ESC keyup
Jörn Friedrich Dreyer [Tue, 18 Dec 2012 15:39:01 +0000 (16:39 +0100)]
abort rename on ESC keyup

11 years agoshow notification when renaming a file to ''
Jörn Friedrich Dreyer [Tue, 18 Dec 2012 15:37:27 +0000 (16:37 +0100)]
show notification when renaming a file to ''

11 years agoenable enter in ie by using .submit()+form instead of .change(), use notifications...
Jörn Friedrich Dreyer [Tue, 18 Dec 2012 15:36:26 +0000 (16:36 +0100)]
enable enter in ie by using .submit()+form instead of .change(), use notifications when name is empty

11 years agowhitespace cleanup
Jörn Friedrich Dreyer [Tue, 18 Dec 2012 15:10:48 +0000 (16:10 +0100)]
whitespace cleanup

11 years agocombine ie8 fix with debug check
Jörn Friedrich Dreyer [Wed, 2 Jan 2013 11:21:30 +0000 (12:21 +0100)]
combine ie8 fix with debug check

11 years agoomit type attribute in script tag to use fallback (text/javascript)
Jörn Friedrich Dreyer [Tue, 18 Dec 2012 20:47:51 +0000 (21:47 +0100)]
omit type attribute in script tag to use fallback (text/javascript)

11 years agofix broken console.log in ie8
Jörn Friedrich Dreyer [Tue, 18 Dec 2012 20:38:01 +0000 (21:38 +0100)]
fix broken console.log in ie8

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 1 Jan 2013 23:05:14 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 31 Dec 2012 23:04:42 +0000 (00:04 +0100)]
[tx-robot] updated from transifex

11 years agoRemove the WIP external sharing api
Tom Needham [Mon, 31 Dec 2012 16:31:22 +0000 (16:31 +0000)]
Remove the WIP external sharing api

11 years agoRemove WIP OAuth code
Tom Needham [Mon, 31 Dec 2012 16:19:46 +0000 (16:19 +0000)]
Remove WIP OAuth code

11 years agoRemove accidental submodule
Tom Needham [Mon, 31 Dec 2012 16:09:37 +0000 (16:09 +0000)]
Remove accidental submodule

11 years agoCode cleanup and add copyright info
Tom Needham [Mon, 31 Dec 2012 16:08:21 +0000 (16:08 +0000)]
Code cleanup and add copyright info

11 years agoMerge branch 'master' into ocs_api
Tom Needham [Mon, 31 Dec 2012 15:47:15 +0000 (15:47 +0000)]
Merge branch 'master' into ocs_api

Conflicts:
l10n/templates/core.pot
l10n/templates/files.pot
l10n/templates/files_encryption.pot
l10n/templates/files_external.pot
l10n/templates/files_sharing.pot
l10n/templates/files_versions.pot
l10n/templates/lib.pot
l10n/templates/settings.pot
l10n/templates/user_ldap.pot
l10n/templates/user_webdavauth.pot

11 years agoRemove unused methods
Tom Needham [Mon, 31 Dec 2012 14:16:29 +0000 (14:16 +0000)]
Remove unused methods

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 30 Dec 2012 23:05:31 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #1043 from owncloud/fix_breadcrumb_slashes
Lukas Reschke [Sun, 30 Dec 2012 16:56:32 +0000 (08:56 -0800)]
Merge pull request #1043 from owncloud/fix_breadcrumb_slashes

Replace %2F with / in breadcrumbs

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 29 Dec 2012 23:05:52 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years agocheck if admin
Frank Karlitschek [Mon, 17 Dec 2012 13:46:57 +0000 (14:46 +0100)]
check if admin

11 years agoFall back to default log file if logfile config file not found, suppress writing...
Michael Gapczynski [Mon, 17 Dec 2012 00:43:32 +0000 (19:43 -0500)]
Fall back to default log file if logfile config file not found, suppress writing errors, fixes issue #826

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 16 Dec 2012 23:10:49 +0000 (00:10 +0100)]
[tx-robot] updated from transifex

11 years agoChange post_write hook to write to prevent creating a duplicate of the original file...
Michael Gapczynski [Sun, 16 Dec 2012 20:08:18 +0000 (15:08 -0500)]
Change post_write hook to write to prevent creating a duplicate of the original file on upload

11 years agoprevent keyboardshortcuts from catching events outside the main doc - e.g. the share...
Thomas Mueller [Wed, 12 Dec 2012 11:55:29 +0000 (12:55 +0100)]
prevent keyboardshortcuts from catching events outside the main doc - e.g. the share popup

11 years agoMerge pull request #902 from owncloud/storage-wording
Thomas Müller [Sat, 29 Dec 2012 07:19:52 +0000 (23:19 -0800)]
Merge pull request #902 from owncloud/storage-wording

Storage wording

11 years agoReplace %2F with / in breadcrumbs
Michael Gapczynski [Sat, 29 Dec 2012 00:41:37 +0000 (19:41 -0500)]
Replace %2F with / in breadcrumbs

11 years agoChange old variable name $default_quota to $defaultQuota
Michael Gapczynski [Sat, 29 Dec 2012 00:14:33 +0000 (19:14 -0500)]
Change old variable name $default_quota to $defaultQuota

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 28 Dec 2012 23:08:28 +0000 (00:08 +0100)]
[tx-robot] updated from transifex

11 years agoonly show the max possible upload of 2GB on a 32 bit system.
Thomas Mueller [Fri, 28 Dec 2012 20:57:05 +0000 (21:57 +0100)]
only show the max possible upload of 2GB on a 32 bit system.
for a 64 bit system we have no such limitation
refs #856

Conflicts:
apps/files/templates/admin.php

11 years agoRevert "fixed max possible upload size for files app in admin screen"
Thomas Mueller [Fri, 28 Dec 2012 21:14:32 +0000 (22:14 +0100)]
Revert "fixed max possible upload size for files app in admin screen"

This reverts commit 7f2208b9a11f608e7d726bf426fe4c2a672e058a.

Conflicts:
apps/files/admin.php

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 27 Dec 2012 23:20:34 +0000 (00:20 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 26 Dec 2012 23:05:17 +0000 (00:05 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 25 Dec 2012 23:12:10 +0000 (00:12 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Mon, 24 Dec 2012 23:11:11 +0000 (00:11 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 23 Dec 2012 23:12:16 +0000 (00:12 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #845 from owncloud/sqlite_error
Frank Karlitschek [Sat, 22 Dec 2012 23:22:09 +0000 (15:22 -0800)]
Merge pull request #845 from owncloud/sqlite_error

Try to fix #836

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 22 Dec 2012 23:10:23 +0000 (00:10 +0100)]
[tx-robot] updated from transifex

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 21 Dec 2012 23:26:25 +0000 (00:26 +0100)]
[tx-robot] updated from transifex

11 years agomoving logic from template to the 'controller'
Thomas Müller [Thu, 20 Dec 2012 23:48:12 +0000 (00:48 +0100)]
moving logic from template to the 'controller'
THX @VicDeo

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 20 Dec 2012 23:11:31 +0000 (00:11 +0100)]
[tx-robot] updated from transifex