]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
11 years agoFixes two issues if you using IE8. IE8 has problems with .bind actions and since...
libasys [Wed, 14 Nov 2012 15:05:24 +0000 (16:05 +0100)]
Fixes two issues if you using IE8. IE8 has problems with .bind actions and since jquery 1.7.2 using .bind is old school style for event delegation. the new and better way is using .on() function. The second is using $.each instead of for() to walkthrough an array! Now it works perfect, the events after uploads are triggered.

11 years agoMerge pull request #402 from zimba12/master
Thomas Müller [Wed, 14 Nov 2012 13:36:04 +0000 (05:36 -0800)]
Merge pull request #402 from zimba12/master

Uncomment hours entries in relative date functions

11 years agoFixing syntax error - closes #406
Thomas Müller [Wed, 14 Nov 2012 10:17:21 +0000 (11:17 +0100)]
Fixing syntax error - closes #406

11 years agoFixing syntax error - closes #406
Thomas Müller [Wed, 14 Nov 2012 10:10:31 +0000 (11:10 +0100)]
Fixing syntax error - closes #406

11 years agofix translation issues with previous commit
Alessandro Cosentino [Wed, 14 Nov 2012 00:32:26 +0000 (19:32 -0500)]
fix translation issues with previous commit

11 years agouncomment hours entries in relative date functions
Alessandro Cosentino [Wed, 14 Nov 2012 00:18:26 +0000 (19:18 -0500)]
uncomment hours entries in relative date functions

11 years agoMerge pull request #41 from owncloud/vcategories_db
Thomas Tanghus [Tue, 13 Nov 2012 23:40:46 +0000 (15:40 -0800)]
Merge pull request #41 from owncloud/vcategories_db

OC_VCategories - this time actually usable ;)

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 13 Nov 2012 23:03:38 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoBump version to trigger update.
Thomas Tanghus [Tue, 13 Nov 2012 11:11:18 +0000 (12:11 +0100)]
Bump version to trigger update.

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Tue, 13 Nov 2012 11:10:49 +0000 (12:10 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db

11 years agoUse util function to protect datadirectory in setup
Bart Visscher [Tue, 13 Nov 2012 07:54:19 +0000 (08:54 +0100)]
Use util function to protect datadirectory in setup

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

11 years agoMerge pull request #319 from owncloud/fileactions_newfile
icewind1991 [Mon, 12 Nov 2012 22:57:06 +0000 (14:57 -0800)]
Merge pull request #319 from owncloud/fileactions_newfile

Add fileactions to new files and folders

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Mon, 12 Nov 2012 22:36:59 +0000 (23:36 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db

11 years agoDon't use indexes in test data as postgres complains over duplicate keys.
Thomas Tanghus [Mon, 12 Nov 2012 22:35:42 +0000 (23:35 +0100)]
Don't use indexes in test data as postgres complains over duplicate keys.

11 years agoChange insertIfNotExist() for sqlite. Not fast, but more reliable than previous attempt.
Thomas Tanghus [Mon, 12 Nov 2012 22:34:02 +0000 (23:34 +0100)]
Change insertIfNotExist() for sqlite. Not fast, but more reliable than previous attempt.

11 years agoMerge pull request #157 from owncloud/setup
Bart Visscher [Mon, 12 Nov 2012 21:23:31 +0000 (13:23 -0800)]
Merge pull request #157 from owncloud/setup

Make lib/setup.php usable outside of install setup

11 years agoFix deleting multiple user w-o reloading V2
Brice Maron [Wed, 7 Nov 2012 23:34:38 +0000 (23:34 +0000)]
Fix deleting multiple user w-o reloading V2

11 years agoCorrect SQL syntax.
Thomas Tanghus [Mon, 12 Nov 2012 17:45:56 +0000 (18:45 +0100)]
Correct SQL syntax.

11 years agoLDAP: cherrypick objectGUID handling from stable45, was part of PR 344
Arthur Schiwon [Thu, 8 Nov 2012 22:01:28 +0000 (23:01 +0100)]
LDAP: cherrypick objectGUID handling from stable45, was part of PR 344

11 years agoMerge pull request #368 from butonic/i18n_of_cancel_button
Lukas Reschke [Mon, 12 Nov 2012 14:36:51 +0000 (06:36 -0800)]
Merge pull request #368 from butonic/i18n_of_cancel_button

add i18n for close button in the max upload size reached dialog

11 years agoMerge pull request #371 from butonic/sql_and_error_log_fixes
blizzz [Mon, 12 Nov 2012 11:37:43 +0000 (03:37 -0800)]
Merge pull request #371 from butonic/sql_and_error_log_fixes

add missing sql backticks, check sharing for error and add log

11 years agoadd missing sql backticks, check sharing for error and add log
Jörn Friedrich Dreyer [Mon, 12 Nov 2012 11:04:46 +0000 (12:04 +0100)]
add missing sql backticks, check sharing for error and add log

11 years agoadd i18n for cancel button
Jörn Friedrich Dreyer [Mon, 12 Nov 2012 09:49:40 +0000 (10:49 +0100)]
add i18n for cancel button

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Sun, 11 Nov 2012 23:37:40 +0000 (00:37 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db

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

11 years agoMerge pull request #361 from owncloud/cruds_consts_2
Thomas Tanghus [Sun, 11 Nov 2012 22:31:50 +0000 (14:31 -0800)]
Merge pull request #361 from owncloud/cruds_consts_2

Implement "Move CRUDS permission consts to OC(P) namespace" take 2

11 years agoUpdate all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*
Thomas Tanghus [Sun, 11 Nov 2012 18:58:54 +0000 (19:58 +0100)]
Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*

11 years agoAdded CRUDS permissions to the OCP namespace. Implements issue #345
Thomas Tanghus [Sun, 11 Nov 2012 14:52:23 +0000 (15:52 +0100)]
Added CRUDS permissions to the OCP namespace. Implements issue #345

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Sun, 11 Nov 2012 19:20:09 +0000 (20:20 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db

11 years agoMerge pull request #354 from michielbdejong/master
Thomas Müller [Sun, 11 Nov 2012 05:17:13 +0000 (21:17 -0800)]
Merge pull request #354 from michielbdejong/master

add /.well-known/host-meta.json to .htaccess (for /apps/unhosted_apps)

11 years agoadd /.well-known/host-meta.json to .htaccess
Michiel de Jong [Sun, 11 Nov 2012 02:00:28 +0000 (20:00 -0600)]
add /.well-known/host-meta.json to .htaccess

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

11 years agoDisable loading apps before starting tests
Bart Visscher [Fri, 9 Nov 2012 16:49:06 +0000 (17:49 +0100)]
Disable loading apps before starting tests

The tests it self should load the app if needed

11 years agoMerge pull request #346 from diederikdehaas/patch-checkstyle-build1341
Thomas Müller [Sat, 10 Nov 2012 10:22:28 +0000 (02:22 -0800)]
Merge pull request #346 from diederikdehaas/patch-checkstyle-build1341

Patch checkstyle issues from jenkins build1341

11 years agoFixed new checkstyle issues in apps.php from build #1341.
Diederik de Haas [Sat, 10 Nov 2012 00:03:54 +0000 (01:03 +0100)]
Fixed new checkstyle issues in apps.php from build #1341.

11 years agoFixed new checkstyle issues in ocs.php from build #1341.
Diederik de Haas [Sat, 10 Nov 2012 00:02:47 +0000 (01:02 +0100)]
Fixed new checkstyle issues in ocs.php from build #1341.

11 years agoFixed new checkstyle issues in util.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:58:03 +0000 (00:58 +0100)]
Fixed new checkstyle issues in util.php from build #1341.

11 years agoFixed new checkstyle issues in migrate.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:53:28 +0000 (00:53 +0100)]
Fixed new checkstyle issues in migrate.php from build #1341.

11 years agoFixed new checkstyle issues in ftp.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:46:50 +0000 (00:46 +0100)]
Fixed new checkstyle issues in ftp.php from build #1341.

11 years agoFixed new checkstyle issues in swift.php from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:45:49 +0000 (00:45 +0100)]
Fixed new checkstyle issues in swift.php from build #1341.

11 years agoFixed new checkstyle issues from build #1341.
Diederik de Haas [Fri, 9 Nov 2012 23:40:32 +0000 (00:40 +0100)]
Fixed new checkstyle issues from build #1341.

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 9 Nov 2012 23:02:29 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #340 from butonic/fix_quota_zero_cornercase
Thomas Müller [Fri, 9 Nov 2012 13:54:50 +0000 (05:54 -0800)]
Merge pull request #340 from butonic/fix_quota_zero_cornercase

fix quota off by one error

11 years agofix quota off by one error
Jörn Friedrich Dreyer [Fri, 9 Nov 2012 13:34:15 +0000 (14:34 +0100)]
fix quota off by one error

11 years agoMerge pull request #337 from seidler2547/master
Thomas Müller [Fri, 9 Nov 2012 13:31:22 +0000 (05:31 -0800)]
Merge pull request #337 from seidler2547/master

Fix problem with apache2+fcgid install, e.g. on Debian Squeeze

11 years agoFix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_f...
Stefan Seidel [Fri, 9 Nov 2012 12:30:07 +0000 (13:30 +0100)]
Fix WebDAV (and Android Client) not being able to authorize on Debian Squeeze + mod_fcgid installs.

11 years agoMerge pull request #330 from owncloud/check_connection
Thomas Müller [Fri, 9 Nov 2012 10:11:24 +0000 (02:11 -0800)]
Merge pull request #330 from owncloud/check_connection

add a check and a warning if the ownCloud server is not able to establis...

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 9 Nov 2012 09:07:45 +0000 (10:07 +0100)]
[tx-robot] updated from transifex

11 years agol10n support for user_webdavauth
Thomas Mueller [Fri, 9 Nov 2012 08:54:11 +0000 (09:54 +0100)]
l10n support for user_webdavauth

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 8 Nov 2012 23:03:49 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agoFix delete link when new user is added
Brice Maron [Tue, 6 Nov 2012 22:02:46 +0000 (22:02 +0000)]
Fix delete link when new user is added

11 years agoadd a check and a warning if the ownClodu server is not able to establish http connec...
Frank Karlitschek [Thu, 8 Nov 2012 17:08:44 +0000 (18:08 +0100)]
add a check and a warning if the ownClodu server is not able to establish http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why.

11 years agoMerge pull request #261 from owncloud/fix_opera_file_delete
Georg Ehrke [Thu, 8 Nov 2012 16:55:19 +0000 (08:55 -0800)]
Merge pull request #261 from owncloud/fix_opera_file_delete

fix file delete in opera - fixes #188

11 years agoMerge pull request #326 from owncloud/add_credits
Thomas Müller [Thu, 8 Nov 2012 13:50:09 +0000 (05:50 -0800)]
Merge pull request #326 from owncloud/add_credits

add credits to personal page too so that non admins can see what they run

11 years agoadd credits to personal page too so that non admins can see what they run.
Frank Karlitschek [Thu, 8 Nov 2012 13:12:49 +0000 (14:12 +0100)]
add credits to personal page too so that non admins can see what they run.

11 years agoMerge pull request #324 from owncloud/fix_image
Thomas Müller [Thu, 8 Nov 2012 12:44:14 +0000 (04:44 -0800)]
Merge pull request #324 from owncloud/fix_image

fix the broken image path on the apps page

11 years agofix the broken image path on the apps page
Frank Karlitschek [Thu, 8 Nov 2012 12:34:00 +0000 (13:34 +0100)]
fix the broken image path on the apps page

11 years agoMigration: Allow for no app data cases; handle file copying better
Tom Needham [Tue, 6 Nov 2012 23:49:25 +0000 (23:49 +0000)]
Migration: Allow for no app data cases; handle file copying better

11 years agoMigration: On import of user accounts only import folders in home dir, use OC_Helper...
Tom Needham [Tue, 6 Nov 2012 20:59:59 +0000 (20:59 +0000)]
Migration: On import of user accounts only import folders in home dir, use OC_Helper::copyr

Check files when copying recursivley

Remove obsolete method

Dont count '.' and '..' as directories when importing.

11 years agoCorrect more data vs attr to fix #189
Brice Maron [Wed, 7 Nov 2012 16:43:19 +0000 (16:43 +0000)]
Correct more data vs attr to fix #189

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 7 Nov 2012 23:03:43 +0000 (00:03 +0100)]
[tx-robot] updated from transifex

11 years agonormalize filepaths in OC_Files::getFileInfo
Robin Appelman [Wed, 7 Nov 2012 21:51:45 +0000 (22:51 +0100)]
normalize filepaths in OC_Files::getFileInfo

11 years agoadd actions to newly created files and folders
Robin Appelman [Wed, 7 Nov 2012 21:13:07 +0000 (22:13 +0100)]
add actions to newly created files and folders

closes #231

11 years agoreuse jquery object when adding files to the file list
Robin Appelman [Wed, 7 Nov 2012 21:06:05 +0000 (22:06 +0100)]
reuse jquery object when adding files to the file list

11 years agoRevert "fix blocking drag & drop upload of folders"
Robin Appelman [Wed, 7 Nov 2012 20:59:18 +0000 (21:59 +0100)]
Revert "fix blocking drag & drop upload of folders"

Fixes #150

This reverts commit 5b2f3c7f72a002b38da31a6748c0de22cb335203.

11 years agocheck if $path is a empty string
Björn Schießle [Wed, 7 Nov 2012 16:15:13 +0000 (17:15 +0100)]
check if $path is a empty string

11 years agoMerge pull request #307 from owncloud/etag-function-overwrite
icewind1991 [Wed, 7 Nov 2012 16:02:59 +0000 (08:02 -0800)]
Merge pull request #307 from owncloud/etag-function-overwrite

Allow apps to change the way etags are generated

11 years agobackport from approved patch in stable45:
Björn Schießle [Wed, 7 Nov 2012 15:53:56 +0000 (16:53 +0100)]
backport from approved patch in stable45:
make root the default parameter for getAbsolutePath()

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Wed, 7 Nov 2012 14:33:21 +0000 (15:33 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db

11 years agoFix quoting problem in fs mount. give Big DB error at least in PG
Brice Maron [Tue, 6 Nov 2012 18:40:45 +0000 (18:40 +0000)]
Fix quoting problem in fs mount. give Big DB error at least in PG

11 years agoMerge pull request #303 from owncloud/fix_issue_95
Björn Schießle [Wed, 7 Nov 2012 13:48:28 +0000 (05:48 -0800)]
Merge pull request #303 from owncloud/fix_issue_95

urlencode file/dir to allow special characters in filename/path (issue #95)

11 years agoMerge pull request #306 from owncloud/crumb_drop_fix
Björn Schießle [Wed, 7 Nov 2012 13:46:18 +0000 (05:46 -0800)]
Merge pull request #306 from owncloud/crumb_drop_fix

extract the right file name for drag&drop.

11 years agoAllow changing the way etags are generated
Robin Appelman [Wed, 7 Nov 2012 13:21:34 +0000 (14:21 +0100)]
Allow changing the way etags are generated

11 years agoget the right file name for drag&drop. This was necessary after the switch to css...
Björn Schießle [Wed, 7 Nov 2012 13:10:10 +0000 (14:10 +0100)]
get the right file name for drag&drop. This was necessary after the switch to css to show/hide file actions, otherwise the actions where part of the extracted file name.

11 years agofix user specific mount configuration
Robin Appelman [Wed, 7 Nov 2012 13:05:45 +0000 (14:05 +0100)]
fix user specific mount configuration

11 years agoMerge pull request #289 from zimba12/master
Thomas Müller [Wed, 7 Nov 2012 11:43:59 +0000 (03:43 -0800)]
Merge pull request #289 from zimba12/master

Move function that relativizes dates from Files app to core

11 years agourlencode file/dir to allow special characters in filename/path (issue #95)
Björn Schießle [Wed, 7 Nov 2012 09:45:29 +0000 (10:45 +0100)]
urlencode file/dir to allow special characters in filename/path (issue #95)

11 years ago[tx-robot] updated from transifex
Jenkins for ownCloud [Tue, 6 Nov 2012 23:02:51 +0000 (00:02 +0100)]
[tx-robot] updated from transifex

11 years agoMerge pull request #294 from owncloud/fix_ldap_typo_set_not_get_value
Lukas Reschke [Tue, 6 Nov 2012 20:41:11 +0000 (12:41 -0800)]
Merge pull request #294 from owncloud/fix_ldap_typo_set_not_get_value

LDAP: fix typo in config value handling.

11 years agoLDAP: fix typo in config value handling.
Arthur Schiwon [Tue, 6 Nov 2012 19:16:37 +0000 (20:16 +0100)]
LDAP: fix typo in config value handling.

11 years agoMoved relative_modified_date from file/js to core/js
Alessandro Cosentino [Tue, 6 Nov 2012 15:56:42 +0000 (10:56 -0500)]
Moved relative_modified_date from file/js to core/js

11 years agoMerge pull request #258 from wardragon/ldap_existence_check_no_refactor
blizzz [Tue, 6 Nov 2012 15:24:15 +0000 (07:24 -0800)]
Merge pull request #258 from wardragon/ldap_existence_check_no_refactor

LDAP: improved object existence check

11 years agoMerge pull request #273 from owncloud/fix_webdav_shared_91
blizzz [Tue, 6 Nov 2012 12:39:39 +0000 (04:39 -0800)]
Merge pull request #273 from owncloud/fix_webdav_shared_91

Return empty array if file does not exist inside Shared folder, fixes issue #91

11 years agoMerge pull request #281 from butonic/fix_human_filesize_column_header
Thomas Müller [Tue, 6 Nov 2012 10:22:09 +0000 (02:22 -0800)]
Merge pull request #281 from butonic/fix_human_filesize_column_header

fix human filesize column header

11 years agofix human filesize column header
Jörn Friedrich Dreyer [Tue, 6 Nov 2012 10:01:02 +0000 (11:01 +0100)]
fix human filesize column header

11 years agoMerge pull request #265 from owncloud/fix-button-img-cursor
Thomas Müller [Mon, 5 Nov 2012 23:15:56 +0000 (15:15 -0800)]
Merge pull request #265 from owncloud/fix-button-img-cursor

make images in buttons also show click-hand on hover

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Mon, 5 Nov 2012 23:10:45 +0000 (00:10 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db

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

11 years agoReturn empty array if file does not exist inside Shared folder, fixes issue #91
Michael Gapczynski [Mon, 5 Nov 2012 22:54:23 +0000 (17:54 -0500)]
Return empty array if file does not exist inside Shared folder, fixes issue #91

11 years agoMerge pull request #267 from owncloud/improve_files_update
Thomas Müller [Mon, 5 Nov 2012 22:06:07 +0000 (14:06 -0800)]
Merge pull request #267 from owncloud/improve_files_update

Improve performance of files update (on larger setups)

11 years agoMerge pull request #269 from owncloud/fix_fe_mkdir_warning
Thomas Müller [Mon, 5 Nov 2012 21:48:17 +0000 (13:48 -0800)]
Merge pull request #269 from owncloud/fix_fe_mkdir_warning

Fix mkdir and opendir warnings when path does not exist

11 years agoMerge pull request #268 from owncloud/fixing_template_test
Lukas Reschke [Mon, 5 Nov 2012 20:46:25 +0000 (12:46 -0800)]
Merge pull request #268 from owncloud/fixing_template_test

Fixing failing template unit test

11 years agoFix mkdir and opendir warnings when path does not exist
Arthur Schiwon [Mon, 5 Nov 2012 20:37:59 +0000 (21:37 +0100)]
Fix mkdir and opendir warnings when path does not exist

11 years agofixes #266
Thomas Mueller [Mon, 5 Nov 2012 20:26:59 +0000 (21:26 +0100)]
fixes #266

11 years agoprepare SQL query only once, that's what prepared statements are for. Should improve...
Arthur Schiwon [Mon, 5 Nov 2012 19:47:26 +0000 (20:47 +0100)]
prepare SQL query only once, that's what prepared statements are for. Should improve upgrade time with larger setups

11 years agomake images in buttons also show click-hand on hover
Jan-Christoph Borchardt [Mon, 5 Nov 2012 18:54:48 +0000 (19:54 +0100)]
make images in buttons also show click-hand on hover

11 years agofix file delete in opera - fixes #188
Georg Ehrke [Mon, 5 Nov 2012 17:42:44 +0000 (18:42 +0100)]
fix file delete in opera - fixes #188

11 years agoReturn an empty array on succesful existence check
Lorenzo M. Catucci [Mon, 5 Nov 2012 16:35:09 +0000 (17:35 +0100)]
Return an empty array on succesful existence check

11 years agoMerge branch 'master' of github.com:owncloud/core into vcategories_db
Thomas Tanghus [Mon, 5 Nov 2012 15:40:35 +0000 (16:40 +0100)]
Merge branch 'master' of github.com:owncloud/core into vcategories_db